From 51b1cc10b62ce633766dc1060244fbe002e52e37 Mon Sep 17 00:00:00 2001 From: rurban Date: Thu, 13 May 2004 11:55:20 +0000 Subject: [PATCH] add pagelist buttons, fixed height git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3482 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/MacOSX/MacOSX.css | 26 ++++++++++++++++++- themes/default/phpwiki.css | 52 +++++++++++++++++++++----------------- 2 files changed, 54 insertions(+), 24 deletions(-) diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index 96d026df7..f5e52e78e 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1,5 +1,5 @@ /* - $Id: MacOSX.css,v 1.37 2003-12-09 06:04:42 carstenklapp Exp $ + $Id: MacOSX.css,v 1.38 2004-05-13 11:55:19 rurban Exp $ Classes: @@ -435,6 +435,30 @@ div.wiki-message { .pagelist tbody tr>td { border: solid transparent 2px; } +th.gridbutton { + background-color: threedlightshadow; + color: black; + font-weight: normal; + /*font-style: menu;*/ + max-height: 18px; + height: 18px; + margin: 5px 0px; + float: none; + white-space: nowrap; + padding-top: 5px; + 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; +} /** * Search Results diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index e6b933b68..187193dfe 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1,5 +1,5 @@ /** - * $Id: phpwiki.css,v 1.33 2004-05-10 14:39:52 rurban Exp $ + * $Id: phpwiki.css,v 1.34 2004-05-13 11:55:20 rurban Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. @@ -173,11 +173,37 @@ h1 { margin: 0; font-size: 140% } */ table, td { font-family: Arial, Helvetica, sans-serif; } caption { font-family: Arial, Helvetica, sans-serif; } -.pagelist { +.pagelist { } +.pagelist thead td { + background: #e8e8e8; + text-decoration: none; + font-weight: bold; + font-size: smaller; } -.pagelist thead, .pagelist thead u { } +.pagelist thead td u { text-decoration: none; } .pagelist tr.evenrow { background: #eee; } .pagelist tr.oddrow { background: white; } +th.gridbutton { + background-color: threedlightshadow; + color: black; + font-weight: normal; + /*font-style: menu;*/ + margin: 5px 0px; + max-height: 18px; + padding-top: 5px; + 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; +} /** @@ -741,26 +767,6 @@ table.interwiki-map { clear: both; } -th.gridbutton { - background-color: threedlightshadow; - color: black; - font-weight: normal; - /*font-style: menu;*/ - margin: 5px 0px; - padding-top: 5px; - 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; -} /* postnuke css:*/ .gensmall{font-size:10px} -- 2.45.0