author | stetrabby <info@trabucchi.de> |
Fri, 20 Dec 2013 22:49:16 +0100 | |
changeset 54 | 0ded9d7748b7 |
parent 29 | db0ed4a1e9d1 |
child 78 | b28d5c14c5c2 |
permissions | -rw-r--r-- |
info@54 | 1 |
body { |
info@54 | 2 |
padding-top: 20px; |
info@54 | 3 |
padding-bottom: 20px; |
info@54 | 4 |
} |
info@54 | 5 |
/* Typo |
info@54 | 6 |
------------------------------------ */ |
hr@12 | 7 |
@font-face { |
info@54 | 8 |
font-family: 'gandhi_serifbold'; |
info@54 | 9 |
src: url('../fonts/gandhiserif-bold-webfont.eot'); |
info@54 | 10 |
src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gandhiserif-bold-webfont.woff') format('woff'), url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'), url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg'); |
info@54 | 11 |
font-weight: normal; |
info@54 | 12 |
font-style: normal; |
hr@12 | 13 |
} |
hr@12 | 14 |
@font-face { |
info@54 | 15 |
font-family: 'gandhi_serifregular'; |
info@54 | 16 |
src: url('../fonts/gandhiserif-regular-webfont.eot'); |
info@54 | 17 |
src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gandhiserif-regular-webfont.woff') format('woff'), url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'), url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg'); |
info@54 | 18 |
font-weight: normal; |
info@54 | 19 |
font-style: normal; |
info@54 | 20 |
} |
info@54 | 21 |
/* Utilities |
info@54 | 22 |
------------------------------------ */ |
info@54 | 23 |
.separator { |
info@54 | 24 |
width: 100%; |
info@54 | 25 |
border-bottom: 1px solid #ff9a20; |
info@54 | 26 |
text-align: center; |
info@54 | 27 |
height: 22px; |
info@54 | 28 |
margin-bottom: 15px; |
info@54 | 29 |
} |
info@54 | 30 |
.separator img { |
info@54 | 31 |
line-height: 43px; |
info@54 | 32 |
padding: 0 10px; |
info@54 | 33 |
background: #e9e2d0; |
info@54 | 34 |
/* Farbe des Elements darunter */ |
hr@13 | 35 |
|
info@54 | 36 |
display: inline-block; |
info@54 | 37 |
color: #dbe2e3; |
hr@12 | 38 |
} |
info@54 | 39 |
/* Navigation |
info@54 | 40 |
------------------------------------ */ |
info@54 | 41 |
.navbar { |
info@54 | 42 |
margin-bottom: 20px; |
info@54 | 43 |
} |
info@54 | 44 |
.navbar-brand { |
info@54 | 45 |
font-weight: 600; |
info@54 | 46 |
font-size: 24px; |
info@54 | 47 |
font-family: 'gandhi_serifbold'; |
info@54 | 48 |
background-color: #e9e2d0; |
info@54 | 49 |
border-bottom: 1px solid transparent; |
info@54 | 50 |
} |
info@54 | 51 |
.dropdown-menue { |
info@54 | 52 |
background-color: #9f9a8b; |
info@54 | 53 |
} |
info@54 | 54 |
.navbar { |
info@54 | 55 |
background-color: #e9e2d0; |
info@54 | 56 |
border: 1px solid transparent; |
info@54 | 57 |
} |
info@54 | 58 |
.navbar-default .navbar-nav > .active > a, |
info@54 | 59 |
.navbar-default .navbar-nav > .active > a:hover, |
info@54 | 60 |
.navbar-default .navbar-nav > .active > a:focus { |
info@54 | 61 |
background-color: transparent; |
info@54 | 62 |
border-bottom: 1px solid #bf1339; |
info@54 | 63 |
} |
info@54 | 64 |
/* Content |
info@54 | 65 |
------------------------------------ */ |
hr@16 | 66 |
.jumbotron img { |
hr@16 | 67 |
float: left; |
hr@18 | 68 |
border-right: 10px solid transparent; |
hr@29 | 69 |
border-bottom: 10px solid transparent; |
hr@29 | 70 |
display: block; |
hr@29 | 71 |
height: auto; |
hr@16 | 72 |
} |
info@54 | 73 |
.jumbotron h1 { |
info@54 | 74 |
text-align: center; |
info@54 | 75 |
font-size: 40px; |
hr@7 | 76 |
} |
info@54 | 77 |
.jumbotron { |
info@54 | 78 |
background-color: #e5edf1; |
hr@7 | 79 |
} |
hr@8 | 80 |
.flags { |
hr@8 | 81 |
padding: 5px 0 0 5px; |
info@54 | 82 |
float: right; |
hr@14 | 83 |
} |
info@54 | 84 |
/* Footer |
info@54 | 85 |
------------------------------------ */#footer { |
info@54 | 86 |
background: #e9e2d0; |
hr@14 | 87 |
} |