Файл: css/style-vk.css
Строк: 95
body {
margin: 0;
padding: 0;
background-color:
white;
}
.content-field-header {
background-color:
#ebebeb;
border-top: 1px solid #395387;
border-bottom: 1px solid
#395387;
color: #395387;
font-family: Consolas;
padding:
3;
}
.copy-block {
text-align: center;
background-color:
white;
color: 395387;
}
.fa {
color: #5d80a6;
}
.fa-menu
{
color: white;
display: inline-block;
font: normal normal normal
14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing:
grayscale;
}
.parent-content {
border: 1px solid
395387;
border-top: 0;
border-radius: 3px;
background-color:
white;
color: #395387;
height: 100%;
}
.content-field
{
background-color: white;
color: #5d80a6;
font-family:
Consolas;
padding: 3;
border-bottom: 1px solid #395387;
}
.link
{
color: 395387;
font-family: Consolas;
text-decoration:
none;
cursor: pointer;
}
.link:hover {
color:
#2C001E;
font-family: Consolas;
text-decoration: underline;
cursor:
pointer;
}
.input {
background-color: white;
border: 1px solid
#dfe5eb;
outline: none;
color: black;
border-radius:
4px;
}
.input:focus {
background-color: white;
border: 1px solid
#dfe5eb;
outline: none;
color: black;
border-radius:
4px;
}
.button {
background-color: #5d80a6;
border-radius:
4px;
color: white;;
cursor: pointer;
border: none;
padding:
7;
}
.button:hover {
background-color: #5d80a6;
border:
none;
border-radius: 4px;
color: white;;
cursor: pointer;
padding:
7;
}
/* Menu */
.navi {
width: 100%;
text-align:
center;
border-bottom: 1px solid #6780b2;
background-color:
#5d80a6;
}
.navi td {
border-right: 1px solid #5d80a6;
padding-top:
6px;
padding-bottom: 6px;
border-radius: 4px;
width: 25%;
color:
white;
}
.navi td:hover {
background-color: #54759a
}
.navi a {
display: block;
text-decoration: none;
color: #FFF
}
.navi
td.last {
color: white;
border-right: none
}
.navi .new {
color:
#FF0
}