site/_sass/_chaospott.scss

172 lines
2.6 KiB
SCSS
Raw Permalink Normal View History

2014-10-30 19:00:25 +00:00
@font-face {
font-family: 'Share Tech';
font-style: normal;
font-weight: 400;
2016-03-08 22:42:10 +00:00
src: local('Share Tech'), local('ShareTech-Regular'), url(/fonts/ShareTech-Regular.woff2) format('woff2'), url(/fonts/ShareTech-Regular.ttf) format('truetype');
2014-10-30 19:00:25 +00:00
}
2014-10-26 13:11:10 +00:00
* {
2017-06-12 23:21:31 +00:00
background-color: transparent;
2015-04-18 17:16:06 +00:00
font-family: $base-font-family;
2014-10-26 13:11:10 +00:00
}
2017-06-12 23:21:31 +00:00
body,
.jumbotron {
background-color: $background-color;
2014-10-26 13:11:10 +00:00
}
2015-04-19 06:45:08 +00:00
body {
2017-06-12 23:21:31 +00:00
padding-top: 52px;
2015-04-19 06:45:08 +00:00
}
2015-04-18 17:16:06 +00:00
.jumbotron {
2017-06-12 23:21:31 +00:00
margin: 0;
padding: 0;
2015-04-19 07:07:43 +00:00
.post-title {
2021-01-28 21:15:24 +00:00
font-size: 42px;
font-weight: normal;
2015-04-18 17:16:06 +00:00
}
&>hr {
2017-06-12 23:21:31 +00:00
background-color: #333;
height: 1px;
2015-04-18 17:16:06 +00:00
border: 3px #333 solid;
2017-06-12 23:21:31 +00:00
width: 300px;
2015-04-18 17:16:06 +00:00
}
2014-10-26 13:11:10 +00:00
}
.navbar {
2017-06-13 20:07:22 +00:00
background-color: $background-color;
2017-06-12 23:21:31 +00:00
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
2015-04-18 17:16:06 +00:00
.divider-vertical {
height: 20px;
margin: 14px 9px;
border-right: 1px solid $nav-link-color;
border-left: 1px solid $nav-link-color;
}
2014-10-26 13:11:10 +00:00
}
2019-10-22 21:02:49 +00:00
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 400px;
}
2014-10-26 13:11:10 +00:00
ul.navbar-nav li a {
2017-06-12 23:21:31 +00:00
color: $nav-link-color !important;
2014-10-26 13:11:10 +00:00
}
.btn-default {
2017-06-12 23:21:31 +00:00
border: 0;
background-color: transparent;
2015-04-18 17:16:06 +00:00
color: $nav-link-color;
2014-10-26 13:11:10 +00:00
}
a {
2017-06-12 23:21:31 +00:00
color: $nav-link-color;
2015-04-18 17:16:06 +00:00
&:visited {
2017-06-12 23:21:31 +00:00
color: $nav-link-color;
2015-04-18 17:16:06 +00:00
}
2014-10-26 13:11:10 +00:00
}
.row {
2017-06-12 23:21:31 +00:00
padding: 50px 0;
2015-04-18 17:16:06 +00:00
&-centered {
text-align: center;
margin: 0;
}
2014-10-26 13:11:10 +00:00
}
#large-header {
2017-06-12 23:21:31 +00:00
background: #222 url('/images/logowall.svg') center top;
2015-04-20 19:05:43 +00:00
background-size: 450px;
2017-06-12 23:21:31 +00:00
height: 300px;
margin: 0 0 100px 0;
padding: 0;
2015-04-18 17:16:06 +00:00
img {
2017-06-12 23:21:31 +00:00
position: relative;
top: 30px;
2015-04-18 17:16:06 +00:00
width: 300px;
}
2014-10-26 13:11:10 +00:00
}
.col-centered {
2017-06-12 23:21:31 +00:00
display: inline-block;
float: none;
text-align: left;
margin-right: -4px;
2014-10-26 13:11:10 +00:00
}
ul.nav>li>a {
2017-06-12 23:21:31 +00:00
color: $nav-link-color;
2014-10-26 13:11:10 +00:00
}
2014-10-26 18:35:05 +00:00
.post-content img {
display: block;
2017-06-12 23:21:31 +00:00
margin: auto;
2014-10-26 18:35:05 +00:00
}
2014-11-04 00:49:09 +00:00
2017-06-12 23:21:31 +00:00
#status_open,
#status_closed {
display: none;
border: 0;
2014-11-04 00:49:09 +00:00
}
#status_open a {
2019-09-15 22:58:17 +00:00
color: #fff !important;
2014-11-04 00:49:09 +00:00
}
#status_closed a {
2019-09-15 22:58:17 +00:00
color: #fff !important;
2014-11-04 00:49:09 +00:00
}
#status_bar {
2017-06-12 23:21:31 +00:00
margin: 0;
border-width: 2px 0;
border-color: transparent;
2014-11-04 00:49:09 +00:00
}
.navbar-inverse .divider-vertical {
2015-04-18 17:16:06 +00:00
border-right-color: #222222;
border-left-color: #111111;
2014-11-04 00:49:09 +00:00
}
@media (max-width: 767px) {
2015-04-18 17:16:06 +00:00
#large-header {
display: none;
}
2015-04-18 17:32:29 +00:00
.navbar-header {
2017-06-12 23:21:31 +00:00
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
2015-04-18 17:32:29 +00:00
}
2015-04-18 17:52:24 +00:00
.navbar-brand {
display: block;
}
2017-06-12 23:21:31 +00:00
.navbar-collapse .nav>.divider-vertical {
2014-11-04 00:49:09 +00:00
display: none;
}
}
2015-03-17 22:16:16 +00:00
2015-04-18 17:52:24 +00:00
@media (min-width: 768px) {
.navbar-brand {
display: none;
}
}
2015-03-17 22:16:16 +00:00
rect.bordered {
2015-04-18 17:16:06 +00:00
stroke: $background-color;
2017-06-12 23:21:31 +00:00
stroke-width: 1px;
2015-03-17 22:16:16 +00:00
}
2015-04-02 19:01:27 +00:00
2015-04-18 18:53:25 +00:00
#posts {
div div p img {
max-width: 123px;
2017-06-12 23:21:31 +00:00
float: left;
2015-04-18 18:53:25 +00:00
margin-right: 5px;
}
2015-04-22 21:26:06 +00:00
}
.elevator-button {
2017-06-12 23:21:31 +00:00
text-align: center;
margin: auto;
2015-04-22 21:26:06 +00:00
cursor: pointer;
color: $nav-link-color;
2017-06-13 20:07:22 +00:00
}