Ignore:
Timestamp:
Jul 15, 2018, 11:51:06 AM (6 years ago)
Author:
g7moreau
Message:
  • Change many color
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/velvice.css

    r274 r277  
    1 h1 {
     1/* header */
     2.header h1 {
     3   color:            #88D066;
    24   border-bottom:    2px solid;
    35   border-color:     black;
    46   border-left:      2px solid;
    57   border-radius:    0px 0px 0px 3ex;
     8   border-color:     #AACCFF;
    69   }
    710
    811/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
    9 h1 ul {
     12.header h1 ul {
    1013   display:          flex;
    1114   justify-content:  space-between;
     
    1316   }
    1417
    15 h1 li {
     18.header h1 li {
    1619   display:          inline;
     20   }
     21
     22a#refresh {
     23   background:       #E0E0E0;
     24   border-radius:    1.8ex;;
     25   margin-left:      2ex;
     26   padding:          0.3ex 1.3ex;
     27   text-decoration:  none;
     28   }
     29
     30a#refresh:after {
     31   content:          "\00A0\21bb";
     32   }
     33
     34/* general */
     35a:link, a:visited {
     36   text-decoration:  none;
     37   }
     38
     39a:hover, a:active {
     40   text-decoration:  underline solid;
    1741   }
    1842
     
    2145   }
    2246
     47hr {
     48   border-style:     solid;
     49   border-width:     1px;
     50   color:            #AACCFF;
     51   margin-top:       4ex;
     52   width:            70%;
     53   }
     54
     55/* action */
     56.action h2 {
     57   color:            #88D066;
     58   }
    2359
    2460/* footer */
    25 .footer hr {
    26    border-style:     solid;
    27    border-width:     1px;
    28    color:            black;
    29    margin-top:       4ex;
    30    width:            70%;
     61.footer {
     62   float :           right;
     63   margin-right:     5%;
     64   }
     65
     66div.footer {
     67   font-size:        xx-small;
     68   color:            #666;
    3169   }
    3270
     
    3472   margin-top:       0.8ex;
    3573   }
    36 
    37 div.footer {
    38    font-size:        xx-small;
    39    }
Note: See TracChangeset for help on using the changeset viewer.