/[rrd-simple-monitoring]/css/main.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /css/main.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Thu Jul 16 18:48:19 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/css
File size: 2744 byte(s)
import upstream http://rrd.me.uk/rrd-simple-monitoring.tar.gz

without prerequisities

1 dpavlin 1 div.warning {
2     background: #ffbbbb;
3     padding: 1px 30px 3px 30px;
4     margin-top: 5px;
5     margin-bottom: 5px;
6     }
7     code {
8     font-size: 8pt; font-weight: bold;
9     }
10     table.host_include td, table.host_include th {
11     text-align: left;
12     }
13     span.tooltip {
14     position: relative;
15     border-bottom: 1px #000077 dashed;
16     }
17     span.tooltip span {
18     display: none;
19     }
20     span.tooltip:hover span {
21     background: #ffffe1;
22     border: 1px #000000 solid;
23     padding: 7px 7px 7px 7px;
24     position: absolute;
25     top: 7px;
26     left: 10px;
27     width: 300px;
28     filter:alpha(opacity=50);
29     display: block;
30     z-index: 1;
31     -moz-opacity:0.8;
32     opacity: 0.8;
33     }
34     em {
35     font-weight: bold;
36     }
37     img {
38     border: none;
39     }
40     div.thumbnail, div.stale_thumbnail {
41     margin: 1px 1px 1px 1px;
42     font-size: 7pt;
43     text-align: center;
44     float: left;
45     width: 125px;
46     color: #000022;
47     }
48     div.thumbnail {
49     border: 1px dotted #ddddff;
50     background-color: #ddddff;
51     }
52     div.stale_thumbnail {
53     border: 1px dotted #ffdddd;
54     background-color: #ffdddd;
55     }
56     .stale {
57     background-color: #ffdddd;
58     }
59     div.vertspace {
60     height: 1px;
61     font-size: 1px;
62     }
63     div.host, div.vertspace, hr {
64     float: none;
65     clear: both;
66     }
67     td.graph_detail {
68     padding-left: 7px;
69     padding-top: 10px;
70     }
71     body,BODY {
72     margin: 0px;
73     background-color: #ffffff;
74     }
75     pre {
76     font-size: 8pt;
77     }
78     img.thumbnail {
79     width: 125px;
80     height: 32px;
81     }
82    
83    
84     /* COMMENT OUT FROM HERE FOR NAGIOS THEME */
85     a {
86     color: #000077;
87     }
88     h1 {
89     font-size: 14pt;
90     background-color: #ccccff;
91     padding: 0px 10px 2px 10px;
92     border-bottom: 2px solid #9999ff;
93     }
94     h2 {
95     background-color: #ddddff;
96     margin: 25px 0px 1px 0px;
97     padding-left: 7px;
98     font-size: 12pt;
99     }
100     h3 {
101     background-color: #ddddff;
102     margin: 10px 0px 10px 0px;
103     padding-left: 7px;
104     font-size: 10pt;
105     }
106     div.footer {
107     margin-top: 25px;
108     font-size: 8pt;
109     background-color: #ccccff;
110     padding: 1px 7px 4px 7px;
111     border-top: 1px solid #9999ff;
112     }
113     body,BODY,ul,li,table,div,p {
114     font-family: Tahoma, sans-serif;
115     font-size: 10pt;
116     }
117     div.contents {
118     margin: 0px 10px 0px 10px;
119     }
120     /* COMMENT OUT UNTIL HERE FOR NAGIOS THEME */

  ViewVC Help
Powered by ViewVC 1.1.26