]> git.mjollnir.org Git - s9y.git/commitdiff
Made text different from background, per forum thread
authorslothman <slothman>
Mon, 18 Dec 2006 16:29:07 +0000 (16:29 +0000)
committerslothman <slothman>
Mon, 18 Dec 2006 16:29:07 +0000 (16:29 +0000)
templates/carl_contest/admin/style.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a80cc98..682fdfb
-body {
-       font-size: 9.5pt;
-       margin: 0;
-       padding:0;
-       font-size: 10px;
-       font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
-       background-color: #f1f6fb;
-       direction: {LANG_DIRECTION}; }
-
-#serendipity_admin_page {
-       text-align: center; }
-
-h3, h2 {
- }
-
-#serendipityAdminBodyImageSelector {
-       background: #FFF; }
-
-#serendipityAdminFrame {
-       text-align: left;
-       width: 90%;
-       margin: auto;
-       background: #FFF;
-       border-top: 0;
-       border-right:1px solid #235587;
-       border-left:1px solid #235587;
-       border-bottom:1px solid #235587; }
-
-#serendipityAdminBanner {
-     margin: auto;
-     width: 100%;
-     height: 72px;
-     background-image: url({TEMPLATE_PATH}img/background.png); }
-
-#serendipityAdminInfopane {
-       background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);
-       font-size: 10px;
-       padding: 5px;
-       vertical-align: middle;
-       text-align: right;
-       color: #5E5E5E;
-       height: 27px; }
-
-#serendipityAdminMainpane {
-       background: #FFF; }
-
-.serendipityAdminContent {
-       font-size: 9.5pt;
-       padding: 10px 30px 20px 30px;
-       width:100%; }
-
-#serendipityAdminBanner h1 {
-       color: #fff;
-       font-size : 20px;
-       padding-left:15px;
-       padding-top: 10px;
-       margin: 0px;
-       text-decoration: none; }
-
-#serendipityAdminBanner h2 {
-       color: #fff;
-       font-size: 14px;
-       margin: 0px;
-       text-decoration: none; 
-       text-transform:none;
-       text-align:left;
-       line-height:0.85em;
-       border:none;
-       padding: 0 0 0 15px; }
-
-
-#serendipitySideBar {
-       width: 170px;
-       padding-top: 10px; }
-
-#serendipityAdminFooter {
-       padding:0;
-       margin:0; }
-
-.serendipitySideBarTitle {
-       padding-left: 2px;
-       font-weight: bold;
-       font-size: 0.9em; }
-
-.serendipitySideBarContent {
-       padding-left: 10px;
-       font-size: 0.8em; }
-
-.serendipitySideBarItem {
-       margin-bottom: 10px; }
-
-.serendipity_admin_title {
-       font-size: 2em;
-       margin-bottom: 5px; }
-
-.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
-       border: 1px solid #294366;
-       background: #F8F9FA;
-       margin-bottom: 5px; }
-
-.serendipity_admin_list_item.serendipity_admin_list_item_even {
-       border: 1px solid #294366;
-       background: #F2F3F2;
-       margin: 0 0 5px 0; }
-
-.serendipityAdminMsgError {
-       color: #F00;
-       text-align: center;
-       font-weight: bold;
-       margin: 10px; }
-
-.serendipityAdminMsgSuccess {
-       color: #0B0;
-       text-align: center;
-       font-weight: bold;
-       margin: 10px; }
-
-.serendipityAdminMsgNote {
-       background: #FFFF9D;
-       border: 1px solid #F70;
-       padding: 3px;
-       text-align: center;
-       margin: 10px; }
-
-td, th {
-       font-size: 0.8em; }
-
-a:link, a:visited, a:active {
-     color: #235587;
-     text-decoration: none; }
-
-a:hover {
-     color: #5f90ba;
-     text-decoration: underline; }
-
-input, select, textarea {
-       background: #F8F9FA;
-       font-family: Verdana;
-       font-size: 0.9em;
-       border: 1px solid #294366; }
-
-#serendipity_iframe {
-       border: 1px solid #294366;
-       text-align: center;
-       margin: auto; }
-
-ul.serendipitySideBarMenu {
-       padding: 0;
-       margin: 0; }
-
-ul.serendipitySideBarMenu {
-       font-size: 0.85em;
-       list-style: none;
-       width:170px;
-       font-weight: bold;
-       padding-top: 0.3em;
-       padding-bottom: 0.3em;
-       padding-left: 3px; }
-
-.serendipitySideBarMenuHead {
-       line-height:0.85em;
-       color: #999;
-       margin:10px 0 4px 0;
-       text-transform:lowercase;
-       font-size:0.9em;
-       border-bottom: 1px solid #ddd;
-       padding: 10px 0 0 10px; }
-
-ul.serendipitySideBarMenu li {
-       line-height:1.1em;
-       font-size: 1.0em;
-       font-weight: normal;
-       padding-top: 0.3em;
-       padding-bottom: 0.3em;
-       padding-left: 5px;
-       list-style:none;
-       margin:0; }
-
-ul.serendipitySideBarMenu a {
-       text-decoration: none;
-       font-weight: bold; }
-
-ul.serendipitySideBarMenu a:hover {
-       text-decoration: underline; }
-
-.serendipityImageButton {
-       cursor: pointer; }
-
-a:link.serendipityIconLink,
-a:visited.serendipityIconLink {
-       border: 0;
-       font-weight: bold;
-       text-decoration: none;
-       margin-right: 4px; }
-
-.serendipityIconLink a:hover {
-       color: #e37235; }
-
-.serendipityIconLink img {
-       margin-right: 2px;
-       vertical-align: bottom;
-       border: 0; }
-
-a:link.serendipityIconLinkRight,
-a:visited.serendipityIconLinkRight {
-       border: 0;
-       font-weight: bold;
-       text-decoration: none;
-       margin-left: 4px; }
-
-.serendipityIconLinkRight img {
-       margin-left: 2px;
-       vertical-align: bottom;
-       border: 0; }
-
-a:link.serendipityPrettyButton,
-a:visited.serendipityPrettyButton,
-a:hover.serendipityPrettyButton {
-       text-decoration: none;
-       color: #1D2E3F; }
-
-.serendipityPrettyButton {
-       padding: 1px;
-       background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
-       color: #1D2E3F;
-       font-weight: bold;
-       font-size: 0.9em;
-       border: 1px outset #000;
-       margin: 2px; }
-
-/* Special class if the button is a <a> tag */
-a.serendipityPrettyButton {
-       padding: 2px 4px 2px 4px;
-       cursor: default; }
-
-.direction_ltr {
-       direction: ltr; }
-
-.direction_rtl {
-       direction: rtl; }
-
-.serendipity_pluginlist_header {
-       height: 30px; 
-       background-color: white; 
-       color: black; 
-       vertical-align: middle; 
-       padding: 10px 0px 5px 10px; }
-
-.serendipity_pluginlist_section {
-       margin:20px 0 20px 0;
-       padding:10px;
-       border:1px solid #c0c0c0;
-       background-color:#fafbfc;
-       color:#505050;
-       line-height:1.5em; }
-
-table#serendipity_customfields {
-       width: 100%; }
-
-table#serendipity_customfields .customfield_name {
-       background-color: #FAFAFA;
-       width: 25%;
-       padding-left: 5px; }
-
-table#serendipity_customfields .customfield_value {
-       background-color: #FFFFFF;
-       width: 75%; }
-
-table#serendipity_customfields .customfield_value textarea {
-       width: 100%;
-       height: 100px; }
+body {\r
+       font-size: 9.5pt;\r
+       margin: 0;\r
+       padding:0;\r
+       font-size: 10px;\r
+       font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;\r
+       background-color: #f1f6fb;\r
+       direction: {LANG_DIRECTION}; }\r
+\r
+#serendipity_admin_page {\r
+       text-align: center; }\r
+\r
+h3, h2 {\r
+ }\r
+\r
+#serendipityAdminBodyImageSelector {\r
+       background: #FFF; }\r
+\r
+#serendipityAdminFrame {\r
+       text-align: left;\r
+       width: 90%;\r
+       margin: auto;\r
+       background: #FFF;\r
+       border-top: 0;\r
+       border-right:1px solid #235587;\r
+       border-left:1px solid #235587;\r
+       border-bottom:1px solid #235587; }\r
+\r
+#serendipityAdminBanner {\r
+     margin: auto;\r
+     width: 100%;\r
+     height: 72px;\r
+     background-image: url({TEMPLATE_PATH}img/background.png); }\r
+\r
+#serendipityAdminInfopane {\r
+       background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);\r
+       font-size: 10px;\r
+       padding: 5px;\r
+       vertical-align: middle;\r
+       text-align: right;\r
+       color: #5E5E5E;\r
+       height: 27px; }\r
+\r
+#serendipityAdminMainpane {\r
+       background: #FFF; }\r
+\r
+.serendipityAdminContent {\r
+       font-size: 9.5pt;\r
+       padding: 10px 30px 20px 30px;\r
+       width:100%; }\r
+\r
+#serendipityAdminBanner h1 {\r
+       color: #333;\r
+       font-size : 20px;\r
+       padding-left:15px;\r
+       padding-top: 10px;\r
+       margin: 0px;\r
+       text-decoration: none; }\r
+\r
+#serendipityAdminBanner h2 {\r
+       color: #fff;\r
+       font-size: 14px;\r
+       margin: 0px;\r
+       text-decoration: none;\r
+       text-transform:none;\r
+       text-align:left;\r
+       line-height:0.85em;\r
+       border:none;\r
+       padding: 0 0 0 15px; }\r
+\r
+\r
+#serendipitySideBar {\r
+       width: 170px;\r
+       padding-top: 10px; }\r
+\r
+#serendipityAdminFooter {\r
+       padding:0;\r
+       margin:0; }\r
+\r
+.serendipitySideBarTitle {\r
+       padding-left: 2px;\r
+       font-weight: bold;\r
+       font-size: 0.9em; }\r
+\r
+.serendipitySideBarContent {\r
+       padding-left: 10px;\r
+       font-size: 0.8em; }\r
+\r
+.serendipitySideBarItem {\r
+       margin-bottom: 10px; }\r
+\r
+.serendipity_admin_title {\r
+       font-size: 2em;\r
+       margin-bottom: 5px; }\r
+\r
+.serendipity_admin_list_item.serendipity_admin_list_item_uneven {\r
+       border: 1px solid #294366;\r
+       background: #F8F9FA;\r
+       margin-bottom: 5px; }\r
+\r
+.serendipity_admin_list_item.serendipity_admin_list_item_even {\r
+       border: 1px solid #294366;\r
+       background: #F2F3F2;\r
+       margin: 0 0 5px 0; }\r
+\r
+.serendipityAdminMsgError {\r
+       color: #F00;\r
+       text-align: center;\r
+       font-weight: bold;\r
+       margin: 10px; }\r
+\r
+.serendipityAdminMsgSuccess {\r
+       color: #0B0;\r
+       text-align: center;\r
+       font-weight: bold;\r
+       margin: 10px; }\r
+\r
+.serendipityAdminMsgNote {\r
+       background: #FFFF9D;\r
+       border: 1px solid #F70;\r
+       padding: 3px;\r
+       text-align: center;\r
+       margin: 10px; }\r
+\r
+td, th {\r
+       font-size: 0.8em; }\r
+\r
+a:link, a:visited, a:active {\r
+     color: #235587;\r
+     text-decoration: none; }\r
+\r
+a:hover {\r
+     color: #5f90ba;\r
+     text-decoration: underline; }\r
+\r
+input, select, textarea {\r
+       background: #F8F9FA;\r
+       font-family: Verdana;\r
+       font-size: 0.9em;\r
+       border: 1px solid #294366; }\r
+\r
+#serendipity_iframe {\r
+       border: 1px solid #294366;\r
+       text-align: center;\r
+       margin: auto; }\r
+\r
+ul.serendipitySideBarMenu {\r
+       padding: 0;\r
+       margin: 0; }\r
+\r
+ul.serendipitySideBarMenu {\r
+       font-size: 0.85em;\r
+       list-style: none;\r
+       width:170px;\r
+       font-weight: bold;\r
+       padding-top: 0.3em;\r
+       padding-bottom: 0.3em;\r
+       padding-left: 3px; }\r
+\r
+.serendipitySideBarMenuHead {\r
+       line-height:0.85em;\r
+       color: #999;\r
+       margin:10px 0 4px 0;\r
+       text-transform:lowercase;\r
+       font-size:0.9em;\r
+       border-bottom: 1px solid #ddd;\r
+       padding: 10px 0 0 10px; }\r
+\r
+ul.serendipitySideBarMenu li {\r
+       line-height:1.1em;\r
+       font-size: 1.0em;\r
+       font-weight: normal;\r
+       padding-top: 0.3em;\r
+       padding-bottom: 0.3em;\r
+       padding-left: 5px;\r
+       list-style:none;\r
+       margin:0; }\r
+\r
+ul.serendipitySideBarMenu a {\r
+       text-decoration: none;\r
+       font-weight: bold; }\r
+\r
+ul.serendipitySideBarMenu a:hover {\r
+       text-decoration: underline; }\r
+\r
+.serendipityImageButton {\r
+       cursor: pointer; }\r
+\r
+a:link.serendipityIconLink,\r
+a:visited.serendipityIconLink {\r
+       border: 0;\r
+       font-weight: bold;\r
+       text-decoration: none;\r
+       margin-right: 4px; }\r
+\r
+.serendipityIconLink a:hover {\r
+       color: #e37235; }\r
+\r
+.serendipityIconLink img {\r
+       margin-right: 2px;\r
+       vertical-align: bottom;\r
+       border: 0; }\r
+\r
+a:link.serendipityIconLinkRight,\r
+a:visited.serendipityIconLinkRight {\r
+       border: 0;\r
+       font-weight: bold;\r
+       text-decoration: none;\r
+       margin-left: 4px; }\r
+\r
+.serendipityIconLinkRight img {\r
+       margin-left: 2px;\r
+       vertical-align: bottom;\r
+       border: 0; }\r
+\r
+a:link.serendipityPrettyButton,\r
+a:visited.serendipityPrettyButton,\r
+a:hover.serendipityPrettyButton {\r
+       text-decoration: none;\r
+       color: #1D2E3F; }\r
+\r
+.serendipityPrettyButton {\r
+       padding: 1px;\r
+       background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;\r
+       background-color: #95accc;\r
+       color: #1D2E3F;\r
+       height: 20px;\r
+       font-weight: bold;\r
+       font-size: 0.9em;\r
+       border: 1px outset #000;\r
+       margin: 2px; }\r
+\r
+/* Special class if the button is a <a> tag */\r
+a.serendipityPrettyButton {\r
+       padding: 2px 4px 2px 4px;\r
+       cursor: default; }\r
+\r
+.direction_ltr {\r
+       direction: ltr; }\r
+\r
+.direction_rtl {\r
+       direction: rtl; }\r
+\r
+.serendipity_pluginlist_header {\r
+       height: 30px;\r
+       background-color: white;\r
+       color: black;\r
+       vertical-align: middle;\r
+       padding: 10px 0px 5px 10px; }\r
+\r
+.serendipity_pluginlist_section {\r
+       margin:20px 0 20px 0;\r
+       padding:10px;\r
+       border:1px solid #c0c0c0;\r
+       background-color:#fafbfc;\r
+       color:#505050;\r
+       line-height:1.5em; }\r
+\r
+table#serendipity_customfields {\r
+       width: 100%; }\r
+\r
+table#serendipity_customfields .customfield_name {\r
+       background-color: #FAFAFA;\r
+       width: 25%;\r
+       padding-left: 5px; }\r
+\r
+table#serendipity_customfields .customfield_value {\r
+       background-color: #FFFFFF;\r
+       width: 75%; }\r
+\r
+table#serendipity_customfields .customfield_value textarea {\r
+       width: 100%;\r
+       height: 100px; }\r
+\r
+\r
+.serendipityAdminContent .further_links {\r
+    float: right;\r
+    font-size: 0.8em;\r
+    border: 1px solid black;\r
+}\r
+\r
+.further_links p {\r
+    text-align: center;\r
+    font-weight: bold;\r
+}\r
+\r
+.further_links ul {\r
+    padding: 0px;\r
+    list-style-type: none;\r
+}\r
+\r
+.further_links li {\r
+    margin: 5px;\r
+    padding: 0px;\r
+}\r
+\r
+#serendipityAdminBodyImageSelectorTree .serendipityAdminContent {\r
+    width: auto;\r
+}\r
+\r
+#serendipityAdminBodyImageSelector .serendipityAdminContent {\r
+    width: auto;\r
+    margin: 0px;\r
+}\r