Skip to content
Snippets Groups Projects
Commit 82fa196e authored by runemaster's avatar runemaster
Browse files

Yet more CSS additions.

parent 6ff42742
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,17 @@ a:hover { color: #ccffdd; }
body { background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; }
table.main { background-color: teal; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
p.title { 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; }
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; }
td.info { background-color: #007788; }
pre { background-color: black; color: #aaaaaa; font-family: monospace; }
pre.leftalign { background-color: black; color: #aaaaaa; text-align: left; }
......
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