Advertisement
Guest User

WordPress image and posts css

a guest
Jun 8th, 2010
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.15 KB | None | 0 0
  1. /* ---------- @ Post Styles -----------*/
  2.  
  3. .entry {
  4.     padding-bottom:18px;
  5.     overflow:hidden
  6.     }
  7.  
  8. .postmetadata {
  9.     margin:0;
  10.     padding-top:8px;
  11.     color:#939393;
  12.     font-size:.85em;
  13.     text-transform:uppercase;
  14.     letter-spacing:.08em;
  15.     }  
  16.  
  17. .postmetadata em {
  18.     font:italic 1em Georgia, "Times New Roman", Times, serif;
  19.     text-transform:none;
  20.     letter-spacing:.1em;
  21.     }
  22.  
  23. .entry pre {
  24.     width:100%;
  25.     overflow:auto;
  26.     margin:15px 0;
  27.     display:block;
  28.     background:#f5f3ee;
  29.     }
  30.  
  31. .entry code {
  32.     padding:0 18px;
  33.     display:block;
  34.     font-size:1.2em;
  35.     }
  36.  
  37. .entry ul, .entry ol {
  38.     margin:15px 0;
  39.     padding:15px;
  40.     }
  41.  
  42. .entry li {
  43.     margin: 0 0 10px 42px;
  44.     line-height:145%;
  45.     }
  46.  
  47. #tags span {
  48.     padding:3px 6px;
  49.     background:#f2f2f2
  50.     }
  51.  
  52. #tags a, #tags a:visited {
  53.     text-decoration: none
  54.     }
  55.  
  56. p#tags, p#wp-edit, p.nextpage {
  57.     clear:both
  58.     }
  59.    
  60.  
  61.  
  62. /*Images*/
  63.    
  64. .entry img {
  65.     display:block;
  66.     border:1px solid #999;
  67.     padding:2px;
  68.     margin:15px 0;
  69.     }
  70.  
  71. .wp-caption {
  72.     background:#f2f2f2;
  73.     text-align:center;
  74.     padding:10px 5px 10px 10px;
  75.     }
  76.  
  77. img.alignleft {
  78.     margin:5px 15px 10px 0;
  79.     float:left
  80.     }
  81.  
  82. img.alignright {
  83.     margin:5px 0 10px 15px;
  84.     float:right
  85.     }
  86.  
  87. .wp-caption.alignleft {
  88.     float:left;
  89.     margin:20px 22px 10px 0;
  90.     }
  91.  
  92. .wp-caption.alignright {
  93.     float:right;
  94.     margin:20px 0 10px 22px;
  95.     }
  96.  
  97. .wp-caption.aligncenter, img.aligncenter {
  98.     margin: 0 auto;
  99.     display:block;
  100.     margin-bottom:15px;
  101.     margin-top:15px;
  102.     float:none
  103.     }
  104.        
  105. p.wp-caption-text {
  106.     margin:0;
  107.     text-align:center;
  108.     padding:5px 0;
  109.     }  
  110.  
  111. .wp-caption img {
  112.     float:none;
  113.     margin:0;
  114.     }  
  115.  
  116. .gallery {
  117.     margin:15px 0;
  118.     display:block;
  119.     }
  120.    
  121. .gallery img {
  122.     border:1px solid #999 !important;
  123.     padding:2px;
  124.     margin:0 auto
  125.     }
  126.  
  127. .gallery-item {
  128.     padding:12px 0;
  129.     text-align:center
  130.     }
  131.  
  132. .gallery-caption {
  133.     padding:10px 0;
  134.     }
  135.  
  136.    
  137.    
  138.    
  139.  
  140. /* ---------- @ Comments -----------*/
  141.  
  142.    
  143. .reply a, .reply a:visited  {
  144.     width:75px;
  145.     background:#CCC;
  146.     color:#FFF;
  147.     display:block;
  148.     margin-bottom:15px;
  149.     padding:5px !important;
  150.     text-align:center;
  151.     text-decoration:none !important;
  152.     font:italic 1em Georgia,Arial,Verdana;
  153.     position:relative;
  154.     }
  155.  
  156. .reply a:hover {
  157.     background:#aeaeae;
  158.     text-decoration:none;
  159.     color:#FFF;
  160.     }
  161.  
  162. .reply a:active {
  163.     background: #424242;
  164.     color:#FFF;
  165.     }
  166.            
  167. .commentlist li {
  168.     margin: 0 0 22px;
  169.     padding: 15px;
  170.     background:#F2F2F2;
  171.     border-bottom:1px solid #DDD;
  172.     border-top:1px solid #DDD;
  173.     list-style:none
  174.     }
  175.  
  176. .commentlist li li {
  177.     border:none;
  178.     border-left: 1px solid #CCC;   
  179.     margin:0 0 0 20px;
  180.     padding-left:25px;
  181.     background:none
  182.     }
  183.  
  184. .commentlist li.bypostauthor {
  185.     background:#e5e5e5 !important;
  186.     border:2px solid #CCC;
  187.     }
  188.    
  189. .commentlist code {
  190.     background:#f2f2f2;
  191.     padding:3px;
  192.     }
  193.    
  194. .avatar {
  195.     margin: 3px 10px 0 0;
  196.     float:left;
  197.     padding:2px;
  198.     border:1px solid #b9b9b9;
  199.     }
  200.  
  201. #trackbacklist li {
  202.     margin: 10px 0 10px 35px;
  203.     }
  204.  
  205. #trackbacklist cite {
  206.     font-style:normal
  207.     }
  208.            
  209. cite.fn {
  210.     font: bold 1.4em Georgia, "Times New Roman", Times, serif;
  211.     letter-spacing:-0.05em;
  212.     display:block;
  213.     padding:9px 0 4px;
  214.     }  
  215.  
  216. .says {
  217.     display:none;
  218.     }
  219.  
  220. .comment-author {
  221.     overflow:hidden;
  222.     }
  223.  
  224. .commentmetadata {
  225.     float:left
  226.     }
  227.  
  228. .comment-date a, .comment-date a:visited {
  229.     color:#9f9f9f;
  230.     font-size:0.9em;
  231.     text-decoration:none
  232.     }
  233.  
  234. .commentmetadata a:hover, .commentmetadata a:active  {
  235.     text-decoration:underline;
  236.     color:#333;
  237.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement