source: trunk/nagios-velvice/velvice.css @ 277

Last change on this file since 277 was 277, checked in by g7moreau, 7 years ago
  • Change many color
File size: 1.3 KB
Line 
1/* header */
2.header h1 {
3   color:            #88D066;
4   border-bottom:    2px solid;
5   border-color:     black;
6   border-left:      2px solid;
7   border-radius:    0px 0px 0px 3ex;
8   border-color:     #AACCFF;
9   }
10
11/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
12.header h1 ul {
13   display:          flex;
14   justify-content:  space-between;
15   margin:           0.5ex;
16   }
17
18.header h1 li {
19   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;
41   }
42
43td.bold {
44   font-weight:      bold;
45   }
46
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   }
59
60/* footer */
61.footer {
62   float :           right;
63   margin-right:     5%;
64   }
65
66div.footer {
67   font-size:        xx-small;
68   color:            #666;
69   }
70
71.footer ul {
72   margin-top:       0.8ex;
73   }
Note: See TracBrowser for help on using the repository browser.