summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-05-27 07:01:48 -0700
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-05-27 07:01:48 -0700
commit6b673bcb11c01dec2406080d8fe2cba2f3a4ff5f (patch)
treea215564393aaebdfbd0b0b0afc57650a011c45fb /calendar.css
Adds website side stuff.
Diffstat (limited to 'calendar.css')
-rw-r--r--calendar.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/calendar.css b/calendar.css
new file mode 100644
index 0000000..9d21d49
--- /dev/null
+++ b/calendar.css
@@ -0,0 +1,62 @@
+#classes td
+{
+ padding-right: 1.5em;
+/* text-align:center; */
+}
+
+#classes .class_id
+{
+ font-weight:bold;
+}
+.message a,
+.message a:visited
+.message a:hover
+{
+ color: #066;
+}
+
+.message table
+{
+ margin-bottom: 1em;
+}
+
+.message hr
+{
+ margin-top: 1.2em;
+ margin-top: 1.2em;
+}
+
+.message h3
+{
+ margin-top: 1em;
+}
+
+.message h2
+{
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ font-size: 1.3em;
+ margin-left: -1.3em;
+}
+
+span.positive
+{
+ color: #070;
+}
+
+span.negative
+{
+ color: #700;
+}
+
+.message h1.important
+{
+ color: #B72929;
+ margin-bottom: 1em;
+}
+
+#url_sources
+{
+ margin-top: 1em;
+ margin-bottom: 1EM;
+}