Advertisement
someone_

mainforindexofficial6.css

Nov 17th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4.     font-size: 10px;
  5.     text-align: center;
  6. }
  7.  
  8. html {
  9.     font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  10.     background: url("../images/sunrise.jpg") no-repeat left top fixed #2A2A2A;
  11. }
  12.  
  13. .marquee {
  14.     margin-bottom: 10px;
  15. }
  16. .marquee b {
  17.     margin-right: 30px;
  18. }
  19.  
  20. .marquee * {
  21.     font-size: 12px;
  22. }
  23.  
  24. .banner {
  25.     overflow: hidden;
  26.     padding-top: 25px;
  27. }
  28.  
  29. header {
  30.     margin-bottom: 20px;
  31. }
  32.  
  33. footer {
  34.     margin-top: 25px;
  35.     margin-bottom: 80px;
  36. }
  37.  
  38. #container {
  39.     color: #E6E6E6;
  40.     line-height: 1;
  41.     width: 1226px;
  42. }
  43.  
  44. .center {
  45.     margin: 0 auto;
  46.     display: table;
  47.     text-align: center;
  48. }
  49.  
  50. a {
  51.     color:#7EB9C4;
  52.     text-decoration: none;
  53. }
  54.  
  55. a:hover {
  56.     color:#ff8a00;
  57.     text-decoration: underline;
  58. }
  59.  
  60. a:visited {
  61.     color:#4a6a70;
  62. }
  63.  
  64. h2, h3, h4 {
  65.     font-family: Arial, Helvetica, sans-serif;
  66.     text-transform: capitalize;
  67. }
  68.  
  69. h2 {
  70.     font-size: 1.35em;
  71.     color: #eaeaea;
  72. }
  73.  
  74. h3, h4 {
  75.     font-size: 1.8em;
  76. }
  77.  
  78. h3 {
  79.     color: #800000
  80. }
  81.  
  82. h4 {
  83.     color: #FFFF00;
  84.     padding-bottom: 10px;
  85. }
  86.  
  87. .left {
  88.     float: left;
  89.     display: inline;
  90. }
  91.  
  92. .right {
  93.     float: right;
  94.     display: inline;
  95. }
  96.  
  97. .clear {
  98.     clear: both;
  99. }
  100.  
  101. .marquee {
  102.     width: 880px;
  103.     padding-top: 10px;
  104.     margin: 0 auto;
  105. }
  106.  
  107. .latest_tweets {
  108.     position: relative;
  109. }
  110.  
  111. .follow a {
  112.     position: absolute;
  113.     margin-top: -50px;
  114.     padding-right: 80px;
  115.     right: 0;
  116. }
  117.  
  118. .tweet {
  119.     font-family: Georgia, serif;
  120.     font-size: 1.1em;
  121.     color: #F0F;
  122.     width: 237px;
  123.     padding: 0 60px;
  124. }
  125.  
  126. .tweet .tweet_list {
  127.     background:  url("../images/twitter_bg.png") no-repeat scroll 0 100%;
  128.     height: 199px;
  129.     list-style-type: none;
  130.     margin: 0;
  131.     padding: 0;
  132. }
  133.  
  134. .tweet .tweet_list li {
  135.     width: 200px;
  136.     overflow: auto;
  137.     line-height: 1.5;
  138.     padding: 8px 15px;
  139. }
  140.  
  141. .tweet .tweet_list li a {
  142.     color: #0C717A;
  143. }
  144.  
  145. .tweet .tweet_list .tweet_even {
  146.     background-color: #F0F;
  147. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement