Add textures to css.

This commit is contained in:
z3d
2009-07-04 13:32:45 +00:00
parent d4ce36834e
commit 06a0b93dc7

View File

@@ -6,7 +6,7 @@ body {
padding: 0em; padding: 0em;
text-align: center; text-align: center;
background-color: #000022; background-color: #000022;
/* background-image: url("/_static/images/bg1.png"); */ background: url(/_static/images/darkbluetile.png);
background-repeat: repeat; background-repeat: repeat;
background-position: top center; background-position: top center;
/* color: black;*/ /* color: black;*/
@@ -58,7 +58,8 @@ div.menu {
font-size: 8pt; font-size: 8pt;
clear: left; /* fixes a bug in Opera */ clear: left; /* fixes a bug in Opera */
-moz-border-radius: 0px 0px 4px 0px; -moz-border-radius: 0px 0px 4px 0px;
/* -moz-box-shadow: 0 2px 2px 1px #bbbbff; */ -moz-box-shadow: inset 0px 0px 2px 0px #55f;
background: url(/_static/images/tabletile.png);
} }
/* /*
@@ -106,9 +107,10 @@ div.main h1 {
white-space: normal; white-space: normal;
background-color: #ddddff; background-color: #ddddff;
-moz-box-shadow: 0 2px 2px 1px #ccccff; -moz-box-shadow: 0 2px 2px 1px #ccccff;
/* background-image: url(/_static/images/dots.png); /*background: url(/_static/images/tabletitlelight.png);
background-position: right center; background-repeat: repeat-x;*/
background-repeat: no-repeat;*/ border: 1px solid #000022;
-moz-border-radius: 4px 4px 4px 4px;
} }
.links { .links {
@@ -171,9 +173,9 @@ h1 {
letter-spacing: 0.2em; letter-spacing: 0.2em;
text-transform: uppercase; text-transform: uppercase;
white-space: nowrap; white-space: nowrap;
border: 1px solid #000022; /* border: 1px solid #000022;
-moz-border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;
background-color: #000022; background-color: #000022; */
} }
@@ -265,6 +267,7 @@ border-bottom: 1px solid #fff;*/
white-space: pre-wrap; white-space: pre-wrap;
font-size: 9pt; font-size: 9pt;
font-family: "Lucida Console", "Courier New", Courier, mono; font-family: "Lucida Console", "Courier New", Courier, mono;
} }
table { table {
@@ -288,19 +291,37 @@ th {
tr.invisible td { tr.invisible td {
background: #eeeeff; background: #eeeeff;
border: 1px solid #000022;
padding: 5px 10px;
} }
tr:nth-child(even)
{
border: 1px solid #000022;
padding: 5px 10px;
background: #bbf;
background-image:url('/_static/images/tabletile.png');
}
tr:nth-child(odd)
{
border: 1px solid #000022;
padding: 5px 10px;
background: #bbf;
background-image:url('/_static/images/tabletile_alt.png');
}
/* /*
tr:first-child { tr:first-child {
background-color: #ff6600; background-color: #ff6600;
} }
*/ */
td { td {
border: 1px solid #000022; border: 1px solid #000022;
padding: 5px 10px; padding: 5px 10px;
background: #eeeeff; /* background: #eeeeff;*/
} }
td.invisible { td.invisible {
@@ -352,6 +373,8 @@ td.title {
clear: both; clear: both;
width:auto; width:auto;
align: center; align: center;
background: url(/_static/images/tabletitlelight.png);
-moz-box-shadow: inset 0px 0px 2px 0px #55f;
} }
.themebox { .themebox {
@@ -366,6 +389,8 @@ td.title {
clear: both; clear: both;
width:auto; width:auto;
align: center; align: center;
background: url(/_static/images/tabletitlelight.png);
-moz-box-shadow: inset 0px 0px 2px 0px #55f;
} }
.footer { .footer {
@@ -402,5 +427,18 @@ td.title {
.targetlist { .targetlist {
list-style-image: url(/_static/images/target.png); list-style-image: url(/_static/images/target.png);
margin: -5px -5px 0px -5px; margin: -10px -5px 0px -5px;
}
.uhoh {
border: 1px solid #f00;
-moz-border-radius: 8px;
margin: 0 20px 0 0;
padding: 10px 15px;
width: 90%;
text-align: justify;
background: #ffffff;
color: red;
font-weight: bold;
font-size: 9pt;
} }