Просмотр файла biling_panel/styles/style.css

Размер файла: 2.97Kb
body {
color: #000;
font-size: 13px;
max-width : 500px;
margin : auto;
font-weight: medium;
font-family:  sans-serif, Lucida Sans;
background-position: center;
background: #f5f5f5;
}

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

h3 {
	height:10px;
	margin: auto;

}

img {
vertical-align: middle;
border: 0px;
margin: 1px;
padding: 1px;
}

.c {
        float: right;
        color:#fff;
        background-color: #2c3e50;
        padding: 3px;
        border-radius: 4px;
}

.head {
 background: #8c7cc0 url(img/title.png)repeat-x top left;
}

.title {
color: #fff;
    background: url(img/img2.png) no-repeat center right ,url(img/img.png) no-repeat top left , url(img/title.png) repeat-x top #8c7cc0;
    border-top: 1px solid #787090;
    font-size: 12px;
    text-shadow: 0 1px 0 #7A8611;
    padding: 10px 45px 10px;
    border-bottom: 1px solid #787090;
}

.menu {
  position:relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ebe6e6;
  color: #555555;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
    background: -moz-linear-gradient(top,#fff,#f7f7f7);
    background: -ms-linear-gradient(top,#fff,#f7f7f7);
    background: -o-linear-gradient(top,#fff,#f7f7f7);
    filter: progid:DXImageTransform.Microsoft.gradient;
}

.gmenu {
  position:relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ebe6e6;
  color: #555555;
background: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#eaeaea));
    background: -moz-linear-gradient(top,#fff,#f7f7f7);
    background: -ms-linear-gradient(top,#fff,#f7f7f7);
    background: -o-linear-gradient(top,#fff,#f7f7f7);
    filter: progid:DXImageTransform.Microsoft.gradient;
}

a.link {
  display:block;
  position:relative;
  padding: 10px;
  margin-bottom: -1px;
  border: 1px solid #ebe6e6;
  color: #555555;
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
    background: -moz-linear-gradient(top,#fff,#f7f7f7);
    background: -ms-linear-gradient(top,#fff,#f7f7f7);
    background: -o-linear-gradient(top,#fff,#f7f7f7);
}

a.link:hover {
background: #f2f2f2;
}
.foot {
color: #fff;
    background: url(img/img2.png) no-repeat center right ,url(img/foot2.png) no-repeat top left , url(img/foot1.png) repeat-x top #8c7cc0;
    border-top: 1px solid #787090;
    font-size: 12px;
    text-shadow: 0 1px 0 #7A8611;
    padding: 10px 45px 10px;
    border-bottom: 1px solid #787090;
}
a.npage {
  padding: 5px 30px 5px;
    margin-bottom: -1px;
    border: 1px solid #ebe6e6;
    color: #555555;
    background: #ffc1c1;
    border-radius: 5px;
}
a.npage:hover {
background: #eab1b1;
}
a.vpage {
  padding: 5px 30px 5px;
    margin-bottom: -1px;
    border: 1px solid #ebe6e6;
    color: #555555;
    background: #b1eab3;
    border-radius: 5px;
}
a.vpage:hover {
background: #abdaad;
}