site/css/style.css

138 lines
1.8 KiB
CSS
Raw Normal View History

2014-10-30 19:00:25 +00:00
@font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.ttf);
}
2014-10-26 13:11:10 +00:00
* {
background-color:transparent;
font-family: 'Share Tech', sans-serif;
}
body, .jumbotron {
background-color:#d2d4bc;
}
.jumbotron h1 {
font-size:26px;
font-weight:bold;
margin-top:50px;
}
.navbar {
/* background-color:#350505; */
background-color:#d2d4bc;
border:none;
}
ul.navbar-nav li a {
2014-11-05 10:36:10 +00:00
color:#800032 !important;
2014-10-26 13:11:10 +00:00
}
.btn-default {
border:0;
background-color:transparent;
2014-11-05 10:36:10 +00:00
color:#800032;
2014-10-26 13:11:10 +00:00
}
a {
2014-11-05 10:36:10 +00:00
color:#800032;
2014-10-26 13:11:10 +00:00
}
a:visited {
color:#800032;
}
.row {
padding:50px 0px;
}
.jumbotron {
margin:0;
padding:0;
}
#large-header {
background-color:#222;
2014-10-27 18:27:54 +00:00
height:300px;
margin:0;
padding:0;
margin-bottom:30px;
2014-10-26 13:11:10 +00:00
}
#large-header img {
position:relative;
2014-10-27 18:27:54 +00:00
top:30px;
2014-10-26 13:11:10 +00:00
}
.row-centered {
text-align:center;
margin:0;
2014-10-26 13:11:10 +00:00
}
.col-centered {
display:inline-block;
float:none;
text-align:left;
margin-right:-4px;
2014-10-26 13:11:10 +00:00
}
ul.nav>li>a {
2014-11-05 10:36:10 +00:00
color:#800032;
2014-10-26 13:11:10 +00:00
}
.jumbotron>hr {
background-color:black;
height:1px;
border: 3px #333 solid;
width:300px;
}
2014-10-26 18:35:05 +00:00
.post-content img {
display: block;
margin:auto;
}
2014-11-04 00:49:09 +00:00
#status_open, #status_closed {
display:none;
border:0;
}
#status_open a {
color:#00ff00 !important;
}
#status_closed a {
color:#ff0000 !important;
}
#status_bar {
margin:0;
border-width:2px 0px;
border-color:transparent;
}
.navbar .divider-vertical {
height: 20px;
margin: 14px 9px;
2014-11-05 10:36:53 +00:00
border-right: 1px solid #800032;
border-left: 1px solid #800032;
2014-11-04 00:49:09 +00:00
}
.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}
@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
display: none;
}
}
2015-03-17 22:16:16 +00:00
rect.bordered {
stroke: #D2D4BC;
stroke-width:1px;
}