117 lines
1.7 KiB
CSS
117 lines
1.7 KiB
CSS
body {
|
|
color: #ffffff;
|
|
line-height: 1.3;
|
|
|
|
|
|
background-image: url("/static/theme/img/westworld2-bg.jpg");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: #000004;
|
|
background-position: center -120px;
|
|
background-attachment: local;
|
|
|
|
margin: 30px;
|
|
font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: 'Montserrat', sans-serif;
|
|
}
|
|
|
|
a, a:visited, a:hover {
|
|
color: #ffffff;
|
|
opacity: 0.75;
|
|
}
|
|
|
|
a:hover {
|
|
opacity: 1.0;
|
|
}
|
|
|
|
ul.summery {
|
|
list-style: none;
|
|
}
|
|
|
|
li.summery {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.brand a {
|
|
text-decoration: None;
|
|
color: #ffffff;
|
|
opacity: 1.0;
|
|
}
|
|
|
|
.brand {
|
|
color: white;
|
|
font-weight: bold;
|
|
letter-spacing: 10px;
|
|
font-size: 2.5em;
|
|
font-family: 'Montserrat', sans-serif;
|
|
}
|
|
|
|
.title {
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
.author-and-date {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.action {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main {
|
|
width: 68%;
|
|
margin: auto;
|
|
border-radius: 6px;
|
|
padding: 16px;
|
|
/*background: rgba(14, 21, 29, .95);*/
|
|
background: rgb(14, 21, 29);
|
|
}
|
|
|
|
.poweredby {
|
|
opacity: .70;
|
|
}
|
|
|
|
.textarea_remark, #thread_title_input, #email_input, #email_input2 {
|
|
color: #ffffff;
|
|
background-color: #203342;
|
|
border-color: #203342;
|
|
}
|
|
|
|
.preview {
|
|
border-color: #203342;
|
|
}
|
|
|
|
#alerts {
|
|
width: 36%;
|
|
margin: auto;
|
|
right: 50%;
|
|
margin-right: -18%;
|
|
position: fixed;
|
|
z-index: 100;
|
|
}
|
|
|
|
.close {
|
|
margin-left: 10px;
|
|
float: left;
|
|
}
|
|
|
|
.alert {
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
border-radius: 6px;
|
|
margin-bottom: 6px;
|
|
padding: 6px;
|
|
}
|
|
|
|
.alert-warning, .alert-error {
|
|
background-color: #CB0003;
|
|
}
|
|
|
|
.alert-success, .alert-notice {
|
|
background-color: #517DA4;
|
|
}
|