From: <var...@us...> - 2008-10-28 15:58:42
|
Revision: 6338 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6338&view=rev Author: vargenau Date: 2008-10-28 15:58:27 +0000 (Tue, 28 Oct 2008) Log Message: ----------- Less space between lines in Table of Contents Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2008-10-24 15:26:32 UTC (rev 6337) +++ trunk/themes/MonoBook/main.css 2008-10-28 15:58:27 UTC (rev 6338) @@ -363,16 +363,10 @@ .toc .toctitle { text-align: center; } -/* -#toc ul, -.toc ul { - list-style-type: none; - list-style-image: none; - margin-left: 0; - padding-left: 0; - text-align: left; +#toc p, +.toc p { + margin: 0; } -*/ #toc ul, .toc ul { width: auto; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-01-24 13:16:22
|
Revision: 6441 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6441&view=rev Author: vargenau Date: 2009-01-24 11:32:28 +0000 (Sat, 24 Jan 2009) Log Message: ----------- First tr is no longer a header Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-01-24 11:29:46 UTC (rev 6440) +++ trunk/themes/MonoBook/main.css 2009-01-24 11:32:28 UTC (rev 6441) @@ -1838,42 +1838,41 @@ .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } /* - * table class="boxed" + * 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 will have a "#d8d8d8" background - * A header is a "th", or the first row of the table + * 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; +table.boxed, table.bordered, table.bordered th, table.bordered td { + border-width: 1px; + border-style: solid; border-collapse: collapse; - vertical-align: top; + vertical-align: top; } -table.boxed td, table.bordered td, -table.boxed th, table.bordered th { - padding: 5px; +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 { +table.boxed caption, table.bordered caption { text-align: center; - font-weight: bold; + font-weight: bold; caption-side: bottom; padding-top: 0.8em; } table.boxed th, table.bordered th, -table.boxed tbody:first-child tr:first-child, -table.bordered tbody:first-child tr:first-child { font-weight: bold; background-color: #d8d8d8; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-02-23 20:46:29
|
Revision: 6542 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6542&view=rev Author: vargenau Date: 2009-02-23 20:46:20 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add styles for IncludePage plugin Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-02-23 18:44:04 UTC (rev 6541) +++ trunk/themes/MonoBook/main.css 2009-02-23 20:46:20 UTC (rev 6542) @@ -1243,7 +1243,6 @@ * > html #f-copyrightico { width: 88px; } * > html #bodyContent, * > html #bodyContent pre { - overflow-x: auto; width: 100%; padding-bottom: 25px; } @@ -1560,7 +1559,6 @@ border: solid 1px silver; padding: 4px; margin: 1em; - -moz-border-radius: 6px; background: #f0f0f0; } @@ -1914,3 +1912,38 @@ background-color: #ffce7b; border: 1px solid #ffa500; } + +/* 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; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-04-24 16:34:53
|
Revision: 6804 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6804&view=rev Author: vargenau Date: 2009-04-24 16:34:40 +0000 (Fri, 24 Apr 2009) Log Message: ----------- Error banner Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-04-22 14:17:27 UTC (rev 6803) +++ trunk/themes/MonoBook/main.css 2009-04-24 16:34:40 UTC (rev 6804) @@ -267,10 +267,6 @@ margin: 0; padding: 0; } -.error { - color: red; - font-size: larger; -} .errorbox, .successbox { font-size: larger; border: 2px solid; @@ -1687,8 +1683,6 @@ border: thin solid blue; clear: both; } -.error { font-family: monospace; font-size: 120%; } -.error ul { font-family: monospace; } /* Debug */ .debug { @@ -1910,6 +1904,19 @@ padding: 0.5em; } +/* style for error messages + Use this style if you need to display an error, e.g: + User does not exist +*/ +.error { + font-weight: bold; + border-width: 2px; + border-style: solid; + background-color: #ffc0cb; /* pink */ + border-color: red; + padding: 0.5em; +} + #edit-public, h1.firstHeading-public, h1.firstHeading-rating-public { background-color: #ffce7b; border: 1px solid #ffa500; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-04-25 18:53:34
|
Revision: 6805 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6805&view=rev Author: vargenau Date: 2009-04-25 18:53:21 +0000 (Sat, 25 Apr 2009) Log Message: ----------- Fix spacing in nested lists Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-04-24 16:34:40 UTC (rev 6804) +++ trunk/themes/MonoBook/main.css 2009-04-25 18:53:21 UTC (rev 6805) @@ -137,6 +137,10 @@ border-bottom: none; font-weight: normal; } + +/* Because in some cases there is a <p> in nested lists */ +li p { margin:0; } + ul { line-height: 1.5em; list-style-type: square; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-07-14 10:21:59
|
Revision: 7035 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7035&view=rev Author: vargenau Date: 2009-07-14 10:21:55 +0000 (Tue, 14 Jul 2009) Log Message: ----------- No need for a different color Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-07-14 10:13:44 UTC (rev 7034) +++ trunk/themes/MonoBook/main.css 2009-07-14 10:21:55 UTC (rev 7035) @@ -90,13 +90,6 @@ a.stub { color: #772233; } -a.new, #p-personal a.new { - color: #ba0000; -} -a.new:visited, #p-personal a.new:visited { - color: #a55858; -} - img { border: none; vertical-align: middle; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-09-14 16:30:30
|
Revision: 7116 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7116&view=rev Author: vargenau Date: 2009-09-14 16:30:20 +0000 (Mon, 14 Sep 2009) Log Message: ----------- Add style for RssFeed Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2009-09-14 08:17:08 UTC (rev 7115) +++ trunk/themes/MonoBook/main.css 2009-09-14 16:30:20 UTC (rev 7116) @@ -709,6 +709,13 @@ font-style: oblique; } +/* RssFeed */ +div.rss { margin: 1em; padding: 1em; font-size: 0.9em; background-color: #eeeeee; border: thin dashed #aaaaaa; } +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 #aaaaaa; } +a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; } + /** * Calendar plugin */ 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:26:01
|
Revision: 7809 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7809&view=rev Author: vargenau Date: 2011-01-05 14:25:55 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Cleanup Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-01-05 14:20:42 UTC (rev 7808) +++ trunk/themes/MonoBook/main.css 2011-01-05 14:25:55 UTC (rev 7809) @@ -405,10 +405,6 @@ position: relative; margin: 0 0 .5em .5em; border: 0; -/* - border: .5em solid white; - border-width: .5em 0 .8em 1.4em; -*/ } div.floatright p { font-style: italic; } div.floatleft, table.floatleft { @@ -416,11 +412,6 @@ position: relative; margin: 0 .5em .5em 0; border: 0; -/* - margin: .3em .5em .5em 0; - border: .5em solid white; - border-width: .5em 1.4em .8em 0; -*/ } div.floatleft p { font-style: italic; } /* thumbnails */ @@ -597,10 +588,6 @@ 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; @@ -611,31 +598,16 @@ 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;*/ -/* 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 */ @@ -643,11 +615,6 @@ 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; @@ -656,9 +623,6 @@ 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 */ @@ -666,7 +630,6 @@ font-weight: normal; font-family: monospace; color: black; - /* for NS4 */ margin-left: 0; border: none; } @@ -684,17 +647,14 @@ /* 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 <del> and <ins>. */ /* deleted words */ .diff del { background: #f99; } /* added words */ @@ -1943,7 +1903,8 @@ padding: 0.2em; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { text-align: right; font-style: oblique; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-03-10 13:04:30
|
Revision: 7989 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7989&view=rev Author: vargenau Date: 2011-03-10 13:04:24 +0000 (Thu, 10 Mar 2011) Log Message: ----------- background-color Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-03-10 12:57:44 UTC (rev 7988) +++ trunk/themes/MonoBook/main.css 2011-03-10 13:04:24 UTC (rev 7989) @@ -27,7 +27,7 @@ z-index: 2; margin: 2.8em 0 0 12.2em; padding: 0 1em 1.5em 1em; - background: white; + background-color: white; color: black; border: 1px solid #aaa; border-right: none; @@ -76,7 +76,7 @@ a { text-decoration: none; color: #002bb8; - background: none; + background-image: none; } a:visited { color: #5a3696; @@ -112,7 +112,7 @@ h1, h2, h3, h4, h5, h6 { color: black; - background: none; + background-image: none; font-weight: bold; font-family: Tahoma, sans-serif; margin: 0; @@ -196,7 +196,7 @@ abbr, acronym, .explain { border-bottom: 1px dotted black; color: black; - background: none; + background-image: none; cursor: help; } q { @@ -440,12 +440,12 @@ } div.magnify { float: right; - border: none !important; + border-style: none !important; background: none !important; } div.magnify a, div.magnify img { display: block; - border: none !important; + border-style: none !important; background: none !important; } div.tright { @@ -495,7 +495,7 @@ div.townBox { position: relative; float: right; - background: white; + background-color: white; margin-left: 1em; border: 1px solid gray; padding: .3em; @@ -509,7 +509,7 @@ font-size: 96%; } div.townBox dl dt { - background: none; + background-image: none; margin: .4em 0 0; } div.townBox dl dd { @@ -564,15 +564,15 @@ background-color: white; } td.diff-addedline { - background: #cfc; + background-color: #cfc; font-size: smaller; } td.diff-deletedline { - background: #ffa; + background-color: #ffa; font-size: smaller; } td.diff-context { - background: #eee; + background-color: #eee; font-size: smaller; } span.diffchange { @@ -587,7 +587,7 @@ .diff { margin-top: 1ex; margin-bottom: 0.5ex; - background: white; + background-color: white; color: black; border-top: 1px solid #494f5d; border-left: 1px solid #494f5d; @@ -601,20 +601,20 @@ clear: both; } .diff .block { - background: #ddd; + background-color: #ddd; padding-left: 1em; } /* individual blocks */ .diff .context { - background: white; + background-color: white; border: none; } /* entire difftextblock */ .difftext { margin-top: 0; margin-bottom: 0; - background: white; + background-color: white; border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; @@ -642,23 +642,23 @@ /* blocks containing deleted or added words */ .diff .original, .diff .deleted, .diff .final, .diff .added { - background: white; + background-color: white; } /* blocks containing deleted words */ .diff .original, .diff .deleted { - background: #fcc; + background-color: #fcc; border: none; } /* blocks containing added words */ .diff .final, .diff .added { - background: #cfc; + background-color: #cfc; border: none; } /* deleted words */ -.diff del { background: #f99; } +.diff del { background-color: #f99; } /* added words */ -.diff ins { background: #9f9; } +.diff ins { background-color: #9f9; } /** * PageHistory, Info @@ -681,7 +681,7 @@ */ table.cal { border: 1px outset gray; - background: white; + background-color: white; margin: 0.5ex 0.5em; padding: 1px; /* For Mozilla */ @@ -690,7 +690,7 @@ /* cells */ table.cal td { - background: white; + background-color: white; text-align: right; } @@ -759,7 +759,7 @@ #bodyContent a.extiw, #bodyContent a.extiw:active { color: #36b; - background: none; + background-image: none; padding: 0; } #bodyContent a.external { @@ -792,7 +792,7 @@ white-space: nowrap; } .portlet h5 { - background: transparent; + background-color: transparent; padding: 0em 1em 0em 0.5em; text-transform: lowercase; display: inline; @@ -802,7 +802,7 @@ white-space: nowrap; } .portlet h6 { - background: #ffae2e; + background-color: #ffae2e; border: 1px solid #2f6fab; border-style: solid solid none solid; padding: 0em 1em 0em 1em; @@ -963,7 +963,7 @@ margin:0; border: none; overflow: visible; - background: none; + background-image: none; } /* this is the ul contained in the portlet */ #p-personal ul { @@ -976,7 +976,7 @@ text-align: right; /*text-transform: lowercase;*/ list-style: none; - background: none; + background-image: none; cursor: default; } #p-personal li { @@ -987,7 +987,7 @@ color: #2f6fab; margin-left: 1em; line-height: 1.2em; - background: none; + background-image: none; } #p-personal li.active { font-weight: bold; @@ -996,7 +996,7 @@ text-decoration: none; color: #005896; padding-bottom: 0.2em; - background: none; + background-image: none; } #p-personal li a:hover { background-color: white; @@ -1032,7 +1032,7 @@ width: 76%; line-height: 1.1em; overflow: visible; - background: none; + background-image: none; border-collapse: collapse; padding-left: 1em; list-style: none; @@ -1051,7 +1051,7 @@ padding: 0 0 .1em 0; margin: 0 .3em 0 0; overflow: visible; - background: white; + background-color: white; } #p-cactions li.selected { border-color: #fabd23; @@ -1461,7 +1461,7 @@ /* noarticletext */ div.noarticletext { border: 1px solid #ccc; - background: #fff; + background-color: #fff; padding: .2em 1em; color: #000; } @@ -1470,13 +1470,13 @@ left: 10px; top: 10px; width: 90%; - background: white; + background-color: white; } div#searchTarget { padding: 3px; margin: 5px; - background: #F0F0F0; + background-color: #F0F0F0; border: solid 1px blue; } @@ -1493,7 +1493,7 @@ border: solid 1px silver; padding: 4px; margin: 1em; - background: #f0f0f0; + background-color: #f0f0f0; } div.multipageimagenavbox div.thumb { @@ -1540,14 +1540,14 @@ font-size: smaller; } .pagelist thead td { - background: #e8e8e8; + background-color: #e8e8e8; text-decoration: none; font-weight: bold; } .pagelist thead td u { text-decoration: none; } .pagelist tr { vertical-align: top; } -.pagelist tr.evenrow { background: #eee; } -.pagelist tr.oddrow { background: white; } +.pagelist tr.evenrow { background-color: #eee; } +.pagelist tr.oddrow { background-color: white; } th.gridbutton { background-color: ThreeDLightShadow; color: black; @@ -1591,7 +1591,7 @@ .error { color: black; - background: #eee; + background-color: #eee; margin-top: 1em; margin-bottom: 1em; padding-left: 0.8em; @@ -1604,7 +1604,7 @@ .warning { color: black; - background: #eee; + background-color: #eee; margin-top: 1em; margin-bottom: 1em; padding-left: 0.8em; @@ -1618,7 +1618,7 @@ /* Debug */ .debug { color: black; - background: white; + background-color: white; font-family: monospace; font-size: smaller; margin: 1ex 0; @@ -1628,7 +1628,7 @@ /* Hints */ .hint { color: black; - background: #eeeeee; + background-color: #eeeeee; /* font-size: smaller; */ font-style: italic; margin-left: 3em; @@ -1654,7 +1654,7 @@ } .disabled-plugin pre { color: black; - background: #ddd; + background-color: #ddd; margin: 0; padding: 0.3ex 0.5em; } @@ -1666,15 +1666,15 @@ font-weight: normal; padding-left: 1em; } -.search-context { background: white; font-style: oblique; } +.search-context { background-color: white; font-style: oblique; } .search-term { - background: yellow; + background-color: yellow; font-weight: normal; } a.spell-wrong { color:#ba0000; - background: yellow; + background-color: yellow; } span.spell-wrong { color:#ba0000; @@ -1883,7 +1883,7 @@ margin-bottom: 0.1ex; } .wiki-edithelp { - background: white; + background-color: white; border: medium solid #fff8dc; /* darker ivory */ padding-left: 0.5em; padding-right: 0.5em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |