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

Размер файла: 768B
body {
background-color: #FFDB86;
color: #170300;
text-align: center;
max-width: 320px;
font-size: small;
font-family: tahoma;
margin: 1px auto;
}
div.a {
background-color: #fe972e;
border: 1px solid #170300;
text-align:center;
padding: 1px;
font-weight: bold;
}
div.b { 
background-color: #FFDB86;
color: #170300;
text-align:left;
border: 1px dotted #170300;
padding-left: 3px; 
}
div.c { 
background-color: #FFDB86;
color: #170300;
text-align: center;
border: 1px solid #000000;
padding: 2px;
}
a.p {
text-decoration:none;
color:#ff6707;
}
a {
text-decoration: none;
color:#ff6707;
}
a:link {
color:#ff6707;
text-decoration: none;
}
a:active {
color:#fe972e;
text-decoration: none;
}
a:hover {
text-decoration: none;
}