Module: nagvis
Branch: master
Commit: 0f3164ff59d6fef7231c2c2832e4ecd92dd5121d
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0f3164ff59d6fef7231c2c2832e4ecd92dd5121d

Author: LaMi <[email protected]>
Date:   Fri Jan 15 13:02:22 2010 +0100

Fixed coloring of overview page

---

 share/userfiles/templates/default.css |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/share/userfiles/templates/default.css 
b/share/userfiles/templates/default.css
index 91399eb..0fd3297 100644
--- a/share/userfiles/templates/default.css
+++ b/share/userfiles/templates/default.css
@@ -173,7 +173,7 @@ div.infopage table {
        
        width: 800px;
        
-       background-color: #F5F5F5;
+       background-color: #eee;
        border-collapse:collapse;
 }
 
@@ -182,7 +182,7 @@ div.infopage table td, div.infopage table th {
        padding: 4px;
        
        font-size: 11px;
-       color: #314455;
+       color: #43B3CF;
        vertical-align: top;
 }
 
@@ -197,7 +197,7 @@ div.infopage table th.head {
 
 div.infopage h2 {
        font-size: 12px;
-       color: #314455;
+       color: #43B3CF;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 2px;
@@ -213,8 +213,11 @@ div.infopage a {
 }
 
 div.infopage a:hover {
-       color: #a4a4a4;
-       text-decoration: underline;
+       color: #789D2B;
+       text-decoration: none;
+       opacity: .5;
+       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+       filter:alpha(opacity=50);
 }
 
 table.infopage_hover_table {


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to