]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - basewiki/style.css
merge to basewiki
[www/ikiwiki.git] / basewiki / style.css
index 2947851f498cd502dd7fc797e3e78444138587af..3b8a24d9aa529a6db8b7bc0a52040835ddf7cad1 100644 (file)
@@ -58,7 +58,7 @@ div.tags {
 
 #editcontent {
        width: 100%;
-}      
+}
 
 /* Stuff for the RecentChanges table. */
 tr.changeheader {
@@ -72,7 +72,7 @@ tr.changeinfo {
 th.changeheader {
        padding: 1px .3em;
 }
-td.changeinfo { 
+td.changeinfo {
        padding: 1px .3em;
 }
 td.changetime {
@@ -83,6 +83,13 @@ td.changelog {
        font-style: italic;
 }
 
+.pagecloud {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
+       background: #eee;
+       color: black !important;
+}
+
 /* Used for adding a blog page. */
 #blogform {
        padding: 10px 10px;
@@ -122,7 +129,7 @@ td.changelog {
        border-right: 1px solid #993300;
        border-bottom: 1px solid #331100;
        padding: 0px 0.5em 0px 0.5em;
-       font-family: helvetica, arial, sans-serif;
+       font-family: sans-serif;
        font-weight: bold;
        font-size: small;
        text-decoration: none;
@@ -173,7 +180,7 @@ td.changelog {
        width: 25%
 }
 
-/* outlines  */
+/* outlines */
 li.L1 {
        list-style: upper-roman;
 }
@@ -198,3 +205,24 @@ li.L7 {
 li.L8 {
        list-style: upper-alpha;
 }
+
+hr.poll {
+       height: 10pt;
+       color: white !important;
+       background: #eee;
+       border: 2px solid black;
+}
+div.poll {
+       margin-top: 1ex;
+       margin-bottom: 1ex;
+       padding: 1ex 1ex;
+       border: 1px solid #aaa;
+}
+
+input#openid_url {
+       background: url(http://openid.net/login-bg.gif) no-repeat;
+       background-color: #fff;
+       background-position: 0 50%;
+       color: #000;
+       padding-left: 18px;
+}