From d83fe81127e399925176219f3131f892ce793ba7 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 14 May 2004 10:52:44 +0000 Subject: [PATCH] fixed gridbutton style and buttons git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3501 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Crao/crao.css | 2 ++ themes/Hawaiian/Hawaiian.css | 27 +++++++++++++++++++-- themes/MacOSX/MacOSX.css | 10 ++++---- themes/SpaceWiki/SpaceWiki.css | 27 +++++++++++++++++++-- themes/Wordpress/Wordpress.css | 28 +++++++++++++++++++++- themes/Wordpress/templates/viewsource.tmpl | 4 ++-- themes/default/phpwiki.css | 9 ++++--- 7 files changed, 93 insertions(+), 14 deletions(-) diff --git a/themes/Crao/crao.css b/themes/Crao/crao.css index 5a7f70a90..15fc77c2a 100644 --- a/themes/Crao/crao.css +++ b/themes/Crao/crao.css @@ -612,8 +612,10 @@ caption { th.gridbutton { background-color: threedlightshadow; color: black; + font-size: small; font-weight: normal; /*font-style: menu;*/ + font-family: Tahoma, sans-serif, Arial, Helvetica; max-height: 18px; height: 18px; margin: 5px 0px; diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index 92617e19f..e288e699a 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -1,5 +1,5 @@ /** - * $Id: Hawaiian.css,v 1.26 2003-02-27 23:55:51 dairiki Exp $ + * $Id: Hawaiian.css,v 1.27 2004-05-14 10:52:44 rurban Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. It has not yet been tested against NS4. @@ -156,7 +156,30 @@ caption { font-family: Arial, Helvetica, sans-serif; } } .pagelist tr.evenrow { background: #eee; } .pagelist tr.oddrow { background: white; } - +th.gridbutton { + background-color: threedlightshadow; + color: black; + font-family: Tahoma, sans-serif, Arial, Helvetica; + font-size: small; + font-weight: normal; + /*font-style: menu;*/ + margin: 5px 0px; + white-space: nowrap; + max-height: 24px; + padding: 5px 0px 5px 0px; + border-width: 1px; + border-style: solid; + border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight; +} +input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { + text-decoration: none; + font-size: small; + font-weight: normal; + /*font-style: menu;*/ + font-family: Tahoma, sans-serif, Arial, Helvetica; + background-color: threedlightshadow; + color: black; +} /** * Toolbar diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index f5e52e78e..9c7e0e3e1 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1,5 +1,5 @@ /* - $Id: MacOSX.css,v 1.38 2004-05-13 11:55:19 rurban Exp $ + $Id: MacOSX.css,v 1.39 2004-05-14 10:52:44 rurban Exp $ Classes: @@ -438,14 +438,16 @@ div.wiki-message { th.gridbutton { background-color: threedlightshadow; color: black; + font-family: Tahoma, sans-serif, Arial, Helvetica; + font-size: small; font-weight: normal; /*font-style: menu;*/ - max-height: 18px; height: 18px; + white-space: nowrap; + max-height: 24px; + padding: 5px 0px 5px 0px; margin: 5px 0px; float: none; - white-space: nowrap; - padding-top: 5px; border-width: 1px; border-style: solid; border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight; diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 659815a9a..89339a8eb 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -1,5 +1,5 @@ /** - * $Id: SpaceWiki.css,v 1.6 2003-02-27 23:55:52 dairiki Exp $ + * $Id: SpaceWiki.css,v 1.7 2004-05-14 10:52:44 rurban Exp $ * * This theme will probably be renamed something like "Space" to * avoid any potential copyright issues. @@ -288,7 +288,30 @@ caption { font-family: Arial, Helvetica, sans-serif; } .pagelist thead, .pagelist thead u { } .pagelist tr.evenrow { background: #111; } .pagelist tr.oddrow { background: black; } - +th.gridbutton { + background-color: threedlightshadow; + color: black; + font-family: Tahoma, sans-serif, Arial, Helvetica; + font-size: small; + font-weight: normal; + /*font-style: menu;*/ + margin: 5px 0px; + white-space: nowrap; + max-height: 24px; + padding: 5px 0px 5px 0px; + border-width: 1px; + border-style: solid; + border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight; +} +input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { + text-decoration: none; + font-size: small; + font-weight: normal; + /*font-style: menu;*/ + font-family: Tahoma, sans-serif, Arial, Helvetica; + background-color: threedlightshadow; + color: black; +} /** * Toolbar diff --git a/themes/Wordpress/Wordpress.css b/themes/Wordpress/Wordpress.css index 0f69dbe47..b3d273f7b 100644 --- a/themes/Wordpress/Wordpress.css +++ b/themes/Wordpress/Wordpress.css @@ -1,5 +1,5 @@ /** - * $Id: Wordpress.css,v 1.1 2004-04-10 08:02:22 rurban Exp $ + * $Id: Wordpress.css,v 1.2 2004-05-14 10:52:44 rurban Exp $ * * PhpWiki's Portland style sheet based on the original Wiki * @@ -251,3 +251,29 @@ input { text-transform: capitalize; } +th.gridbutton { + background: #e8e8e8 url(images/menu-background.gif) repeat-x; + color: black; + font-family: Tahoma, sans-serif, Arial, Helvetica; + font-size: small; + font-weight: normal; + /*font-style: menu;*/ + margin: 5px 0px; + max-height: 24px; + white-space: nowrap; + padding: 5px 0px 5px 0px; + border-width: 1px; + border-style: solid; + border-color: threedhighlight threeddarkshadow threeddarkshadow threedhighlight; +} +input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { + text-decoration: none; + font-size: small; + font-weight: normal; + font-family: Tahoma, sans-serif, Arial, Helvetica; + color: black; +} + +.wikipaging { + font-size: x-small; +} \ No newline at end of file diff --git a/themes/Wordpress/templates/viewsource.tmpl b/themes/Wordpress/templates/viewsource.tmpl index 2a53e13a4..e7bcf3120 100644 --- a/themes/Wordpress/templates/viewsource.tmpl +++ b/themes/Wordpress/templates/viewsource.tmpl @@ -1,5 +1,5 @@ - +
@@ -14,7 +14,7 @@ -
+