|
|
@ -33,16 +33,22 @@ hr { |
|
|
|
#header h1 { |
|
|
|
#header h1 { |
|
|
|
padding: 15px 5px; |
|
|
|
padding: 15px 5px; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
font-size: 40px; |
|
|
|
font-size: 38px; |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
text-transform: normal; |
|
|
|
text-transform: normal; |
|
|
|
letter-spacing: -1px; |
|
|
|
letter-spacing: -1px; |
|
|
|
line-height: 1.2em; |
|
|
|
color: #53d4ff; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
#header h1 a { |
|
|
|
#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited { |
|
|
|
&:link, &:active, &:hover, &:visited { |
|
|
|
color: white; |
|
|
|
color: #53d4ff; |
|
|
|
|
|
|
|
border: 6px solid #53d4ff; |
|
|
|
|
|
|
|
padding: 0 10px; |
|
|
|
|
|
|
|
@include border-radius(15px); |
|
|
|
|
|
|
|
@include text-shadow(0 1px 0 rgba(0, 0, 0, 0.6),0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7)); |
|
|
|
|
|
|
|
@include box-shadow(0 1px 0 rgba(0, 0, 0, 0.6),0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7)); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#main { |
|
|
|
#main { |
|
|
@ -88,7 +94,7 @@ hr { |
|
|
|
a { |
|
|
|
a { |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
padding: 8px 0; |
|
|
|
padding: 8px 0; |
|
|
|
color: #eeeeee; |
|
|
|
color: #53d4ff; |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
text-decoration: underline; |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
} |
|
|
@ -134,7 +140,7 @@ hr { |
|
|
|
|
|
|
|
|
|
|
|
#user-navigation ul li { |
|
|
|
#user-navigation ul li { |
|
|
|
a { |
|
|
|
a { |
|
|
|
color: #eeeeee; |
|
|
|
color: #53d4ff; |
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
text-decoration: underline; |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
} |
|
|
|