From: <var...@us...> - 2010-11-23 18:18:57
|
Revision: 7741 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7741&view=rev Author: vargenau Date: 2010-11-23 18:18:50 +0000 (Tue, 23 Nov 2010) Log Message: ----------- Glue tabs; do not force white background Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-11 14:45:18 UTC (rev 7740) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-23 18:18:50 UTC (rev 7741) @@ -49,9 +49,6 @@ /* Hide the elements we put in just to get around NS4 bugs. */ div.br { display: none; } -/* This makes spacings in NS4 too big. */ -.toolbar, div.toolbar { margin: 0.5ex 0ex; } - /* This breaks NS4, but is necessary for IE4. */ div.wikitext { width: auto; } @@ -118,11 +115,6 @@ img.inlineimage { vertical-align: middle; } /** - * Edit Page & View Source - */ -/* color: inherit; and background: inherit; display as lime in NS4 */ - -/** * Diff Output */ .diff .prefix { @@ -172,7 +164,6 @@ div.wikitext { margin-top: 1ex; margin-bottom: 0.5ex; - background: white; padding-bottom: 1em; clear: both; } @@ -938,7 +929,6 @@ #content { margin: 0; padding: 1em 1em 1.5em 1em; - background: white; border: 1px solid #aaaaaa; line-height: 1.2em; position: relative; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-26 08:31:42
|
Revision: 7742 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7742&view=rev Author: vargenau Date: 2010-11-26 08:31:36 +0000 (Fri, 26 Nov 2010) Log Message: ----------- White space Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-23 18:18:50 UTC (rev 7741) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 08:31:36 UTC (rev 7742) @@ -2,7 +2,7 @@ * $Id$ * * Copyright (C) 2002-2007 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2009 Alcatel-Lucent + * Copyright (C) 2008-2010 Alcatel-Lucent * * This file is part of PhpWiki. * @@ -248,10 +248,10 @@ * headings */ div.toc p.toctitle, h2, h3, h4, h5, h6 { - font-family: Verdana, Arial, Helvetica, sans-serif; - padding-top: .5em; - padding-bottom: .17em; - border-bottom: 1px solid #aaaaaa; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding-top: .5em; + padding-bottom: .17em; + border-bottom: 1px solid #aaaaaa; } h1, h1 .backlinks, h2, .wikitext h2 a, h3, .wikitext h3 a, h4, .wikitext h4 a, h5, h6 { @@ -291,7 +291,7 @@ * Toolbar */ .toolbar, input.button, #signin { - font-family: Verdana, Arial, Helvetica, sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; } .toolbar { @@ -317,7 +317,7 @@ } .tooltitle { - font-weight: bold ; + font-weight: bold ; } #navbuttons, #actionbuttons { @@ -743,19 +743,19 @@ * "E-mail" style blockquote */ blockquote.mail-style-quote { - margin: 0em; - margin-bottom: 1em; - border: 1px solid #284; - padding: 0.5em; + margin: 0em; + margin-bottom: 1em; + border: 1px solid #284; + padding: 0.5em; } .mail-style-quote blockquote.mail-style-quote { - margin-left: 0.3em; - margin-bottom : 0em; - background: transparent; - border-style: none; - border-left: medium solid #284; - padding: 0em; - padding-left: 0.5em; + margin-left: 0.3em; + margin-bottom : 0em; + background: transparent; + border-style: none; + border-left: medium solid #284; + padding: 0em; + padding-left: 0.5em; } /* @@ -938,9 +938,9 @@ /* the left column width is specified in class .portlet */ #footer { - text-align: right; - vertical-align: bottom; - font-style: italic; + text-align: right; + vertical-align: bottom; + font-style: italic; } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-26 08:51:11
|
Revision: 7743 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7743&view=rev Author: vargenau Date: 2010-11-26 08:51:05 +0000 (Fri, 26 Nov 2010) Log Message: ----------- navbuttons unused in fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 08:31:36 UTC (rev 7742) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 08:51:05 UTC (rev 7743) @@ -95,7 +95,7 @@ /* Add space between the input field and following buttons, but not after the last button. */ div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; } -div#navbuttons, div#signin, div#actionbuttons { line-height: 3.0ex; } +div#signin, div#actionbuttons { line-height: 3.0ex; } /* QuestionMark */ .wikiunknown a, .named-wikiunknown a { @@ -320,25 +320,19 @@ font-weight: bold ; } -#navbuttons, #actionbuttons { +#actionbuttons { white-space: nowrap; } -#navbuttons .named-wiki, #actionbuttons .named-wiki, -#navbuttons .wikiaction, #actionbuttons .wikiaction, -#navbuttons .wikiadmin, #actionbuttons .wikiadmin { font-weight: normal; color: #565c5e; /* Alcatel-Lucent grey */ } -#navbuttons .named-wiki:hover, #actionbuttons .named-wiki:hover, -#navbuttons .wikiaction:hover, #actionbuttons .wikiaction:hover, -#navbuttons .wikiadmin:hover, #actionbuttons .wikiadmin:hover { text-decoration: underline; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-26 09:00:58
|
Revision: 7744 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7744&view=rev Author: vargenau Date: 2010-11-26 09:00:52 +0000 (Fri, 26 Nov 2010) Log Message: ----------- signin unused in fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 08:51:05 UTC (rev 7743) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:00:52 UTC (rev 7744) @@ -95,7 +95,7 @@ /* Add space between the input field and following buttons, but not after the last button. */ div.wikiaction input[type=text], div.wikiadmin input[type=text], form.wikiadmin input[type=file] { margin-right: 0.5em; } -div#signin, div#actionbuttons { line-height: 3.0ex; } +div#actionbuttons { line-height: 3.0ex; } /* QuestionMark */ .wikiunknown a, .named-wikiunknown a { @@ -290,7 +290,7 @@ /** * Toolbar */ -.toolbar, input.button, #signin { +.toolbar, input.button { font-family: Verdana, Arial, Helvetica, sans-serif; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-26 09:17:10
|
Revision: 7745 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7745&view=rev Author: vargenau Date: 2010-11-26 09:17:02 +0000 (Fri, 26 Nov 2010) Log Message: ----------- Comments for plugins Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:00:52 UTC (rev 7744) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:17:02 UTC (rev 7745) @@ -114,9 +114,8 @@ img.inlineimage { vertical-align: middle; } -/** - * Diff Output - */ +/* Diff plugin ======================================================== */ + .diff .prefix { position: relative; left: -1em; @@ -228,9 +227,8 @@ .interwiki, i.interwiki .wikipage, em .interwiki .wikipage { font-style: oblique; } .interwiki .wikipage, i .interwiki, em .interwiki { font-style: normal; } -/** - * Table of content - */ +/* CreateToc plugin =================================================== */ + div.toc { border: 1px solid #aaaaaa; background-color: #f9f9f9; @@ -442,13 +440,15 @@ list-style-image: none; } -/* PageTrail plugin */ +/* PageTrail plugin =================================================== */ + .pagetrail { background-color: #FFFF99; padding: 0.2em; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { text-align: right; font-style: oblique; @@ -491,9 +491,8 @@ margin: 0; } -/** - * Calendar plugin - */ +/* Calendar plugin ==================================================== */ + table.cal { border: 1px outset gray; background: white; @@ -620,9 +619,8 @@ /* added words */ .diff ins { background: #9f9; } -/** - * PageHistory, Info - */ +/* PageInfo plugin ==================================================== */ + td.pageinfo { font-weight: bold; } .pageinfo-minoredit, .pageinfo-authorid { font-size: smaller; @@ -696,6 +694,8 @@ padding: 0.3ex 0.5em; } +/* RedirectTo plugin ================================================== */ + /* "(Redirected from ...)" message. */ span.redirectfrom { font-size: small; @@ -904,17 +904,15 @@ border: 1px solid gray; } -/** - * TeX2png plugin - */ +/* TeX2png plugin ===================================================== */ + img.tex { border: 0ex; vertical-align: middle; } -/** - * PhotoAlbum plugin - */ +/* PhotoAlbum plugin ================================================== */ + .boldsmall { font-weight: bold; font-size: 11px; @@ -976,7 +974,8 @@ background-color: #d8d8d8; } -/* plugin BoxRight */ +/* BoxRight plugin ==================================================== */ + div.boxright { background-color: #e9fbff; width: 200px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-11-26 09:25:29
|
Revision: 7746 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7746&view=rev Author: vargenau Date: 2010-11-26 09:25:23 +0000 (Fri, 26 Nov 2010) Log Message: ----------- Group things Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:17:02 UTC (rev 7745) +++ trunk/themes/fusionforge/fusionforge.css 2010-11-26 09:25:23 UTC (rev 7746) @@ -43,6 +43,10 @@ * ALONE BASIS." */ +/** + * General + */ + /* Because in some cases there is a <p> in nested lists */ li p { margin:0; } @@ -54,10 +58,6 @@ div.wikitext table p { margin-top: 0.3em; margin-bottom: 0.3em;} -/** - * General - */ -/* for NS4 */ img { vertical-align: baseline; } input { margin: 0.1em; } input.numeric { text-align: right; } @@ -71,6 +71,21 @@ background-color: white; } +img { border: 0ex; } + +form { margin: 0ex; } + +table { + /* For Mozilla */ + empty-cells: show; +} + +caption { + caption-side: top; + text-align: left; + margin-bottom: .5ex; +} + /** * Wiki Forms * @@ -114,37 +129,7 @@ img.inlineimage { vertical-align: middle; } -/* Diff plugin ======================================================== */ - -.diff .prefix { - position: relative; - left: -1em; -} -/* deleted & added words */ -.diff del, .diff ins { - padding-left: 1px; - padding-right: 1px; -} - /** - * General - */ -img { border: 0ex; } - -form { margin: 0ex; } - -table { - /* For Mozilla */ - empty-cells: show; -} - -caption { - caption-side: top; - text-align: left; - margin-bottom: .5ex; -} - -/** * Wiki */ @@ -536,9 +521,18 @@ /* text */ table.cal td.cal-today a.cal-hide { } -/** - * Diff Output - */ +/* Diff plugin ======================================================== */ + +.diff .prefix { + position: relative; + left: -1em; +} +/* deleted & added words */ +.diff del, .diff ins { + padding-left: 1px; + padding-right: 1px; +} + /* main box */ .diff { margin-top: 1ex; @@ -857,7 +851,6 @@ clear: both; } - /* postnuke css:*/ .gensmall{font-size:10px} .genmed{font-size:11px} @@ -1018,6 +1011,8 @@ font-style: oblique; } +/* RateIt plugin ====================================================== */ + .rateit { font-size: 60%; font-weight: bold; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-20 14:27:14
|
Revision: 7792 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7792&view=rev Author: vargenau Date: 2010-12-20 14:27:07 +0000 (Mon, 20 Dec 2010) Log Message: ----------- Align Phpwiki "errors" class with Fusionforge "error" Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-12-20 14:13:33 UTC (rev 7791) +++ trunk/themes/fusionforge/fusionforge.css 2010-12-20 14:27:07 UTC (rev 7792) @@ -621,11 +621,16 @@ .errors { font-weight: bold; + font-size: 11px; + text-align: left; border-width: 2px; border-style: solid; background-color: #ffc0cb; /* pink */ border-color: red; padding: 0.5em; + border-radius: 1em; + -moz-border-radius: 1em; + -webkit-border-radius: 1em; } .warning { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-12-20 15:40:06
|
Revision: 7794 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7794&view=rev Author: vargenau Date: 2010-12-20 15:40:00 +0000 (Mon, 20 Dec 2010) Log Message: ----------- Align "hint" with "warning" and "errors" Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2010-12-20 14:27:45 UTC (rev 7793) +++ trunk/themes/fusionforge/fusionforge.css 2010-12-20 15:40:00 UTC (rev 7794) @@ -619,6 +619,8 @@ font-style: oblique; } +/* Banners ============================================================ */ + .errors { font-weight: bold; font-size: 11px; @@ -660,14 +662,20 @@ /* Hints */ .hint { - color: black; - background: #eeeeee; - font-style: italic; - margin-left: 3em; - padding: 0.5ex 0.5em; - border: thin solid #aaaaaa; + font-weight: bold; + font-size: 11px; + text-align: left; + border-width: 2px; + border-style: solid; + background-color: #eeeeee; + border-color: black; + padding: 0.5em; + border-radius: 1em; + -moz-border-radius: 1em; + -webkit-border-radius: 1em; } -span.hint { + +span.warning, span.errors, span.hint { padding: 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-01-07 12:20:45
|
Revision: 7820 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7820&view=rev Author: vargenau Date: 2011-01-07 12:20:39 +0000 (Fri, 07 Jan 2011) Log Message: ----------- Remove useless border Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-01-07 10:04:56 UTC (rev 7819) +++ trunk/themes/fusionforge/fusionforge.css 2011-01-07 12:20:39 UTC (rev 7820) @@ -347,7 +347,6 @@ #logo img { float: right; - border: 1px black solid; /* "paper" borders */ border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; @@ -536,7 +535,6 @@ margin-top: 1ex; margin-bottom: 0.5ex; background: white; - border: 1px #ccc solid; color: black; border-top: 1px solid #494f5d; border-left: 1px solid #494f5d; @@ -565,7 +563,6 @@ margin-top: 0; margin-bottom: 0; background: white; - border: 1px black solid; border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; @@ -765,7 +762,6 @@ .floatright { float: right; } div.wikiblog { - /* border: thin black solid; */ margin: 1ex 2em; padding: 0 0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-01-21 14:18:49
|
Revision: 7854 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7854&view=rev Author: vargenau Date: 2011-01-21 14:18:43 +0000 (Fri, 21 Jan 2011) Log Message: ----------- No rounding for <span> Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-01-21 13:28:47 UTC (rev 7853) +++ trunk/themes/fusionforge/fusionforge.css 2011-01-21 14:18:43 UTC (rev 7854) @@ -610,67 +610,49 @@ /* Banners ============================================================ */ -.error { +.error, .warning, .debug, .hint { font-weight: bold; font-size: 11px; text-align: left; border-width: 2px; border-style: solid; + padding: 0.5em; +} + +.error { background-color: #ffc0cb; /* pink */ border-color: red; - padding: 0.5em; - border-radius: 1em; - -moz-border-radius: 1em; - -webkit-border-radius: 1em; } .warning { - font-weight: bold; - font-size: 11px; - text-align: left; - border-width: 2px; - border-style: solid; background-color: #ffd297; /* orange */ border-color: #FFA500; /* orange */ - padding: 0.5em; - border-radius: 1em; - -moz-border-radius: 1em; - -webkit-border-radius: 1em; } -/* 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 */ + background-color: white; + border-color: #fff8dc; /* darker ivory */ } -/* Hints */ .hint { - font-weight: bold; - font-size: 11px; - text-align: left; - border-width: 2px; - border-style: solid; background-color: #eeeeee; border-color: black; - padding: 0.5em; +} + +p.error, p.warning, p.debug, p.hint, +div.error div.warning, div.debug, div.hint { border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } -span.warning, span.error, span.hint { +span.error, span.warning, span.debug, span.hint { padding: 0; } -/* Disabled Plugins */ -.disabled-plugin -{ +/* Disabled Plugins ================================================== */ + +.disabled-plugin { clear: both; margin: 1ex 0; padding: 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-03-10 10:52:40
|
Revision: 7981 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7981&view=rev Author: vargenau Date: 2011-03-10 10:52:34 +0000 (Thu, 10 Mar 2011) Log Message: ----------- Better use background-color Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-03-10 10:48:31 UTC (rev 7980) +++ trunk/themes/fusionforge/fusionforge.css 2011-03-10 10:52:34 UTC (rev 7981) @@ -722,7 +722,7 @@ .mail-style-quote blockquote.mail-style-quote { margin-left: 0.3em; margin-bottom : 0em; - background: transparent; + background-color: transparent; border-style: none; border-left: medium solid #284; padding: 0em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-05-04 10:28:41
|
Revision: 8066 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8066&view=rev Author: vargenau Date: 2011-05-04 10:28:35 +0000 (Wed, 04 May 2011) Log Message: ----------- Update CSS for Fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-05-04 10:27:44 UTC (rev 8065) +++ trunk/themes/fusionforge/fusionforge.css 2011-05-04 10:28:35 UTC (rev 8066) @@ -47,6 +47,60 @@ * General */ +body { + margin: 0 0 0 0; +} + +form { margin: 0; } + +img { border: 0; vertical-align: middle; } + +body { + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #565c5e; /* Alcatel-Lucent grey */ +} + +h1 { font-size: 1.8em; } +h2 { font-size: 1.6em; line-height:1.1em;} +h3 { font-size: 1.2em; line-height:1.3em;} +h4 { font-size: 1.0em; line-height:1.3em;} +h5 { font-size: 0.8em; } +h6 { font-size: 0.6em; } + +/* Titles in the page. */ +h1, .titlebar, .widget_titlebar { + background: url(/themes/alcatel-lucent/images/bgrd_hpage_header.gif) white; + background-position: bottom; + background-repeat: repeat-x; + padding-left: 10px; + padding-right: 10px; + padding-top: 4px; + padding-bottom: 6px; + border-top:1px solid #dddddd; + border-bottom:1px solid #dddddd; + vertical-align: middle; + font-family: 'trebuchet MS', Arial, Helvetica, sans-serif; + color: #554295; /* Alcatel-Lucent violet */ + font-weight: normal; + font-size: 1.8em; + line-height: 1.3em; + text-align: left; + height: 24px; + margin-top: 4px; +} + +/* Hack for the wiki that inserts an unneccessary </p> */ +.titlebar p { + color: #554295; /* Alcatel-Lucent violet */ + font-size: 1em; + margin-bottom: 0; + margin-top: 0; +} + +.titlebar a { + padding-left: 10px; +} + /* Because in some cases there is a <p> in nested lists */ li p { margin:0; } @@ -619,25 +673,95 @@ /* Banners ============================================================ */ +p.success, p.feedback, p.warning, p.warning_msg, p.error, p.information, +div.success, div.feedback, div.warning, div.warning_msg, div.error, div.information { + font-weight: bold; + font-size: 12px; + text-align: center; + border: 1px solid; + margin: 15px 0px; + padding: 10px 10px 10px 10px; +} + +.success, .feedback { + border-color: green; + background-color: #DFF2BF; +} +.warning_msg, .warning { + border-color: orange; + background-color: #FEEFB3; +} +.error { + border-color: red; + background-color: #FFBABA; +} +.information { + border-color: blue; + background-color: #BDE5F8; +} + +p.success, p.feedback, +p.warning, p.warning_msg, +p.error, +p.information, +div.success, div.feedback, +div.warning, div.warning_msg, +div.error, +div.information { + text-align: left; + background-repeat: no-repeat; + background-position: 10px; + -moz-border-radius: 1em; + -webkit-border-radius: 1em; + border-radius: 1em; + padding: 10px 10px 10px 50px; +} + +div.success, div.feedback, +p.success, p.feedback { + color: #4F8A10; + background-image:url('/themes/base-alcatel-lucent/images/success.png'); +} +div.feedback p, div.feedback li, +div.success p, div.success li { + color: #4F8A10; +} + +div.warning, div.warning_msg, +p.warning, p.warning_msg { + color: #9F6000; + background-image: url('/themes/base-alcatel-lucent/images/warning.png'); +} +div.warning p, div.warning_msg p, +div.warning li, div.warning_msg li { + color: #9F6000; +} + +div.error, +p.error { + color: #D8000C; + background-image: url('/themes/base-alcatel-lucent/images/error.png'); +} +div.error p, +div.error li { + color: #D8000C; +} + +div.information, +p.information { + color: #00529B; + background-image: url('/themes/base-alcatel-lucent/images/info.png'); +} + .error, .warning, .debug, .hint { font-weight: bold; font-size: 11px; text-align: left; - border-width: 2px; + border-width: 1px; border-style: solid; padding: 0.5em; } -.error { - background-color: #ffc0cb; /* pink */ - border-color: red; -} - -.warning { - background-color: #ffd297; /* orange */ - border-color: #FFA500; /* orange */ -} - .debug { background-color: white; border-color: #fff8dc; /* darker ivory */ @@ -648,13 +772,6 @@ border-color: black; } -p.error, p.warning, p.debug, p.hint, -div.error div.warning, div.debug, div.hint { - border-radius: 1em; - -moz-border-radius: 1em; - -webkit-border-radius: 1em; -} - span.error, span.warning, span.debug, span.hint { padding: 0; } @@ -987,6 +1104,11 @@ } /* Main wiki browse banner */ + +.browsebanner { + clear: both; +} + .browsebanner table { width: 100%; background-color: #e9fbff; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-09-12 16:50:29
|
Revision: 8107 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8107&view=rev Author: vargenau Date: 2011-09-12 16:50:23 +0000 (Mon, 12 Sep 2011) Log Message: ----------- alcatel-lucent --> base-alcatel-lucent Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-09-12 12:13:42 UTC (rev 8106) +++ trunk/themes/fusionforge/fusionforge.css 2011-09-12 16:50:23 UTC (rev 8107) @@ -69,7 +69,7 @@ /* Titles in the page. */ h1, .titlebar, .widget_titlebar { - background: url(/themes/alcatel-lucent/images/bgrd_hpage_header.gif) white; + background: url(/themes/base-alcatel-lucent/images/bgrd_hpage_header.gif) white; background-position: bottom; background-repeat: repeat-x; padding-left: 10px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-09-12 17:52:44
|
Revision: 8108 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8108&view=rev Author: vargenau Date: 2011-09-12 17:52:37 +0000 (Mon, 12 Sep 2011) Log Message: ----------- Group CSS rules Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-09-12 16:50:23 UTC (rev 8107) +++ trunk/themes/fusionforge/fusionforge.css 2011-09-12 17:52:37 UTC (rev 8108) @@ -48,18 +48,15 @@ */ body { - margin: 0 0 0 0; + margin: 0 0 0 0; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #565c5e; /* Alcatel-Lucent grey */ } form { margin: 0; } -img { border: 0; vertical-align: middle; } +img { border: 0; vertical-align: baseline; } -body { - font-family: Verdana, Arial, Helvetica, sans-serif; - color: #565c5e; /* Alcatel-Lucent grey */ -} - h1 { font-size: 1.8em; } h2 { font-size: 1.6em; line-height:1.1em;} h3 { font-size: 1.2em; line-height:1.3em;} @@ -106,7 +103,6 @@ div.wikitext table p { margin-top: 0.3em; margin-bottom: 0.3em;} -img { vertical-align: baseline; } input { margin: 0.1em; } input.numeric { text-align: right; } @@ -119,10 +115,6 @@ background-color: white; } -img { border: 0; } - -form { margin: 0ex; } - table { /* For Mozilla */ empty-cells: show; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-09-13 07:22:29
|
Revision: 8112 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8112&view=rev Author: vargenau Date: 2011-09-13 07:22:20 +0000 (Tue, 13 Sep 2011) Log Message: ----------- No LSHighlight Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2011-09-13 07:09:49 UTC (rev 8111) +++ trunk/themes/fusionforge/fusionforge.css 2011-09-13 07:22:20 UTC (rev 8112) @@ -444,9 +444,6 @@ font-size: 9px; overflow: hidden; } -#LSHighlight { - background-color: #f08000; -} #LSResult .evenrow { background-color: #f0f0f0; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-29 17:42:18
|
Revision: 8576 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8576&view=rev Author: vargenau Date: 2012-11-29 17:42:12 +0000 (Thu, 29 Nov 2012) Log Message: ----------- white-space: nowrap for caption Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2012-11-29 17:41:30 UTC (rev 8575) +++ trunk/themes/fusionforge/fusionforge.css 2012-11-29 17:42:12 UTC (rev 8576) @@ -150,6 +150,7 @@ caption-side: top; text-align: left; margin-bottom: .5ex; + white-space: nowrap; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2014-05-27 09:10:13
|
Revision: 8857 http://sourceforge.net/p/phpwiki/code/8857 Author: vargenau Date: 2014-05-27 09:10:11 +0000 (Tue, 27 May 2014) Log Message: ----------- CSS: you can wrap a.wikiaction in fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2014-05-26 14:34:55 UTC (rev 8856) +++ trunk/themes/fusionforge/fusionforge.css 2014-05-27 09:10:11 UTC (rev 8857) @@ -244,7 +244,7 @@ } /* Action buttons */ -a.wikiaction, a.wiki-rc-action, a.wikiunsafe, +a.wiki-rc-action, a.wikiunsafe, input.wikiaction, input.button, input.wikiadmin { text-decoration: none; /* don't wrap text buttons */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-04 16:17:32
|
Revision: 9602 http://sourceforge.net/p/phpwiki/code/9602 Author: vargenau Date: 2015-03-04 16:17:29 +0000 (Wed, 04 Mar 2015) Log Message: ----------- RateIt text is too small Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-03-04 16:12:24 UTC (rev 9601) +++ trunk/themes/fusionforge/fusionforge.css 2015-03-04 16:17:29 UTC (rev 9602) @@ -1325,7 +1325,6 @@ /* RateIt plugin ====================================================== */ .rateit { - font-size: 60%; font-weight: bold; vertical-align: middle; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-03-18 14:19:40
|
Revision: 9628 http://sourceforge.net/p/phpwiki/code/9628 Author: vargenau Date: 2015-03-18 14:19:38 +0000 (Wed, 18 Mar 2015) Log Message: ----------- Revert RateIt fusionforge font-size Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-03-18 14:15:57 UTC (rev 9627) +++ trunk/themes/fusionforge/fusionforge.css 2015-03-18 14:19:38 UTC (rev 9628) @@ -1325,6 +1325,7 @@ /* RateIt plugin ====================================================== */ .rateit { + font-size: 60%; font-weight: bold; vertical-align: middle; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-04-14 16:30:30
|
Revision: 9667 http://sourceforge.net/p/phpwiki/code/9667 Author: vargenau Date: 2015-04-14 16:30:28 +0000 (Tue, 14 Apr 2015) Log Message: ----------- Align toolbar icons for Fusionforge Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-04-10 17:36:55 UTC (rev 9666) +++ trunk/themes/fusionforge/fusionforge.css 2015-04-14 16:30:28 UTC (rev 9667) @@ -418,6 +418,10 @@ cursor: pointer; } +input.toolbar { + margin: 0; +} + input.button { font-family: Verdana, Arial, Helvetica, sans-serif; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2015-04-17 16:18:38
|
Revision: 9687 http://sourceforge.net/p/phpwiki/code/9687 Author: vargenau Date: 2015-04-17 16:18:31 +0000 (Fri, 17 Apr 2015) Log Message: ----------- Remove IE6/IE7 support Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2015-04-17 09:21:14 UTC (rev 9686) +++ trunk/themes/fusionforge/fusionforge.css 2015-04-17 16:18:31 UTC (rev 9687) @@ -479,13 +479,6 @@ margin-right: 10px; } -/* Smaller for IE6 and IE7: else moves the area down */ -.ie67 #actionbuttons li { - padding-left: 0.2em; - padding-right: 0.2em; - margin-right: 5px; -} - #actionbuttons li.bold a { font-weight: bold; } @@ -517,11 +510,6 @@ padding: 2px; } -/* Not for IE6 and IE7: moves the area down */ -.ie67 textarea.wikiedit { - width: auto; -} - #editarea-size { margin-top: 1ex; text-align: right; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2016-11-18 16:23:22
|
Revision: 9974 http://sourceforge.net/p/phpwiki/code/9974 Author: vargenau Date: 2016-11-18 16:23:19 +0000 (Fri, 18 Nov 2016) Log Message: ----------- Fix <hr> color and height in Fusionforge theme Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2016-10-16 16:28:21 UTC (rev 9973) +++ trunk/themes/fusionforge/fusionforge.css 2016-11-18 16:23:19 UTC (rev 9974) @@ -51,6 +51,11 @@ color: #565c5e; /* Alcatel-Lucent grey */ } +hr { + height: 2px; + background-color: #aaaaaa; +} + textarea { font-family: monospace; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2017-05-23 13:47:45
|
Revision: 10009 http://sourceforge.net/p/phpwiki/code/10009 Author: vargenau Date: 2017-05-23 13:47:42 +0000 (Tue, 23 May 2017) Log Message: ----------- label display inline-block: Summary in the edit page to be aligned Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2017-05-23 09:34:22 UTC (rev 10008) +++ trunk/themes/fusionforge/fusionforge.css 2017-05-23 13:47:42 UTC (rev 10009) @@ -162,6 +162,10 @@ white-space: nowrap; } +label { + display: inline-block; +} + table.sortable th.header { background-image: url(../default/buttons/sort_none.gif); cursor: pointer; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2017-10-10 11:41:13
|
Revision: 10043 http://sourceforge.net/p/phpwiki/code/10043 Author: vargenau Date: 2017-10-10 11:41:11 +0000 (Tue, 10 Oct 2017) Log Message: ----------- Remove unused CSS: #LSResult Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2017-10-10 11:36:36 UTC (rev 10042) +++ trunk/themes/fusionforge/fusionforge.css 2017-10-10 11:41:11 UTC (rev 10043) @@ -550,21 +550,6 @@ 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; -} - -#LSResult .evenrow { - background-color: #f0f0f0; -} - /* PageTrail plugin =================================================== */ .pagetrail { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2017-10-11 15:51:24
|
Revision: 10053 http://sourceforge.net/p/phpwiki/code/10053 Author: vargenau Date: 2017-10-11 15:51:21 +0000 (Wed, 11 Oct 2017) Log Message: ----------- Remove empty CSS Modified Paths: -------------- trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2017-10-11 15:32:12 UTC (rev 10052) +++ trunk/themes/fusionforge/fusionforge.css 2017-10-11 15:51:21 UTC (rev 10053) @@ -945,12 +945,7 @@ padding: 0.5ex 0.5em; } -div.wikiblog-header { - /* background-color: #ccf; */ -} - div.wikiblog > div.wikiblog-footer { - /* background-color: #eee; */ padding: 0.2ex 0.5em; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |