|
|
|
@ -40,7 +40,7 @@ body { |
|
|
|
|
font-family: Tahoma, Trembuchet MS Verdana, Arial, Helvetica, sans-serif; |
|
|
|
|
font-size: 10pt; |
|
|
|
|
background: #F2F6FB; |
|
|
|
|
background:url("images/silver_bg.gif"); |
|
|
|
|
background:url("/static/css/silver/silver_bg.gif"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -61,7 +61,7 @@ color: #000000; |
|
|
|
|
font-size: 9pt; |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #FFF; |
|
|
|
|
background-image: url('images/grad-blue-01.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-blue-01.jpg'); |
|
|
|
|
background-color: #7291C0; |
|
|
|
|
border-top:1px solid #98B4DE; |
|
|
|
|
border-left:1px solid #98B4DE; |
|
|
|
@ -79,7 +79,7 @@ color: #000000; |
|
|
|
|
.menubar { |
|
|
|
|
color: #FFF; |
|
|
|
|
background-color: #7291C0; |
|
|
|
|
background-image: url('images/grad-blue-01.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-blue-01.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
border-top:1px solid #98B4DE; |
|
|
|
|
border-left:1px solid #98B4DE; |
|
|
|
@ -89,7 +89,7 @@ color: #000000; |
|
|
|
|
.navigation{ |
|
|
|
|
color: #FFF; |
|
|
|
|
background-color: #7291C0; |
|
|
|
|
background-image: url('images/grad-blue-01.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-blue-01.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
border-top:0px solid #98B4DE; |
|
|
|
|
border-left:0px solid #98B4DE; |
|
|
|
@ -119,7 +119,7 @@ color: #000000; |
|
|
|
|
.posttime { |
|
|
|
|
font-size: 9pt; |
|
|
|
|
color: #313131; |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
|
border-top:1px solid #E6E6E8; |
|
|
|
@ -129,7 +129,7 @@ color: #000000; |
|
|
|
|
.threadtotal { |
|
|
|
|
font-size: 9pt; |
|
|
|
|
color: #313131; |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
|
border-top:1px solid #E6E6E8; |
|
|
|
@ -138,7 +138,7 @@ color: #000000; |
|
|
|
|
.threadtotal-backup { |
|
|
|
|
font-size: 9pt; |
|
|
|
|
color: #313131; |
|
|
|
|
background-image: url('images/grad-burg-04-l-long.jpg'); |
|
|
|
|
missing-background-image: url('/static/css/silver/grad-burg-04-l-long.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #A49DA6; |
|
|
|
|
border-top: 1px solid #CBC4CC; |
|
|
|
@ -148,7 +148,7 @@ color: #000000; |
|
|
|
|
.posttotal,.modcolumn { |
|
|
|
|
font-size: 9pt; |
|
|
|
|
color: #313131; |
|
|
|
|
background-image: url('images/grad-blue-03-l-long.jpg'); |
|
|
|
|
missing-background-image: url('/static/css/silver/grad-blue-03-l-long.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #95AAC9; |
|
|
|
|
border-top: 1px solid #B2C7E6; |
|
|
|
@ -167,7 +167,7 @@ color: #000000; |
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
.pollcolor { |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
color: #313131; |
|
|
|
|
border: 1px solid #3E6174; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
@ -190,7 +190,7 @@ color: #000000; |
|
|
|
|
} |
|
|
|
|
.lighttable { |
|
|
|
|
color: #313131; |
|
|
|
|
background-image: url('images/grad-blue-lighttable.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-blue-lighttable.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #C8D8ED; |
|
|
|
|
border-top: 1px solid #DEE8F4; |
|
|
|
@ -198,7 +198,7 @@ color: #000000; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.darktable { |
|
|
|
|
background-image: url('images/grad-blue-03-l-long.jpg'); |
|
|
|
|
missing-background-image: url('/static/css/silver/grad-blue-03-l-long.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #95AAC9; |
|
|
|
|
border-top: 1px solid #B2C7E6; |
|
|
|
@ -210,7 +210,7 @@ color: #000000; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.newlighttable { |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
|
border-top:1px solid #E6E6E8; |
|
|
|
@ -221,7 +221,7 @@ color: #000000; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.newdarktable { |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
|
border-top:1px solid #E6E6E8; |
|
|
|
@ -243,7 +243,7 @@ color: #000000; |
|
|
|
|
color: #313131; |
|
|
|
|
} |
|
|
|
|
.newsubjecttable { |
|
|
|
|
background-image: url('images/grad-r.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-r.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
background-color: #CDCDCE; |
|
|
|
|
border-top:1px solid #E6E6E8; |
|
|
|
@ -254,7 +254,7 @@ color: #000000; |
|
|
|
|
|
|
|
|
|
.subjecttable { |
|
|
|
|
background-color: #7291C0; |
|
|
|
|
background-image: url('images/grad-blue-01.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/grad-blue-01.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
border-top:1px solid #98B4DE; |
|
|
|
|
border-left:1px solid #98B4DE; |
|
|
|
@ -293,7 +293,7 @@ blockquote { |
|
|
|
|
|
|
|
|
|
blockquote .small{ |
|
|
|
|
font-family: Tahoma; |
|
|
|
|
background-image: url('images/shaller-l.jpg'); |
|
|
|
|
background-image: url('/static/css/silver/shaller-l.jpg'); |
|
|
|
|
background-repeat: repeat-x; |
|
|
|
|
border-right: 1px solid #3E6174; |
|
|
|
|
border-bottom: 1px solid #3E6174; |
|
|
|
|