Skip to content
Snippets Groups Projects
Commit 85efb5e8 authored by rswindell's avatar rswindell
Browse files

Eliminated the concept of a "members area".

Reduced the size of the table on the main and info pages.
Created some right-justified columns (for numbers/dates).
parent 47e9bbdb
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,10 @@ body { background-color: #0080f0; color: white; font-family: Arial, Helvetica, s
p.title { text-align: center; font-size: x-large; font-weight: bolder; }
table.main { width: 90%; background-color: #117766; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
table.main { width: 33%; background-color: #117766; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.main { background-color: #0040f0; }
table.member { width: 90%; background-color: #117766; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.member { background-color: #0040f0; }
table.info { width: 90%; background-color: #117766; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
table.info { width: 33%; background-color: #117766; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.info { background-color: #0040f0; }
pre { background-color: black; color: #aaaaaa; font-family: monospace; }
......@@ -24,6 +21,7 @@ td.newuser { background-color: #0040f0; }
table.userlist { margin-left: auto; margin-right: auto; background-color: #117766; }
th.userlist { background-color: #0040f0; color: black; }
td.userlist { background-color: #0040f0; }
td.userlistright { text-align: right; background-color: #0040f0; }
a.userlist { text-decoration: none; color: black; }
a.userlist:hover { text-decoration: underline; }
......@@ -41,7 +39,7 @@ table.sublist { margin-left: auto; margin-right: auto; background-color: #117766
th.sublist { background-color: #0040f0; color: black; }
th.sublistlft { text-align: left; background-color: #0040f0; color: black; }
td.sublist { background-color: #0040f0; }
td.sublistcntr { text-align: center; background-color: #0040f0; }
td.sublistright { text-align: right; background-color: #0040f0; }
table.msglist { margin-left: auto; margin-right: auto; background-color: #117766; }
tr.msglist1 { background-color: #0060f1; }
......
......@@ -4,15 +4,12 @@ a:hover { color: #ffffff; }
body { background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; }
p.title { text-align: center; font-size: x-large; font-weight: bolder; }
p.title { color: lime; text-align: center; font-size: x-large; font-weight: bolder; }
table.main { width: 90%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
table.main { width: 33%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.main { background-color: #007788; }
table.member { width: 90%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.member { background-color: #007788; }
table.info { width: 90%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
table.info { width: 30%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
td.info { background-color: #007788; }
pre { background-color: black; color: #aaaaaa; font-family: monospace; }
......@@ -24,6 +21,7 @@ td.newuser { background-color: #007788; }
table.userlist { margin-left: auto; margin-right: auto; background-color: #116677; }
th.userlist { background-color: #007788; color: black; }
td.userlist { background-color: #007788; }
td.userlistright { text-align: right; background-color: #007788; }
a.userlist { text-decoration: none; color: black; }
a.userlist:hover { text-decoration: underline; }
......@@ -41,7 +39,7 @@ table.sublist { margin-left: auto; margin-right: auto; background-color: #116677
th.sublist { background-color: #007788; color: black; }
th.sublistlft { text-align: left; background-color: #007788; color: black; }
td.sublist { background-color: #007788; }
td.sublistcntr { text-align: center; background-color: #007788; }
td.sublistright { text-align: right; background-color: #007788; }
table.msglist { margin-left: auto; margin-right: auto; background-color: #116677; }
tr.msglist1 { background-color: #008699; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment