home *** CD-ROM | disk | FTP | other *** search
/ bombers.k12.ar.us / bombers.k12.ar.us.tar / bombers.k12.ar.us / east / stylesheet.css < prev    next >
Cascading Style Sheet File  |  2015-01-27  |  2KB  |  182 lines

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4.     background-color:#053269;
  5.     margin:0px auto;
  6.     padding: 0px 0px 0px 0px; 
  7. }
  8.     
  9. #outside {
  10.     background-color:#053269;
  11.     font-family: Verdana, Geneva, sans-serif; 
  12. }
  13.  
  14. #wrap {
  15.     background-color:#053269;
  16.     width: 1000px; 
  17.     margin: 0 auto;
  18. }
  19.  
  20. #text { 
  21.     font-family: Verdana, Geneva, sans-serif; 
  22.     width: 1000px; 
  23.     margin: 0 auto;
  24.     background-color:#FFF;
  25. }
  26.  
  27. p.first {
  28.     margin: .25cm 1cm .5cm 1cm;
  29.     text-align:left;
  30.     text-indent: 0;
  31. }
  32.  
  33. #hsmh {
  34.     
  35.     display:block;
  36.     margin: .25cm 1cm .5cm 1cm;
  37. }
  38.  
  39. h1 {
  40.     margin: .25cm 1cm .5cm 1cm;
  41. }
  42.  
  43. p.second {
  44.     margin: .25cm 1cm .5cm 1cm;
  45.     font-size:20px
  46. }
  47.  
  48. p.third {
  49.     margin: .25cm 1cm .5cm 1cm;
  50.     font-size:20px;
  51.     text-align:center
  52. }
  53.  
  54. p.fourth {
  55.     font-size:20px;
  56. }
  57.  
  58. h2 {
  59.     margin: .25cm 1cm .5cm 1cm;
  60. }
  61.  
  62. .abs{
  63.     position:relative;
  64. }
  65.  
  66.  
  67. .fadein { 
  68.     position:relative; 
  69.     width:500px; 
  70.     height:332px; 
  71. }
  72.  
  73. .fadein img { 
  74.     position:absolute;
  75.     left:180px; 
  76. }
  77.  
  78. .fadein2 { 
  79.     position:relative; 
  80.     width:640px; 
  81.     height:400px; 
  82.     text-align:center; 
  83.     display:block;
  84.     margin:auto;
  85. }
  86.  
  87. .fadein2 img {
  88.     position: absolute;
  89.     display:block;
  90.     margin-left:auto;
  91.     margin-right:auto;
  92. }
  93.  
  94. .spotlight {
  95.     margin: .25cm 1cm .5cm 1cm;
  96.     text-align:center;
  97.     border-style:inset;
  98.     border-color:#09F;
  99. }
  100.  
  101. .shown {
  102.     display:block;
  103.     margin: .25cm 1cm .5cm 1cm;
  104.     
  105. }
  106.  
  107. #logo {
  108.     position:inherit;
  109.     width: 115px;
  110.     height: 110px;
  111.     display:block;
  112.     margin-left: auto;
  113.     margin-right: auto;
  114. }
  115.  
  116. #topbanner {
  117.     background-image:url(assets/space2.jpg);
  118.     width:1000px;
  119.     height:200px;
  120. }
  121.  
  122. #banner1{
  123.     background-image:url(assets/home3.jpg);
  124.     width:250px ;
  125.     height:100px ;
  126. }
  127.  
  128. #banner2{
  129.     background-image:url(assets/about2.jpg);
  130.     width:250px ;
  131.     height: 100px ;
  132.     
  133. }
  134.  
  135. #banner3{
  136.     background-image:url(assets/gallery2.jpg);
  137.     width:250px ;
  138.     height: 100px ;
  139. }
  140.  
  141. #banner4{
  142.     background-image:url(assets/contact2.jpg);
  143.     width:250px ;
  144.     height: 100px ;
  145.     
  146. }
  147.  
  148. .banner {
  149.     display:inline-block;
  150.     margin:0 auto;
  151.     padding: 0;
  152.     
  153. }
  154.  
  155. a:link {
  156.     color:#174f9c;
  157.     text-decoration:none;
  158. }
  159.  
  160. a:hover {
  161.     text-decoration:underline;
  162.     
  163. }
  164.  
  165. a:visited {
  166.     color:#053269;
  167.     text-decoration:none
  168. }
  169.  
  170. #back {
  171.     width: 250px;
  172.     height: 100px;
  173.     background-image:url(assets/back2.jpg);
  174.     border:none;
  175.     border:0;
  176.     background-repeat:no-repeat;
  177.     background-color:#053269;
  178.     clear:both;
  179.     float:left;
  180.  
  181. }
  182.