View file styles/gcms/style.css

File size: 7.35Kb
/*Головатый класс*/
body {
color:#373737;
font-size: 14px;
margin : auto;
max-width: 920px;
font-family: Arial;
background: #fff; 
}
a , .link{
color:#173C58; 
text-decoration:none; 
}
.link:hover, a:hover, a:focus {
color:#FF5C1B; 
text-decoration:underline; 
text-decoration:none; 
}
/*Настройки элементов*/
p{
margin: 0px;
}
img {
vertical-align: middle;
border: 0;
}
form{
padding:0px;
}
.date{
color: #787878; 
font-size: 11px;
}
.text{
color: #787878; 
}
.count {
color : #CEB900;
margin-top : 3px;
text-align : center;
}
.count img {
background-image : none;
opacity : 0.5;
}
.count img:hover {
opacity : 0.9;
box-shadow : 0 1px 5px #999;
}
.podmenu{
background: #F1F1F1;
color: #806680;
padding: 6px;
}
select {
    border: #cecfce 1px solid;
    background: #fff;
    color: #636563;
    padding: 7px;
}
input[type="text"], input[type="password"], textarea {
    background: #fff;
    border: 1px solid #426387;
    color: #000;
    padding: 7px;
    margin-top: 1px;
}


input[type="submit"] {
border-radius: 4px; 
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #089bb9 url(graph/sbmz.png);
color: #fff;
font-weight: bold;
margin-top: 6px;
padding: 8px;
border: 1px solid #0248b9;
text-shadow: 0 1px 0 #6f6f6f;

}
input[type="submit"]:hover {
border-radius: 4px; 
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #1f89df;
color: #fff;
padding: 8px;
text-shadow: 0 1px 0 #6f6f6f;
-webkit-box-shadow:0 0 1px 0 #fff;
box-shadow: 0px 1px 0px #fff;
-moz-box-shadow: 0px 1px 3px #d6d6d6;
}
input[type="submit"]:active {
background-image: -webkit-linear-gradient(bottom, #2fbef9 0%, #0082b8 100%);
background-image: -moz-linear-gradient(bottom, #2fbef9 0%, #0082b8 100%);
background-image: -o-linear-gradient(bottom, #2fbef9 0%, #0082b8 100%);
box-shadow: inset 0 1px 4px #495c9b;
-moz-box-shadow: inset 0 1px 3px #495c9b;
position: relative;
}

hr
{
    border-top: 1px dotted #c6c6c6;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
/*кнопки верхнего меню*/
.but_menu {
	display: table;
	width: 100%;
    border-collapse: collapse;
	height: 40px;
    color: #fff !important;
	background: #57799E;
    text-align: center;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
.button_menu {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    width: 5%;
    border-bottom: 1px solid #57799E;
    color: #fff !important;
}
.but_menu a:hover {
     background: #405872 repeat;
     color: #fff !important;
}
/*кнопки  диалогов*/
.dialog {
	display: table;
	width: 100%;
    border-collapse: collapse;
	height: 32px;
    color: #fff !important;
	background: #57799E;
}
.dialog_m {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    width: 50%;
    border-bottom: 1px solid #426387;
    color: #fff !important;
}
.dialog a:hover {
     background: #426387 repeat;
     color: #fff !important;
}
/*кнопки подразделов*/
.but_razdel {
	display: table;
    border-collapse: collapse;
	width: 100%;
	height: 40px;
    color: #333333 !important;
	background: #F3F3F3;
}
.button_razdel {
	display: table-cell;
	vertical-align: middle;
    border:1px solid #C5C5C5;
	text-align: center;
    color: #333333 !important;
}
.but_razdel a:hover {
     background: #E6E6E6 repeat;
     color: #666666 !important;
}
/*кнопки функций записей*/
.zap {
	display: table;
    border-collapse: collapse;
	width: 100%;
	height: 40px;
    color: #2B587A !important;
	background: #E1E7ED;
}
.zap_b {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    width: 25%;
    color: #2B587A !important;
}
.zap a:hover {
     background: #D5DDE5 repeat;
     color: #2B587A !important;
}
/*Класс логотипа*/
.logo{
border-top: 2px solid #35aee4;
text-align:left;
height:70px;
}
/*Основной фон*/
.fon
{
background: #fff;
text-decoration: none;
color: #000;
text-shadow:  0px 1px 1px #fff;
border-bottom: 1px solid #e0e0df;
border-left: 1px solid #e0e0df;
border-right: 1px solid #e0e0df;
box-shadow: 0 1px 4px rgba(180,180,180,0.3); 
padding: 12px;
}
.fon a{
color : #0D61C8;
}
.fon a:hover{
color:#239FFF;
}
/*Нижний класс*/
.niz{
color : #fff;
padding: 6px;
background: #1A3867;
}
.niz a {
color : #DFE5A7;
}
.niz a:hover {
color : #FDE600;
}
/*Класс блоков "Заголовки"*/
.new {
background: #dde9f3;
box-shadow: 0 1px 4px rgba(180,180,180,0.3);
color: #3C3C3C;
border-bottom: 1px solid #e0e0df;
border-left: 1px solid #e0e0df;
border-right: 1px solid #e0e0df;
padding: 7px;
}
/*Класс счётчика типа +(0-9))*/
.chet {
color: red;
}
/*Класс меню*/
.menu a:link, .menu a:visited {
background-color: #F3F5F6;
background-position: bottom left;
background-repeat: repeat;
text-decoration: none;
color: #7559b5;
border-left: 1px solid #e0e0df;
border-right: 1px solid #e0e0df;
box-shadow: 0 1px 4px rgba(105,151,179,0.2); 
text-shadow:  0px 1px 1px #fff; 
}
.menu a:focus, .menu a:hover, .menu a:active {
background-color: #DAE1EB;
background-position: bottom left;
background-repeat: repeat;
text-shadow:  0px 1px 1px #fff;
box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
color: #866dc1;
border-bottom: 1px solid #e0e0df;
}
a.menutuch {
border-bottom: 1px solid #f0edf4;
display : block;
padding : 10px;
}
/*Класс сообщений*/
.mail {
background-color: #F3F5F6;
background-position: bottom left;
background-repeat: repeat;
text-decoration: none;
color: #787878;
display : block;
padding : 10px;
border-left: 1px solid #e0e0df;
border-right: 1px solid #e0e0df;
border-bottom: 1px solid #e0e0df;
}
.mail:focus, .mail:hover, .mail:active {
background-color: #E8EFF9;
background-position: bottom left;
background-repeat: repeat;
color: #787878;
}
.mail a:link, .mail a:active, .mail a:visited{
color:#2D5D91;
}
.mail a:focus, .mail a:hover, .mail a:active {
border-bottom: 1px solid #000;
}
/*Класс блока страниц*/
.page
{
background: #eeeeee;
padding: 10px;
color: #000;
margin: 1px 0 1px 0;
}
.page_nave{
padding: 6px;
border: 1px solid #D1D1D1;
border-radius: 4px;
background: #fff;
}
/*Класс вывода аватарки*/
.avatar
{
color: #305661;
background: #eeeeee;
border-top: 1px #9ec0d2 solid;
border-left: 1px #9ec0d2 solid;
border-right: 1px #9ec0d2 solid;
border-bottom: 1px #9ec0d2 solid;
margin: -2px 0 0px 0;
}
/*Класс цитаты*/
.cit
{
    color: #8c8a8c;
    border: 1px solid #9c9a9c;
    border-radius: 5px;
    background: #ffffff;
    padding: 3px;
    margin: 2px;
}
/*Класс меню управления*/
.levo a:link, .levo a:visited {
background: #6591C0;
text-decoration : none;
color : #fff;
}
.levo a:focus, .levo a:hover, .levo a:active {
background: #7FB7EF;
color : #FDE600;
}
a.levo_tuch {
display : block;
padding : 8px;
border-top: 1px solid #7FB7EF;
}
/*Копирайт*/
.copyright{
border-bottom: 1px solid #e0e0df;
background: #5D80A6;
color: #fff;
text-align: center;
padding: 6px;
}
/*Заголовки страниц*/
.end
{
background: #56789C;
box-shadow: 0 1px 4px rgba(180,180,180,0.3);
color: #fff;
border-bottom: 1px solid #a4edf8;
border-left: 1px solid #DBDBDB;
border-right: 1px solid #DBDBDB;
padding: 9px;
text-align: left;
}
.end a:link, .end a:active, .end a:visited
{
color: #fff;
text-decoration: none;
}

.end a:hover, .end a:focus
{
font-weight : bold;
color: gray;
}