Post a comment...
[citadel.git] / webcit / static / styles / webcit.css
index 16bbd5ed3bed00e80bda79b434c3a3c590d4b5ab..0dd7294271b54e689f711a5e599004a68ee8313c 100644 (file)
@@ -348,7 +348,7 @@ var sub { font-style: normal }
 
 a { text-decoration: none }
 
-a:link { color: #0e73e3 } /*color: #2F65DD;*/
+a:link, .calendar a:visited { color: #0e73e3 } /*color: #2F65DD;*/
 
 a:active { color: #3E65AF }
 
@@ -369,7 +369,7 @@ a:visited { color: #70342e }
        outline-radius: 5px;
        -khtml-outline-radius: 5px;
        -moz-outline-radius: 5px;
-       behavior: url(static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
 }
 
 #customize a:active, #customize a:link, #customize a:visited {
@@ -859,15 +859,17 @@ ul.tabbed_dialog li {
        background-color: #424b52;
        border-color: #424b52; }
 
-td.events_of_the_day { width: 500px }
+#inner_day { padding: 0.1em; }
+
+td.events_of_the_day { width: 50% }
 
 .events_of_the_day dl {
        margin: 0;
-       padding: 0;
+/*     padding: 0;
        position: absolute;
        top: 0;
-       left:0;
-       width: 500px;
+       left:0; */
+       width: 100%;
 }
 
 .events_of_the_day dl dt {
@@ -897,11 +899,12 @@ td.events_of_the_day { width: 500px }
        text-align: left;       
 }
 
+.extra_events { border: 1px solid #ccc }
 
 .extra_events ul {
        list-style: none;
-       margin: 0;
        padding: 0;
+       margin: 0;
 }
 
 .extra_events ul li { margin: 4px }
@@ -1073,7 +1076,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
@@ -1095,7 +1098,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
         box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
         -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        padding: 0.5em;
 }
 
@@ -1114,7 +1117,7 @@ li.event_unread span, a.event_read_title { font-size: 100% }
        box-shadow: #666 0px 2px 3px;
        -webkit-box-shadow: #666 0px 1px 2px;
        -moz-box-shadow: #666 0px 2px 3px;
-       behavior: url(/static/style/PIE.htc);
+       behavior: url(/static/styles/PIE.htc);
        background-color: #7d858c;
        padding: 0.5em;
 }
@@ -1222,6 +1225,9 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        font-style: italic;
 }
 
+.post_a_comment_title {
+       font-size: 120%;
+}
 
 /*---------- styles for the attachments form -----------*/