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

Last change on this file since 281 was 281, checked in by g7moreau, 7 years ago
  • Chnage title margin
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   margin-left:      2%;
10   }
11
12/* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */
13.header h1 ul {
14   display:          flex;
15   justify-content:  space-between;
16   margin:           0.5ex;
17   }
18
19.header h1 li {
20   display:          inline;
21   }
22
23a#refresh {
24   background:       #E0E0E0;
25   border-radius:    1.8ex;;
26   margin-left:      2ex;
27   padding:          0.3ex 1.3ex;
28   text-decoration:  none;
29   }
30
31a#refresh:after { 
32   content:          "\00A0\21bb";
33   }
34
35/* general */
36a:link, a:visited {
37   text-decoration:  none;
38   }
39
40a:hover, a:active {
41   text-decoration:  underline solid;
42   }
43
44table {
45   border:           none;
46   margin:           0;
47   }
48
49td {
50   border:           0px;
51   }
52
53td.bold {
54   font-weight:      bold;
55   }
56
57td.hoop {
58   border:           1px solid #777777;
59   }
60
61hr {
62   border-style:     solid;
63   border-width:     1px;
64   color:            #AACCFF;
65   margin-top:       4ex;
66   width:            70%;
67   }
68
69/* action */
70.action h2 {
71   color:            #88D066;
72   }
73
74/* footer */
75.footer {
76   float :           right;
77   margin-right:     5%;
78   }
79
80div.footer {
81   font-size:        xx-small;
82   color:            #666;
83   }
84
85.footer ul {
86   margin-top:       0.8ex;
87   }
Note: See TracBrowser for help on using the repository browser.