From d5318059c877bbd23b2fb552f79c65fe7100230a Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 25 Jan 2006 19:39:44 +0000 Subject: [PATCH] revert changes --- .../admin/img/menuheader_background.png | Bin 213 -> 1135 bytes templates/default/admin/style.css | 255 +++++------ templates/default/entries.tpl | 2 - templates/default/img/back.png | Bin 673 -> 468 bytes templates/default/img/forward.png | Bin 686 -> 477 bytes templates/default/img/xml.gif | Bin 597 -> 111 bytes templates/default/index.tpl | 9 +- templates/default/plugin_calendar.tpl | 6 +- templates/default/style.css | 418 +++++++----------- 9 files changed, 278 insertions(+), 412 deletions(-) diff --git a/templates/default/admin/img/menuheader_background.png b/templates/default/admin/img/menuheader_background.png index 9060c5682d01248213371d72bf179968250e4758..7f769618fe37281c1239372e1011ae28de6f678d 100644 GIT binary patch literal 1135 zcmbtSXHQ!P6g91)kVL3bhLj*7Rc)kJ1yw>SO`Eh5ZA`#QAP_;Y!3MKzM%iXhgMok< z0Yfmw3;|`Y0Abhc(Lh*XuVB2#^L)?G+jW0KKb&)Qk96;m&b`H+9C5Q^neIe5VqviTCBM9vqyzb*wWg*`hJbg;k0*jVR87R*b-_v z8iTE@su>;`-QPdJ2H^83g|92C8I8>unK_e_f48-Fj*U<9c>IeC7QK!U5g82t()ACU zX&G6egz(h#%!sI%dPb8}DqCOQNKMP+^Z5i~WO*g6yrN1V5X8nMD3!{t?%o7a^6uXL z>Dl?*+`{(G$NBlCnc4Z$^4A9khegHI=$N=yC8br>Z-^05%PXs4#E7QmmgbgLKWtz~ z7||E)H#N@yG8hk7yPA)D?+%b;Zuj z(p-yk!z3aQH*Wn0E5x6SyB6^(3FYo`bFgr$XYwfJ*j`rVV z`}q>%&n51UHhg8#-xo7xzD&wWTV7%g-tamZTjIGo^!?;L8oD&uMQhi@(x>bJQq&nM zi}r=bw{#{UWF46TcZZ>bkL*vTp7(m7eNJxjg-7+5>|3@HR{YKy^>HnYOeWv6_V&3q zmwU~+baAn*Ei{xw8X4K$9iNzha7X0Xm!6(mSU$|hFi_e^$@w=GT4cnys&fzBwPNH5fV%fu}{~>+7jX~rvdmO9h SzItG}4g%%kf$aYspZ70Z<+A7i literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^xra@ocD)4hB}-f* zN`mv#O3D+9QW+dm@{>{(JaZG%Q-e|yQz{EjrrH1%rF*(KhE&{ob8VwwgMxrdpo5m7 z*(Q$cjr!WgM%OP++{vtSSpLoW2WQ=+r%iT zu}WA*(_oQBkx%ot3C?_$Pr$^F&+6N|3LIBeA22WQ%mvv4F FO#rK4N*DkD diff --git a/templates/default/admin/style.css b/templates/default/admin/style.css index 148c69c..017eeda 100644 --- a/templates/default/admin/style.css +++ b/templates/default/admin/style.css @@ -1,51 +1,10 @@ - /* ***************************** - MAIN Selectors - * *****************************/ - body { - font-size: 10pt; - margin: 0; - background-color: #FFFFFF; - font-size: 10px; - font-family: luxi sans, trebuchet ms, bitstream vera sans, verdana, arial, helvetica, sans-serif; - direction: ltr; -} - -a, input, textarea, p, td, th, div, span { - font-family: luxi sans, "Trebuchet ms", bitstream vera sans, verdana, arial, helvetica, sans-serif; -} - -h4,h3 { - margin: 0; -} - -a:link, -a:visited, -a:active { - color: #011a7c; - text-decoration: underline; -} - -a:hover { - color: #011a7c; - text-decoration: underline; -} - -td, th { - font-size: 0.8em; -} - -input, select, textarea { - background: #F8F9FA; font-family: Verdana; - font-size: 0.9em; - border: 1px solid #294366; + margin: 0 0 0 0; + background: #7F9BC2 url({TEMPLATE_PATH}img/background.jpg) repeat-x; + direction: {LANG_DIRECTION}; } -/* ***************************** - GENERAL PAGE Selectors - * *****************************/ - #serendipity_admin_page { text-align: center; } @@ -56,12 +15,29 @@ input, select, textarea { #serendipityAdminFrame { text-align: left; - width: 100%; + width: 80%; + min-width: 777px; margin: auto; background: #FFF; - border: 0px; + border: 2px solid #0F3353; + border-top: 0; } +#serendipityAdminBanner { + background-color: #FFF; + height: 80px; + background: url({TEMPLATE_PATH}img/banner_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; @@ -72,131 +48,49 @@ input, select, textarea { .serendipityAdminContent { font-size: 0.8em; - padding: 10px 25px 20px 25px; + padding: 10px 5px 20px 5px; width: 80%; - z-index: 1; -} - -#serendipityAdminFooter { - font-size: 0.7em; - text-align: center; - color: #FFF; -} - -/* ***************************** - HEADER Selectors - * *****************************/ - -#serendipityAdminBanner { - height: 150px; - background-color: #011b7c; - background-image: url(templates/default/img/header_bar.png); - background-repeat: repeat-x; - width: 100%; - padding: 0px; - margin: 0px; - border: 0px; } #serendipityAdminBanner h1 { - position: absolute; - top: 0px; - left: 0px; - background-image: url(templates/default/img/header_logo.png); - background-repeat: no-repeat; - padding: 78px 0px 0px 131px; - height: 100px; - width: 770px; - font-size: 2.4em; - letter-spacing: 0.05em; - margin: 0px; - overflow: hidden; - color: #011b7c; - z-index: 0; + padding-left: 20px; + font-size: 1.8em; + margin: 0; } #serendipityAdminBanner h2 { - position: absolute; - top: 108px; - left: 131px; - font-size: 1.3em; - margin: 0px; - letter-spacing: 0.03em; - color: #011b7c; -} - -#serendipityAdminInfopane { - font-size: 10px; - padding: 5px; - vertical-align: middle; - text-align: right; - color: #011b7c; - height: 27px; + padding-left: 30px; + font-size: 1em; + color: #AAA; + margin: 0; } - -/* ***************************** - MENU Selectors - * *****************************/ - #serendipitySideBar { + width: 20%; + padding-top: 10px; } -ul.serendipitySideBarMenu { - padding: 0px 0px 2px 0px; - margin: 0px 0px 5px 22px; - display: block; - width: 190px; - list-style: none; -} - -ul.serendipitySideBarMenu li { - display: block; - list-style: none; - font-size: x-small; -} - -ul.serendipitySideBarMenu { - background-color: #fafaff; +#serendipityAdminFooter { + font-size: 0.7em; + text-align: center; + color: #FFF; } -ul.serendipitySideBarMenu li.serendipitySideBarMenuHead { - background-color: #011c7e; - color: #FFFFFF; +.serendipitySideBarTitle { + padding-left: 2px; font-weight: bold; - padding: 5px 0px 0px 5px; - background: url(templates/default/admin/img/menuheader_background.png) repeat-x; - height: 20px; font-size: 0.9em; - border: 0px; - margin: 0px 0px 5px 0px; -} - -ul.serendipitySideBarMenu li { - display: block; - border: 0px; - border-left: 1px solid #011c7e; - border-bottom: 1px solid #011c7e; - margin: 0px 5px 5px 5px; - background-color: #ffffff; } -ul.serendipitySideBarMenu li a { - padding-left: 5px; - text-decoration: none; - display: block; +.serendipitySideBarContent { + padding-left: 10px; + font-size: 0.8em; } -ul.serendipitySideBarMenu li a:hover { - background-color: #011c7e; - color: white; +.serendipitySideBarItem { + margin-bottom: 10px; } - -/* ***************************** - OTHER Selectors - * *****************************/ - .serendipity_admin_title { font-size: 2em; margin-bottom: 5px; @@ -236,12 +130,69 @@ ul.serendipitySideBarMenu li a:hover { margin: 10px; } + + +td, th { + font-size: 0.8em; +} + +a:visited, +a:link { + color: #294366; + text-decoration: underline; +} + +a:hover { + color: #D40041; +} + +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 li.serendipitySideBarMenuHead { + font-size: 0.85em; + list-style: none; + display: block; + font-weight: bold; + background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat; + padding-top: 0.3em; + padding-bottom: 0.3em; + padding-left: 3px; +} + +ul.serendipitySideBarMenu li { + font-size: 0.8em; + font-weight: normal; + background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat; + padding-top: 0.3em; + padding-bottom: 0.3em; + padding-left: 5px; + list-style:none; + display:block; + margin:0; +} + +ul.serendipitySideBarMenu a:link, +ul.serendipitySideBarMenu a:visited { + text-decoration: none; + font-weight: bold; +} + .serendipityImageButton { cursor: pointer; } @@ -273,6 +224,7 @@ a:visited.serendipityIconLinkRight { border: 0; } + a:link.serendipityPrettyButton, a:visited.serendipityPrettyButton, a:hover.serendipityPrettyButton { @@ -282,7 +234,7 @@ a:hover.serendipityPrettyButton { .serendipityPrettyButton { padding: 1px; - background: url(templates/default/admin/img/button_background.png) repeat-x top; + background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top; color: #1D2E3F; font-weight: bold; font-size: 0.9em; @@ -290,6 +242,7 @@ a:hover.serendipityPrettyButton { margin: 2px; } +/* Special class if the button is a tag */ a.serendipityPrettyButton { padding: 2px 4px 2px 4px; cursor: default; @@ -340,5 +293,3 @@ table#serendipity_customfields .customfield_value textarea { width: 100%; height: 100px; } - - diff --git a/templates/default/entries.tpl b/templates/default/entries.tpl index 751fa93..04a1ef5 100644 --- a/templates/default/entries.tpl +++ b/templates/default/entries.tpl @@ -3,13 +3,11 @@ {foreach from=$entries item="dategroup"}