Advertisement
Guest User

No page content

a guest
Nov 3rd, 2012
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.38 KB | None | 0 0
  1. @import url("../twentyeleven/style.css");
  2.  
  3.  
  4. #site-title {
  5.     margin-right: 170px;
  6.     padding: 9.65625em 0 0;
  7. }
  8.  
  9. #site-title a {
  10.     color: #0A3B51;
  11.     font-size: 40px;
  12.     font-weight: bold;
  13.     line-height: 36px;
  14.     text-decoration: none;
  15.     font-family: 'Verdana', sans-serif;
  16. }
  17.  
  18. #site-description {
  19.     color: #2A88B3;
  20.     font-size: 25px;
  21.     margin: 0 0 0 0;
  22.     font-weight: bold;
  23.     font-family: 'Verdana', sans-serif;
  24. }
  25.  
  26. #page {
  27.     margin-top: 0;
  28.     margin-bottom: 0;
  29.     background: #C7F0FB;
  30.     }
  31. #site-generator {
  32.     background: #C7F0FB;
  33.     border-top: 1px solid #ddd;
  34.     color: #666;
  35.     font-size: 12px;
  36.     line-height: 2.2em;
  37.     padding: 2.2em 0.5em;
  38.     text-align: center;
  39.     margin-bottom: 0;
  40. }  
  41.  
  42. #branding {
  43.         position: relative;
  44.         background: #C7F0FB;
  45.             }
  46.    
  47. #branding hgroup { position: absolute; top: 0px; }
  48.  
  49. #access {
  50.     text-align:center;
  51.     background: #267093;
  52.     background: -moz-linear-gradient(#267093, #3690BA);
  53.     background: -o-linear-gradient(#267093, #3690BA);
  54.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#267093), to(#3690BA)); /* older webkit syntax */
  55.     background: -webkit-linear-gradient(#267093, #3690BA);
  56.     -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  57.     -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  58.     box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  59.     clear: both;
  60.     display: block;
  61.     /*float: left;*/
  62.     margin: 0 auto 6px;
  63.     width: 100%;
  64. }
  65.  
  66. #access ul {
  67.     font-family: 'Verdana', sans-serif;
  68.     text-transform: uppercase;
  69.     font-weight: bold;
  70.     font-size: 13px;
  71.     list-style: none;
  72.     margin: 0 0 0 -0.8125em;
  73.     padding-left: 0;
  74.     display:inline-block;
  75. }
  76.  
  77. #access a {
  78.         padding: 0 0;
  79. }
  80.  
  81. .my-span{
  82.     float:right;
  83.     margin-left: 1cm;
  84.     }
  85. .one-column #page {
  86.     max-width: 900px;
  87. }
  88.  
  89. .widget-area {
  90.     font-size: 8px;
  91.     font-family: 'Verdana', sans-serif;
  92.     text-transform: uppercase;
  93.     font-weight: bold;
  94.     color: #0A3B51;
  95.     line-height: 1em;
  96. }
  97.  
  98. body {
  99.     color: #C7F0FB;
  100.     background: url(images/bgrnd.jpg) no-repeat center center fixed;
  101.     -webkit-background-size: cover;
  102.     -moz-background-size: cover;
  103.     -o-background-size: cover;
  104.     background-size: cover;
  105. }
  106.  
  107. #colophon {
  108.     clear: both;
  109.     background-color: #C7F0FB;
  110.     margin-bottom: 0;
  111.      
  112. }
  113.  
  114. #colophon #second .textwidget p {
  115.    text-align: center;
  116.    line-height: 150%;
  117. }
  118.    
  119. .delimiter {float: right;color: #ccc;padding-left: 10px;}
  120. .sub-menu .delimiter {display: none;}
  121. #menu-item-102 .delimiter {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement