标签:des style blog class code java
``` cpp
.title {margin-left: 150px;}
.subtitle {margin-left: 250px;}
.postDesc > a {display: none;}
.img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.postBody h2{ font-size: 18px; }
.postBody h1{ padding: 5px 10px; margin: 10px; background: rgb(140,214,0); color: #F0FFF0; font-size: 18px; line-height: 1.3em; text-align:center; border: 2px dashed #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 0 0 4px rgb(140,214,0);, 2px 1px 4px 4px rgba(10,10,0,.5); -webkit-box-shadow: 0 0 0 4px rgb(140,214,0);, 2px 1px 4px 4px rgba(10,10,0,.5); box-shadow: 0 0 0 4px rgb(140,214,0);, 2px 1px 6px 4px rgba(10,10,0,.5); text-shadow: -1px -1px #939393; }
.authorprofileinfo img {display: none;}
.postTitle { font-size: 25px; clear: both; padding: 10px 20px; text-shadow: -1px -1px rgb(238,238,238); }
.post .postTitle {text-align:center;} ```
``` cpp
```
``` cpp ```
标签:des style blog class code java
原文地址:http://www.cnblogs.com/qtsharp/p/3715990.html