|
|
@ -55,7 +55,7 @@ a{ |
|
|
|
a:hover{ |
|
|
|
a:hover{ |
|
|
|
text-decoration: underline; |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
} |
|
|
|
h1,h2,p,img,ul li{ |
|
|
|
h1,h2,h3,p,img,ul li{ |
|
|
|
font-family: Arial,sans-serif; |
|
|
|
font-family: Arial,sans-serif; |
|
|
|
color: #505050; |
|
|
|
color: #505050; |
|
|
|
} |
|
|
|
} |
|
|
@ -92,33 +92,46 @@ html,body{ |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
text-shadow: 0 1px 0 #cacaca; |
|
|
|
text-shadow: 0 1px 0 #cacaca; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* previous exceptions */ |
|
|
|
/* previous exceptions */ |
|
|
|
.header div.previous{ |
|
|
|
.header .previous{ |
|
|
|
margin: 20px 20px 0 0; |
|
|
|
margin: 20px 0; |
|
|
|
|
|
|
|
padding-left: 30px; |
|
|
|
} |
|
|
|
} |
|
|
|
.header div.previous div{ |
|
|
|
.header .previous div{ |
|
|
|
margin: 15px 20px 0 25px; |
|
|
|
margin: 20px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.header div.previous h1{ |
|
|
|
.header .previous .arrow{ |
|
|
|
font-size: 20px; |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
h1 span.arrow{ |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
-moz-transform: scale(-1, 1); |
|
|
|
-moz-transform: scale(-1, 1); |
|
|
|
-webkit-transform: scale(-1, 1); |
|
|
|
-webkit-transform: scale(-1, 1); |
|
|
|
-o-transform: scale(-1, 1); |
|
|
|
-o-transform: scale(-1, 1); |
|
|
|
transform: scale(-1, 1); |
|
|
|
transform: scale(-1, 1); |
|
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1); |
|
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(mirror=1); |
|
|
|
width: 30px; |
|
|
|
font-size: 26px; |
|
|
|
text-align: center; |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
margin-top: -9px; |
|
|
|
|
|
|
|
margin-left: -22px; |
|
|
|
|
|
|
|
color: #e51717; |
|
|
|
|
|
|
|
text-shadow: 0 1px 0 #cacaca; |
|
|
|
} |
|
|
|
} |
|
|
|
.header div.previous h2{ |
|
|
|
.header .previous h2{ |
|
|
|
font-size: 15px; |
|
|
|
font-size: 20px; |
|
|
|
margin-left: 30px; |
|
|
|
color: #e51717; |
|
|
|
|
|
|
|
text-shadow: 0 1px 0 #cacaca; |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
.header div.previous p{ |
|
|
|
.header .previous h2 a{ |
|
|
|
margin: 10px 0 0 30px; |
|
|
|
color: #e57373; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header .previous h2 a:hover{ |
|
|
|
|
|
|
|
color: #e51717; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header .previous h3{ |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
margin: 10px 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.header .previous p{ |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
color: #aaa; |
|
|
|
color: #aaa; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|