Файл: style/themes/default/style.css
Строк: 220
body {
background:#CACACA;
color:#555;
font-family: 'Segoe ui',
sans-serif;
font-size: 1.4em;
/*max-width: 35%;*/
margin:0
auto;
}
.body
{
background-color: #fff;
padding: 1%;
margin:
1px;
}
a:active
{
color:#660;
text-decoration:underline;
}
a:hover
{
color:red;
text-decoration:underline;
}
a:link,a:visited
{
color:#444;
text-decoration:none;
}
.title {
color:#0F3448;
margin: 0px 0 1px 0;
padding: 10px 0%;
background: #cccccc;
background: -moz-linear-gradient(top, #cccccc
0%, #eeeeee 99%);
background: -webkit-gradient(linear, left top, left
bottom, color-stop(0%,#cccccc), color-stop(99%,#eeeeee));
background:
-webkit-linear-gradient(top, #cccccc 0%,#eeeeee 99%);
background:
-o-linear-gradient(top, #cccccc 0%,#eeeeee 99%);
background:
-ms-linear-gradient(top, #cccccc 0%,#eeeeee 99%);
background:
linear-gradient(to bottom, #cccccc 0%,#eeeeee 99%);
filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc',
endColorstr='#eeeeee',GradientType=0 );
}
#title_span
{
margin-left: 3%;
}
.aut {
background: #eeeeee;
background:
-moz-linear-gradient(top, #eeeeee 1%, #cccccc 100%);
background:
-webkit-gradient(linear, left top, left bottom, color-stop(1%,#eeeeee),
color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,
#eeeeee 1%,#cccccc 100%);
background: -o-linear-gradient(top, #eeeeee
1%,#cccccc 100%);
background: -ms-linear-gradient(top, #eeeeee
1%,#cccccc 100%);
background: linear-gradient(to bottom, #eeeeee
1%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
color: #fff;
width: 100%;
}
.aut a {
display: block;
padding: 15px 0;
text-align: center;
}
.aut a:hover
{
background: rgba(0,0,0,0.05);
}
.aut a{
color: #000;
font-size:
15px;
/*box-shadow: 1px 0px 0px #39436A,-1px 0px 0px
#4B5A8E;*/
}
#menu
{
cursor: pointer;
width:
5%;
}
.menu, p
{
list-style-type:none;
position:relative;
background:#fff;
padding-left:
10px;
}
.menu li {
display:block;
}
.menu li a {
text-shadow:0px
1px #fff;
border-bottom:1px solid #ddd;
display:block;
border-left:1px
solid #ccc;
border-right:1px solid
#ccc;
color:#5F647E;
text-decoration:none;
background: repeat-x
#f7f7f7;
padding:9px;
}
.menu li a:hover {
background:
#f2f2f2;
}
.status2
{
margin-left:5px;
font-size:12px;
margin-top:-4px;
float:right;
color:
#999;
text-shadow:0px 1px #fff;
padding:5px 10px;
}
.menu span.status
a
{
background:none;
border:none;
display:inline!important;
color:#D84371;
padding:1px;
}
textarea
{
width:96%;
max-width:490px;
border:1px solid
#ddd;
background:#fff;
box-shadow:0px 1px 1px
#fff;
border-radius:2px;
margin-bottom:5px;
padding:7px;
}
select,input[type=file],input[type=text],input[type=password],input[type=email]
{
border:1px solid #ddd;
background:#fff;
box-shadow:0px 1px 1px
#fff;
margin-bottom:3px;
border-radius:2px;
padding:5px;
}
input[type=submit]
{
background: #D7D7D7;
border-radius: 2px;
margin-left:
1px;
color: #222;
border: 1px solid #C0C0C0;
/* font-weight:
bold; */
padding: 6px 20px;
}
input[type=submit]:hover
{
background: #E3E6F0;
}
ul{
padding-left:
0;
list-style:none;
margin:0;
}
.error
{
background-color:red;
border:1px solid
#FFF;
color:#fff;
font-weight:700;
padding:3px 0 3px
4px;
}
.post
{
border-left: 1px solid #ccc;
border-right:
1px solid #ccc;
border-bottom:1px solid #ccc;
color:#0F3448;
margin:0;
padding:8px;
background: #DFDFDF;
}
#foot {
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee
0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left
bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background:
-webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background:
-o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background:
-ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background:
linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
filter:
progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee',
endColorstr='#cccccc',GradientType=0 );
border-left: 1px solid
#ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid
#B0AEAE;
color:#0F3448;
padding:8px;
max-width: 50%;
margin: 0
10% 0 35%;
}
#foot a {
color: #0F4888;
}
#foot a:hover
{
text-decoration: underline;
}
.msg
{
background:#f3f3f3;
color:#777;
border-left: 1px solid
#ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid
#ccc;
text-shadow:0px 1px #f7f7f7;
padding:1% 2.5%;
border-radius: 0 0
4px 4px;
}
.p_m {
background:
#f4f4f4;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px
solid #ccc;
border-bottom:1px solid
#ddd;
padding:8px;
}
.p_t{
background:
#f8f8f8;
color:#3F465E;
border-left: 1px solid #ccc;
border-right: 1px
solid #ccc;
border-bottom:1px solid #ccc;
padding:8px;
}
.p_m
a:link,.p_m a:visited,.p_t a:link,.p_t a:visited
{
color:#4D5B86;
text-shadow:0px 1px #fff;
}
.news, .link, .fmenu
{
background-color:#fff;
border-bottom:1px solid
#f1f1f1;
color:#333;
display:block;
padding: 10px;
}
.user_show
{
padding: 1% 0
5%;
}
.link:hover
{
background-color:#F5F5F5;;
cursor:pointer;
}
.menu_razd
{
border-radius: 4px 4px 0px 0px;
background:url(images/phdr.png)
repeat-x #E9E9E9;
padding: 10px;
color: #777;
font-weight:
bold;
border: 1px solid #ccc;
text-shadow:0px 1px
#fff;
}
.menu_razd a:link ,.menu_razd a:visited {
text-shadow:0px 1px
#f5f6f6;
font-weight: bold;
color: #576AA4;
}
.quote
{
border-left:4px solid
silver;
color:#878787;
font-size:x-small;
margin-left:2px;
padding:2px
0 2px 4px;
}
.err {
color:#666;
margin:1px
0px;
padding-bottom:8px;
border-radius: 3px;
}
.err a:link ,.err
a:visited {
color: red;
}
.status
{
color:#CD853F;
font-size:smaller;
font-weight:700;
padding-left:0;
}
.error
a:link,.error a:visited {
color:#FFF;
font-size:x-small;
}
.page,
.page_no {
background-color:#edebeb;
border:1px solid
#ccc;
text-shadow:0 1px #fff;
box-shadow:inset 0 1px 1px
#F9F9F9;
color:#444;
border-radius:3px;
padding:6px 13px;
display:
inline-block;
}
.page_no
{
border:1px solid
#ccc;
}
a.page{
border:1px solid
#eee;
border-radius:3px;
text-decoration:none;
padding:6px
13px;
}
a.page:hover {
background-color:#ccc;
border:1px solid
#bbb;
}
.cleaner
{
clear:both;
}
.hide{
display:
none;
}
.right
{
float:right;
}
#content
{
max-width:
50%;
margin: 0% 10% 0 35%;
}
@media (max-width: 992px)
{
#content, #foot
{
max-width: 100%;
margin: 0;
}
}
#sidebar
{
float: left;
margin-left: 13%;
width:
20%;
}