From: <var...@us...> - 2009-03-27 09:23:30
|
Revision: 6723 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6723&view=rev Author: vargenau Date: 2009-03-27 09:23:18 +0000 (Fri, 27 Mar 2009) Log Message: ----------- Fix list spacing Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-03-27 09:22:02 UTC (rev 6722) +++ trunk/themes/gforge/gforge.css 2009-03-27 09:23:18 UTC (rev 6723) @@ -41,6 +41,9 @@ * ALONE BASIS." */ +/* Because in some cases there is a <p> in nested lists */ +li p { margin:0; } + /* Hide the elements we put in just to get around NS4 bugs. */ div.br { display: none; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-06-15 13:17:26
|
Revision: 6936 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6936&view=rev Author: vargenau Date: 2009-06-15 13:17:22 +0000 (Mon, 15 Jun 2009) Log Message: ----------- Add background-color for fieldset Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-06-15 12:59:13 UTC (rev 6935) +++ trunk/themes/gforge/gforge.css 2009-06-15 13:17:22 UTC (rev 6936) @@ -61,6 +61,10 @@ input { margin: 0.1em; } input.numeric { text-align: right; } +fieldset { + background-color: #e0f3f7; +} + /** * Wiki Forms * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-09-28 12:53:28
|
Revision: 7163 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7163&view=rev Author: vargenau Date: 2009-09-28 12:53:12 +0000 (Mon, 28 Sep 2009) Log Message: ----------- Add CSS for legend Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-09-26 18:13:50 UTC (rev 7162) +++ trunk/themes/gforge/gforge.css 2009-09-28 12:53:12 UTC (rev 7163) @@ -69,6 +69,11 @@ background-color: #e0f3f7; } +legend { + border: 1px solid #d8d8e7; + background-color: white; +} + /** * Wiki Forms * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-10-02 08:09:39
|
Revision: 7170 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7170&view=rev Author: vargenau Date: 2009-10-02 08:09:27 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Inline images are vertically centered Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-10-01 17:56:54 UTC (rev 7169) +++ trunk/themes/gforge/gforge.css 2009-10-02 08:09:27 UTC (rev 7170) @@ -115,6 +115,8 @@ /* Link icons */ img.linkicon { vertical-align: middle; } +img.inlineimage { vertical-align: middle; } + /** * Edit Page & View Source */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-10-09 17:17:20
|
Revision: 7201 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7201&view=rev Author: vargenau Date: 2009-10-09 17:17:10 +0000 (Fri, 09 Oct 2009) Log Message: ----------- Align Phpwiki "errors" class with "error" class from Gforge Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2009-10-09 17:00:54 UTC (rev 7200) +++ trunk/themes/gforge/gforge.css 2009-10-09 17:17:10 UTC (rev 7201) @@ -136,12 +136,6 @@ } /** - * Other - */ -/* PHP Warnings */ -div.errors { font-size: smaller } - -/** * General */ img { border: 0ex; } @@ -651,25 +645,15 @@ font-style: oblique; } -/* 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; + font-weight: bold; + border-width: 2px; + border-style: solid; + background-color: #ffc0cb; /* pink */ + border-color: red; + padding: 0.5em; } -h4.errors { - color: red; - margin: 0; - padding: 0; - text-decoration: underline; -} + div.warning { color: black; background: #eee; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-01-22 15:27:06
|
Revision: 7292 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7292&view=rev Author: vargenau Date: 2010-01-22 15:26:58 +0000 (Fri, 22 Jan 2010) Log Message: ----------- Fix caption centering problem Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2010-01-22 15:16:55 UTC (rev 7291) +++ trunk/themes/gforge/gforge.css 2010-01-22 15:26:58 UTC (rev 7292) @@ -151,7 +151,6 @@ caption-side: top; text-align: left; margin-bottom: .5ex; - width: 100%; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-01-22 15:28:58
|
Revision: 7293 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7293&view=rev Author: vargenau Date: 2010-01-22 15:28:52 +0000 (Fri, 22 Jan 2010) Log Message: ----------- Improve RssFeed plugin CSS Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2010-01-22 15:26:58 UTC (rev 7292) +++ trunk/themes/gforge/gforge.css 2010-01-22 15:28:52 UTC (rev 7293) @@ -894,14 +894,19 @@ td.sidebar { border-spacing: 0px; margin: 0ex;} /* 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; } +div.rss { margin: 1em; padding: 1em; } +div.feed { margin: -0.5em; margin-bottom: 0em; padding: 0.3em; + font-weight: bold; font-size: 1.2em; } +.chandesc { font-weight: bold; } +div.rssitem { padding-top:1em; padding-bottom: 1em; + border-top: 2px solid #565c5e; /* Alcatel-Lucent grey */ } +div.itemname { padding-bottom: 1em; font-weight: bold; } +div.itemdesc { padding-left: 1em; } +div.authordate { font-style: italic; } a.rssicon { font-weight:normal; font-size:small; vertical-align:middle; } /* SqlResult */ -table.sqlresult { +table.sqlresult { border: 1px outset gray; background: white; margin: 0.5ex 0.5em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-05-04 13:38:00
|
Revision: 7376 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7376&view=rev Author: vargenau Date: 2010-05-04 13:37:54 +0000 (Tue, 04 May 2010) Log Message: ----------- Add style for rateit Modified Paths: -------------- trunk/themes/gforge/gforge.css Modified: trunk/themes/gforge/gforge.css =================================================================== --- trunk/themes/gforge/gforge.css 2010-05-04 13:32:35 UTC (rev 7375) +++ trunk/themes/gforge/gforge.css 2010-05-04 13:37:54 UTC (rev 7376) @@ -1033,6 +1033,12 @@ font-style: oblique; } +.rateit { + font-size: 60%; + font-weight: bold; + vertical-align: middle; +} + /* For emacs users * * Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |