Converted all files from the css folder to UNIX format

This commit is contained in:
Andre Lorbach 2008-05-05 14:34:56 +02:00
parent 6155055090
commit fbc290deca
3 changed files with 191 additions and 191 deletions

View File

@ -1,56 +1,56 @@
/* Generic Style definitions */
.ExpansionPlus
{
background-image: url("../images/icons/navigate_plus.png");
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}
.ExpansionMinus
{
background-image: url("../images/icons/navigate_minus.png");
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}
.HiddenContent
{
visibility: hidden;
/* position: relative; */
display: none;
}
.SelectSavedFilter
{
margin-top: 3px;
border: 1px solid;
border-color: #233B51 #124A7C #124A7C #233B51;
}
.syslogdetails, a.syslogdetails, a.syslogdetails:link, a.syslogdetails:active, a.syslogdetails:visited
{
font-weight:normal;
text-decoration:none;
}
.syslogdetails
{
position:relative; /*this is the key*/
z-index:4;
}
.syslogdetails:hover
{
font-weight:normal;
z-index:5;
}
.syslogdetails span {display: none}
/*the span will display just on :hover state*/
.syslogdetails:hover span
{
display:block;
position:absolute;
top:15px;
left:15px;
}
/* Generic Style definitions */
.ExpansionPlus
{
background-image: url("../images/icons/navigate_plus.png");
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}
.ExpansionMinus
{
background-image: url("../images/icons/navigate_minus.png");
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
}
.HiddenContent
{
visibility: hidden;
/* position: relative; */
display: none;
}
.SelectSavedFilter
{
margin-top: 3px;
border: 1px solid;
border-color: #233B51 #124A7C #124A7C #233B51;
}
.syslogdetails, a.syslogdetails, a.syslogdetails:link, a.syslogdetails:active, a.syslogdetails:visited
{
font-weight:normal;
text-decoration:none;
}
.syslogdetails
{
position:relative; /*this is the key*/
z-index:4;
}
.syslogdetails:hover
{
font-weight:normal;
z-index:5;
}
.syslogdetails span {display: none}
/*the span will display just on :hover state*/
.syslogdetails:hover span
{
display:block;
position:absolute;
top:15px;
left:15px;
}

View File

@ -1,82 +1,82 @@
/* Generic Style definitions */
.highlight_1
{
color: #F61313;
background-color: #FFFFFF;
}
.highlight_2
{
color: #F66913;
background-color: #FFFFFF;
}
.highlight_3
{
color: #17911C;
background-color: #FFFFFF;
}
.highlight_4
{
color: #C01695;
background-color: #FFFFFF;
}
.highlight_5
{
color: #1D618B;
background-color: #FFFFFF;
}
.highlight_6
{
color: #6C9117;
background-color: #FFFFFF;
}
.highlight_7
{
color: #0F2B7F;
background-color: #FFFFFF;
}
.highlight_8
{
color: #541791;
background-color: #FFFFFF;
}
.highlight_9
{
color: #146043;
background-color: #FFFFFF;
}
.highlight_10
{
color: #FF5451;
background-color: #333333;
}
.highlight_11
{
color: #F8C858;
background-color: #333333;
}
.highlight_12
{
color: #FCFF84;
background-color: #333333;
}
.highlight_13
{
color: #CEF07A;
background-color: #333333;
}
.highlight_14
{
color: #7AF0C2;
background-color: #333333;
}
.highlight_15
{
color: #84AFFF;
background-color: #333333;
}
.highlight_16
{
color: #A684FF;
background-color: #333333;
}
/* Generic Style definitions */
.highlight_1
{
color: #F61313;
background-color: #FFFFFF;
}
.highlight_2
{
color: #F66913;
background-color: #FFFFFF;
}
.highlight_3
{
color: #17911C;
background-color: #FFFFFF;
}
.highlight_4
{
color: #C01695;
background-color: #FFFFFF;
}
.highlight_5
{
color: #1D618B;
background-color: #FFFFFF;
}
.highlight_6
{
color: #6C9117;
background-color: #FFFFFF;
}
.highlight_7
{
color: #0F2B7F;
background-color: #FFFFFF;
}
.highlight_8
{
color: #541791;
background-color: #FFFFFF;
}
.highlight_9
{
color: #146043;
background-color: #FFFFFF;
}
.highlight_10
{
color: #FF5451;
background-color: #333333;
}
.highlight_11
{
color: #F8C858;
background-color: #333333;
}
.highlight_12
{
color: #FCFF84;
background-color: #333333;
}
.highlight_13
{
color: #CEF07A;
background-color: #333333;
}
.highlight_14
{
color: #7AF0C2;
background-color: #333333;
}
.highlight_15
{
color: #84AFFF;
background-color: #333333;
}
.highlight_16
{
color: #A684FF;
background-color: #333333;
}

View File

@ -1,54 +1,54 @@
#menu {
width: 16px; /* set width of menu */
}
#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px 3px;
}
#menu h2 {
font: bold 11px/16px;
text-align: center;
}
#menu a {
text-decoration: none;
border-color: #44617D #203040 #203040 #44617D;
}
#menu a:hover {
text-decoration: none;
border-color: #44617D #203040 #203040 #44617D;
}
#menu li {
z-index:10;
/* make the list elements a containing block for the nested lists */
position: relative;
}
#menu ul ul {
position: absolute;
top: 16px;
left: 0px; /* to position them to the right of their containing block */
width: 300; /* width is based on the containing block */
}
div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul
#menu {
width: 16px; /* set width of menu */
}
#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
margin: 0;
padding: 2px 3px;
}
#menu h2 {
font: bold 11px/16px;
text-align: center;
}
#menu a {
text-decoration: none;
border-color: #44617D #203040 #203040 #44617D;
}
#menu a:hover {
text-decoration: none;
border-color: #44617D #203040 #203040 #44617D;
}
#menu li {
z-index:10;
/* make the list elements a containing block for the nested lists */
position: relative;
}
#menu ul ul {
position: absolute;
top: 16px;
left: 0px; /* to position them to the right of their containing block */
width: 300; /* width is based on the containing block */
}
div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}