Advertisement
Guest User

Untitled

a guest
Jan 28th, 2013
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.54 KB | None | 0 0
  1. @CHARSET "ISO-8859-1";
  2. html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, address, code, img,
  4. small, strong, dl, dt, ol, ul, li,
  5. fieldset, form, label {
  6.     margin: 0;
  7.     padding: 0;
  8.     border: 0;
  9.     outline: 0;
  10.     font-size: 100%;
  11.     vertical-align: baseline;
  12.     background: transparent;
  13. }
  14.  
  15. body {
  16.     margin: 1% auto;
  17.     text-align: center;
  18.     line-height: 1.4;
  19.     font-family: Century Gothic;
  20.     behavior: url("csshover3.htc");
  21.     background-color:#f1f1f1;
  22.    
  23. }
  24.  
  25. #header h1 {
  26.     height:88px;
  27.     width:166px;
  28.     margin-left:5%;
  29.     margin-top:-2%;
  30.     background:url(images/logo.gif) no-repeat;
  31.     text-indent:-9999px;
  32.     display:block;
  33.     float:left;
  34. }
  35.  
  36. #header h1 a {
  37.     height:88px;
  38.     width:166px;
  39.     display: block;
  40. }
  41.  
  42.  
  43.  
  44. #container {
  45.     width: 1080px;
  46.     height:1200px;
  47.     margin: 1% auto;
  48.     text-align:center;
  49.    
  50. }
  51.  
  52. #welcomebox {
  53.     position:relative;
  54.     margin-left:5%;
  55.     margin-top:-35%;
  56.     width:943px;
  57.     height:390px;
  58.     background:url(images/box.jpg) no-repeat;
  59. }
  60.  
  61. #introduction {
  62.     position:relative;
  63.     text-align:left;
  64.     margin-left:2%;
  65.     top:6%;
  66.     font-family: Century Gothic;
  67.     font-size:400%;
  68.     color:white;
  69. }
  70.  
  71. #readover {
  72.     position:relative;
  73.     right: -20%;
  74.     top:-40%;
  75.     font-size:120%;
  76.     color:white;
  77. }
  78.  
  79. #content {
  80.     position: relative;
  81.     margin: 0 auto;
  82.     width: 1080px;
  83.     top: 65px;
  84.     left:-6.6%;
  85.     font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
  86.     font-size: 62.5%;
  87.     height: 520px;
  88.     behavior: url("scripts/csshover3.htc");
  89. }
  90.  
  91. #i720 {
  92.    
  93. }
  94. #superherotext {
  95.     position:relative;
  96.     right:10%;
  97.     font-family: Century Gothic;
  98.     font-size:250%;
  99.     color: #666;
  100.     }
  101.     #i3 {
  102.     position:relative;
  103.     right:16.2%;
  104.     font-family: Century Gothic;
  105.     font-size:250%;
  106.     color: #0ca60f;
  107.     }
  108. #i4 {
  109.     width:943px;
  110.     position:relative;
  111.     right:-5.6%;
  112.     text-align:left;
  113.     font-size: 140%;
  114.     text-shadow:0 1px 0 #fff;;
  115. }
  116.  
  117. .divider {
  118.     position:relative;
  119.     top:1.4%;
  120.     left:5%;
  121.     width:940px;
  122.     border-top: 1px solid #d5d5d5;
  123.     border-bottom: 1px solid #fafafa;
  124.     }
  125.  
  126. #i6 {
  127.     width:1091px;
  128.     height:44px;
  129.     background:url(images/line2.png) no-repeat;
  130. }
  131. /* Vertical Navigation */
  132. #vertical-navigation {
  133.     list-style: none;
  134.     margin: 0;
  135.     padding: 0;
  136.     font-size: 1.2em;
  137.     float: right;
  138.     position: relative}
  139.  
  140.  
  141. /* CSS for each Parent Item */
  142. #vertical-navigation li {float: left; position: relative;}
  143.  
  144. #vertical-navigation li a
  145. {
  146.     float: left;
  147.     display: block;
  148.     padding: 4px;
  149.     text-decoration: none;
  150.     color: #666;
  151.     text-transform: uppercase;
  152.     margin-right: 10px;
  153. }
  154.  
  155. /*
  156. Change background color and font color
  157. of parent items when mouse hover
  158. */
  159. #vertical-navigation li:hover a,
  160. #vertical-navigation li a:hover
  161. {
  162.     color: #26eb2a;
  163. }
  164.  
  165.  
  166.  
  167.  
  168. /*
  169. Applie to group of Child Items
  170. Each Child Item will be invisible by default
  171. */
  172. #vertical-navigation ul {display: none;}
  173.  
  174. /* Each Child Item will be visible if mouse hover */
  175. #vertical-navigation li:hover ul {display: block;}
  176.  
  177. #vertical-navigation ul
  178. {
  179.     float: none;
  180.     position: absolute;
  181.     list-style: none;
  182.     margin: 0;
  183.     padding: 0;
  184.     top: 1.8em;
  185.     left: 0;
  186. }
  187.  
  188. #vertical-navigation ul li
  189. {
  190.     float: none;
  191.     clear: none;
  192.     margin: 0;
  193.     padding: 0;
  194.     width: auto;
  195.     color: #999;
  196. }
  197.  
  198.  
  199. /*
  200. Reset and re style
  201. link of each child item
  202. */
  203. #vertical-navigation li:hover ul li a,
  204. #vertical-navigation ul li a
  205. {
  206.     line-height: 200%;
  207.     display: block;
  208.     padding: 0 6px 0 0;
  209.     float: none;
  210.     text-transform: lowercase;
  211.     color: #999;
  212.     background: none;
  213. }
  214.  
  215. #vertical-navigation li:hover ul li a:hover,
  216. #vertical-navigation ul li a:hover
  217. {
  218.     background: none;
  219.     color: #26eb2a;
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement