From: <var...@us...> - 2016-01-18 10:17:04
|
Revision: 9766 http://sourceforge.net/p/phpwiki/code/9766 Author: vargenau Date: 2016-01-18 10:17:01 +0000 (Mon, 18 Jan 2016) Log Message: ----------- Replace Alcatel-Lucent violet by blue Modified Paths: -------------- trunk/themes/MonoBook/monobook.css trunk/themes/Sidebar/sidebar.css trunk/themes/fusionforge/fusionforge.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2016-01-18 10:07:54 UTC (rev 9765) +++ trunk/themes/MonoBook/monobook.css 2016-01-18 10:17:01 UTC (rev 9766) @@ -2179,7 +2179,7 @@ td.tdselected { color: white; - background-color: #554295; + background-color: #124191; } td.tdunselected { Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2016-01-18 10:07:54 UTC (rev 9765) +++ trunk/themes/Sidebar/sidebar.css 2016-01-18 10:17:01 UTC (rev 9766) @@ -2289,7 +2289,7 @@ td.tdselected { color: white; - background-color: #554295; + background-color: #124191; } td.tdunselected { Modified: trunk/themes/fusionforge/fusionforge.css =================================================================== --- trunk/themes/fusionforge/fusionforge.css 2016-01-18 10:07:54 UTC (rev 9765) +++ trunk/themes/fusionforge/fusionforge.css 2016-01-18 10:17:01 UTC (rev 9766) @@ -93,7 +93,7 @@ padding-bottom: 6px; vertical-align: middle; font-family: 'trebuchet MS', Arial, Helvetica, sans-serif; - color: #554295; /* Alcatel-Lucent violet */ + color: #124191; font-weight: normal; font-size: 1.8em; line-height: 1.3em; @@ -104,7 +104,7 @@ /* Hack for the wiki that inserts an unneccessary </p> */ .titlebar p { - color: #554295; /* Alcatel-Lucent violet */ + color: #124191; font-size: 1em; margin-bottom: 0; margin-top: 0; @@ -1293,7 +1293,7 @@ td.tdselected { color: white; - background-color: #554295; + background-color: #124191; } td.tdunselected { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |