/[rrd-simple-monitoring]/cgi-bin/rrd-browse.css-NAGIOS-NUVOLA-THEME
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 /cgi-bin/rrd-browse.css-NAGIOS-NUVOLA-THEME

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 size: 3792 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     border: 1px dotted #f0f1f5;
52     background-color: #f0f1f5;
53     }
54     div.stale_thumbnail {
55     /* border: 1px dotted #ffdddd;
56     background-color: #ffdddd; */
57     border: 1px dotted #ffbbbb;
58     background-color: #ffbbbb;
59     }
60     .stale, h2 .stale, a .stale, h2 a .stale {
61     /* background-color: #ffdddd; */
62     color: #ff9999;
63     }
64     div.host, div.vertspace, hr {
65     float: none;
66     clear: both;
67     }
68     td.graph_detail {
69     padding-left: 7px;
70     padding-top: 10px;
71     }
72     body,BODY {
73     margin: 0px;
74     /* background-color: #ffffff; */
75     background-color: #C3C7D3;
76     }
77     pre {
78     font-size: 8pt;
79     }
80     img.thumbnail {
81     width: 125px;
82     height: 32px;
83     }
84    
85    
86     /* COMMENT OUT FROM HERE FOR NAGIOS THEME */
87     a {
88     /* color: #000077; */
89     color: #3F3D3D;
90     text-decoration: none;
91     }
92     a:hover {
93     color: #7E7C7C;
94     text-decoration: underline;
95     }
96     h2 a {
97     color: #ffffff;
98     text-decoration: none;
99     font-weight: bold;
100     }
101     h2 a:hover {
102     color: #ffffff;
103     text-decoration: none;
104     font-weight: bold;
105     }
106     h1 {
107     font-size: 14pt;
108     /* background-color: #ccccff; */
109     background-color: #b4b6c7;
110     padding: 0px 10px 2px 10px;
111     border-bottom: 2px solid #7b7b95;
112     /* border-bottom: 2px solid #9999ff; */
113     }
114     h2 {
115     /* background-color: #ddddff; */
116     background-color: #afb1c3;
117     background-image: url('../images/title.gif');
118     background-repeat: repeat-y;
119     margin: 25px 0px 1px 0px;
120     padding-left: 40px;
121     padding-top: 2px;
122     padding-bottom: 3px;
123     /* font-size: 12pt; */
124     font-size: 10pt;
125     }
126     h3 {
127     /* background-color: #ddddff; */
128     background-color: #f0f1f5;
129     margin: 10px 0px 10px 0px;
130     padding-left: 7px;
131     font-size: 10pt;
132     }
133     div.footer {
134     margin-top: 25px;
135     font-size: 8pt;
136     padding: 1px 7px 4px 7px;
137     text-align: center;
138     /*
139     background-color: #b4b6c7;
140     border-top: 1px solid #7b7b95;
141     */
142     /* background-color: #ccccff; */
143     /* border-top: 1px solid #9999ff; */
144     }
145     body,BODY,ul,li,table,div,p {
146     font-family: Tahoma, Arial, Sans-Serif;
147     /* font-size: 10pt; */
148     font-size: 8pt;
149     }
150     div.contents {
151     margin: 0px 10px 0px 10px;
152     }
153     /* COMMENT OUT UNTIL HERE FOR NAGIOS THEME */

  ViewVC Help
Powered by ViewVC 1.1.26