Update of /cvsroot/php-blog/serendipity/templates/default/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23833
Modified Files:
style.css
Log Message:
Fixed pixel width -> em width. Brought at least some order into the file.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/admin/style.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- style.css 23 Jan 2005 10:43:25 -0000 1.21
+++ style.css 23 Jan 2005 13:57:18 -0000 1.22
@@ -1,260 +1,193 @@
-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 { 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; }
-#serendipity_admin_page {
- text-align: center;
-}
+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; }
-#serendipityAdminBodyImageSelector {
- background-color: #FFFFFF;
-}
+a.serendipityIconLink:link,
+a.serendipityIconLink:visited { border: 0;
+ font-weight: bold;
+ margin-right: 4px;
+ text-decoration: none; }
-#serendipityAdminFrame {
- text-align: left;
- width: 80%;
- min-width: 777px;
- margin: auto;
- background-color: #FFFFFF;
- border: 2px solid #0F3353;
-}
+a.serendipityIconLinkRight:link,
+a.serendipityIconLinkRight:visited {
+ border: 0;
+ font-weight: bold;
+ margin-left: 4px;
+ text-decoration: none; }
-#serendipityAdminBanner {
- background-color: #FFFFFF;
- height: 80px;
-}
+a:hover { color: #D40041; }
-#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;
-}
+a:link,
+a:visited { color: #294366;
+ text-decoration: underline; }
-#serendipityAdminMainpane {
- background-color: #FFFFFF;
- border-bottom: 2px solid #0F3353;
- border-right: 2px solid #0F3353;
- border-left: 2px solid #0F3353;
- padding: 5px;
-}
+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; }
-.serendipityAdminContent {
- font-size: 0.8em;
- padding-top: 10px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom: 20px;
- width: 620px;
-}
+input,
+select,
+textarea { background-color: #F8F9FA;
+ border: 1px solid #294366;
+ font-family: verdana, arial, sans-serif;
+ font-size: 0.9em; }
-#serendipityAdminBanner h1 {
- padding-left: 20px;
- font-size: 1.8em;
- margin: 0;
-}
+td,
+th { font-size: 0.8em; }
-#serendipityAdminBanner h2 {
- padding-left: 30px;
- font-size: 1em;
- color: #AAAAAA;
- margin: 0;
-}
+ul.serendipitySideBarMenu { margin: 0px;
+ padding: 0px; }
-#serendipitySideBar {
- width: 150px;
-}
+ul.serendipitySideBarMenu a:link,
+ul.serendipitySideBarMenu a:visited {
+ font-weight: bold;
+ text-decoration: none; }
-#serendipityAdminFooter {
- font-size: 0.7em;
- text-align: center;
- color: #FFFFFF;
-}
+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; }
-.serendipitySideBarTitle {
- padding-left: 2px;
- font-weight: bold;
- font-size: 0.9em;
-}
+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; }
-.serendipitySideBarContent {
- padding-left: 10px;
- font-size: 0.8em;
-}
+#serendipity_admin_page { text-align: center; }
-.serendipitySideBarItem {
- margin-bottom: 10px;
-}
+#serendipityAdminBanner { background-color: white;
+ height: 5.7em; }
-.serendipity_admin_title {
- font-size: 2em;
- margin-bottom: 5px;
-}
+#serendipityAdminBanner h1 { font-size: 1.8em;
+ padding-left: 20px;
+ margin: 0; }
-.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
- border: 1px solid #294366;
- background-color: #F8F9FA;
- margin-bottom: 5px;
-}
+#serendipityAdminBanner h2 { color: #AAAAAA;
+ font-size: 1em;
+ padding-left: 30px;
+ margin: 0; }
-.serendipity_admin_list_item.serendipity_admin_list_item_even {
- border: 1px solid #294366;
- background-color: #F2F3F2;
- margin-bottom: 5px;
-}
+#serendipityAdminBodyImageSelector {
+ background-color: white; }
-.serendipityAdminMsgError {
- color: #FF0000;
- text-align: center;
- font-weight: bold;
- margin: 10px;
-}
+#serendipityAdminFooter { color: white;
+ font-size: 0.7em;
+ text-align: center; }
-.serendipityAdminMsgSuccess {
- color: #00BB00;
- 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; }
-.serendipityAdminMsgNote {
- background-color: #FFFF9D;
- border: 1px solid #FF7700;
- padding: 3px;
- text-align: center;
- 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; }
+#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; }
-td, th {
- font-size: 0.8em;
-}
+#serendipitySideBar { width: 11em; }
-a:visited,
-a:link {
- color: #294366;
- text-decoration: underline;
-}
+.serendipity_admin_list_item.serendipity_admin_list_item_even {
+ background-color: #F2F3F2;
+ border: 1px solid #294366;
+ margin-bottom: 5px; }
-a:hover {
- color: #D40041;
-}
+.serendipity_admin_list_item.serendipity_admin_list_item_uneven {
+ background-color: #F8F9FA;
+ border: 1px solid #294366;
+ margin-bottom: 5px; }
-input, select, textarea {
- background-color: #F8F9FA;
- font-family: verdana;
- font-size: 0.9em;
- border: 1px solid #294366;
-}
+.serendipity_admin_title { font-size: 2em;
+ margin-bottom: 5px; }
-#serendipity_iframe {
- border: 1px solid #294366;
- text-align: center;
- margin: auto;
-}
+.serendipityAdminContent { font-size: 0.8em;
+ padding-bottom: 20px;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 10px;
+ width: 44em; }
-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;
-}
+.serendipitySideBarContent { font-size: 0.8em;
+ padding-left: 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;
-}
+.serendipitySideBarItem { margin-bottom: 10px; }
-ul.serendipitySideBarMenu {
- padding: 0px;
- margin: 0px;
-}
+.serendipitySideBarTitle { font-size: 0.9em;
+ font-weight: bold;
+ padding-left: 2px; }
-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;
-}
+.serendipityAdminMsgError { color: #FF0000;
+ 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;
-}
+.serendipityAdminMsgSuccess { color: #00BB00;
+ font-weight: bold;
+ margin: 10px;
+ text-align: center; }
-ul.serendipitySideBarMenu a:link,
-ul.serendipitySideBarMenu a:visited {
- text-decoration: none;
- font-weight: bold;
-}
+.serendipityAdminMsgNote { background-color: #FFFF9D;
+ border: 1px solid #FF7700;
+ margin: 10px;
+ padding: 3px;
+ text-align: center; }
+.serendipityImageButton { cursor: pointer; }
-.serendipityImageButton {
- cursor: pointer;
-}
-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;
-}
+.serendipityIconLink img { border: 0;
+ margin-right: 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;
-}
+.serendipityIconLinkRight img { border: 0;
+ margin-left: 2px;
+ vertical-align: bottom; }
-.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;
-}
+.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; }
|