28 lines
453 B
CSS
Executable file
28 lines
453 B
CSS
Executable file
body {
|
|
background-image: url(../images/bg/light.jpg);
|
|
background-color: #2b343b;
|
|
}
|
|
h1, h2, h3, h4, h5, h6, legend {
|
|
border-bottom: 1px solid #9fa1a9;
|
|
}
|
|
h0 a
|
|
{
|
|
color: #272c32;
|
|
}
|
|
h0 a:hover
|
|
{
|
|
color: #fff;
|
|
}
|
|
|
|
.bloc,
|
|
.form-control,
|
|
table:not(.online_servers),
|
|
input[type="checkbox"] {
|
|
border: 1px solid #22252f;
|
|
}
|
|
|
|
.input-group > .input-group-addon {
|
|
border: 1px solid rgba(35, 40, 46, 0.8);
|
|
border-right: 0px;
|
|
}
|
|
|