Fix box around news/release divs on index; start dark theme bitmap skinning endeavour.

This commit is contained in:
z3d
2009-07-04 18:47:25 +00:00
parent adba06de31
commit 6775f5b08d
2 changed files with 66 additions and 3 deletions

View File

@ -6,7 +6,7 @@ body {
padding: 0em;
text-align: center;
background-color: #002;
/* background-image: url("/_static/images/bg1.png"); */
background: url(/_static/images/darkbluebg.png);
background-repeat: repeat;
background-position: top center;
/* color: black;*/
@ -59,6 +59,7 @@ div.menu {
clear: left; /* fixes a bug in Opera */
-moz-border-radius: 0px 0px 4px 0px;
/* -moz-box-shadow: 0 2px 2px 1px #bbbbff; */
background-image: url(/_static/images/darkerbluetile.png);
}
/*
@ -278,6 +279,7 @@ border-bottom: 1px solid #fff;*/
}
pre {
/*width: 100px;*/
white-space: pre-wrap;
font-size: 9pt;
font-family: "Lucida Console", "Courier New", Courier, mono;
@ -337,6 +339,35 @@ td+td {
tr {
background-color: #001;
}
table.announce {
background: #001;
border: 0;
padding: 5px 10px;
}
tr.announce {
background: #001;
border: 0;
padding: 5px 10px;
}
tr:nth-child(even).announce {
background: #001;
border: 0;
padding: 5px 10px;
}
tr:nth-child(odd).announce {
background: #001;
border: 0;
padding: 5px 10px;
}
td.announce {
background: #001;
border: 0;
padding: 5px 10px;
}
.lang {
padding: 0 5px 0 5px;
@ -354,6 +385,8 @@ tr {
clear: both;
width:auto;
align: center;
/*background: url(/_static/images/tabletitledark.png);*/
-moz-box-shadow: inset 0px 0px 4px 0px #339;
}
.themebox {
@ -368,6 +401,7 @@ tr {
clear: both;
width:auto;
align: center;
-moz-box-shadow: inset 0px 0px 4px 0px #339;
}
.footer {
@ -389,7 +423,6 @@ tr {
line-height: 40%;
list-style-type: square;
}
.helplist {
list-style-image: url(/_static/images/help_dark.png);
}
@ -404,5 +437,4 @@ tr {
.targetlist {
list-style-image: url(/_static/images/target.png);
margin: -5px -5px 0px -5px;
}

View File

@ -289,6 +289,8 @@ th {
text-align: left;
}
tr.invisible td {
background: #eeeeff;
border: 1px solid #000022;
@ -356,7 +358,36 @@ td.title {
border: 1px solid #ff6600;
text-align: left;
}
table.announce {
background: #eeeeff;
border: 0;
padding: 5px 10px;
}
tr.announce {
background: #eeeeff;
border: 0;
padding: 5px 10px;
}
tr:nth-child(even).announce {
background: #eeeeff;
border: 0;
padding: 5px 10px;
}
tr:nth-child(odd).announce {
background: #eeeeff;
border: 0;
padding: 5px 10px;
}
td.announce {
background: #eeeeff;
border: 0;
padding: 5px 10px;
}
.lang {
padding: 0 5px 0 5px;
}