]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/content.css
serv_rssclient.c: style update
[citadel.git] / webcit / static / styles / content.css
diff --git a/webcit/static/styles/content.css b/webcit/static/styles/content.css
deleted file mode 100644 (file)
index 01e70b3..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-#content {
-       position: fixed;
-       top: 100px;             /* when changing this, also change #banner and #iconbar */
-       left: 16%;              /* when changing this, also change #banner and #iconbar */
-       bottom: 0;
-       width: 84%;             /* when changing this, also change #banner and #iconbar */
-       background: #F3F6F2;
-       color: #000;
-       z-index: 2;
-       overflow-y: auto;
-       padding-top: 0.5em;
-}
-
-.boxcontent table {
-       margin: 0;
-       padding: 0;
-}
-
-#content table .box {
-       margin: 0;
-       width: 100%;
-       text-align: left;
-}
-
-.service, .who_is_online {
-       text-align: center;
-       width: 100%;
-}
-
-.service table {
-       margin: 0 auto 0 auto;
-       width: 100%;
-       text-align: left;
-}
-
-.instructions {
-       text-align: center;
-}
-
-.moreprompt {
-       margin: 0 1em;
-       text-align: center;
-       font-size: small;
-       background-color: #4d555c;
-       color: #ddd;
-       border: 2px solid #4d555c; /*in order to make the hover effect pop out nice */
-       /*border-radius: 5px;
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px; */
-}
-.moreprompt_link {
-       color: #ddd;
-       font-weight: bold;
-}
-.moreprompt_link:hover {
-       background-color: #ddd;
-       color: #4d555c;
-       border: 0px solid #5c646b;
-       border-radius: 5px;
-       -webkit-border-radius: 5px;
-       -moz-border-radius: 5px;
-}
-
-/* a > div.moreprompt { 
-       border: none;
-       border-radius: 0; } */
-