Advertisement
Guest User

Css For 2011

a guest
Apr 24th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.53 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child
  3. Description: Child theme for the Twenty Eleven theme
  4. Author: Your name here
  5. Template: twentyeleven
  6. */
  7.  
  8. @import url("../twentyeleven/style.css");
  9.  
  10. #site-title a {
  11.     color: #009900;
  12. }
  13.  
  14. {
  15.     color: inherit;
  16.     font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  17.     font-style: inherit;
  18.     font-weight: inherit;
  19.     line-height: 1.625;
  20. }
  21. body {
  22.     color: #333;
  23.     font: 15px "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  24.     font-weight: 300;
  25.     line-height: 1.625;
  26. }
  27.  
  28. /* Headings */
  29. h1,h2,h3,h4,h5,h6 {
  30.     clear: both;
  31. }
  32. h1,
  33. h2 {
  34.     color: #000;
  35.     font-size: 15px;
  36.     font-weight: bold;
  37.     margin: 0 0 .8125em;
  38. }
  39. h3 {
  40.     font-size: 10px;
  41.     letter-spacing: 0.1em;
  42.     line-height: 2.6em;
  43.     text-transform: uppercase;
  44. }
  45. h4, h5, h6 {
  46.     font-size: 14px;
  47.     margin: 0;
  48. }
  49. hr {
  50.     background-color: #ccc;
  51.     border: 0;
  52.     height: 1px;
  53.     margin-bottom: 1.625em;
  54. }
  55.  
  56. /* Text elements */
  57. p, ul, ol, dl {
  58.     font-weight: 300;
  59. }
  60. p {
  61.     margin-bottom: 1.625em;
  62. }
  63. ul, ol {
  64.     margin: 0 0 1.625em 2.5em;
  65.     padding: 0;
  66. }
  67. ul {
  68.     list-style: square;
  69. }
  70. ol {
  71.     list-style-type: decimal;
  72. }
  73. ol ol {
  74.     list-style: upper-alpha;
  75. }
  76. ol ol ol {
  77.     list-style: lower-roman;
  78. }
  79. ol ol ol ol {
  80.     list-style: lower-alpha;
  81. }
  82. ul ul, ol ol, ul ol, ol ul {
  83.     margin-bottom: 0;
  84. }
  85. dl {
  86.     margin: 0 1.625em;
  87. }
  88. dt {
  89.     font-size: 15px;
  90.     font-weight: bold;
  91. }
  92. dd {
  93.     margin: 0 0 1.625em;
  94. }
  95. strong {
  96.     font-weight: bold;
  97. }
  98. cite, em, i {
  99.     font-style: italic;
  100. }
  101. cite {
  102.     border: none;
  103. }
  104. big {
  105.     font-size: 131.25%;
  106. }
  107. .mceContentBody blockquote,
  108. .mceContentBody blockquote p {
  109.     font-family: Georgia, "Bitstream Charter", serif !important;
  110.     font-style: italic !important;
  111.     font-weight: normal;
  112.     margin: 0 3em;
  113. }
  114. .mceContentBody blockquote em,
  115. .mceContentBody blockquote i,
  116. .mceContentBody blockquote cite {
  117.     font-style: normal;
  118. }
  119. .mceContentBody blockquote cite {
  120.     color: #666;
  121.     font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  122.     font-weight: 300;
  123.     letter-spacing: 0.05em;
  124.     text-transform: uppercase;
  125. }
  126. pre {
  127.     background: #f4f4f4;
  128.     font: 13px "Courier 10 Pitch", Courier, monospace;
  129.     line-height: 1.5;
  130.     margin-bottom: 1.625em;
  131.     padding: 0.75em 1.625em;
  132. }
  133. code, kbd, code var {
  134.     font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  135. }
  136. abbr, acronym, dfn {
  137.     border-bottom: 1px dotted #666;
  138.     cursor: help;
  139. }
  140. address {
  141.     display: block;
  142.     margin: 0 0 1.625em;
  143. }
  144. del {
  145.     color: #333;
  146. }
  147. ins {
  148.     background: #fff9c0;
  149.     border: none;
  150.     color: #333;
  151.     text-decoration: none;
  152. }
  153. sup,
  154. sub {
  155.     font-size: 10px;
  156.     height: 0;
  157.     line-height: 1;
  158.     position: relative;
  159.     vertical-align: baseline;
  160. }
  161. sup {
  162.     bottom: 1ex;
  163. }
  164. sub {
  165.     top: .5ex;
  166. }
  167. input[type=text],
  168. textarea {
  169.     background: #fafafa;
  170.     -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  171.     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  172.     box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  173.     border: 1px solid #ddd;
  174.     color: #888;
  175. }
  176. input[type=text]:focus,
  177. textarea:focus {
  178.     color: #333;
  179. }
  180. textarea {
  181.     padding-left: 3px;
  182.     width: 98%;
  183. }
  184. input[type=text] {
  185.     padding: 3px;
  186. }
  187.  
  188. /* Links */
  189. a,
  190. a em,
  191. a strong {
  192.     color: #1b8be0;
  193.     text-decoration: none;
  194. }
  195. a:focus,
  196. a:active,
  197. a:hover {
  198.     text-decoration: underline;
  199. }
  200.  
  201. /* Alignment */
  202. .alignleft {
  203.     display: inline;
  204.     float: left;
  205.     margin-right: 1.625em;
  206. }
  207. .alignright {
  208.     display: inline;
  209.     float: right;
  210.     margin-left: 1.625em;
  211. }
  212. .aligncenter {
  213.     clear: both;
  214.     display: block;
  215.     margin-left: auto;
  216.     margin-right: auto;
  217. }
  218.  
  219. /* Tables */
  220. table {
  221.     border: none !important;
  222.     border-bottom: 1px solid #ddd !important;
  223.     border-collapse: collapse;
  224.     border-spacing: 0;
  225.     text-align: left;
  226.     margin: 0 0 1.625em;
  227.     width: 100%;
  228. }
  229. tr th {
  230.     border: none !important;
  231.     color: #666;
  232.     font-size: 10px;
  233.     font-weight: 500;
  234.     letter-spacing: 0.1em;
  235.     line-height: 2.6em;
  236.     text-transform: uppercase;
  237. }
  238. td {
  239.     border: none !important;
  240.     border-top: 1px solid #ddd !important;
  241.     padding: 6px 10px 6px 0;
  242. }
  243.  
  244. /* Images */
  245. img[class*="wp-image-"] {
  246.     height: auto;
  247.     max-width: 97.5%;
  248. }
  249. img.size-full {
  250.     width: auto; /* Prevent stretching of full-size images in IE8 */
  251. }
  252. img.wp-smiley {
  253.     border: none;
  254.     margin-bottom: 0;
  255.     margin-top: 0;
  256.     padding: 0;
  257. }
  258. p img,
  259. .wp-caption {
  260.     margin-top: 0.4em;
  261. }
  262. img {
  263.     border: 1px solid #ddd;
  264.     padding: 6px;
  265. }
  266. img.alignleft,
  267. img.alignright,
  268. img.aligncenter {
  269.     margin-bottom: 1.625em;
  270. }
  271. .wp-caption {
  272.     background: #eee;
  273.     border: none;
  274.     margin-bottom: 1.625em;
  275.     max-width: 96%;
  276.     padding: 9px;
  277. }
  278. .wp-caption img {
  279.     display: block;
  280.     margin: 5px auto 0 !important;
  281.     max-width: 98%;
  282.     border-color: #eee;
  283. }
  284. .wp-caption .wp-caption-text,
  285. .wp-caption-dd {
  286.     color: #666;
  287.     font-family: Georgia, serif !important;
  288.     font-size: 12px;
  289.     margin: 0 0 0.6em 0 !important;
  290.     padding: 0 0 5px 40px;
  291.     position: relative;
  292.     text-align: left;
  293. }
  294. .wp-caption .wp-caption-text:before {
  295.     color: #666;
  296.     content: '\2014';
  297.     font-size: 14px;
  298.     font-style: normal;
  299.     font-weight: bold;
  300.     margin-right: 5px;
  301.     position: absolute;
  302.     left: 10px;
  303.     top: 7px;
  304. }
  305. a:focus img[class*="wp-image-"],
  306. a:hover img[class*="wp-image-"],
  307. a:active img[class*="wp-image-"] {
  308.     background: #eee;
  309.     border-color: #bbb;
  310. }
  311. .wp-caption a:focus img,
  312. .wp-caption a:active img,
  313. .wp-caption a:hover img {
  314.     background: #fff;
  315.     border-color: #ddd;
  316. }
  317.  
  318. #site-title {
  319.     padding: 3.65625em 0 0;
  320.     text-align: center;
  321. margin:0px;
  322. }
  323. h1#site-title span img
  324. {
  325. width:300px;
  326. height:100px;
  327. }
  328. #branding img {
  329.     height: auto;
  330.     margin-bottom: -7px;
  331.     padding: 0;
  332.     width: 100%;
  333. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement