From 8f6420de6c9d060a13d5fea3367e89fa16afa689 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 20 Jan 2007 18:20:42 +0000 Subject: [PATCH] Add missing plugin styles git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5539 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Crao/crao.css | 5 + themes/Hawaiian/Hawaiian.css | 46 +- themes/MacOSX/MacOSX.css | 368 ++++++++++++++- themes/MonoBook/main.css | 4 +- themes/SpaceWiki/SpaceWiki.css | 10 +- themes/Wordpress/Wordpress.css | 696 ++++++++++++++++++++++++++++- themes/default/phpwiki.css | 4 +- themes/shamino_com/shamino_com.css | 10 +- 8 files changed, 1133 insertions(+), 10 deletions(-) diff --git a/themes/Crao/crao.css b/themes/Crao/crao.css index aa11fa56c..9ab9f0b64 100644 --- a/themes/Crao/crao.css +++ b/themes/Crao/crao.css @@ -388,6 +388,11 @@ div.toolbar{ margin: 0px; border: 0px none; } +.search-context { background: white; font-style: oblique; } +.search-term { + background: yellow; + font-weight: normal; +} #livesearch { height: 13px; width: 100px; diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index e288e699a..2a1a0b5ee 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -1,5 +1,5 @@ /** - * $Id: Hawaiian.css,v 1.27 2004-05-14 10:52:44 rurban Exp $ + * $Id: Hawaiian.css,v 1.28 2007-01-20 18:20:41 rurban Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. It has not yet been tested against NS4. @@ -428,6 +428,50 @@ div.errors { clear: both; } +/** + * Search Results + */ +.search-context { background: white; font-style: oblique; } +.search-term { + background: yellow; + font-weight: normal; +} +#LSResult { + position: absolute; + text-align: left; + display: none; + z-index: 100; + background-color: white; + border: 1px solid #d0d0d0; + font-size: 9px; + overflow: hidden; +} +#LSHighlight { + background-color: #f08000; +} +#LSResult .evenrow { + background-color: #f0f0f0; +} +#LSREsult .oddrow { +} +.LSEnd { + text-align: right; +} +.LSRow:hover { + background-color: white; +} +.LSRow { + padding: 1px; +} +ul.LSRes { + margin: 0px; + padding: 0px; +} +li.LSRow { + margin: 0px; + list-style-image: none; +} + /* For emacs users * * Local Variables: diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index 9c7e0e3e1..2a6ac26e8 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1,5 +1,5 @@ /* - $Id: MacOSX.css,v 1.39 2004-05-14 10:52:44 rurban Exp $ + $Id: MacOSX.css,v 1.40 2007-01-20 18:20:41 rurban Exp $ Classes: @@ -465,11 +465,46 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { /** * Search Results */ -.search-context { background: white; } +.search-context { background: white; font-style: oblique; } .search-term { background: #9bdaff; font-weight: normal; } +#LSResult { + position: absolute; + text-align: left; + display: none; + z-index: 100; + background-color: white; + border: 1px solid #d0d0d0; + font-size: 9px; + overflow: hidden; +} +#LSHighlight { + background-color: #f08000; +} +#LSResult .evenrow { + background-color: #f0f0f0; +} +#LSREsult .oddrow { +} +.LSEnd { + text-align: right; +} +.LSRow:hover { + background-color: white; +} +.LSRow { + padding: 1px; +} +ul.LSRes { + margin: 0px; + padding: 0px; +} +li.LSRow { + margin: 0px; + list-style-image: none; +} .clear-floats { clear: both; @@ -584,6 +619,335 @@ li li.tightenable.bottom { margin-bottom: 0; } +/* IncludePage plugin */ +.transclusion-title { + text-align: right; + font-style: oblique; + font-size: smaller; + text-decoration: underline; + margin-bottom: 0.25ex; + margin-right: 0.25em; +} +.transclusion, .wiki-edithelp { + font-size: smaller; +} +.transclusion { + border: 1px solid gray; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0px; + padding-bottom: 0px; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; +} +.wiki-edithelp { + background: white; + border: medium solid #fff8dc; /* darker ivory */ + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.75ex; + padding-bottom: 0.75ex; + margin-left: 0; + margin-right: 0; + margin-top: 1ex; + margin-bottom: 1ex; +} +.wiki-edithelp .wiki { + /* color: #5454ff;*/ +} +.wiki-edithelp p { + font-family: Arial, Helvetica, sans-serif; + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + margin: 0; +} +/** + * PageHistory, Info + */ +td.pageinfo { font-weight: bold; } +.pageinfo-minoredit, .pageinfo-authorid { + font-size: smaller; + font-style: oblique; +} + + +/** + * Other + */ +.printer, .no-css { display: none; } + +/* Disabled Plugins */ +.disabled-plugin +{ + clear: both; + margin: 1ex 0; + padding: 0; +} +.disabled-plugin .title { + color: #400; + background-color: inherit; + font-size: x-small; + text-align: right; + padding: 0 0.5em; +} +.disabled-plugin pre { + color: black; + background: #ddd; + margin: 0; + padding: 0.3ex 0.5em; +} + +/* "(Redirected from ...)" message. */ +span.redirectfrom { + font-size: small; + font-style: oblique; + font-weight: normal; + padding-left: 1em; +} + +/* + * "E-mail" style blockquote + */ +blockquote.mail-style-quote { + border-left: medium #284 solid; + padding-left: 1em; + margin-left: 0; + margin-right: 0; +} +.mail-style-quote blockquote.mail-style-quote { + margin-left: -0.6em; +} + + +/* + * wikiblog + */ +.floatleft { float: left; } +.floatright { float: right; } + +div.wikiblog { + /* border: thin black solid; */ + margin: 1ex 2em; + padding: 0 0; +} +div.wikiblog > div { + margin: 0 0; + padding: 0.5ex 0.5em; +} +div.wikiblog-header { + /* background-color: #ccf; */ +} +div.wikiblog > div.wikiblog-footer { + /* background-color: #eee; */ + padding: 0.2ex 0.5em; +} +h3.wikiblog-summary { + font-size: medium; + font-weight: bold; + margin: 0 0 1ex 0; +} + +div.wikiblog.wikiblog-form { + /* background-color: #eee; */ +} + +table.wikiblog-form { + width: auto; + border-collapse: collapse; + margin: 0.25em 0; +} +.wikiblog-form caption { + /* background-color: #ccf; */ + caption-side: top; + font-weight: bold; + text-align: left; + padding: 0.5ex 0.5em; +} +.wikiblog-form th { + vertical-align: top; + text-align: right; + padding: 0 0 0.3em 0.5em; +} +.wikiblog-form td { + padding: 0.25em 0.5em; +} +.wikiblog-form td.submit-button { + padding: 0; +} +.wikiblog-form input[type=text], +.wikiblog-form textarea { + margin: 0 0; + width: 100%; +} +div.wikicomment div.wikicomment-footer { + padding: 0.2ex 0.5em; +} +div.wikicomment div.wikicomment-footer named-wiki { + font-size: small; +} +table.interwiki-map { + margin: 1em 2em; +} +.interwiki-map th { + text-decoration: underline; + text-align: left; + padding-left: 1em; +} +.interwiki-map td.interwiki-url { + padding-left: 2em; +} +.interwiki-map th.interwiki-url { + padding-left: 3em; +} + +.dialog { + background-color: #cdf; + color: black; + margin: 2em auto 2em auto; + border: thin black solid; + width: 50%; +} +.dialog h1, .dialog p, .dialog div { + text-align: center; +} +.dialog h1 { + font-size: large; + margin: 0.5em 0 1em 0; +} +.dialog div.message { + background-color: white; + color: black; + color: black; + margin: 0 1em; + padding: 0.5em 0.5em; +} +.dialog p.buttons { + margin: 1em 0 0.5em 0; +} + + + +/* postnuke css:*/ +.gensmall{font-size:10px} +.genmed{font-size:11px} +td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px} +/* Main table cell colours and backgrounds */ +td.row1{background:#eaedf4;color:#000000} +td.row2{background:#d9e2ec;color:#000000} +td.row3{background:#cad9ea;color:#000000} +td.spacerow{background:#cad9ea;color:#000000} + +/* This is the outline round the main forum tables */ +.forumline{background:#ffffff;color:#000000;border:1px solid #006699} + +/* Sidebar */ +.box { background:#ffffff; border: 1px solid silver } +.box-title { font-family: Tahoma; font-weight: normal; /*font-size: 11pt; */ background-color: #ccc; color: black; /*font-style: menu;*/ text-align: center; border: none; padding: 2px 0 2px 0;} +.box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } +.box-data .wiki { font-weight: normal; } +td.sidebar { border-spacing: 0px; margin: 0ex;} + +/* plugin BoxRight */ +div.boxright { + width: 200px; + right: 10px; + padding: 0.5em; + float: right; + border: thin solid #888888; + padding: 0.5em; +} + +/* RssFeed */ +div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.itemdesc { padding-left: 1em; } +div.rssitem { border-top: thin dashed #aaa; } + +/* SqlResult */ +table.sqlresult { + border: 1px outset gray; + background: white; + margin: 0.5ex 0.5em; + padding: 1px; +} +.sqlresult tr.evenrow { background: #eee; } +.sqlresult tr.oddrow { background: white; } +table.sqlresult td { + margin: 1px; + border: 1px solid gray; +} + +/** + * TeX2png plugin + */ +img.tex { + border: 0ex; + vertical-align: middle; +} + +/** + * PhotoAlbum plugin + */ +.boldsmall { + font-weight: bold; + font-size: 11px; +} + + +.wikiwyg_toolbar { + background: #D3D3D3; + border: 1px outset; + letter-spacing: 0; + padding: 2px; +} + +span.wikiwyg_control_link a { + padding-right: 8px; +} + +.wikiwyg_button { + background: #D3D3D3; + border: 1px solid #D3D3D3; + cursor: pointer; + width: 20px; + height: 20px; + vertical-align: bottom; +} + +.wikiwyg_button:hover { + border: 1px outset; +} + +.wikiwyg_button:active { + border: 1px inset; +} + +.wikiwyg_separator { + background: #D3D3D3; + border: 1px solid #D3D3D3; + width: 9px; + height: 20px; + vertical-align: bottom; +} + +.wikiwyg_selector { + width: 70px; +} + +.wikiwyg_wysiwyg table { + border-collapse: collapse; + margin-bottom: .2em; +} + +.wikiwyg_wysiwyg table td { + border: 1px; + border-style: solid; + padding: .2em; + vertical-align: top; +} /* For emacs users * diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index ca4a1a3fa..5955dc0aa 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -931,7 +931,7 @@ special external link styling */ #p-search { position:relative; z-index: 3; -} +} input.searchButton { margin-top:1px; padding: 0 0.4em !important; @@ -1705,7 +1705,7 @@ span.redirectfrom { font-weight: normal; padding-left: 1em; } -.search-context { background: white; } +.search-context { background: white; font-style: oblique; } .search-term { background: yellow; font-weight: normal; diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 89339a8eb..c8040485d 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -1,5 +1,5 @@ /** - * $Id: SpaceWiki.css,v 1.7 2004-05-14 10:52:44 rurban Exp $ + * $Id: SpaceWiki.css,v 1.8 2007-01-20 18:20:41 rurban Exp $ * * This theme will probably be renamed something like "Space" to * avoid any potential copyright issues. @@ -587,6 +587,14 @@ div.errors { .clear-floats { clear: both; } +/** + * Search Results + */ +.search-context { background: white; font-style: oblique; } +.search-term { + background: yellow; + font-weight: normal; +} /* For emacs users * diff --git a/themes/Wordpress/Wordpress.css b/themes/Wordpress/Wordpress.css index dda8fa8b2..454ab9293 100644 --- a/themes/Wordpress/Wordpress.css +++ b/themes/Wordpress/Wordpress.css @@ -1,5 +1,5 @@ /** - * $Id: Wordpress.css,v 1.6 2007-01-07 18:49:50 rurban Exp $ + * $Id: Wordpress.css,v 1.7 2007-01-20 18:20:41 rurban Exp $ * * PhpWiki's Wordpress style sheet contributed by Mike Pickering */ @@ -287,3 +287,697 @@ input.gridbutton, a.gridbutton, a:hover.gridbutton, a:visited.gridbutton { background-color: #fff; border: 1px solid ButtonFace; } +#editarea-size { + margin-top: 1ex; + text-align: right; + font-size: smaller; +} +#search-replace { + margin-top: 1ex; + text-align: left; + font-size: smaller; +} +#toolbar { padding:0px; } + +/** + * Search Results + */ +.search-context { background: white; font-style: oblique; } +.search-term { + background: yellow; + font-weight: normal; +} +#LSResult { + position: absolute; + text-align: left; + display: none; + z-index: 100; + background-color: white; + border: 1px solid #d0d0d0; + font-size: 9px; + overflow: hidden; +} +#LSHighlight { + background-color: #f08000; +} +#LSResult .evenrow { + background-color: #f0f0f0; +} +#LSREsult .oddrow { +} +.LSEnd { + text-align: right; +} +.LSRow:hover { + background-color: white; +} +.LSRow { + padding: 1px; +} +ul.LSRes { + margin: 0px; + padding: 0px; +} +li.LSRow { + margin: 0px; + list-style-image: none; +} + +/* IncludePage plugin */ +.transclusion-title { + text-align: right; + font-style: oblique; + font-size: smaller; + text-decoration: underline; + margin-bottom: 0.25ex; + margin-right: 0.25em; +} +.transclusion, .wiki-edithelp { + font-size: smaller; +} +.transclusion { + border: 1px solid gray; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0px; + padding-bottom: 0px; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; +} +.wiki-edithelp { + background: white; + border: medium solid #fff8dc; /* darker ivory */ + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.75ex; + padding-bottom: 0.75ex; + margin-left: 0; + margin-right: 0; + margin-top: 1ex; + margin-bottom: 1ex; +} +.wiki-edithelp .wiki { + /* color: #5454ff;*/ +} +.wiki-edithelp p { + font-family: Arial, Helvetica, sans-serif; + padding-left: 0.5em; + padding-right: 0.5em; + padding-top: 0.5ex; + padding-bottom: 0.5ex; + margin: 0; +} + + +/** + * Calendar plugin + */ +table.cal { + border: 1px outset gray; + background: white; + margin: 0.5ex 0.5em; + padding: 1px; + /* For Mozilla */ + empty-cells: hide; +} + +/* cells */ +table.cal td { + background: white; + text-align: right; +} + +/* Month-name header */ +table.cal-header { font-size: larger; } +table.cal-header tr, table.cal-header td { text-align: center; } +.cal-arrow { + font-weight: bold; + text-decoration: none; +} + +/* Day-names header */ +table.cal tbody tr .cal-dayname { } +.cal-dayname td { + text-align: center; + font-size: smaller; + text-decoration: underline; +} + +/* Individual days */ +a.cal-hide { text-decoration: none; } + +/* Today */ + /* cell */ +table.cal td.cal-today { + margin: 1px; + border: 1px solid gray; +} + /* text */ +table.cal td.cal-today a.cal-hide { } + +/** + * Diff Output + */ +/* main box */ +.diff { + margin-top: 1ex; + margin-bottom: 0.5ex; + background: white; + /* Netscape 4 requires this 1px border. + Without it, the paper borders below cause + the white background to disappear. */ + border: 1px #ccc solid; + color: black; + border-top: 1px solid #494f5d; + border-left: 1px solid #494f5d; + border-bottom: 1px solid #c6d2de; + border-right: 1px solid #c6d2de; + padding-top: 1px; + padding-bottom: 1px; + padding-left: .125em; + padding-right: .125em; + padding: 0; + /* "paper" borders */ + /*border-top: 2px #d2d2d2 solid; + border-left: 2px #b2b2b2 solid; + border-bottom: 2px #e8e6df solid; + border-right: 2px #e8e6df solid;*/ +/* padding-left: 0em; + padding-bottom: 0ex;*/ +/* border-style: inset;*/ + /*This breaks Netscape 4: (display does not go full width). + * width: auto; + */ + /* I'm not sure what the intent of this was, but it's + * not valid CSS: */ + /* display: editarea; */ + clear: both; +} +.diff .block { + background: #ddd; + padding-left: 1em; + /* for NS4 */ + /*border: none;*/ +} + +/* individual blocks */ +.diff .context { + background: white; + /* for NS4 */ + border: none; +} +/* entire difftextblock */ +.difftext { + margin-top: 0; + margin-bottom: 0; + background: white; + /* Netscape 4 requires this 1px border. + Without it, the paper borders below cause + the white background to disappear. */ + border: 1px black solid; + /* "paper" borders */ + border-top: 1px #e8e6df solid; + border-left: 1px #e8e6df solid; + border-bottom: 1px #d2d2d2 solid; + border-right: 1px #b2b2b2 solid; + padding-left: 0em; + padding-right: 0em; + padding-top: 0ex; + padding-bottom: 0ex; + /*This breaks Netscape 4: (display does not go full width). + * width: auto; + */ + clear: both; +} +/* + - line prefix */ +.diff .block tt { + font-weight: normal; + font-family: monospace; + color: black; + /* for NS4 */ + margin-left: 0; + border: none; +} +/* changed words */ +.diff del, .diff ins { + font-weight: bold; + text-decoration: none; +} + +/* blocks containing deleted or added words */ +.diff .original, .diff .deleted, +.diff .final, .diff .added { + background: white; +} +/* blocks containing deleted words */ +.diff .original, .diff .deleted { + background: #fcc; + /* for NS4 */ + border: none; +} +/* blocks containing added words */ +.diff .final, .diff .added { + background: #cfc; + /* for NS4 */ + border: none; +} + +/* These don't work in NS4 -- it completely ignores and . */ +/* deleted words */ +.diff del { background: #f99; } +/* added words */ +.diff ins { background: #9f9; } + + +/** + * PageHistory, Info + */ +td.pageinfo { font-weight: bold; } +.pageinfo-minoredit, .pageinfo-authorid { + font-size: smaller; + font-style: oblique; +} + + +/** + * Other + */ +.printer, .no-css { display: none; } + +/* PHP Warnings */ +div.errors { + color: black; + background: #eee; + margin-top: 1em; + margin-bottom: 1em; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.8ex; + padding-bottom: 0; + border: medium solid red; + clear: both; +} +h4.errors { + color: red; + margin: 0; + padding: 0; + text-decoration: underline; +} +div.warning { + color: black; + background: #eee; + margin-top: 1em; + margin-bottom: 1em; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.8ex; + padding-bottom: 0; + border: thin solid blue; + clear: both; +} +.error { font-family: monospace; font-size: 120%; } +.error ul { font-family: monospace; } + +/* Debug */ +.debug { + color: black; + background: white; + font-family: monospace; + font-size: smaller; + margin: 1ex 0; + padding: 0.5ex 0.5em; + border: medium solid #fff8dc; /* darker ivory */ +} + +/* Hints */ +.hint { + color: black; + background: #eeeeee; + /* font-size: smaller; */ + font-style: italic; + margin-left: 3em; + padding: 0.5ex 0.5em; + border: thin solid #aaaaaa; +} +span.hint { + padding: 0; +} + +/* Disabled Plugins */ +.disabled-plugin +{ + clear: both; + margin: 1ex 0; + padding: 0; +} +.disabled-plugin .title { + color: #400; + background-color: inherit; + font-size: x-small; + text-align: right; + padding: 0 0.5em; +} +.disabled-plugin pre { + color: black; + background: #ddd; + margin: 0; + padding: 0.3ex 0.5em; +} + +/* "(Redirected from ...)" message. */ +span.redirectfrom { + font-size: small; + font-style: oblique; + font-weight: normal; + padding-left: 1em; +} + + +/* + * Vertical margins around block elements. + */ + +p { margin: 1em 0; } /* Normal ("loose") paragraphs */ +li p, dd p, td p { margin: 1ex 0; } /* Paragraphs within lists are a little tighter. */ + +/* ul, ol, dl { margin: 0.2ex 0; } /* A little room around lists. */ +/* li ul, li ol, li dl, +dd ul, dd ol, dd dl { margin: 0 0; } /* but not around sub-lists. */ + +/* Normal ("loose") list elements */ +li.tightenable { margin: 1em 0; } +dt.tightenable { margin-top: 1em; } +dd.tightenable { margin-bottom: 1.5ex; } + + +li.tightenable.top, +dt.tightenable.top, +dd.tightenable.top { + margin-top: 0.2ex; +} +li li.tightenable.top { + margin-top: 0; +} +li.tightenable.bottom, +dd.tightenable.bottom { + margin-bottom: 0.2ex; +} +li li.tightenable.bottom { + margin-bottom: 0; +} + +.tightenable.top { + margin-top: 0; +} +.tightenable.bottom { + margin-bottom: 0; +} + +/* + * "DL tables" + */ +.wiki-dl-table { + border-collapse: collapse; + border: 2px #444 solid; +} +.wiki-dl-table tr { + border-top: 2px #444 solid; + border-bottom: 2px #444 solid; + border-left: none; + border-right: none; +} +.wiki-dl-table tr.tightenable.top { + border-top: 1px #444 solid; +} +.wiki-dl-table tr.tightenable.bottom { + border-bottom: 1px #444 solid; +} +.wiki-dl-table th, +.wiki-dl-table td { + padding: 0.25em 0.5em; +} +.wiki-dl-table th { + vertical-align: top; + text-align: right; + border-right: 1px #444 solid; + border-left: none; + border-top: none; + border-bottom: none; +} +.wiki-dl-table td { + border: none; +} + +/* + * "E-mail" style blockquote + */ +blockquote.mail-style-quote { + border-left: medium #284 solid; + padding-left: 1em; + margin-left: 0; + margin-right: 0; +} +.mail-style-quote blockquote.mail-style-quote { + margin-left: -0.6em; +} + + +/* + * wikiblog + */ +.floatleft { float: left; } +.floatright { float: right; } + +div.wikiblog { + /* border: thin black solid; */ + margin: 1ex 2em; + padding: 0 0; +} +div.wikiblog > div { + margin: 0 0; + padding: 0.5ex 0.5em; +} +div.wikiblog-header { + /* background-color: #ccf; */ +} +div.wikiblog > div.wikiblog-footer { + /* background-color: #eee; */ + padding: 0.2ex 0.5em; +} +h3.wikiblog-summary { + font-size: medium; + font-weight: bold; + margin: 0 0 1ex 0; +} + +div.wikiblog.wikiblog-form { + /* background-color: #eee; */ +} + +table.wikiblog-form { + width: auto; + border-collapse: collapse; + margin: 0.25em 0; +} +.wikiblog-form caption { + /* background-color: #ccf; */ + caption-side: top; + font-weight: bold; + text-align: left; + padding: 0.5ex 0.5em; +} +.wikiblog-form th { + vertical-align: top; + text-align: right; + padding: 0 0 0.3em 0.5em; +} +.wikiblog-form td { + padding: 0.25em 0.5em; +} +.wikiblog-form td.submit-button { + padding: 0; +} +.wikiblog-form input[type=text], +.wikiblog-form textarea { + margin: 0 0; + width: 100%; +} +div.wikicomment div.wikicomment-footer { + padding: 0.2ex 0.5em; +} +div.wikicomment div.wikicomment-footer named-wiki { + font-size: small; +} +table.interwiki-map { + margin: 1em 2em; +} +.interwiki-map th { + text-decoration: underline; + text-align: left; + padding-left: 1em; +} +.interwiki-map td.interwiki-url { + padding-left: 2em; +} +.interwiki-map th.interwiki-url { + padding-left: 3em; +} + +.dialog { + background-color: #cdf; + color: black; + margin: 2em auto 2em auto; + border: thin black solid; + width: 50%; +} +.dialog h1, .dialog p, .dialog div { + text-align: center; +} +.dialog h1 { + font-size: large; + margin: 0.5em 0 1em 0; +} +.dialog div.message { + background-color: white; + color: black; + color: black; + margin: 0 1em; + padding: 0.5em 0.5em; +} +.dialog p.buttons { + margin: 1em 0 0.5em 0; +} + + +.clear-floats { + clear: both; +} + + +/* postnuke css:*/ +.gensmall{font-size:10px} +.genmed{font-size:11px} +td.cat{font-weight:bold;letter-spacing:1px;color:#000000;background: url(./images/cellpic1.png);height:27px} +/* Main table cell colours and backgrounds */ +td.row1{background:#eaedf4;color:#000000} +td.row2{background:#d9e2ec;color:#000000} +td.row3{background:#cad9ea;color:#000000} +td.spacerow{background:#cad9ea;color:#000000} + +/* This is the outline round the main forum tables */ +.forumline{background:#ffffff;color:#000000;border:1px solid #006699} + +/* Sidebar */ +.box { background:#ffffff; border: 1px solid silver } +.box-title { font-family: Tahoma; font-weight: normal; /*font-size: 11pt; */ background-color: #ccc; color: black; /*font-style: menu;*/ text-align: center; border: none; padding: 2px 0 2px 0;} +.box-data { width: 160px; font-size: 9pt; font-weight: normal; border: none; } +.box-data .wiki { font-weight: normal; } +td.sidebar { border-spacing: 0px; margin: 0ex;} + +/* plugin BoxRight */ +div.boxright { + width: 200px; + right: 10px; + padding: 0.5em; + float: right; + border: thin solid #888888; + padding: 0.5em; +} + +/* RssFeed */ +div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaa; } +div.feed { color: #333; margin: -0.5em; margin-bottom: 0em; padding: 0.3em; font-weight: bold; background-color: #f2f2f2; font-size: 1.2em; } +div.itemdesc { padding-left: 1em; } +div.rssitem { border-top: thin dashed #aaa; } + +/* SqlResult */ +table.sqlresult { + border: 1px outset gray; + background: white; + margin: 0.5ex 0.5em; + padding: 1px; +} +.sqlresult tr.evenrow { background: #eee; } +.sqlresult tr.oddrow { background: white; } +table.sqlresult td { + margin: 1px; + border: 1px solid gray; +} + +/** + * TeX2png plugin + */ +img.tex { + border: 0ex; + vertical-align: middle; +} + +/** + * PhotoAlbum plugin + */ +.boldsmall { + font-weight: bold; + font-size: 11px; +} + + +.wikiwyg_toolbar { + background: #D3D3D3; + border: 1px outset; + letter-spacing: 0; + padding: 2px; +} + +span.wikiwyg_control_link a { + padding-right: 8px; +} + +.wikiwyg_button { + background: #D3D3D3; + border: 1px solid #D3D3D3; + cursor: pointer; + width: 20px; + height: 20px; + vertical-align: bottom; +} + +.wikiwyg_button:hover { + border: 1px outset; +} + +.wikiwyg_button:active { + border: 1px inset; +} + +.wikiwyg_separator { + background: #D3D3D3; + border: 1px solid #D3D3D3; + width: 9px; + height: 20px; + vertical-align: bottom; +} + +.wikiwyg_selector { + width: 70px; +} + +.wikiwyg_wysiwyg table { + border-collapse: collapse; + margin-bottom: .2em; +} + +.wikiwyg_wysiwyg table td { + border: 1px; + border-style: solid; + padding: .2em; + vertical-align: top; +} + +/* For emacs users + * + * Local Variables: + * mode: c + * c-file-style: cc-mode + * End: + */ diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 5cc3855a7..3f65f3efe 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1,5 +1,5 @@ /** - * $Id: phpwiki.css,v 1.56 2007-01-20 11:42:12 rurban Exp $ + * $Id: phpwiki.css,v 1.57 2007-01-20 18:20:42 rurban Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. @@ -294,7 +294,7 @@ textarea.wikiedit { /** * Search Results */ -.search-context { background: white; } +.search-context { background: white; font-style: oblique; } .search-term { background: yellow; font-weight: normal; diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index 01b58093d..b38a849ac 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -1,5 +1,5 @@ /** - * $Id: shamino_com.css,v 1.3 2007-01-02 13:28:25 rurban Exp $ + * $Id: shamino_com.css,v 1.4 2007-01-20 18:20:42 rurban Exp $ * * shamino.com style sheet based on the original Wiki * @@ -150,3 +150,11 @@ div#logo { div.boxright { width: 200px; right: 10px; padding: 0.5em; float: right; border: thin solid #888888; padding: 0.5em; } +/** + * Search Results + */ +.search-context { background: white; font-style: oblique; } +.search-term { + background: yellow; + font-weight: normal; +} -- 2.45.2