Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.60 KB | None | 0 0
  1. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  2.     display: block;
  3. }
  4. html {
  5.     font-size: 100.01%;
  6. }
  7. body {
  8.     background: none repeat fixed 0 0 #EEEEEE;
  9.     color: #222222;
  10.     font: 93.75%/1.4 "Lucida Sans Unicode","Lucida Grande",Helvetica,Verdana,Arial,sans-serif;
  11.     height: 101%;
  12.     margin: 0;
  13.     padding: 0;
  14. }
  15. .clear {
  16.     clear: both;
  17.     height: 0;
  18.     overflow: hidden;
  19. }
  20. a img {
  21.     -moz-transition: all 0.3s ease-in-out 0s;
  22.     border: medium none;
  23. }
  24. em, dfn {
  25.     font-family: "Lucida Grande","Lucida Sans",Helvetica,Verdana,Arial,sans-serif;
  26.     font-style: italic;
  27. }
  28. strong {
  29.     font-family: "Lucida Grande","Lucida Sans",Helvetica,Verdana,Arial,sans-serif;
  30.     font-weight: bold;
  31. }
  32. h1, h2, h3, h4, h5, h6 {
  33.     font-family: "Trebuchet MS",Helvetica,Verdana,Arial,sans-serif;
  34. }
  35. pre {
  36.     background-color: #222222;
  37.     border: 3px solid #555555;
  38.     border-radius: 4px 4px 4px 4px;
  39.     color: #FFFFFF;
  40.     display: block;
  41.     font-family: "Courier 10 Pitch",Courier,monospace;
  42.     font-size: 0.8em;
  43.     padding: 10px;
  44.     white-space: pre-wrap;
  45. }
  46. code, kbd {
  47.     font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  48. }
  49. abbr {
  50.     border-bottom-style: dotted;
  51.     border-bottom-width: 1px;
  52. }
  53. #wrapper {
  54.     background-color: #FFFFFF;
  55.     box-shadow: 0 0 10px #000000;
  56.     margin: 0 auto;
  57.     width: 960px;
  58. }
  59. header {
  60.     background-color: #FFFFFF;
  61.     padding: 10px 50px;
  62. }
  63. header hgroup h1, h2 {
  64.     margin: 0;
  65.     text-shadow: 0 0 3px #BBBBBB;
  66. }
  67. header hgroup h2 {
  68.     color: #222222;
  69.     font-size: 1em;
  70.     font-style: italic;
  71.     font-weight: normal;
  72. }
  73. header hgroup a {
  74.     color: #000000;
  75.     text-decoration: none;
  76. }
  77. header hgroup a:hover {
  78.     color: #E00000;
  79. }
  80. header hgroup a:active {
  81.     color: #000000;
  82. }
  83. nav {
  84.     background: -moz-linear-gradient(50% 80% 90deg, #000000, #333333 100%) repeat scroll 0 0 transparent;
  85.     border-bottom: 3px solid #E00000;
  86.     box-shadow: 0 0 5px #333333 inset;
  87. }
  88. nav a {
  89.     -webkit-transition:All 0.7s ease-in-out;
  90.     -moz-transition:All 0.7s ease-in-out;
  91.     -ms-transition:All 0.7s ease-in-out;
  92.     -o-transition:All 0.7s ease-in-out;
  93.     transition:All 0.7s ease-in-out;
  94.     color: #FFFFFF;
  95.     display: block;
  96.     float: left;
  97.     padding: 10px 30px;
  98. }
  99. nav a:hover {
  100.     -webkit-transition:All 0.3s ease-in-out;
  101.     -moz-transition:All 0.3s ease-in-out;
  102.     -ms-transition:All 0.3s ease-in-out;
  103.     -o-transition:All 0.3s ease-in-out;
  104.     transition:All 0.3s ease-in-out;
  105.     background-color: #E00000;
  106.     box-shadow: 0 0 10px #550000 inset;
  107. }
  108. aside {
  109.     background-color: #FFFFFF;
  110.     float: right;
  111.     font-size: 0.9em;
  112.     margin-bottom: 30px;
  113.     padding: 10px;
  114.     width: 260px;
  115. }
  116. aside a {
  117.     color: #E00000;
  118.     text-decoration: none;
  119. }
  120. aside a:visited {
  121.     color: #BE0000;
  122. }
  123. aside a:hover {
  124.     color: #000000;
  125.     text-decoration: underline;
  126. }
  127. aside a:active {
  128.     color: #E00000;
  129. }
  130. aside ul {
  131.     margin: 0;
  132.     padding-left: 20px;
  133. }
  134. aside li {
  135.     list-style-type: none;
  136. }
  137. aside .widget {
  138.     margin-top: 15px;
  139. }
  140. aside .widget:first-child {
  141.     margin-top: 0;
  142. }
  143. aside h2 {
  144.     font-size: 1.2em;
  145.     margin: 10px 10px 0;
  146. }
  147. aside #searchform {
  148.     padding-left: 20px;
  149. }
  150. aside #searchform #s {
  151.     width: 140px;
  152. }
  153. aside #searchform label {
  154.     display: none;
  155. }
  156. section {
  157.     border-right: 3px dotted #EEEEEE;
  158.     float: left;
  159.     margin: 5px 0 0;
  160.     padding: 10px;
  161.     width: 657px;
  162. }
  163. section #search-info {
  164.     background-color: #EEEEEE;
  165.     border: 1px solid #AAAAAA;
  166.     color: #AAAAAA;
  167.     padding: 10px;
  168. }
  169. section #search-info p {
  170.     margin: 0;
  171. }
  172. section #post-navigation {
  173.     text-align: center;
  174. }
  175. section #post-navigation a {
  176.     color: #E00000;
  177.     text-decoration: none;
  178. }
  179. section #post-navigation a:visited {
  180.     color: #BE0000;
  181. }
  182. section #post-navigation a:hover {
  183.     color: #000000;
  184.     text-decoration: underline;
  185. }
  186. section article a:active {
  187.     color: #E00000;
  188. }
  189. section article {
  190.     margin-top: 15px;
  191.     padding: 10px;
  192. }
  193. section article:first-child {
  194.     margin-top: 0;
  195. }
  196. section article a {
  197.     color: #E00000;
  198.     text-decoration: none;
  199. }
  200. section article a:visited {
  201.     color: #BE0000;
  202. }
  203. section article a:hover {
  204.     color: #000000;
  205.     text-decoration: underline;
  206. }
  207. section article a:active {
  208.     color: #E00000;
  209. }
  210. section article h2 {
  211.     margin-bottom: 0;
  212. }
  213. section article h2 a {
  214.     -webkit-transition:All 0.2s ease-in-out;
  215.     -moz-transition:All 0.2s ease-in-out;
  216.     -ms-transition:All 0.2s ease-in-out;
  217.     -o-transition:All 0.2s ease-in-out;
  218.     transition:All 0.2s ease-in-out;
  219.     color: #000000;
  220. }
  221. section article h2 a:visited {
  222.     color: #222222;
  223. }
  224. section article h2 a:hover {
  225.     -webkit-transition:All 0.3s ease-in-out;
  226.     -moz-transition:All 0.3s ease-in-out;
  227.     -ms-transition:All 0.3s ease-in-out;
  228.     -o-transition:All 0.3s ease-in-out;
  229.     transition:All 0.3s ease-in-out;
  230.     color: #BE0000;
  231. }
  232. section article .meta p {
  233.     color: #333333;
  234.     font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
  235.     font-size: 0.9em;
  236.     margin: 0;
  237. }
  238. section article .entry {
  239.     margin: 1em 0;
  240. }
  241. section article .entry p {
  242. }
  243. section article .entry img {
  244.     border: 5px solid #FFFFFF;
  245.     box-shadow: 0 0 10px #888888;
  246.     max-width: 640px;
  247. }
  248. section article .entry .audioplayer_container {
  249.     text-align: center;
  250. }
  251. footer {
  252.     background: -moz-linear-gradient(50% 80% 90deg, #000000, #333333 100%) repeat scroll 0 0 transparent;
  253.     border-top: 3px solid #E00000;
  254.     box-shadow: 0 0 29px #333333 inset;
  255.     clear: both;
  256.     height: 200px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement