Advertisement
Guest User

sombreiul-wordpress

a guest
Jun 27th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.84 KB | None | 0 0
  1. body {
  2.     margin:0px;
  3.     height:100%;
  4.     font-size:0.9em;
  5.     font-family: Georgia, serif;
  6.     background: #b99771 url(/images/woodtexture2.jpg) repeat;
  7.     }
  8.  
  9. #wrapper1 {
  10.     position:relative;
  11.     text-align:left;
  12.     width:100%;
  13.     background:url("/images/blank.gif") repeat-y top right;
  14.     }
  15. #wrapper2 {
  16.     position:relative;
  17.     text-align:left;
  18.     width:100%;
  19.     background:url("/images/blank.gif") repeat-y top left;
  20.     }
  21. #header {
  22.     padding:10px;
  23.     margin:0;
  24.     text-align:center;
  25.     color:#FFF;
  26.     }
  27.  
  28. #maincol {
  29.     background:url("/images/bgtile5.gif") repeat;
  30.     position:relative;
  31.     margin:0;
  32.     padding:0 10px;
  33.     }
  34. #leftcol {
  35.     z-index:100;
  36.     position:relative;
  37.     top:-10px;
  38.     left:-10px;
  39.     float:left;
  40.     width:220px;  /* for IE5/WIN */
  41.     voice-family: "\"}\"";
  42.     voice-family:inherit;
  43.     width:200px; /* actual value */
  44.     margin:0 0 -10px 0;
  45.     padding:10px;
  46.     color:#fff;
  47.     }
  48. #rightcol {
  49.     z-index:99;
  50.     position:relative;
  51.     top:-10px;
  52.     right:-10px;
  53.     float:right;
  54.     width:220px;  /* for IE5/WIN */
  55.     voice-family: "\"}\"";
  56.     voice-family:inherit;
  57.     width:200px; /* actual value */
  58.     margin:0 0 -10px 0;
  59.     padding:10px;
  60.     color:#fff;
  61.     }
  62. #centercol {
  63.     position:relative;
  64.     margin:0 220px;
  65.     border-left:1px solid #4f97b0;
  66.     border-right:1px solid #4f97b0;
  67.     background-color:#8bdefc;
  68.     font: normal 12px georgia, serif;
  69.     line-height:25px;
  70.     color:#202a3f;
  71.     z-index:500;
  72.     height:100%;
  73.     }
  74. #centercol a {
  75.     color:#666;
  76.     }
  77. #centercol a:hover {
  78.     border-bottom:1px solid;
  79.     color:#9343B9;
  80.     }
  81.  
  82. #centercol #container {
  83.     padding:0 10px 10px 10px;
  84.     display:block;
  85. }
  86.  
  87. #centercol #container #content {
  88.     display:block;
  89. }
  90.  
  91. #footer {
  92.     position:relative;
  93.     top:-1px;
  94.     width:100%;
  95.     height:25px;
  96.     clear:both;
  97.     margin:0;
  98.     padding:1% 0;
  99.     text-align:center;
  100.     color:#CCC;
  101.     background:#202a3f;
  102.   opacity:0.85;
  103.   filter:alpha(opacity=85); /* For IE8 and earlier */
  104.     border-top:5px solid #252146;
  105.     border-bottom:5px solid #252146;
  106.     }
  107.  
  108. .b2 {
  109.         background:#202a3f;
  110.         opacity:0.8;
  111.     filter:alpha(opacity=80); /* For IE8 and earlier */
  112.         width:200px;
  113.         color:#fffccc;
  114.         font-size:0.9em;
  115.         font-family: Georgia, serif;
  116.         line-height:140%;
  117.         border:1px solid #4f97b0;
  118.         -webkit-border-radius:15px;
  119.         -moz-border-radius:15px;
  120.         border-radius:15px;
  121.         margin-left:-5px;
  122.         margin-right:auto;
  123.         padding-top:20px;
  124.         }
  125.  
  126.  
  127. .b4 {
  128.             padding:5px 20px 5px 10px;
  129.             }
  130.  
  131. IMG.displayed {
  132.     display: block;
  133.     margin-left: auto;
  134.     margin-right: auto;
  135.         margin-top:20px;
  136.         margin-bottom:20px;
  137.         }
  138.        
  139. IMG.chair {
  140.     position:relative;
  141.     float:right;
  142.         margin-right:-20px;
  143.         margin-top:30px;
  144.         margin-bottom:4px;
  145.         z-index:100;
  146.         }
  147.  
  148. P.blocktext {
  149.     margin-left: auto;
  150.     margin-right: auto;
  151.     width: 5em;
  152.         text-align:center;
  153.         border-left:2px solid #fff11c;
  154.         border-right:2px solid #fff11c;
  155.         -webkit-border-radius:15px;
  156.         -moz-border-radius:15px;
  157.         border-radius:15px;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement