HTML

5.9_effects.css

Nov 18th, 2016
165
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.27 KB | None | 0 0
  1. *{
  2.     margin:0;
  3.     padding:0;
  4. }
  5.  
  6. header,footer,
  7. article,section,
  8. hgroup,nav,
  9. figure{
  10.     display:block;
  11. }
  12.  
  13. body{
  14.     font-size:0.825em;
  15.     color:#FFFFFF;
  16.     background-color:#000000;
  17.     font-family:Arial, Helvetica, sans-serif;
  18. }
  19. a, a:visited {
  20.     color:#FFFFFF;
  21.     text-decoration:none;
  22.     outline:none;
  23. }
  24.  
  25. a:hover{
  26.     text-decoration:underline;
  27. }
  28.  
  29. a img{
  30.     border:none;
  31. }
  32. h1,h2,h3{
  33.     font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
  34.     text-shadow:0 1px 1px black;
  35. }
  36.  
  37. h1{
  38.     font-size:3.5em;
  39.     padding:0.5em 0 0;
  40.     text-transform:uppercase;
  41. }
  42.  
  43. h3{
  44.     font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
  45.     font-size:2em;
  46.     font-weight:normal;
  47.     margin:0 0 1em;
  48. }
  49.  
  50.  
  51. h2{
  52.     font-size:2.2em;
  53.     font-weight:normal;
  54.     letter-spacing:0.01em;
  55.     text-transform:uppercase;
  56. }
  57.  
  58. p{
  59.     line-height:1.5em;
  60.     padding-bottom:1em;
  61.     font-family:Helvetica;
  62. }
  63.  
  64. .line{
  65.     height:1px;
  66.     background-color:#FFFFFF;
  67.     border-bottom:1px solid #FFFFFF;
  68.     margin:1em 0;
  69.     overflow:hidden;
  70. }
  71.  
  72. article .line{
  73.     background-color:#FFFFFF;
  74.     border-bottom-color:#FFFFFF;
  75.     margin:1.3em 0;
  76. }
  77.  
  78. footer .line{
  79.     margin:2em 0;
  80. }
  81.  
  82. nav{
  83.     padding:0 5px;
  84.     position:absolute;
  85.     right:0;
  86.     top:4em;
  87.    
  88.     border:1px solid #FFFFFF;
  89.  
  90.     -moz-box-shadow:0 1px 1px #FFFFFF;
  91.     -webkit-box-shadow:0 1px 1px #FFFFFF;
  92.     box-shadow:0 1px 1px #FFFFFF;
  93. }
  94. .clear:after{
  95.     content: ".";
  96.     display: block;
  97.     height: 0;
  98.     clear: both;
  99.     visibility: hidden;
  100. }
  101. nav ul li{
  102.     display:inline;
  103. }
  104.  
  105. nav ul li a,
  106. nav ul li a:visited{
  107.     color:#FFFFFF;
  108.     display:block;
  109.     float:left;
  110.     font-size:1.25em;
  111.     font-weight:bold;
  112.     margin:5px 2px;
  113.     padding:7px 10px 4px;
  114.     text-shadow:0 1px 1px white;
  115.     text-transform:uppercase;
  116. }
  117.  
  118. nav ul li a:hover{
  119.     text-decoration:none;
  120.     background-color:#FFFFFF;
  121. }
  122.  
  123. nav, article, nav ul li a,figure{
  124.     -moz-border-radius:10px;
  125.     -webkit-border-radius:10px;
  126.     border-radius:10px;
  127. }
  128. #page{
  129.     width:960px;
  130.     margin:0 auto;
  131.     position:relative;
  132. }
  133.  
  134. article{
  135.     background-color:#000000;
  136.     margin:3em 0;
  137.     padding:20px;
  138.     border:2px solid #FFFFFF;
  139.     text-shadow:0 2px 0 black;
  140. }
  141.  
  142. figure{
  143.     border:3px solid #FFFFFF;
  144.     float:right;
  145.     height:300px;
  146.     margin-left:15px;
  147.     overflow:hidden;
  148.     width:500px;
  149. }
  150.  
  151. figure:hover{
  152.     -moz-box-shadow:0 0 2px #FFFFFF;
  153.     -webkit-box-shadow:0 0 2px #FFFFFF;
  154.     box-shadow:0 0 2px #FFFFFF;
  155. }
  156.  
  157. figure img{
  158.     margin-left:-60px;
  159. }
  160. footer{
  161.     margin-bottom:30px;
  162.     text-align:center;
  163.     font-size:0.825em;
  164. }
  165.  
  166.  
  167. footer p{
  168.     margin-bottom:-2.5em;
  169.     position:relative;
  170. }
  171.  
  172. footer a,footer a:visited{
  173.     color:#cccccc;
  174.     background-color:#666666;
  175.     display:block;
  176.     padding:2px 4px;
  177.     z-index:100;
  178.     position:relative;
  179. }
  180.  
  181. footer a:hover{
  182.     text-decoration:none;
  183.     background-color:#777777;
  184. }
  185.  
  186. footer a.by{
  187.     float:left;
  188.  
  189. }
  190.  
  191. footer a.up{
  192.     float:right;
  193. }
  194. #backToTheTut{
  195.     background-color:#666666;
  196.     border:1px solid white;
  197.     height:60px;
  198.     left:-20px;
  199.     padding:12px 20px 0 40px;
  200.     position:fixed;
  201.     top:200px;
  202.     width:380px;
  203.     z-index:200;
  204.    
  205.     -moz-border-radius:4px;
  206.     -webkit-border-radius:4px;
  207.     border-radius:4px;
  208. }
  209.  
  210. .title{
  211.     color:#666666;
  212.     font-size:2em;
  213.     font-weight:bold;
  214.     text-shadow:0 1px 1px white;
  215. }
  216.  
  217. #backToTheTut a{
  218.     font-size:10px;
  219.     text-transform:uppercase;
  220. }
  221.  
  222. #backToTheTut img{
  223.     float:left;
  224.     margin-right:15px;
  225. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment