summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-09-18 19:44:03 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-09-18 19:44:03 +0200
commit59764e231b5e8cf6553d7978e9489e9b12f4e005 (patch)
tree9bdbceb122775c28dd8a6dceb4b05470e83d07fd /calendar.css
parent97ada1f75c71562782af8d0029801df629c48d88 (diff)
parentbeb18f93d221241a9306cd31d48f0b847f22468c (diff)
Merge branch 'master' of ssh://dreamhost/home/natsen1/git/repositories/calendar
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;
+}