2013-11-14 17:07:48 +01:00
|
|
|
@import "compass"
|
2013-12-10 23:49:01 +01:00
|
|
|
@import "font-awesome"
|
2013-11-14 17:07:48 +01:00
|
|
|
|
|
|
|
*
|
2013-12-10 23:49:01 +01:00
|
|
|
margin: 0
|
|
|
|
padding: 0
|
|
|
|
line-height: 1em
|
2013-11-14 17:07:48 +01:00
|
|
|
@include transition-duration(0.5s)
|
2013-11-24 16:11:44 +01:00
|
|
|
|
|
|
|
[class^="fa-"], [class*=" fa-"]
|
2013-12-10 23:49:01 +01:00
|
|
|
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
|
2013-12-28 23:45:13 +01:00
|
|
|
padding-bottom: 6px
|
2013-12-10 23:49:01 +01:00
|
|
|
background-color: #9CC5EE
|
|
|
|
|
|
|
|
body
|
2013-12-28 23:45:13 +01:00
|
|
|
border: 1px solid #68A6E5
|
2013-12-10 23:49:01 +01:00
|
|
|
margin: 5px 5px 0
|
|
|
|
padding: 10px
|
|
|
|
text-align: center
|
|
|
|
background: url("baby_gnu_adl.png") no-repeat scroll 30px 10px #FFFFFF
|
2013-12-28 23:45:13 +01:00
|
|
|
border-bottom: 0px
|
2013-12-10 23:49:01 +01:00
|
|
|
|
|
|
|
a:link, a:visited
|
|
|
|
color: #336699
|
|
|
|
font-weight: bold
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
header.top
|
2013-12-28 23:45:13 +01:00
|
|
|
position: relative
|
2013-12-10 23:49:01 +01:00
|
|
|
h1
|
|
|
|
margin: 10px 5px 5px
|
|
|
|
padding: 0
|
|
|
|
font-size: 2.1em
|
|
|
|
line-height: 1em
|
|
|
|
letter-spacing: 2px
|
|
|
|
h2
|
|
|
|
font-size: 0.8em
|
2014-01-01 21:26:35 +01:00
|
|
|
margin-top: 0.9em
|
2013-12-10 23:49:01 +01:00
|
|
|
font-style: italic
|
|
|
|
font-weight: normal
|
|
|
|
padding-bottom: 5px
|
|
|
|
|
2013-12-28 23:45:13 +01:00
|
|
|
ul.countries
|
|
|
|
top: -8px
|
2014-01-01 21:26:35 +01:00
|
|
|
right: 0.5em
|
2013-12-28 23:45:13 +01:00
|
|
|
position: absolute
|
|
|
|
font-size: 0.7em
|
|
|
|
list-style-type: none
|
|
|
|
li
|
|
|
|
text-align: left
|
2014-01-01 21:26:35 +01:00
|
|
|
line-height: 1.3em
|
2013-12-28 23:45:13 +01:00
|
|
|
img
|
2014-01-01 21:26:35 +01:00
|
|
|
margin-right: 0.65em
|
2013-12-28 23:45:13 +01:00
|
|
|
vertical-align: middle
|
|
|
|
|
2013-12-29 23:25:38 +01:00
|
|
|
main
|
|
|
|
h1
|
|
|
|
margin: 10px 5px 5px 5px
|
|
|
|
letter-spacing: 2px
|
|
|
|
h2
|
2014-01-02 00:21:49 +01:00
|
|
|
margin: 52px 0px 20px
|
2013-12-29 23:25:38 +01:00
|
|
|
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
|
2014-01-01 21:26:35 +01:00
|
|
|
margin: 0.95em 0
|
2013-12-29 23:25:38 +01:00
|
|
|
line-height: 1.3em
|
|
|
|
text-align: justify
|
2014-01-01 21:26:35 +01:00
|
|
|
hr
|
|
|
|
margin: 10px 20px
|
2013-12-28 15:45:21 +01:00
|
|
|
|
|
|
|
footer.bottom nav
|
2014-01-02 00:21:49 +01:00
|
|
|
margin: 26px auto -3px
|
2013-12-28 15:45:21 +01:00
|
|
|
font-size: smaller
|
|
|
|
a + a:before
|
|
|
|
color: black
|
|
|
|
content: '- '
|
2013-12-29 16:47:57 +01:00
|
|
|
font-weight: normal
|