Advertisement
CuST0M1z3

Untitled

Apr 24th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.84 KB | None | 0 0
  1. html, body {
  2.   font-family: Tahoma, sans-serif; }
  3.  
  4. .clear {
  5.   clear: both; }
  6.  
  7. html, body, div, header, ul, li, h1, a, article {
  8.   margin: 0;
  9.   padding: 0; }
  10.  
  11. body {
  12.   font-size: 14px; }
  13.   body div#wrapper {
  14.     width: 960px;
  15.     padding-left: 4px; }
  16.     body div#wrapper header div#archive {
  17.       float: right; }
  18.       body div#wrapper header div#archive ul {
  19.         list-style-type: none; }
  20.         body div#wrapper header div#archive ul li {
  21.           display: inline-block;
  22.           margin-right: 5px;
  23.           margin-left: 5px; }
  24.           body div#wrapper header div#archive ul li a {
  25.             font-size: 10px;
  26.             text-decoration: none;
  27.             color: #333333; }
  28.     body div#wrapper header div#header {
  29.       background-image: url(images/topnav_divider.png);
  30.       background-repeat: repeat;
  31.       height: 44px;
  32.       padding-right: 15px;
  33.       padding-top: 20px;
  34.       padding-left: 50px; }
  35.       body div#wrapper header div#header nav#nav ul li {
  36.         display: inline-block;
  37.         margin-right: 20px; }
  38.         body div#wrapper header div#header nav#nav ul li a {
  39.           font-size: 18px;
  40.           text-decoration: none;
  41.           color: white;
  42.           display: inline-block; }
  43.           body div#wrapper header div#header nav#nav ul li a:first-letter {
  44.             text-transform: uppercase; }
  45.       body div#wrapper header div#header h1 {
  46.         float: right;
  47.         font-size: 28px;
  48.         color: white;
  49.         position: absolute;
  50.         margin-left: 595px;
  51.         top: 32px; }
  52.     body div#wrapper div#content h1 {
  53.       margin-top: 16px;
  54.       font-size: 24px;
  55.       color: #333333; }
  56.     body div#wrapper div#content article {
  57.       font-size: 14px;
  58.       padding-top: 2px;
  59.       color: #333333; }
  60.       body div#wrapper div#content article p {
  61.         text-align: justify; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement