Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25200
Modified Files:
style.css
Log Message:
- Revert CSS guideline changes
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- style.css 23 Jan 2005 13:57:18 -0000 1.22
+++ style.css 23 Jan 2005 14:03:09 -0000 1.23
@@ -1,193 +1,260 @@
-a.button { background-color: #F8F9FA;
- border: 1px solid #294366;
- color: black;
- font-family: verdana, arial, sans-serif;
- font-size: 0.9em;
- padding-bottom: 0.1em;
- padding-left: 0.3em;
- padding-right: 0.3em;
- padding-top: 0.1em;
- text-decoration: none; }
+body {
+ font-family: Verdana;
+ margin: 0px 0px 0px 0px;
+ background-color: #7F9BC2;
+ background-image: url({TEMPLATE_PATH}img/background.jpg);
+ background-repeat: repeat-x;
+}
-a.button_disabled { background-color: #F8F9FA;
- border: 1px solid #294366;
- color: #CCCCCC;
- font-family: verdana, arial, sans-serif;
- font-size: 0.9em;
- padding-left: 0.3em;
- padding-right: 0.3em;
- text-decoration: none; }
+#serendipity_admin_page {
+ text-align: center;
+}
-a.serendipityIconLink:link,
-a.serendipityIconLink:visited { border: 0;
- font-weight: bold;
- margin-right: 4px;
- text-decoration: none; }
+#serendipityAdminBodyImageSelector {
+ background-color: #FFFFFF;
+}
-a.serendipityIconLinkRight:link,
-a.serendipityIconLinkRight:visited {
- border: 0;
- font-weight: bold;
- margin-left: 4px;
- text-decoration: none; }
+#serendipityAdminFrame {
+ text-align: left;
+ width: 80%;
+ min-width: 777px;
+ margin: auto;
+ background-color: #FFFFFF;
+ border: 2px solid #0F3353;
+}
-a:hover { color: #D40041; }
+#serendipityAdminBanner {
+ background-color: #FFFFFF;
+ height: 80px;
+}
-a:link,
-a:visited { color: #294366;
- text-decoration: underline; }
+#serendipityAdminInfopane {
+ background-color: #F8F9FA;
+ font-size: 10px;
+ padding: 5px;
+ border-top: 1px solid #000000;
+ border-bottom: 1px solid #000000;
+ vertical-align: middle;
+ text-align: right;
+ color: #5E5E5E;
+}
-body { background-color: #7F9BC2;
- background-image: url({TEMPLATE_PATH}img/background.jpg);
- background-repeat: repeat-x;
- font-family: Verdana, Arial, sans-serif;
- margin: 0px 0px 0px 0px; }
+#serendipityAdminMainpane {
+ background-color: #FFFFFF;
+ border-bottom: 2px solid #0F3353;
+ border-right: 2px solid #0F3353;
+ border-left: 2px solid #0F3353;
+ padding: 5px;
+}
-input,
-select,
-textarea { background-color: #F8F9FA;
- border: 1px solid #294366;
- font-family: verdana, arial, sans-serif;
- font-size: 0.9em; }
+.serendipityAdminContent {
+ font-size: 0.8em;
+ padding-top: 10px;
+ padding-right: 5px;
+ padding-left: 5px;
+ padding-bottom: 20px;
+ width: 620px;
+}
-td,
-th { font-size: 0.8em; }
+#serendipityAdminBanner h1 {
+ padding-left: 20px;
+ font-size: 1.8em;
+ margin: 0;
+}
-ul.serendipitySideBarMenu { margin: 0px;
- padding: 0px; }
+#serendipityAdminBanner h2 {
+ padding-left: 30px;
+ font-size: 1em;
+ color: #AAAAAA;
+ margin: 0;
+}
-ul.serendipitySideBarMenu a:link,
-ul.serendipitySideBarMenu a:visited {
- font-weight: bold;
- text-decoration: none; }
+#serendipitySideBar {
+ width: 150px;
+}
-ul.serendipitySideBarMenu li { background: url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
- display: block;
- font-size: 0.8em;
- font-weight: normal;
- height: 1.6em;
- list-style: none;
- margin: 0;
- padding-left: 5px;
- padding-top: 4px; }
+#serendipityAdminFooter {
+ font-size: 0.7em;
+ text-align: center;
+ color: #FFFFFF;
+}
-ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
- background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
- display: block;
- font-size: 0.85em;
- font-weight: bold;
- height: 1.6em;
- list-style: none;
- padding-left: 3px; }
+.serendipitySideBarTitle {
+ padding-left: 2px;
+ font-weight: bold;
+ font-size: 0.9em;
+}
-#serendipity_admin_page { text-align: center; }
+.serendipitySideBarContent {
+ padding-left: 10px;
+ font-size: 0.8em;
+}
-#serendipityAdminBanner { background-color: white;
- height: 5.7em; }
+.serendipitySideBarItem {
+ margin-bottom: 10px;
+}
-#serendipityAdminBanner h1 { font-size: 1.8em;
- padding-left: 20px;
- margin: 0; }
+.serendipity_admin_title {
+ font-size: 2em;
+ margin-bottom: 5px;
+}
-#serendipityAdminBanner h2 { color: #AAAAAA;
- font-size: 1em;
- padding-left: 30px;
- margin: 0; }
+.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
+ border: 1px solid #294366;
+ background-color: #F8F9FA;
+ margin-bottom: 5px;
+}
-#serendipityAdminBodyImageSelector {
- background-color: white; }
+.serendipity_admin_list_item.serendipity_admin_list_item_even {
+ border: 1px solid #294366;
+ background-color: #F2F3F2;
+ margin-bottom: 5px;
+}
-#serendipityAdminFooter { color: white;
- font-size: 0.7em;
- text-align: center; }
+.serendipityAdminMsgError {
+ color: #FF0000;
+ text-align: center;
+ font-weight: bold;
+ margin: 10px;
+}
-#serendipityAdminFrame { background-color: white;
- border: 2px solid #0F3353;
- margin: auto;
- min-width: 50em;
- text-align: left;
- width: 50em; }
+.serendipityAdminMsgSuccess {
+ color: #00BB00;
+ text-align: center;
+ font-weight: bold;
+ margin: 10px;
+}
-#serendipityAdminInfopane { background-color: #F8F9FA;
- border-bottom: 1px solid black;
- border-top: 1px solid black;
- color: #5E5E5E;
- font-size: 10px;
- padding: 5px;
- text-align: right;
- vertical-align: middle; }
+.serendipityAdminMsgNote {
+ background-color: #FFFF9D;
+ border: 1px solid #FF7700;
+ padding: 3px;
+ text-align: center;
+ margin: 10px;
+}
-#serendipityAdminMainpane { background-color: white;
- border-left: 2px solid #0F3353;
- border-bottom: 2px solid #0F3353;
- border-right: 2px solid #0F3353;
- padding: 5px; }
-#serendipity_iframe { border: 1px solid #294366;
- margin: auto;
- text-align: center; }
-#serendipitySideBar { width: 11em; }
+td, th {
+ font-size: 0.8em;
+}
-.serendipity_admin_list_item.serendipity_admin_list_item_even {
- background-color: #F2F3F2;
- border: 1px solid #294366;
- margin-bottom: 5px; }
+a:visited,
+a:link {
+ color: #294366;
+ text-decoration: underline;
+}
-.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
- background-color: #F8F9FA;
- border: 1px solid #294366;
- margin-bottom: 5px; }
+a:hover {
+ color: #D40041;
+}
-.serendipity_admin_title { font-size: 2em;
- margin-bottom: 5px; }
+input, select, textarea {
+ background-color: #F8F9FA;
+ font-family: verdana;
+ font-size: 0.9em;
+ border: 1px solid #294366;
+}
-.serendipityAdminContent { font-size: 0.8em;
- padding-bottom: 20px;
- padding-left: 5px;
- padding-right: 5px;
- padding-top: 10px;
- width: 44em; }
+#serendipity_iframe {
+ border: 1px solid #294366;
+ text-align: center;
+ margin: auto;
+}
-.serendipitySideBarContent { font-size: 0.8em;
- padding-left: 10px; }
+a.button {
+ background-color: #F8F9FA;
+ border: 1px solid #294366;
+ color: #000000;
+ font-family: verdana;
+ font-size: 0.9em;
+ padding-left: 0.3em;
+ padding-right: 0.3em;
+ padding-top: 0.1em;
+ padding-bottom: 0.1em;
+ text-decoration: none;
+}
-.serendipitySideBarItem { margin-bottom: 10px; }
+a.button_disabled {
+ background-color: #F8F9FA;
+ border: 1px solid #294366;
+ color: #CCCCCC;
+ font-family: verdana;
+ font-size: 0.9em;
+ padding-left: 0.3em;
+ padding-right: 0.3em;
+ text-decoration: none;
+}
-.serendipitySideBarTitle { font-size: 0.9em;
- font-weight: bold;
- padding-left: 2px; }
+ul.serendipitySideBarMenu {
+ padding: 0px;
+ margin: 0px;
+}
-.serendipityAdminMsgError { color: #FF0000;
- font-weight: bold;
- margin: 10px;
- text-align: center; }
+ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
+ font-size: 0.85em;
+ list-style: none;
+ display: block;
+ font-weight: bold;
+ background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
+ height: 1.6em;
+ padding-left: 3px;
+}
-.serendipityAdminMsgSuccess { color: #00BB00;
- font-weight: bold;
- margin: 10px;
- text-align: center; }
+ul.serendipitySideBarMenu li {
+ font-size: 0.8em;
+ font-weight: normal;
+ background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
+ padding-top: 4px;
+ padding-left: 5px;
+ height: 1.6em;
+ list-style:none;
+ display:block;
+ margin:0;
+}
-.serendipityAdminMsgNote { background-color: #FFFF9D;
- border: 1px solid #FF7700;
- margin: 10px;
- padding: 3px;
- text-align: center; }
+ul.serendipitySideBarMenu a:link,
+ul.serendipitySideBarMenu a:visited {
+ text-decoration: none;
+ font-weight: bold;
+}
-.serendipityImageButton { cursor: pointer; }
+.serendipityImageButton {
+ cursor: pointer;
+}
-.serendipityIconLink img { border: 0;
- margin-right: 2px;
- vertical-align: bottom; }
+a:link.serendipityIconLink,
+a:visited.serendipityIconLink {
+ border: 0;
+ font-weight: bold;
+ text-decoration: none;
+ margin-right: 4px;
+}
+.serendipityIconLink img {
+ margin-right: 2px;
+ vertical-align: bottom;
+ border: 0;
+}
-.serendipityIconLinkRight img { border: 0;
- margin-left: 2px;
- vertical-align: bottom; }
+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;
+}
-.serendipityPrettyButton { background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
- border: 1px outset black;
- color: #1D2E3F;
- font-weight: bold;
- margin: 2px;
- padding: 1px; }
+.serendipityPrettyButton {
+ padding: 1px;
+ background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
+ color: #1D2E3F;
+ font-weight: bold;
+ border: 1px outset #000000;
+ margin: 2px;
+}
|