Advertisement
jan_dembowski

roys-child-theme.css

Feb 16th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.88 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child Theme
  3. Author: Self-Help WordPress User
  4. Template: twentyeleven
  5. */
  6.  
  7. @import url("../twentyeleven/style.css");
  8.  
  9. #imagecontainer {display:none;}
  10. body {
  11.     background: #000000;
  12.     line-height: 1;
  13. }
  14. body {
  15.     padding: 0 5em;
  16. }
  17. #page {
  18.     margin: 1em auto;
  19.     max-width: 1280px;
  20.     border-top: 0px solid #bbb;
  21.     -webkit-border-radius: 15px;
  22.     -moz-border-radius: 15px;
  23.     -o-border-radius: 15px;
  24.     border-radius: 15px;
  25. }
  26. .one-column .commentlist .avatar {
  27.     background: #000000;
  28.     display: block;
  29.     padding: 0;
  30.     top: 1.625em;
  31.     left: auto;
  32.     right: 1.625em;
  33. }
  34. body {
  35.     background: #000000;
  36. }
  37. #page {
  38.     background: #000000;
  39. }
  40. #branding {
  41.     border-top: 0px solid #bbb;
  42.     padding-bottom: 10px;
  43.     position: relative;
  44.     z-index: 9999;
  45. }
  46. #access {
  47.     background: #000000; /* Show a solid color for older browsers */
  48.     background: -moz-linear-gradient(#000000, #000000);
  49.     background: -o-linear-gradient(#000000, #000000);
  50.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
  51.     background: -webkit-linear-gradient(#252525, #0a0a0a);
  52.     -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  53.     -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  54.     box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  55.     clear: both;
  56.     display: block;
  57.     float: left;
  58.     margin: 0 auto 0px;
  59.     width: 100%;
  60. }
  61. #access ul {
  62.     font-size: 15px;
  63.     list-style: none;
  64.     margin: 0 0 0 -0.8125em;
  65.     padding-left: 0;
  66. }
  67. #access a {
  68.     color: #000000;
  69.     display: block;
  70.     line-height: 3.333em;
  71.     padding: 0 1.2125em;
  72.     text-decoration: none;
  73. }
  74. #access ul ul a {
  75.     background: #fafafa;
  76.     border-bottom: 1px dotted #ddd;
  77.     color: #444;
  78.     font-size: 13px;
  79.     font-weight: normal;
  80.     height: auto;
  81.     line-height: 1.4em;
  82.     padding: 10px 10px;
  83.     width: 168px;
  84. }
  85. #access a:focus {
  86.     background: #A09E9E;
  87. }
  88. #access a:focus {
  89.     background: #A09E9E; /* Show a solid color for older browsers */
  90.     background: -moz-linear-gradient(#000000);
  91.     background: -o-linear-gradient(#000000);
  92.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#000000)); /* Older webkit syntax */
  93.     background: -webkit-linear-gradient(#000000, #000000);
  94.     color: #000000;
  95. }
  96. #access .current_page_ancestor > a {
  97.     font-weight: block;
  98. }
  99. #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  100.     border: 1px solid #img[class*="align"],
  101. img[class*="wp-image-"]
  102. }
  103. a:focus img[class*="align"],
  104. a:hover img[class*="align"],
  105. a:active img[class*="align"],
  106. a:focus img[class*="wp-image-"],
  107. a:hover img[class*="wp-image-"],
  108. a:active img[class*="wp-image-"],
  109. #content .gallery .gallery-icon a:focus img,
  110. #content .gallery .gallery-icon a:hover img,
  111. #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
  112.     background: #302E2E;
  113.     border-color: #302E2E;
  114. }
  115. .singular #author-info {
  116.     background: #f9f9f9;
  117.     border-top: 1px solid #ddd;
  118.     border-bottom: 1px solid #ddd;
  119.     margin: 2.2em -35.6% 0 -35.4%;
  120.     padding: 20px 35.4%;
  121. }
  122. .format-gallery .gallery-thumb {
  123.     float: left;
  124.     display: block;
  125.     margin: .380em 1.630em 0 0;
  126. }
  127. .image-attachment div.attachment a img {
  128.     border-color: #000000;
  129. }
  130. #content nav {
  131.     clear: both;
  132.     overflow: hidden;
  133.     padding: 0 0 1.5em;
  134. }
  135. #supplementary {
  136.     border-top: 0px solid #ddd;
  137.     padding: 0em 7.6%;
  138.     overflow: hidden;
  139. }
  140. #site-generator {
  141.     background: #000000;
  142.     border-top: 1px solid #ddd;
  143.     color: #666;
  144.     font-size: 12px;
  145.     line-height: 2.2em;
  146.     padding: 2.2em 0.5em;
  147.     text-align: center;
  148. }
  149. #site-generator .sep {
  150.     background: url(images/wordpress.png) center left no-repeat;
  151.     color: #000000;
  152.     display: inline-block;
  153.     height: 16px;
  154.     line-height: 16px;
  155.     margin: 0 7px;
  156.     width: 16px;
  157. }
  158. @media (max-width: 650px) {
  159.     #access ul {
  160.         font-size: 14px;
  161.     }
  162. }
  163. #branding hgroup {
  164. position:absolute;
  165. top:-9999px;
  166. left:-9999px;
  167. }
  168. #page {border-radius: 0;}
  169. .recent-posts {
  170. display:none;
  171. }
  172. #main,
  173. .singular.page .hentry {padding:12;}
  174. #access {
  175. background: none repeat scroll 0 0 #fafafa;
  176. }
  177. #access a {
  178. color: #fafafa;
  179. }
  180. #branding {
  181.     border-top: none;
  182. }
  183.  
  184. /dark.css:/
  185.  
  186. #page {
  187.     background: none repeat scroll 0 0 #000000;
  188. }
  189.  
  190. .hentry {
  191. border-bottom: none;
  192. }
  193.  
  194. #bottombar { display: none; }
  195. .home #bottombar { display: block; }
  196.  
  197. #access a {
  198.     color: #999797;
  199.     display: block;
  200.     line-height: 3.333em;
  201.     padding: 0 1.2125em;
  202.     text-decoration: none;
  203. }
  204.  
  205. img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
  206.     border: 0;
  207.  
  208. #page {
  209.     background: none repeat scroll 0 0 #000000;
  210. }
  211.  
  212. #header .submenu {
  213. background: #3B3838!important;
  214. }
  215.  
  216. #header .submenu .container {
  217. background: 3B3838!important;
  218. }
  219.  
  220. .jp-carousel-close-hint { font-size: 80px !important; }
  221.  
  222.  
  223. #page {
  224. background: #000000;
  225. }
  226.  
  227. #page {
  228.  overflow: hidden;
  229. }
  230.  
  231. #branding {
  232. border-top: none;
  233. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement