Всем привет,
1 Вопрос как добавитьсюда медали
http://www.bormotuhi.net/showpost.ph...&postcount=113
2 вопрос где можно взять стили для телефона для версии 3.8.7?
и есче один
што в этом коде может задевать родной стиль
PHP код:
.body
{
background: #DCDCB7 url(http://pdacomp.ru/images/123/123.jpg)repeat;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.container {
position: relative;
display: block;
padding: 20px;
top: 50px;
}
.decor {
background-image: url(images/decor.png);
background-repeat: no-repeat;
position: absolute;
height: 114px;
width: 100%;
z-index: 0;
top: 0px;
left: 0px;
}
.logo {
position: absolute;
left: 0px;
top: 0px;
width: 200px;
}
.link_post a:nth-child(2n):hover {
-webkit-transform: scale(1.05) rotate(1deg);
-moz-transform: scale(1.05) rotate(1deg);
-o-transform: scale(1.05) rotate(1deg);
transform: scale(1.05) rotate(1deg);
}
*{
margin:0;
padding:0;
}
.vmenu{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: 0.7; /* Mozilla 1.6 ? ???? */
-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.7;
width:100%;
position: absolute;
left: 0px;
top: 36px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-bottom: 30px;
}
.li2 {
padding-right: 1px;
}
.li3 {
float:left;
position: relative;
left: 300px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: none;
border-right-color: #004B97;
border-left-color: #33CCFF;
width: 0px;
display: run-in;
height: 40px;
white-space: normal;
visibility: visible;
color: #22C7FC;
}
.li4 {
float:left;
position: relative;
left: 300px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: none;
border-left-style: solid;
border-right-color: #004B97;
border-left-color: #33CCFF;
width: 0px;
display: run-in;
height: 40px;
white-space: normal;
visibility: visible;
color: #22C7FC;
}
ul{
list-style:none;
width:100%;
height:40px;
background-color: #000;
background-image: url(images/bg-nav.png);
background-repeat: repeat-x;
background-position: left top;
left: 200px;
}
ul li{
float:left;
position: relative;
left: 300px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #004B97;
border-left-color: #33CCFF;
}
ul li a{
display:block;
height:40px;
padding:0 35px;
float:left;
text-transform: uppercase;
color:#fff;
text-decoration:none;
text-align:center;
font-family: Helvetica, "microsoft sans serif", arial, sans-serif;
font-size: 70%;
line-height: 40px;
font-weight: bold;
}
ul li a:hover,
ul li.active a{
background-image: url(images/bg-button.gif);
background-repeat: repeat-x;
background-position: left top;
}