Commit 0e937f79 authored by Sergey V Turchin's avatar Sergey V Turchin

Merge branch 'master' of git.alt:packages/branding-schoolmaster

Conflicts: branding.spec
parents 24e2a052 1a10a86a
......@@ -423,6 +423,12 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
* Thu Aug 30 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44
- translate installer notes and license titles into russian
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt43.M60P.1
- built for M60P
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44
- update indexhtml css
* Fri Aug 17 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt42.M60P.1
- built for M60P
......
/* 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 6px #d0d0d0;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 7px;
-khtml-border-radius: 12px;
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: 12px;
}
th {
vertical-align: bottom;
text-align: center;
padding-top: 5px;
}
img.icon {
width: 48px;
height: 48px;
}
img.icon_big {
width: 60px;
height: 60px;
}
img.banner {
width: 130px;
height: 30px;
margin: 6px;
}
li {
line-height: 1.35em;
}
td#central_pane {
border-left: dotted 1px #ccc;
border-right: dotted 1px #ccc;
text-align: center;
}
.column {
text-align: center;
}
td#search {
text-align: center;
padding: 12px;
}
input#search_string {
position: relative;
vertical-align: top;
margin-top: 12px;
font-size: 130%;
background: white;
border: solid 1px #657fbe;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
input#search_button {
margin-top: 12px;
vertical-align: top;
font-size: 130%;
}
td#social {
text-align: center;
border-bottom: dotted 1px #ccc;
font-size: xx-small;
color: #999;
}
td#left_footer, td#right_footer {
font-size: xx-small;
color: #999;
vertical-align: bottom;
padding-top: 15px;
}
td#right_footer {
text-align: right;
}
ul li {
text-align: left;
list-style: square url('bullet.png');
}
a:link, a:visited {
text-decoration: none;
color: #2e7194;
}
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;
}
......@@ -38,13 +38,22 @@ div.box {
width: 780px;
margin-top: 10px;
background: #@LIGHT_LABELS_HEX@;
padding: 0.2em;
padding-right: 2mm;
padding-top: 2mm;
padding-bottom: 2mm;
padding: 10px 20px;
padding-top: 10px;
border: 1px solid #c1c3cb;
background-color: #@LIGHT_COLOR_HEX@;
border: 1px solid #@DARK_COLOR_HEX@;;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
}
div.warning {
border: 1px solid #@DARK_ERRORS_HEX@;;
background-color: #@LIGHT_ERRORS_HEX@;;
padding: 5px;
}
#lang {
......@@ -61,9 +70,10 @@ div.box {
#top {
text-align:left;
background: url('img/gradient-top.png') 0% 0% repeat-x;
background: #@DARK_COLOR_HEX@;
padding: 0.25em;
margin-bottom: 10px;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
......@@ -71,8 +81,8 @@ div.box {
}
#product-logo {
background: url('img/product-logo.png') no-repeat;
width: 275px;
height: 45px;
background: url(img/product-logo.png) no-repeat;
width: 600px;
height: 52px;
border: 0px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment