View file default/style.css

File size: 4.33Kb
/*--Design by DizZayner----------*/  
/*--E-mail: dizzayner@bk.ru-----*/  
/*--ICQ: 662550396-------------*/        

body
{
background: #f6f6f6;
font-family: Arial, Helvetica, sans-serif;
max-width: 600px;
font-size: 12px;
color: #000000;
margin: auto;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #000000;
}

hr {height: 0px;border-width: 0;margin: 0px;}

.body
{
background: #ffffff;
box-shadow: 0 0 12px 1px #548807;
border-radius: 6px;
margin: 12px 0 12px 0;
}

.logo 
{
background: url('images/logo_bg.png') top left repeat-x;
border-radius: 6px 6px 0 0;
margin-bottom: -3px;
padding-right: 12px;
}

.p_t,.foot
{
border: 1px solid #cccaca;
background: #ffffff;
border-radius: 4px;
margin-bottom: 6px;
padding: 12px;
margin: 2px;
}

.logo img
{
border-radius: 6px 0 0 0;
}

.title
{
background: url('images/title_bg.png') top left repeat-x;
border-top: 1px solid #477400;
text-shadow: 1px 1px #000000;
margin-bottom: 1px;
text-align: center;
padding: 12px;
color: #fff;
}

.bottom
{
background: url('images/title_bg.png') top left repeat-x;
border-top: 1px solid #477400;
text-shadow: 1px 1px #000000;
margin-bottom: 1px;
text-align: center;
border-radius: 0 0 6px 6px;
padding: 12px;
color: #fff;
}

.bottom a
{
color: #fff;
}

.bottom a:hover
{
font-weight: bold;
}

.home a
{
background: #ac5d33;
text-shadow: 1px 1px #000000;
box-shadow: 0 0 6px #ac5d33;
display: inline-block;
border-radius: 6px;
text-align: center;
margin-top: 16px;
padding: 6px;
float: right;
color: #fff;
}

.menu_razd
{
background: url('images/title_bg.png') top left repeat-x;
border-top: 1px solid #477400;
border-bottom: 1px solid #477400;
text-shadow: 1px 1px #000000;
margin-bottom: 1px;
text-align: center;
padding: 12px;
color: #fff;
}

.aut
{
background: #ffffff;
border-bottom: 1px dashed #4a7c06;
border-top: 1px dashed #4a7c06;
margin-bottom: 1px;
padding: 6px;
}

.aut a:hover
{
box-shadow: none;
}

.aut a
{
display: inline-block;
box-shadow: 0 0 6px #4a7c06;
border-radius: 6px;
background: #ffffff;
border: 1px solid #4a7c06;
color: #4a7c06;
padding: 8px;
}

.main_menu
{
background: #ffffff;
border-bottom: 1px dashed #4a7c06;
border-top: 1px dashed #4a7c06;
margin-bottom: 1px;
border-radius: 6px;
}

.main_menu a:hover
{
background: #f1f8eb;
}

.aut img 
{
margin: -3px 0;
}

.main_menu a img
{
margin-bottom: -7px;
}

.main_menu a
{
border-bottom: 1px solid #e0e0e0;
display: block;
padding: 12px;
}

.count
{
float: right;
font-weight: bold;
}


.menu,.str
{
background: #ffffff;
border: 1px solid #cccaca;
margin: 0 6px 0 6px;
border-radius: 4px;
margin: 2px;
padding: 12px;
}

.menu a:hover,.str a:hover
{
font-weight: bold;
}

.icon14
{
border: 1px solid #cccaca;
background: #ffffff;
margin: 0 6px 0 6px;
border-radius: 4px;
margin-bottom: 6px;
text-align: center;
width: 40px;
}

.p_m
{
border: 1px solid #cccaca;
background: #ffffff;
margin: 0 6px 0 6px;
border-radius: 4px;
margin-bottom: 6px;
padding: 6px 12px;
}

.err,.msg,.rekl
{
border-right: 1px solid #cccaca;
border-left: 1px solid #cccaca;
border-top: 1px solid #cccaca;
margin: 2px;
background: #ffffff;
padding: 10px;
}

.rekl a:hover
{
font-weight: bold;
}

.status {color: #ad3c32;font-weight: bold;}
.on {text-shadow: -1px -1px 0 #488f48, 1px -1px 0 #488f48, -1px 1px 0 #488f48, 1px 1px 0 #488f48;;color: white;font-weight: bold;}
.off {text-shadow: -1px -1px 0 #ad3c32, 1px -1px 0 #ad3c32, -1px 1px 0 #ad3c32, 1px 1px 0 #ad3c32;;color: white;font-weight: bold;}

table
{
width: 100%;
}

form,form.foot
{
background: #ffffff url('images/aut/aut_bg.png') bottom left repeat-x;
border: 1px solid #cccaca;
border-radius: 4px;
margin: 2px;
padding: 12px;
}

input,textarea,select
{
border: 1px solid #cccaca;
background: #ffffff;
border-radius: 4px;
padding: 6px 12px;
}

input:hover,textarea:hover,select:hover
{
-webkit-transition: all 0.2s 0.01s ease-in;
-moz-transition: all 0.2s 0.01s ease-in;
-o-transition: all 0.2s 0.01s ease-in;
-webkit-box-shadow: 0 0 6px #ad3c32;
transition: all 0.2s 0.01s ease-in;
-moz-box-shadow: 0 0 6px #ad3c32;
box-shadow: 0 0 6px #ad3c32;
border: 1px solid #ad3c32;
color: #ad3c32;
}

.ank_n {font-weight: bold;}
.ank_d {font-style: italic;}