style.css

/*
Theme Name: TangStyle_Child
Description: Child theme for the TangStyle_V1.0.8
Author: dramatea
Template: TangStyle_V1.0.8
*/

@import url("../TangStyle_V1.0.8/style.css");


.text p{text-indent:0px;padding-bottom:5px; padding-top:5px; line-height:22px}

h4{margin:5px -5px 5px -5px; padding:2px 2px 2px 10px; font-size:15px; background-color:#feba55; border:none;}
h6{margin:5px -5px 5px -5px; padding:2px 2px 2px 10px; font-size:15px; background-color:#bbb; border:none;}

.entry-content img,
.entry-content p img, .entry-content p a img,
.entry-content div img, .entry-content div a img
{
  padding:1px;
       -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     -moz-box-shadow:0px 0px 2px 0px #8a8;
     -webkit-box-shadow:0px 0px 2px 0px #8a8;
     box-shadow:0px 0px 2px 0px #8a8;
}

img.aligncenter,
img.attachment-thumbnail,
img.size-thumbnail,
.wp-caption img,
.media-attachment img,
.entry-attachment img {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.gallery-caption, .entry-caption {
  padding:.2em;
  margin:.2em;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

#page img{
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  -khtml-border-radius: 500px;
  border-radius: 500px;
}

/* Link List */
.linklist li{
     margin:0;
     padding:0;
}
.linklist li a{
     margin-bottom:3px;
     background:#f0f0ff;
     margin-right:5px;
}
.linklist li a:before{
content:' ░ ';
}
.linklist li a:after{
content:' ░ ';
}

.wp-caption-text{
     text-align:center;
     color:#aaa;
}

/* Text List*/
.textlist li{padding:5px 2px 5px 2px;}
.textlist li:nth-child(2n){background:#F0FcF0;}

/* Single */
#article .update_time{font-size:0.85em; margin:-10px 0 0 0; padding:0;}


div#copyright{
     margin-top:5px;
     margin-bottom:10px;
     padding:2px 2px 2px 5px;
     color:#999;
     font-size:12px;
     border:1px solid #ccc;
     border-radius: 7px;
          -moz-border-radius: 7px;
          -khtml-border-radius: 7px;
          -webkit-border-radius: 7px;
}
div#copyright.cc_by_nc_sa{
     background:#fafaff;
}

div#article blockquote{
     background-color:#fafafa;
}

del{color:inherit}