2011-09-13 17:03:55 +04:00
/* CSS file for indexhtml page in ALT Linux distros */
2009-07-06 00:59:02 +04:00
body {
2011-09-13 17:03:55 +04:00
font-family : Verdana , 'DejaVu Sans' , Helvetica , sans ;
text-align : left ;
font-size : 12px ;
background : # f8f8f8 ;
background-image : url ( 'images/dotted-background.png' ) ;
}
div # content {
background : white ;
2013-10-14 18:44:24 +04:00
border : solid 10px # e6e6e6 ;
border-radius : 16px ;
-webkit-border-radius : 16px ;
-moz-border-radius : 16px ;
-khtml-border-radius : 16px ;
2011-09-13 17:03:55 +04:00
padding : 0 ;
position : relative ;
width : 780px ;
margin : 40px auto ;
}
div # languages {
text-align : right ;
font-size : x-small ;
padding : 12px ;
}
div # title {
font-weight : normal ;
font-size : 18pt ;
font-family : Verdana , Helvetica ;
text-align : center ;
margin-top : 0 ;
margin-bottom : 12px ;
2013-10-14 18:44:24 +04:00
background : # 657fbe ;
2011-09-13 17:03:55 +04:00
padding : 6px 0 6px 0 ;
2013-10-14 18:44:24 +04:00
border-top : solid 1px # 657fbe ;
border-bottom : solid 1px # 657fbe ;
2011-09-13 17:03:55 +04:00
background-image : url ( 'images/lines.png' ) ;
}
2011-09-13 21:07:50 +04:00
div # top-site {
font-size : 120 % ;
font-weight : normal ;
font-family : Verdana , Helvetica ;
text-align : center ;
padding : 4px ;
}
2009-07-06 00:59:02 +04:00
div # main {
2013-10-14 18:44:24 +04:00
padding : 10px 0px 20px 0px ;
}
table # header {
padding-left : 12px ;
padding-right : 12px ;
}
td # product-logo {
text-align : center ;
}
td # search {
width : 60 % ;
text-align : right ;
}
input # search_string {
position : relative ;
vertical-align : middle ;
background : white ;
padding : 4px ;
padding-right : 24px ;
border : solid 1px # aeaeae ;
width : 350px ;
background : url ( 'images/search.png' ) no-repeat 357px 2px ;
background-color : white ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
input # search_button {
margin-top : 12px ;
vertical-align : top ;
font-size : 130 % ;
}
2011-09-13 17:03:55 +04:00
th {
vertical-align : bottom ;
text-align : center ;
padding-top : 5px ;
2013-10-14 18:44:24 +04:00
padding-bottom : 5px ;
2011-09-13 17:03:55 +04:00
}
img . icon {
width : 48px ;
height : 48px ;
}
img . icon_big {
width : 60px ;
height : 60px ;
}
img . banner {
2013-10-14 18:44:24 +04:00
width : 32px ;
height : 32px ;
margin : 5px ;
2011-09-13 17:03:55 +04:00
}
li {
line-height : 1 . 35em ;
}
2013-10-14 18:44:24 +04:00
td # left-pane {
background-color : # dbeef6 ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
td # central-pane {
background-color : # ffe57e ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
td # right-pane {
background-color : # f2f2f2 ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
. column {
text-align : center ;
border-top : 2px solid # 0088bf ;
background : url ( 'images/section.png' ) no-repeat 112px 0px ;
padding : 9px 0 5px 0 ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
td # social-pane {
padding : 14px 12px 2px 12px ;
2011-09-13 17:03:55 +04:00
}
2013-10-14 18:44:24 +04:00
div # social {
text-align : left ;
2011-09-13 17:03:55 +04:00
border-bottom : dotted 1px # ccc ;
font-size : xx-small ;
2013-10-14 18:44:24 +04:00
padding-bottom : 10px ;
2011-09-13 17:03:55 +04:00
color : # 999 ;
}
2013-10-14 18:44:24 +04:00
div # social-icons {
text-align : left ;
padding-top : 10px ;
}
2011-09-13 17:03:55 +04:00
td # left_footer , td # right_footer {
font-size : xx-small ;
color : # 999 ;
vertical-align : bottom ;
2013-10-14 18:44:24 +04:00
padding : 2px 12px 0px 12px ;
2011-09-13 17:03:55 +04:00
}
td # right_footer {
text-align : right ;
}
ul li {
text-align : left ;
2013-10-14 18:44:24 +04:00
list-style : square url ( 'images/bullet.png' ) ;
2011-09-13 17:03:55 +04:00
}
a : link , a : visited {
text-decoration : none ;
2013-10-14 18:44:24 +04:00
color : black ;
2011-09-13 17:03:55 +04:00
}
a : hover {
text-decoration : none ;
color : # f60 ;
border-bottom : 1px dotted # f60 ;
}
a . image : hover , a . image : link , a . image : visited {
text-decoration : none ;
border : 0 ;
2009-07-06 00:59:02 +04:00
}