12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .list-of-tags {
- list-style:none;
- margin:0;
- padding:5px 0 ;
- overflow:hidden;
- }
- .list-of-tags li {
- line-height:28px;
- float:left;
- }
- .list-of-tags a {
- padding: 3px 6px;
- margin: 2px;
- color: #222;
- background:#EEE;
- border-radius: 3px;
- text-decoration:none;
- }
- .list-of-tags a span {
- vertical-align: super;
- font-size: 0.8em;
- }
- .tags-in-article li {
- line-height:28px;
- float:none;
- }
- .article-content {
- text-align:justify;
- max-width:50em;
- }
- .article-content p{
- font-family: Scala, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
- font-variant: normal;
- text-transform: none;
- font-size: 1.1em;
- line-height: 1.6em;
- }
- .article-content blockquote {
- padding: 5px 0px 5px 20px;
- margin: 20px 0px 20px 0px;
- border-left: 5px solid rgb(100,100,100);
- }
- .article-content blockquote p {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-variant: normal;
- text-transform: none;
- font-size: 1.2em;
- line-height: 1.7em;
- }
- .list-of-categories span {
- vertical-align: super;
- font-size: 0.8em;
- }
- a.list-of-categories {
- text-decoration:none;
- }
|