mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Global: Fix code style in styles.css
This commit is contained in:
parent
bf19fb2ab7
commit
d64e54cd58
1 changed files with 8 additions and 9 deletions
|
@ -214,7 +214,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_yellowheader a {
|
.page_yellowheader a {
|
||||||
color: #C8BF85;
|
color: #696029;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_content {
|
.page_content {
|
||||||
|
@ -1786,38 +1786,37 @@ body.scrolled .toTop:hover {
|
||||||
.hover-box:hover {
|
.hover-box:hover {
|
||||||
background-color: #C0CAD5;
|
background-color: #C0CAD5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summaryBar {
|
.summaryBar {
|
||||||
border-bottom: 1px solid #DAE2E8;
|
border-bottom: 1px solid #DAE2E8;
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 0 10px;
|
padding: 11px 10px;
|
||||||
padding-top: 11px;
|
|
||||||
padding-top: 11px;
|
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
margin-left: -12px;
|
margin-left: -12px;
|
||||||
margin-right: -12px;
|
margin-right: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summaryBar .summary {
|
.summaryBar .summary {
|
||||||
color: #45688E;
|
color: #45688E;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note_header {
|
.note_header {
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
border-bottom: solid 1px #DAE1E8;
|
border-bottom: solid 1px #DAE1E8;
|
||||||
border-top: solid 1px #45688E;
|
border-top: solid 1px #45688E;
|
||||||
padding: 4px 6px 5px 6px;
|
padding: 4px 6px 5px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note_header .note_title {
|
.note_header .note_title {
|
||||||
color: #45688E;
|
color: #45688E;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
padding: 0px 0px 1px 0px;
|
padding: 0 0 1px 0;
|
||||||
}
|
}
|
||||||
.page_yellowheader a {
|
|
||||||
color: #696029;
|
|
||||||
}
|
|
Loading…
Reference in a new issue