Файл: style/themes/mag_shop_black/styles.css
Строк: 68
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
margin:0;
padding:0;
}
.menuUL
li{
display:inline;
}
.menuUL li a,.menuUL li
a:visited{
float:left;
font-weight:bold;
background:url(img/button_bg.jpg)
repeat-x center bottom #666666;
display:block;
border:1px solid
#b26509;
color:#CCCCCC;
border-top-color:#db7904;
padding:4px
6px;
margin:4px 5px;
height:16px;
-moz-box-shadow:0 0 1px
black;
-webkit-box-shadow:0 0 1px black;
box-shadow:0 0 1px
black;
text-shadow:0 1px black;
}
.menuUL li
a:hover{
background-position:center
top;
text-decoration:none;
}
#navigation{
background:#222222;
border:2px
solid #111111;
float:left;
padding:5px 10px;
position:relative;
z-index:9999;
}
#navigation,.menuUL li
a{
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
}
#stage{
height:300px;
position:absolute;
right:50px;
top:20px;
width:400px;
}
.dot{
float:left;
height:25px;
width:25px;
}
.dot.active{
background:url(img/dot.png)
no-repeat center
center;
}
.clear{
clear:both;
}
#main{
margin:0
auto;
position:relative;
width:900px;
padding-top:10px;
text-align:center;
padding-left:10px;
}
h1{
background:#222222;
border-bottom:1px
solid
black;
font-size:1.5em;
font-weight:normal;
margin-bottom:15px;
padding:15px;
text-align:center;
}
h2
{
font-size:0.9em;
font-weight:normal;
padding-right:40px;
position:relative;
right:0;
text-align:right;
text-transform:uppercase;
top:-48px;
}
p.tutInfo{
padding:10px
0;
text-align:center;
position:absolute;
bottom:0px;
background:#222222;
border-top:1px
solid
black;
width:100%;
}
h1,h2,p.tutInfo{
font-family:"Myriad
Pro",Arial,Helvetica,sans-serif;
}