129 lines
2.4 KiB
Sass
129 lines
2.4 KiB
Sass
@import "compass"
|
|
@import "font-awesome"
|
|
|
|
*
|
|
margin: 0
|
|
padding: 0
|
|
line-height: 1em
|
|
@include transition-duration(0.5s)
|
|
|
|
[class^="fa-"], [class*=" fa-"]
|
|
font-family: FontAwesome, georgia, serif !important
|
|
&:before
|
|
font-style: normal
|
|
font-weight: normal !important
|
|
|
|
html
|
|
color: #000000
|
|
line-height: 1.3em
|
|
font-family: georgia, serif
|
|
padding-bottom: 6px
|
|
background-color: #9CC5EE
|
|
|
|
body
|
|
border: 1px solid #68A6E5
|
|
margin: 5px 5px 0
|
|
padding: 10px
|
|
text-align: center
|
|
background: url("baby_gnu_adl.png") no-repeat scroll 30px 10px #FFFFFF
|
|
border-bottom: 0px
|
|
|
|
a:link, a:visited
|
|
color: #336699
|
|
font-weight: bold
|
|
text-decoration: none
|
|
a:hover, a:active, a:focus
|
|
color: #2E97FF
|
|
|
|
.js #flash_messages
|
|
display: none
|
|
|
|
header.top
|
|
position: relative
|
|
h1
|
|
margin: 10px 5px 5px
|
|
padding: 0
|
|
font-size: 2.1em
|
|
line-height: 1em
|
|
letter-spacing: 2px
|
|
h2
|
|
font-size: 0.8em
|
|
margin-top: 0.9em
|
|
font-style: italic
|
|
font-weight: normal
|
|
|
|
a#banner img
|
|
display: inline-block
|
|
margin-top: 1.4em
|
|
|
|
ul.countries
|
|
top: -8px
|
|
right: 0.5em
|
|
position: absolute
|
|
font-size: 0.7em
|
|
list-style-type: none
|
|
li
|
|
text-align: left
|
|
line-height: 1.3em
|
|
img
|
|
margin-right: 0.65em
|
|
vertical-align: middle
|
|
|
|
main
|
|
h1
|
|
margin: 10px 5px 5px 5px
|
|
letter-spacing: 2px
|
|
h2
|
|
margin: 50px 0px 22px
|
|
h3
|
|
margin: 1.1em 0 1em
|
|
font-size: 1.2em
|
|
text-align: left
|
|
ul, ol
|
|
margin: 10px 0px 10px 35px
|
|
text-align: left
|
|
li
|
|
margin-left: 2em
|
|
line-height: 1.3em
|
|
p
|
|
margin: 0.95em 0
|
|
line-height: 1.3em
|
|
text-align: justify
|
|
&.label
|
|
text-align: center
|
|
hr
|
|
margin: 10px 20px
|
|
|
|
input, textarea, select
|
|
margin: 3px 0
|
|
border: 1px solid #868686
|
|
&:focus
|
|
background-color: #F0F8FF
|
|
/*
|
|
input, textarea, select
|
|
color: black
|
|
margin: 3px 0
|
|
border: 1px solid #868686
|
|
padding: 0.2em 0.8em
|
|
font-family: georgia, serif
|
|
background-color: white
|
|
@include border-radius(0.7em)
|
|
&:focus
|
|
outline: 0
|
|
background-color: #F0F8FF
|
|
input[type=submit]
|
|
border: none
|
|
font-size: x-large
|
|
@include box-shadow(0 0 1em lightblue)
|
|
@include text-shadow(1px 1px 1px white)
|
|
&:hover
|
|
@include box-shadow(5px 5px 5px lightblue)
|
|
|
|
footer.bottom nav
|
|
margin: 26px auto -3px
|
|
font-size: smaller
|
|
a + a:before
|
|
color: black
|
|
content: '- '
|
|
font-weight: normal
|