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

Last change on this file since 280 was 280, checked in by g7moreau, 6 years ago
  • more fat design
File size: 1.4 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
43table {
44   border:           none;
45   margin:           0;
46   }
47
48td {
49   border:           0px;
50   }
51
52td.bold {
53   font-weight:      bold;
54   }
55
56td.hoop {
57   border:           1px solid #777777;
58   }
59
60hr {
61   border-style:     solid;
62   border-width:     1px;
63   color:            #AACCFF;
64   margin-top:       4ex;
65   width:            70%;
66   }
67
68/* action */
69.action h2 {
70   color:            #88D066;
71   }
72
73/* footer */
74.footer {
75   float :           right;
76   margin-right:     5%;
77   }
78
79div.footer {
80   font-size:        xx-small;
81   color:            #666;
82   }
83
84.footer ul {
85   margin-top:       0.8ex;
86   }
Note: See TracBrowser for help on using the repository browser.