From: <var...@us...> - 2009-01-24 11:28:14
|
Revision: 6439 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6439&view=rev Author: vargenau Date: 2009-01-24 11:28:11 +0000 (Sat, 24 Jan 2009) Log Message: ----------- boxed and bordered tables Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2009-01-24 11:09:34 UTC (rev 6438) +++ trunk/themes/MacOSX/MacOSX.css 2009-01-24 11:28:11 UTC (rev 6439) @@ -915,6 +915,46 @@ vertical-align: top; } +/* + * table class="boxed" + * will put a border around the table (but not around the cells) + * + * table class="bordered" + * will put a border around the table and the cells + * + * In both cases, the caption will be bold and centered under the table + * + * In both cases, the headers (th) will have a "#d8d8d8" background + */ + +table.boxed, table.bordered, table.bordered th, table.bordered td { + border-width: 1px; + border-style: solid; + border-collapse: collapse; + vertical-align: top; +} + +table.boxed td, table.bordered td, +table.boxed th, table.bordered th { + padding-left: 5px; + padding-right: 5px; + padding-top: 0px; + padding-bottom: 0px; +} + +table.boxed caption, table.bordered caption { + text-align: center; + font-weight: bold; + caption-side: bottom; + padding-top: 0.8em; +} + +table.boxed th, +table.bordered th, + font-weight: bold; + background-color: #d8d8d8; +} + /* For emacs users * * Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-01-05 14:07:06
|
Revision: 7807 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7807&view=rev Author: vargenau Date: 2011-01-05 14:07:00 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Cleanup Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-01-04 17:55:44 UTC (rev 7806) +++ trunk/themes/MacOSX/MacOSX.css 2011-01-05 14:07:00 UTC (rev 7807) @@ -49,9 +49,6 @@ } .wikitext pre { font-family: Monaco, monospace; } - - - input[type=text] { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; @@ -66,16 +63,11 @@ margin-right: 0.5em; } - - /** * Wiki */ div.wikitext { background: white; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; @@ -85,10 +77,7 @@ padding-top: 0.5em; padding-bottom: 0.5em; margin: 0.5ex 0px; - /* This breaks Netscape 4: (display does not go full width). - width: auto; - */ -clear: both; + clear: both; } input.wikitext { margin:0px; } @@ -99,7 +88,6 @@ div.toolbar { margin: 1ex 0ex; } - /** * PageTypes */ @@ -124,7 +112,6 @@ body.sidebar div.wikitext ul { padding-left: 1em; } body.sidebar h2 { margin-top: 0; } - div.errors { background: #eee; border: 1px solid gray; @@ -165,14 +152,7 @@ border: 1px solid #eee; } - /* - * Style for <hr>s in wiki markup. - */ -.wikitext hr {} - - -/* * Link styles */ /* Wiki Links */ @@ -207,9 +187,6 @@ */ img.linkicon, img.rssicon { border: 0px; } img.rssicon { vertical-align: middle; } -/* This screws up NS4, moved to phpwiki-heavy.css -img.linkicon { vertical-align: middle; } -*/ img.wiki-button { vertical-align: middle; } a.wikiaction { border: 0; } @@ -230,21 +207,8 @@ font-size: smaller; text-decoration: none; } -table.cal { - /* for NS4 */ - /*border: 1px solid black; - - border-top: 1px solid #7c7c7c; - border-left: 1px solid #c3c3c3; - border-bottom: 1px solid #dddddd; - border-right: 1px solid #c3c3c3; - background: #bebebe;*/ -} table.cal td { background: white; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; @@ -258,36 +222,27 @@ table.cal td.cal-dayname { background: #e8e8e8; } table.cal td.cal-today { background: #f4f4f4; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; border-right: 1px solid #c3c3c3; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - /* font-style: oblique; */ - font-size: smaller; /* 0.75em; */ + font-size: smaller; text-decoration: underline; text-align: right; } div.transclusion { - /* background: #fff url("images/bgpaper8.png"); */ - /* background: white; */ background: #fdfdfd; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; border-right: 1px solid #c3c3c3; - padding-left: 0.8em; padding-right: 0.8em; padding-top: 0px; @@ -304,16 +259,11 @@ } div.wiki-edithelp .transclusion p { margin: 0; } div.wiki-edithelp { - /* background: #fff url("images/bgpaper8.png"); */ background: white; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; border-right: 1px solid #c3c3c3; - font-size: smaller; padding: 6pt; } @@ -324,16 +274,12 @@ } .printer { display: none; } - /** * Diff Output */ /* main box */ .diff { background: white; - /* for NS4 */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; @@ -401,7 +347,6 @@ .diff .added:last-child { border-bottom: 2px solid #9f9; /* cfc */ } -/* These don't work in NS4 -- it completely ignores <del> and <ins>. */ /* deleted words */ .diff del { background: #fcc; } /* f99 */ /* added words */ @@ -424,7 +369,6 @@ .pagelist thead td u { text-decoration: none; } /* Yellow highlight for every td of mouseover'd tr in pagelist tbody ie mac ignores all these */ -/*.pagelist tbody tr:hover>td { background: #ffff99; }*/ .pagelist tbody tr:hover>td { border: solid #ffff99 2px; } @@ -581,7 +525,8 @@ text-indent: -3em; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { text-align: right; font-style: oblique; @@ -635,7 +580,6 @@ font-style: oblique; } - /** * Other */ @@ -683,7 +627,6 @@ margin-left: -0.6em; } - /* * wikiblog */ @@ -699,11 +642,7 @@ 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 { @@ -712,17 +651,12 @@ 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; @@ -790,8 +724,6 @@ margin: 1em 0 0.5em 0; } - - /* postnuke css:*/ .gensmall{font-size:10px} .genmed{font-size:11px} @@ -859,7 +791,6 @@ font-size: 11px; } - .wikiwyg_toolbar { background: #D3D3D3; border: 1px outset; @@ -915,12 +846,8 @@ /** * Wiki */ -/* this completely prevents NS4 from editing pages. */ textarea.wikiedit, input.wikitext, textarea.summary { background: white; - /* for older browsers */ - border: 1px solid black; - border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; @@ -930,14 +857,9 @@ padding-top: 0.5em; padding-bottom: 0.5em; margin: 0.5ex 0px; - /* This breaks Netscape 4: (display does not go full width). - width: auto; - */ - clear: both; + clear: both; } - - /* This makes spacings in NS4 too big. */ .toolbar , div.toolbar { margin : 0.5ex 0; @@ -951,7 +873,6 @@ vertical-align : middle; } - /** * PageTypes */ @@ -962,7 +883,6 @@ padding-right: 1em; } - /** * Diff Output */ @@ -990,7 +910,6 @@ top: 0; } -/* These don't work in NS4 -- it completely ignores <del> and <ins>. */ /* deleted & added words */ .diff del, .diff ins { padding-left: 0.5ex; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-01-05 14:20:48
|
Revision: 7808 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7808&view=rev Author: vargenau Date: 2011-01-05 14:20:42 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Group things Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-01-05 14:07:00 UTC (rev 7807) +++ trunk/themes/MacOSX/MacOSX.css 2011-01-05 14:20:42 UTC (rev 7808) @@ -235,9 +235,12 @@ font-size: smaller; text-decoration: underline; text-align: right; + font-style: oblique; + margin-bottom: 0.25ex; + margin-right: 0.25em; } -div.transclusion { +.transclusion { background: #fdfdfd; border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; @@ -248,30 +251,50 @@ padding-top: 0px; padding-bottom: 0px; margin: 0.5ex ; + margin-left: 0.25em; + margin-right: 0.25em; + margin-bottom: 0.1ex; + font-size: smaller; } /* The transclusion of the TextEditingRules Synopsis on templates/editpage.html */ -div.wiki-edithelp .transclusion { +.wiki-edithelp .transclusion { font-size: smaller; background: inherit; padding: 0.5ex 0.5em; margin: 0.2ex 5%; } -div.wiki-edithelp .transclusion p { margin: 0; } -div.wiki-edithelp { +.wiki-edithelp .transclusion p { margin: 0; } +.wiki-edithelp { background: white; border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-bottom: 1px solid #dddddd; border-right: 1px solid #c3c3c3; + 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; font-size: smaller; - padding: 6pt; } +.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; +} div.wiki-message { background: #fff url("images/bggranular.png"); border: solid 1px #d8d8d8; padding: 6pt; } + .printer { display: none; } /** @@ -525,52 +548,6 @@ text-indent: -3em; } -/* 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 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-09-09 14:30:57
|
Revision: 8100 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8100&view=rev Author: vargenau Date: 2011-09-09 14:30:51 +0000 (Fri, 09 Sep 2011) Log Message: ----------- Comment only Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-07-01 08:10:26 UTC (rev 8099) +++ trunk/themes/MacOSX/MacOSX.css 2011-09-09 14:30:51 UTC (rev 8100) @@ -472,8 +472,8 @@ dl>dt:first-child { margin-top: 0ex; } -/* underline each dd. - use display:table to shrink width */ +/* underline each dd. */ +/* use display:table to shrink width */ dd { /* overflows wide text beyond containing dl */ /* in most browsers :( Would have been nice */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-04-10 16:41:23
|
Revision: 9663 http://sourceforge.net/p/phpwiki/code/9663 Author: vargenau Date: 2015-04-10 16:41:15 +0000 (Fri, 10 Apr 2015) Log Message: ----------- Fix toolbar alignment Modified Paths: -------------- trunk/themes/MacOSX/MacOSX.css Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2015-04-10 16:31:41 UTC (rev 9662) +++ trunk/themes/MacOSX/MacOSX.css 2015-04-10 16:41:15 UTC (rev 9663) @@ -150,10 +150,6 @@ padding: 0.4ex 0.3ex; } -div.toolbar { - margin: 1ex 0; -} - /** * PageTypes */ @@ -1106,6 +1102,10 @@ cursor: pointer; } +input.toolbar[type=image] { + vertical-align: top; +} + /* Link icons */ img.linkicon { vertical-align: middle; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |