You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.6 KiB
72 lines
1.6 KiB
body {
|
|
background-color: #121211;
|
|
color: white;
|
|
margin: 0 auto;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
#center {
|
|
margin: 0 auto;
|
|
float: none;
|
|
}
|
|
|
|
#site-header {
|
|
background-color: #2b2b2b;
|
|
border-bottom: 4px solid #444442;
|
|
height: 36px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#site-header img {
|
|
height: 36px;
|
|
}
|
|
|
|
.panel {
|
|
background-color: #2b2b2b;
|
|
padding: 25px;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.header {
|
|
background-color: #181817;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
height: 19px;
|
|
line-height: 18px;
|
|
color: #ddddd1;
|
|
}
|
|
|
|
.header em {
|
|
font-style: normal;
|
|
color: #85bf25;
|
|
}
|
|
|
|
.images img {
|
|
width: 135px;
|
|
height: 135px;
|
|
margin: 3px;
|
|
float: left;
|
|
border: 3px solid #444442;
|
|
}
|
|
|
|
button {
|
|
background: #2b2b2b;
|
|
background: -moz-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(0%,#444442),color-stop(100%,#121211));
|
|
background: -webkit-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
|
|
background: -o-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
|
|
background: -ms-linear-gradient(top,#2b2b2b 0,#444442 0,#121211 100%);
|
|
background: linear-gradient(to bottom,#2b2b2b 0,#444442 0,#121211 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444442', endColorstr='#121211', GradientType=0);
|
|
border-radius: 8px;
|
|
color: white;
|
|
font-weight: 700;
|
|
width: 100%;
|
|
padding: 4px;
|
|
} |