Difference between revisions of "Sitewide.css"

(Created page with "table.chartbl { color:white; background-color:black; width:100%; border:0px; padding:0px; margin:0px; border-collapse:collapse; } table.chartbl th.titlecol { width:15...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
table.chartbl {
+
table.chartbl {
color:white;
+
color:white;
background-color:black;
+
background-color:white;
width:100%;
+
width:100%;
border:0px;
+
border:0px;
padding:0px;
+
padding:0px;
margin:0px;
+
margin:0px;
border-collapse:collapse;
+
border-collapse:collapse;
 
}
 
}
table.chartbl th.titlecol {
+
table.chartbl th.firstcol {
width:15%;
+
background:black;
background:#41639b;
+
color:white;
padding:10px;
+
font-weight:bold;
font-weight:bold;
+
border-radius:50px;
text-align:right;
 
 
}
 
}
table.chartbl td.datacol {
+
table.chartbl th.toptitle {
background:#41639b;
+
background:#4e91fc;
padding:10px;
+
font-weight:bold;
font-weight:normal;
+
text-align:center;
text-align:left;
+
border-width: 2px 2px 0 2px;
 +
border-radius: 10px 10px 0px 0px;
 +
border-color: #84b3ff;
 
}
 
}
table.chartbl td.firstcol {
+
table.chartbl th.midtitle {
rowspan:10;
+
background:#4e91fc;
font-size:20px;
+
font-weight:bold;
background:black;
+
text-align:center;
 +
border-color: #84b3ff;
 
}
 
}
 +
table.chartbl th.titlecol {
 +
width:15%;
 +
background:#41639b;
 +
padding:10px;
 +
font-weight:bold;
 +
text-align:right;
 +
}
 +
table.chartbl td.datacol {
 +
background:#41639b;
 +
padding:10px;
 +
font-weight:normal;
 +
text-align:left;
 +
}
 +
table.chartbl td.datacol a {
 +
color:white;
 +
text-decoration:underline;
 +
font-style:italic;
 +
}
 +
table.chartbl td.firstcol {
 +
rowspan:10;
 +
font-size:20px;
 +
background:black;
 +
}
 +
table.chartbl td.lowrt {
 +
background:#41639b;
 +
padding:10px;
 +
font-weight:normal;
 +
text-align:left;
 +
border-width: 2px 2px 2px 2px;
 +
border-radius: 0px 0px 10px 0px;
 +
}
 +
table.chartbl th.lowlt {
 +
width:15%;
 +
background:#41639b;
 +
padding:10px;
 +
font-weight:bold;
 +
text-align:right;
 +
border-width: 2px 2px 2px 2px;
 +
border-radius: 0px 0px 0px 10px;
 +
}

Latest revision as of 20:33, 13 August 2018

table.chartbl { color:white; background-color:white; width:100%; border:0px; padding:0px; margin:0px; border-collapse:collapse; } table.chartbl th.firstcol { background:black; color:white; font-weight:bold; border-radius:50px; } table.chartbl th.toptitle { background:#4e91fc; font-weight:bold; text-align:center; border-width: 2px 2px 0 2px; border-radius: 10px 10px 0px 0px; border-color: #84b3ff; } table.chartbl th.midtitle { background:#4e91fc; font-weight:bold; text-align:center; border-color: #84b3ff; } table.chartbl th.titlecol { width:15%; background:#41639b; padding:10px; font-weight:bold; text-align:right; } table.chartbl td.datacol { background:#41639b; padding:10px; font-weight:normal; text-align:left; } table.chartbl td.datacol a { color:white; text-decoration:underline; font-style:italic; } table.chartbl td.firstcol { rowspan:10; font-size:20px; background:black; } table.chartbl td.lowrt { background:#41639b; padding:10px; font-weight:normal; text-align:left; border-width: 2px 2px 2px 2px; border-radius: 0px 0px 10px 0px; } table.chartbl th.lowlt { width:15%; background:#41639b; padding:10px; font-weight:bold; text-align:right; border-width: 2px 2px 2px 2px; border-radius: 0px 0px 0px 10px; }