Scarab commit: svn commit: r11263 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins
[email protected] Wed, 16 May 2012 08:33:43 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2012-05-16 08:33:43-0700
New Revision: 11263
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/classic.css
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Log:
fixes for modern skin (better readability)
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/classic.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/classic.css?view=diff&pathrev=11263&r1=11262&r2=11263
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/classic.css (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/classic.css 2012-05-16 08:33:43-0700
@@ -81,7 +81,7 @@
#scb_banner {
font-size: 1.25em;
border-top: 1px solid #369;
- background-color: #036;
+ background-color: #5a1b1b;
color: #fff;
}
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css?view=diff&pathrev=11263&r1=11262&r2=11263
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css 2012-05-16 08:33:43-0700
@@ -370,7 +370,9 @@
/* ==== From here on downwards the refactoring must still take place. ==== */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
+//div.axial {
+// background-color:#bbbbbb;
+//}
/* ============================================================== */
@@ -446,8 +448,19 @@
div div.sublist {
margin-left:10px;
background-image: none;
+ font-weight:normal;
}
+.scarab-toolgroup div.list-header a {
+ font-weight:bold;
+}
+
+div#navcolumn div.list-header a {
+ color:#000000;
+}
+
+
+
#searchbox .body div,#navcolumn .body .heading {
@@ -461,7 +474,7 @@
}
a:active,a:hover,#leftcol a:active,#leftcol a:hover {
- color: #c60004 !important;
+ color: #b00000 !important;
}
#leftcol a {
@@ -887,7 +900,7 @@
}
.toolgroup {
- background: #efefef;
+ background: #e0e0e0;
margin-bottom: 6px;
}
@@ -1234,7 +1247,7 @@
}
.scarab-toolgroup {
- background: #F8F8F8;
+ background: #f0f0f0;
margin-bottom: 6px;
margin-right: 3px;
margin-left: 0px;
@@ -1257,7 +1270,7 @@
background-image: url("../images/navbox-farleft.gif");
background-repeat: no-repeat;
padding: 4px;
- color: #808080;
+ color: #604020;
}
.scarab-toolgroup .body div {
@@ -1272,11 +1285,10 @@
.scarab-toolgroup a,.scarab-toolgroup a:visited,.scarab-toolgroup a:active,.scarab-toolgroup a:link,.collapsed a,.collapsed a:visited,.collapsed a:active,.collapsed a:link
{
- color: #c60004;
+ color: #b00000;
margin-left: 0px;
cursor: pointer;
cursor: hand;
- font-weight:bold;
}
.scarab-tooltip {
@@ -1378,7 +1390,7 @@
a:link,#navcolumn a:visited,.app a:visited,.tasknav a:visited {
- color:#c60004;
+ color:#b00000;
}
.app h3 {
@@ -1392,7 +1404,7 @@
}
.app h3 a:link,.app h3 a:visited,.app h4 a:link,.app h4 a:visited {
- color: #c60004 !important;
+ color: #b00000 !important;
text-decoration: underline;
}
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2961156