Файл: sys/themes/black_touch/theme_light.css
Строк: 37
/*
Это вспомогательный файл, обобщающий в
себе классы для всех легких стандартных
тем оформления
*/
.theme_light{
font-size : 14px;
font-family
: Arial;
color : #000;
background-color : #727272;
background-image :
url(images/bg.png);
background-attachment : fixed;
margin : 0
auto;
border-radius : 0px;
max-width : 500px;
}
.theme_light form {
display: inline;
width: 100%;
}
.theme_light input, .theme_light
textarea, .theme_light select{
margin-bottom: 5px;
}
.theme_light
textarea{
width: 100%;
height: 7em;
resize:
vertical;
}
.theme_light a {
color : #000;
text-decoration :
none;
}
.theme_light a:hover {
color : #606060;
}
.theme_light .padding{
padding: 5px 1%;
}
.theme_light .radius{
border-radius:
5px;
}
.theme_light .border{
border-style: solid;
border-width:
1px;
border-color: transparent;
}
.theme_light .gradient_grey{
color: #686868;
text-shadow: 0px -1px 0px white;
background:
#ededed;
}
.theme_light .gradient_grey.border{
border-color:
#ACACAC;
}
.theme_light .gradient_blue{
color: white;
text-shadow: 1px 1px 3px #D15757;
background: #ffc1c1;
}
.theme_light
.gradient_blue.border{
border-color: #ACACAC;
}
.theme_light
.gradient_blue_user{
color: white;
text-shadow: 1px 1px 0px
#5095E0;
background: #7abfff;
}
.theme_light
.gradient_blue_user.border{
border-color: #54A4FA;
}
.theme_light
.gradient_green{
color: #004B12;
text-shadow: 0px -1px 0px white;
background: #ddffc1;
}
.theme_light .gradient_green.border{
border-color: #AACF9F;
}
.theme_light .gradient_red{
color: white;
text-shadow: 1px 1px 3px #D15757;
background: #ffc1c1;
}
.theme_light
.gradient_red.border{
border-color: #EEA3A3;
}