wiki_thsf_2015/public/stylesheets/style.css

148 lines
2.5 KiB
CSS
Raw Normal View History

2015-03-28 20:13:18 +01:00
2015-04-12 11:30:34 +02:00
@font-face {
font-family: 'Frontage';
src: url("/fonts/Frontage-Bold.otf") format("opentype");
}
@font-face {
font-family: 'Frontage-regular';
src: url("/fonts/Frontage-Bold.otf") format("opentype");
}
2012-01-18 17:01:17 +01:00
body {
padding: 50px;
2015-04-12 11:30:34 +02:00
padding-top: 120px;
2015-04-12 21:05:49 +02:00
/*background-color: #f1623b;*/
background-color: #000000;
2015-04-12 11:30:34 +02:00
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
2015-03-28 20:13:18 +01:00
color: #ffffff;
2015-03-29 00:11:45 +01:00
margin-left: auto;
margin-right: auto;
2015-04-12 11:30:34 +02:00
background-image: url(../images/logo1.png) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
background-size: contain;
background-clip: padding-box;*/
/*
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
*/
}
@media screen and (max-width: 768px) {
body { padding-top: 0px; }
2012-01-18 17:01:17 +01:00
}
a {
color: #00B7FF;
2015-03-28 20:13:18 +01:00
}
2015-04-12 11:30:34 +02:00
.navbar-fixed-top {
font-family: 'Frontage-regular';
background-color: #000000;
font-size:1vw;
2015-04-12 21:05:49 +02:00
border-color: #f1623b;;
2015-04-12 11:30:34 +02:00
}
2015-03-29 00:11:45 +01:00
2015-04-12 11:30:34 +02:00
.navbar-default .navbar-nav>li>a{
color:#ffffff;
2015-03-29 00:11:45 +01:00
}
2015-03-28 20:13:18 +01:00
#home {
display:block;
}
2015-04-12 11:30:34 +02:00
.img-logo{
padding-top:30%;
padding-left:10%;
max-width:30px;
}
/*
h3 {
background:#ffffff;
max-width:15%;
transform:rotate(9deg);
top:-10%;
border-radius:10px;
color:#000000;
}
*/
/*a.anchor{display: block; position: relative; top: -10px; visibility: hidden;}*/
2015-03-28 20:13:18 +01:00
2015-04-12 11:30:34 +02:00
.content_box{
background-color: #ffffff;
color: #000000;
padding: 5%;
margin: 3%;
padding-top: 30px;
margin-bottom:30px;
min-width:0%;
min-height:0%;
opacity: 0.85;
}
.content_box h3 {
font-family: 'Frontage';
text-align:center
}
2015-04-12 21:05:49 +02:00
.content_box h4 {
font-family: 'Frontage';
text-align:center
}
2015-04-12 11:30:34 +02:00
.content_box img {
margin:10px;
max-width:100px;
}
.content_box table {
/*display: table;*/
2015-03-29 00:11:45 +01:00
margin-left: auto;
margin-right: auto;
2015-04-12 21:05:49 +02:00
min-width:80%;
2015-03-29 00:11:45 +01:00
border-collapse : collapse;
2015-04-12 11:30:34 +02:00
text-align:center;
2015-03-29 00:11:45 +01:00
}
2015-04-12 11:30:34 +02:00
.content_box table th,
.content_box table td {
2015-03-29 00:11:45 +01:00
padding : 4px 8px;
border : 1px solid #aaa;
}
2015-04-12 11:30:34 +02:00
.content_box ul {
2015-03-29 00:11:45 +01:00
padding-left: 2em;
}
2015-04-12 11:30:34 +02:00
/*
2015-03-29 00:11:45 +01:00
#logo {
display: block;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
2015-04-12 11:30:34 +02:00
width:25%;
padding: 15%;
2015-03-29 00:11:45 +01:00
background-image: url(../images/logo.png);
background-size: contain;
2015-04-12 11:30:34 +02:00
filter: invert(100%);
-webkit-filter: invert(100%);
2015-03-29 00:11:45 +01:00
background-repeat: no-repeat;
2015-03-28 20:13:18 +01:00
}
2015-04-12 11:30:34 +02:00
*/
#title_text{
font-family: "andale mono", "lucida console", monospace;
/*font-size:30px;*/
font-size:1vw;
color: #fff;
opacity:1;
padding-left:70%;
padding-top:5%;
}