[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: ossec.css (HEAD) [davelowe]
- To: ossec-cvs@xxxxxxxxx
- Subject: [ossec-cvs] ossec-hids: ossec.css (HEAD) [davelowe]
- From: OSSEC CVS <cvs-commit@xxxxxxxxx>
- Date: Thu, 19 Jul 2007 06:01:52 -0300 (ADT)
- Content-transfer-encoding: 8bit
Module name: ossec-hids
Changes by: davelowe 07/07/19 06:01:50
Modified files:
ossec.css
Log message:
Removed redundant styles. Added hyperlink styles. Added styles for alternating event srows
Index: ossec.css
===================================================================
RCS file: /usr/cvsroot/ossec-ui/ossec/Styles/ossec.css,v
diff -u -r1.5 -r1.6
--- ossec.css 19 Jul 2007 07:58:51 -0000 1.5
+++ ossec.css 19 Jul 2007 09:01:49 -0000 1.6
@@ -37,7 +37,6 @@
border-style:solid;
border-width:thin;
}
-
#layerGraph {
position:absolute;
left:270px;
@@ -190,20 +189,6 @@
border-width: 1px;
border-style: solid;
}
-
-.ttd {
- background-color: #FFFFFF;
- border-bottom-style: dashed;
- border-bottom-width: thin;
- border-bottom-color: #9C230C;
- font-size:11px;
-}
-
-.tableHeader {
- font-size:12px;
- font-weight: bold;
- text-align: center;
-}
.agentsHeader {
font-weight: bold;
color: #FFFFFF;
@@ -212,6 +197,8 @@
.eventHeader {
font-weight: bold;
font-size:11px;
+ color:#FFFFFF;
+ background-color:#9C230C;
}
.details {
text-decoration: underline;
@@ -221,6 +208,27 @@
background-color: #ECE7E7;
font-size:10px;
}
-a:link{
- text-decoration: none;
+
+tr.d0 td {
+ background-color: #FFFFFF; color: black;
+}
+tr.d1 td {
+ background-color: #ECE7E7; color: black;
+}
+
+a:link {
+ text-decoration: none;
+ color:#000000;
+}
+a:visited {
+ text-decoration: none;
+ color:#000000;
+}
+a:hover {
+ text-decoration: underline;
+ color:#666660;
}
+a:active {
+ text-decoration: none;
+ color:#666660;
+}
\ No newline at end of file
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.