106 lines
1.7 KiB
CSS
106 lines
1.7 KiB
CSS
body {
|
|
color: #4a4a4a;
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
h1,h2,h3 {
|
|
color: #4a4a4a;
|
|
}
|
|
|
|
a {
|
|
color: #37AB74;
|
|
}
|
|
|
|
.navigation_button {
|
|
background-color: #fff;
|
|
border: 1px solid;
|
|
border-color: #e4e4e4;
|
|
border-width: 1px 1px 2px;
|
|
color: #4a4a4a;
|
|
font-weight: bold;
|
|
box-shadow: 0 0 3px #E4E4E4 inset;
|
|
}
|
|
|
|
p.navigation_button {
|
|
font-weight: normal;
|
|
color: #A2A2A2;
|
|
}
|
|
|
|
header {
|
|
background-color: #f7f7f7;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
width: 940px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.header_right a {
|
|
color: #4a4a4a;
|
|
}
|
|
|
|
@media screen and (max-width: 940px) {
|
|
header {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
footer {
|
|
border-top: 1px solid #E4E4E4;
|
|
}
|
|
|
|
.button_action, .button_action_highlight, .button_form {
|
|
color: #4a4a4a;
|
|
background-color: #fff;
|
|
border: 1px solid;
|
|
border-color: #E4E4E4;
|
|
border-width: 1px 1px 2px;
|
|
padding: 5px 10px;
|
|
box-shadow: 0 0 3px #E4E4E4 inset;
|
|
}
|
|
|
|
.button_action_highlight, .button_form {
|
|
color: #fff;
|
|
background-color: #37AB74;
|
|
border-color: #6CAA8E;
|
|
border-width: 1px 1px 2px;
|
|
box-shadow: 0 0 3px #6CAA8E inset;
|
|
}
|
|
|
|
.button_info {
|
|
background-color: #9dbed5;
|
|
border-color: #E4E4E4;
|
|
color: #C3C3C3;
|
|
box-shadow: 0 0 3px #49717F inset;
|
|
}
|
|
|
|
.button_warning {
|
|
background-color: #d6ae96;
|
|
border-color: #E4E4E4;
|
|
color: #4a4a4a;
|
|
box-shadow: 0 0 3px #7F6859 inset;
|
|
}
|
|
|
|
input, textarea {
|
|
color: #4a4a4a;
|
|
}
|
|
|
|
.form_box, .form_box_xl {
|
|
background-color: #fff;
|
|
border: 1px solid #e4e4e4;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.media_thumbnail {
|
|
background-color: #fff;
|
|
border-color: #e4e4e4;
|
|
box-shadow: 0 0 3px #c4c4c4;
|
|
}
|
|
|
|
.media_thumbnail a {
|
|
color: #4a4a4a;
|
|
}
|
|
|
|
.empty_space {
|
|
background-image: url("../images/empty_dots.png");
|
|
}
|