Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *{
- margin:0;
- padding:0;
- }
- header,footer,
- article,section,
- hgroup,nav,
- figure{
- display:block;
- }
- body{
- font-size:0.825em;
- color:#FFFFFF;
- background-color:#000000;
- font-family:Arial, Helvetica, sans-serif;
- }
- a, a:visited {
- color:#FFFFFF;
- text-decoration:none;
- outline:none;
- }
- a:hover{
- text-decoration:underline;
- }
- a img{
- border:none;
- }
- h1,h2,h3{
- font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
- text-shadow:0 1px 1px black;
- }
- h1{
- font-size:3.5em;
- padding:0.5em 0 0;
- text-transform:uppercase;
- }
- h3{
- font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
- font-size:2em;
- font-weight:normal;
- margin:0 0 1em;
- }
- h2{
- font-size:2.2em;
- font-weight:normal;
- letter-spacing:0.01em;
- text-transform:uppercase;
- }
- p{
- line-height:1.5em;
- padding-bottom:1em;
- font-family:Helvetica;
- }
- .line{
- height:1px;
- background-color:#FFFFFF;
- border-bottom:1px solid #FFFFFF;
- margin:1em 0;
- overflow:hidden;
- }
- article .line{
- background-color:#FFFFFF;
- border-bottom-color:#FFFFFF;
- margin:1.3em 0;
- }
- footer .line{
- margin:2em 0;
- }
- nav{
- padding:0 5px;
- position:absolute;
- right:0;
- top:4em;
- border:1px solid #FFFFFF;
- -moz-box-shadow:0 1px 1px #FFFFFF;
- -webkit-box-shadow:0 1px 1px #FFFFFF;
- box-shadow:0 1px 1px #FFFFFF;
- }
- .clear:after{
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- nav ul li{
- display:inline;
- }
- nav ul li a,
- nav ul li a:visited{
- color:#FFFFFF;
- display:block;
- float:left;
- font-size:1.25em;
- font-weight:bold;
- margin:5px 2px;
- padding:7px 10px 4px;
- text-shadow:0 1px 1px white;
- text-transform:uppercase;
- }
- nav ul li a:hover{
- text-decoration:none;
- background-color:#FFFFFF;
- }
- nav, article, nav ul li a,figure{
- -moz-border-radius:10px;
- -webkit-border-radius:10px;
- border-radius:10px;
- }
- #page{
- width:960px;
- margin:0 auto;
- position:relative;
- }
- article{
- background-color:#000000;
- margin:3em 0;
- padding:20px;
- border:2px solid #FFFFFF;
- text-shadow:0 2px 0 black;
- }
- figure{
- border:3px solid #FFFFFF;
- float:right;
- height:300px;
- margin-left:15px;
- overflow:hidden;
- width:500px;
- }
- figure:hover{
- -moz-box-shadow:0 0 2px #FFFFFF;
- -webkit-box-shadow:0 0 2px #FFFFFF;
- box-shadow:0 0 2px #FFFFFF;
- }
- figure img{
- margin-left:-60px;
- }
- footer{
- margin-bottom:30px;
- text-align:center;
- font-size:0.825em;
- }
- footer p{
- margin-bottom:-2.5em;
- position:relative;
- }
- footer a,footer a:visited{
- color:#cccccc;
- background-color:#666666;
- display:block;
- padding:2px 4px;
- z-index:100;
- position:relative;
- }
- footer a:hover{
- text-decoration:none;
- background-color:#777777;
- }
- footer a.by{
- float:left;
- }
- footer a.up{
- float:right;
- }
- #backToTheTut{
- background-color:#666666;
- border:1px solid white;
- height:60px;
- left:-20px;
- padding:12px 20px 0 40px;
- position:fixed;
- top:200px;
- width:380px;
- z-index:200;
- -moz-border-radius:4px;
- -webkit-border-radius:4px;
- border-radius:4px;
- }
- .title{
- color:#666666;
- font-size:2em;
- font-weight:bold;
- text-shadow:0 1px 1px white;
- }
- #backToTheTut a{
- font-size:10px;
- text-transform:uppercase;
- }
- #backToTheTut img{
- float:left;
- margin-right:15px;
- }
Advertisement