159 lines
3.0 KiB
CSS
159 lines
3.0 KiB
CSS
/* CSS file for indexhtml page in ALT Linux distros */
|
|
body {
|
|
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;
|
|
border: solid 10px #e6e6e6;
|
|
border-radius: 16px;
|
|
-webkit-border-radius: 16px;
|
|
-moz-border-radius: 16px;
|
|
-khtml-border-radius: 16px;
|
|
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;
|
|
background: #657fbe;
|
|
padding: 6px 0 6px 0;
|
|
border-top: solid 1px #657fbe;
|
|
border-bottom: solid 1px #657fbe;
|
|
background-image: url('images/lines.png');
|
|
}
|
|
div#top-site {
|
|
font-size: 120%;
|
|
font-weight: normal;
|
|
font-family: Verdana, Helvetica;
|
|
text-align: center;
|
|
padding: 4px;
|
|
}
|
|
div#main {
|
|
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;
|
|
}
|
|
input#search_button {
|
|
margin-top: 12px;
|
|
vertical-align: top;
|
|
font-size: 130%;
|
|
}
|
|
|
|
th {
|
|
vertical-align: bottom;
|
|
text-align: center;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
img.icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
img.icon_big {
|
|
width: 60px;
|
|
height: 60px;
|
|
}
|
|
img.banner {
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 5px;
|
|
}
|
|
li {
|
|
line-height: 1.35em;
|
|
}
|
|
td#left-pane {
|
|
background-color: #dbeef6;
|
|
}
|
|
td#central-pane {
|
|
background-color: #ffe57e;
|
|
}
|
|
td#right-pane {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.column {
|
|
text-align: center;
|
|
border-top: 2px solid #0088bf;
|
|
background: url('images/section.png') no-repeat 112px 0px;
|
|
padding: 9px 0 5px 0;
|
|
}
|
|
|
|
td#social-pane {
|
|
padding: 14px 12px 2px 12px;
|
|
}
|
|
|
|
div#social {
|
|
text-align: left;
|
|
border-bottom: dotted 1px #ccc;
|
|
font-size: xx-small;
|
|
padding-bottom: 10px;
|
|
color: #999;
|
|
}
|
|
div#social-icons {
|
|
text-align: left;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
td#left_footer, td#right_footer {
|
|
font-size: xx-small;
|
|
color: #999;
|
|
vertical-align: bottom;
|
|
padding: 2px 12px 0px 12px;
|
|
}
|
|
td#right_footer {
|
|
text-align: right;
|
|
}
|
|
ul li {
|
|
text-align: left;
|
|
list-style: square url('images/bullet.png');
|
|
}
|
|
a:link, a:visited {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
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;
|
|
}
|