2016-07-24 16:06:10 +00:00
|
|
|
/**
|
|
|
|
* @author Caspar Armster
|
|
|
|
* @copyright 2016 Caspar Armster, Freifunk Hennef
|
|
|
|
* @license Licensed under GPLv3
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
|
|
|
|
body {
|
|
|
|
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
color:#555555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-default > .panel-heading {
|
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.panel-footer {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.btn-primary {
|
|
|
|
background-color: #dc0067 !important;
|
|
|
|
border-color: #cc0057 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-box {
|
2016-07-25 09:40:32 +00:00
|
|
|
height: 175px;
|
|
|
|
width: 175px;
|
|
|
|
object-fit: contain;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-box {
|
2016-07-24 21:04:11 +00:00
|
|
|
height: 200px;
|
2016-07-25 09:40:32 +00:00
|
|
|
width: 400px;
|
2016-07-24 16:06:10 +00:00
|
|
|
object-fit: contain;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.container{
|
|
|
|
width:auto;
|
|
|
|
max-width: 1550px;
|
|
|
|
}
|
|
|
|
}
|