2006-01-22 02:34:36 +03:00
body
{
margin : 0 ;
padding : 0 ;
color : # 333333 ;
font : 13px Verdana , Arial , Helvetica , sans ;
background : # 898989 ;
text-align : justify ;
}
a
{
color : # 0D7520 ;
}
a : hover
{
color : # a8a8a8 ;
}
2006-01-20 18:49:04 +03:00
2006-01-22 02:34:36 +03:00
img
{
border : 0 ;
}
2006-01-20 18:49:04 +03:00
2006-01-22 02:34:36 +03:00
# container
{
margin : 0 auto ;
width : 766px ;
position : relative ;
background : # fff ;
padding : 0 10px 0 10px ;
text-align : justify ;
}
* html # container
{
width : 766px ;
}
2006-01-20 18:49:04 +03:00
2006-01-22 02:34:36 +03:00
# pageHeader
{
position : absolute ;
2006-02-10 11:43:31 +03:00
background : url ( libvirtHeader . png ) center no-repeat ;
2006-01-22 02:34:36 +03:00
top : 30px ;
height : 76px ;
width : 766px ;
}
# content h3
{
text-align : right ;
color : # a8a8a8 ;
}
# content2 h1
{
text-align : right ;
color : # 0d7520 ;
}
# content h3
{
text-align : right ;
font-size : 24px ;
}
# content h3 . style1
{
color : # 0d7520 ;
}
# adjustments
{
padding-top : 15px ;
}
# container # adjustments . p1
{
font-size : 11px ;
height : 300px ;
2006-02-10 11:43:31 +03:00
background : url ( libvirtLogo . png ) center no-repeat ;
2006-01-22 02:34:36 +03:00
margin : 0 ;
width : 766px ;
}
# container # bottom . p1
{
font-size : 11px ;
2007-11-26 17:21:02 +03:00
height : 900px ;
2006-01-22 02:34:36 +03:00
margin : 0 ;
width : 766px ;
}
# content2
{
margin : 100px 10px 0 160px ;
}
# content2 p
{
line-height : 150 % ;
margin : 10px 0 10px 0 ;
}
# content
{
margin : 0 10px 0 160px ;
}
# content p
{
line-height : 150 % ;
margin : 10px 0 10px 0 ;
}
. linkList
{
position : absolute ;
top : 320px ;
left : 10px ;
width : 140px ;
}
. llinks ul
{
list-style-type : none ;
margin : 0 ;
padding : 0 0 0 10px ;
}
. linkList . llinks ul li
{
font-size : 13px ;
border-bottom : 1px solid # E6EEF0 ;
display : block ;
padding : 8px 0 ;
}
. llinks h3 . links
{
background : # e6e6e6 ;
color : # 999999 ;
font-size : 14px ;
height : 25px ;
padding : 10px 0 0 5px ;
margin : 15px 0 5px 5px ;
}
. linkList2
{
position : absolute ;
top : 100px ;
left : 10px ;
width : 140px ;
}
. llinks2 ul
{
list-style-type : none ;
margin : 0 ;
padding : 0 0 0 10px ;
}
. linkList2 . llinks2 ul li
{
font-size : 13px ;
border-bottom : 1px solid # E6EEF0 ;
display : block ;
padding : 8px 0 ;
}
. llinks2 h3 . links2
{
background : # e6e6e6 ;
color : # 999999 ;
font-size : 14px ;
height : 25px ;
padding : 10px 0 0 5px ;
margin : 15px 0 5px 5px ;
}
2006-01-20 18:49:04 +03:00
2006-01-22 02:34:36 +03:00
div . deprecated pre . programlisting
{
border-style : double ;
border-color : red ;
}
2006-01-20 18:49:04 +03:00
2006-01-22 02:34:36 +03:00
pre . programlisting
{
border-style : double ;
background : # F0F0F0 ;
}
2007-05-10 19:55:39 +04:00
2007-12-05 22:16:13 +03:00
pre {
overflow : auto ;
width : 100 % ;
}
2007-05-10 19:55:39 +04:00
table . top_table {
border-collapse : collapse ;
}
table . top_table th , table . top_table td {
vertical-align : top ;
border : 1px solid # f0f0f0 ;
2007-11-26 17:21:02 +03:00
}