mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 10:00:35 +03:00
154 lines
2.3 KiB
CSS
154 lines
2.3 KiB
CSS
|
body,td {
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 10pt;
|
||
|
}
|
||
|
a{
|
||
|
text-decoration : underline;
|
||
|
}
|
||
|
a:hover{
|
||
|
text-decoration : none;
|
||
|
}
|
||
|
|
||
|
ul{
|
||
|
margin-bottom : 10px;
|
||
|
margin-top : 10px;
|
||
|
margin-left : 0px;
|
||
|
}
|
||
|
li{
|
||
|
margin-left : 18px;
|
||
|
list-style-image : url(images/li.gif);
|
||
|
}
|
||
|
li.error{
|
||
|
margin-left : 15px;
|
||
|
list-style-image : url(images/li_error.gif);
|
||
|
}
|
||
|
li.grey{
|
||
|
margin-left : 15px;
|
||
|
list-style-image : url(images/li_grey.gif);
|
||
|
}
|
||
|
|
||
|
form{
|
||
|
margin-bottom : 0px;
|
||
|
margin-top : 0px;
|
||
|
}
|
||
|
|
||
|
.bgcn{
|
||
|
background-position : center;
|
||
|
background-repeat : no-repeat;
|
||
|
}
|
||
|
.bgrn{
|
||
|
background-position : right;
|
||
|
background-repeat : no-repeat;
|
||
|
}
|
||
|
.bgcy{
|
||
|
background-position : center;
|
||
|
background-repeat : repeat-y;
|
||
|
}
|
||
|
.bgry{
|
||
|
background-position : right;
|
||
|
background-repeat : repeat-y;
|
||
|
}
|
||
|
.bgly{
|
||
|
background-position : left;
|
||
|
background-repeat : repeat-y;
|
||
|
}
|
||
|
.bgbx{
|
||
|
background-position : bottom;
|
||
|
background-repeat : repeat-x;
|
||
|
}
|
||
|
|
||
|
.textform{
|
||
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||
|
font-size : 11px;
|
||
|
color : #000000;
|
||
|
}
|
||
|
.textform a{
|
||
|
color : #2971C1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.text{
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 10pt;
|
||
|
color : #515151;
|
||
|
}
|
||
|
.text h1{
|
||
|
margin-bottom : 15px;
|
||
|
margin-top : 0px;
|
||
|
color : #000000;
|
||
|
font-size : 18px;
|
||
|
font-weight : normal;
|
||
|
line-height : 15px;
|
||
|
}
|
||
|
.text h2{
|
||
|
margin-bottom : 15px;
|
||
|
margin-top : 0px;
|
||
|
color : #000000;
|
||
|
font-size : 16px;
|
||
|
}
|
||
|
.text h3{
|
||
|
margin-bottom : 15px;
|
||
|
margin-top : 0px;
|
||
|
color : #000000;
|
||
|
font-size : 15px;
|
||
|
}
|
||
|
.text h4{
|
||
|
margin-bottom : 15px;
|
||
|
margin-top : 0px;
|
||
|
color : #000000;
|
||
|
font-size : 12px;
|
||
|
}
|
||
|
.text span.date{
|
||
|
font-size : 11px;
|
||
|
color : #FFFFFF;
|
||
|
font-weight : bold;
|
||
|
}
|
||
|
.text span.sub{
|
||
|
font-size : 11px;
|
||
|
color : #676767;
|
||
|
}
|
||
|
.text a.sublink{
|
||
|
font-size : 11px;
|
||
|
color : #666666;
|
||
|
}
|
||
|
.text b.black{
|
||
|
color : #000000;
|
||
|
}
|
||
|
.text span.black{
|
||
|
color : #000000;
|
||
|
}
|
||
|
|
||
|
.bann{
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 21px;
|
||
|
color : #000000;
|
||
|
line-height : 18px;
|
||
|
}
|
||
|
.bann span.text{
|
||
|
font-size : 14px;
|
||
|
color : #9F7800;
|
||
|
}
|
||
|
|
||
|
.bannform{
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 12px;
|
||
|
color : #766037;
|
||
|
}
|
||
|
|
||
|
.address{
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 12px;
|
||
|
color : #000000;
|
||
|
}
|
||
|
.address a{
|
||
|
color : #000000;
|
||
|
}
|
||
|
|
||
|
.loadh {
|
||
|
font-family : Arial, Helvetica, sans-serif;
|
||
|
font-size : 10pt;
|
||
|
font-weight : bold;
|
||
|
color : #414141;
|
||
|
text-decoration: underline;
|
||
|
}
|