Advertisement
Guest User

.css file

a guest
Jun 15th, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.16 KB | None | 0 0
  1. .top-bar {
  2.     width: 100%;
  3.     height: 60px;
  4.     background-image: url('images/topbar.png');
  5.     background-repeat: repeat-x;
  6.     margin: 0px auto;
  7.     padding-top: 1px;
  8.    
  9. }
  10.  
  11. ul {
  12.     list-style-type: none;
  13. }
  14.  
  15.  
  16.  
  17. .first li {
  18.     list-style-type: none;
  19.     display: inline;
  20.     font-family: Georgia, sans-serif;
  21.     font-size: 12px;
  22.     color: #9f9f9f;
  23.  
  24.  
  25. }
  26.  
  27. .second li {
  28.     list-style-type: none;
  29.     display: inline-block;
  30.     text-decoration: none;
  31.     top: 20px;
  32.     position: relative;
  33.     float: right;
  34.     right: 30px;
  35.     top: -40px;
  36.     padding-top: 1px;
  37.     padding-right: 20px;
  38. }
  39.  
  40. h4 {
  41.     display: inline;
  42.     font-family: Georgia, sans-serif;
  43.     font-size: 14px;
  44.     position: relative;
  45.     left: 30px;
  46.     padding: 10px;
  47.     bottom: -30px;
  48.     color: #2e2e2e;
  49.     font-weight: none;
  50.  
  51. }
  52.  
  53. a:link, a:visited {
  54.     color: #2e2e2e;
  55.     text-decoration: none;
  56. }
  57.  
  58. a:hover, a:active {
  59.     color: #9f9f9f;
  60. }
  61.  
  62. #linebreaker {
  63.     width: auto;
  64.     height: 6px;
  65.     margin-left: 40px;
  66.     margin-right: 40px;
  67.     background-image: url('images/breakline.png');
  68.     background-repeat: repeat-x;
  69.     position: relative;
  70.     top: 42px;
  71.  
  72. }
  73.  
  74. .header h2 {
  75.     margin-left: 40px;
  76.     font-size: 36px;
  77.     color: #333333;
  78.     font-family: Georgia, serif;
  79.     margin-top: 90px;
  80. }
  81.  
  82. .header .container p {
  83.     margin-left: 44px;
  84.     font-size: 12px;
  85.     color: #999999;
  86.     font:family: Georgia, sans-serif;
  87.     margin-top: -20px;
  88. }
  89.  
  90. #linebreaker2 {
  91.     width: auto;
  92.     height: 6px;
  93.     background-image: url('images/breakline.png');
  94.     background-repeat: repeat-x;
  95.     position: relative;
  96.     top: 32px;
  97. }
  98.  
  99. .slider {
  100.     width: 100%;
  101.     height: 451px;
  102.     background-image: url('slider.png');
  103.     background-color: #bdbcbc;
  104.     background-repeat: repeat-x;
  105.     bottom: -101px;
  106.     position: absolute;
  107. }
  108.  
  109. .slider-content  {
  110.     font-family: Georgia, sans-serif;
  111.     margin-left: 45px;
  112.     margin-right: 45px;
  113.     padding-top: 120px;
  114. }
  115.  
  116. .slider-content h1 {
  117.     font-size: 36px;
  118.     color: #333333;
  119.    
  120. }
  121.  
  122. .slider-content p {
  123.     font-size: 16px;
  124.     font-style: italic;
  125.     color: #666666;
  126.  
  127. }
  128.  
  129.  
  130. #image {
  131.     float: right;
  132.     margin-top: -250px;
  133.  
  134. }
  135.  
  136. #linebreaker3 {
  137.     width: auto;
  138.     height: 12px;
  139.     background-image: url('images/breakline2.png');
  140.     background-repeat: repeat-x;
  141.     position: relative;
  142.     top: 470px;
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement