File: 0.02.47a/server/web/css/main.css (View as HTML)

  1: <!--
  2: /* -------------------------------------------------------------
  3: This file is part of FreeNATS
  4: 
  5: FreeNATS is (C) Copyright 2008 PurplePixie Systems
  6: 
  7: FreeNATS is free software: you can redistribute it and/or modify
  8: it under the terms of the GNU General Public License as published by
  9: the Free Software Foundation, either version 3 of the License, or
 10: (at your option) any later version.
 11: 
 12: FreeNATS is distributed in the hope that it will be useful,
 13: but WITHOUT ANY WARRANTY; without even the implied warranty of
 14: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 15: GNU General Public License for more details.
 16: 
 17: You should have received a copy of the GNU General Public License
 18: along with Foobar.  If not, see www.gnu.org/licenses
 19: 
 20: For more information see www.purplepixie.org/freenats
 21: -------------------------------------------------------------- */
 22: 
 23: body {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt}
 24: td {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt}
 25: 
 26: a {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #003366; text-decoration: underline; }
 27: 
 28: a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #663300; }
 29: 
 30: table.maintitle
 31: 	{
 32: 	background-color: #e0e0ff;
 33: 	border: dashed 1px #a0a0e0;
 34: 	}
 35: 
 36: b.maintitle { font-size: 14pt; }
 37: 
 38: b.subtitle { font-size: 13pt; }
 39: 
 40: b.sectitle { font-size: 12pt; }
 41: 
 42: td.titlelink
 43: 	{
 44: 	text-align: right;
 45: 	font-size: 10pt;
 46: 	}
 47: 
 48: 
 49: b.configheading { font-size: 12pt; text-decoration: underline; }
 50: b.minortitle { 
 51: 	font-size: 13pt; 
 52: 	text-decoration: underline;
 53: 	}
 54: 
 55: div.alertpane
 56: 	{
 57: 	margin: 10px 0 0 0;
 58: 	padding: 5px 5px 5px 5px;
 59: 	float:	right;
 60: 	background-color: #ffe0e0;
 61: 	width: 200px;
 62: 	border: dashed 1px #e0a0a0;
 63: 	}
 64: 	
 65: table.nfooter
 66: 	{
 67: 	vertical-align: bottom;
 68: 	border: dashed 1px #a0a0e0;
 69: 	background-color: #e0e0ff;
 70: 	}
 71: 	
 72: .al-1 { color: black; }
 73: .al0 { color: green; }
 74: .al1 { color: orange; }
 75: .al2 { color: red; }
 76: 
 77: table.nicetable
 78: 	{
 79: 	border: dotted 1px #e0e0e0;
 80: 	}
 81: 	
 82: table.nicetable td
 83: 	{
 84: 	border-bottom: dotted 1px #e0e0e0;
 85: 	}
 86: 	
 87: table.nptiny-al-1
 88: 	{
 89: 	width: 100px;
 90: 	height: 100px;
 91: 	border: dotted 1px #a0a0a0;
 92: 	padding: 10px 10px 10px 10px;
 93: 	margin: 10px 10px 10px 10px;
 94: 	}
 95: 	
 96: table.nptiny-al0
 97: 	{
 98: 	width: 100px;
 99: 	height: 100px;
100: 	border: dotted 1px green;
101: 	padding: 10px 10px 10px 10px;
102: 	margin: 10px 10px 10px 10px;
103: 	}
104: 	
105: table.nptiny-al1
106: 	{
107: 	width: 100px;
108: 	height: 100px;
109: 	border: dotted 1px orange;
110: 	padding: 10px 10px 10px 10px;
111: 	margin: 10px 10px 10px 10px;
112: 	}
113: 	
114: table.nptiny-al2
115: 	{
116: 	width: 100px;
117: 	height: 100px;
118: 	border: dotted 1px red;
119: 	padding: 10px 10px 10px 10px;
120: 	margin: 10px 10px 10px 10px;
121: 	}
122: 	
123: table.npbig-al-1
124: 	{
125: 	border: dotted 1px #e0e0e0;
126: 	margin: 10px 10px 10px 10px;
127: 	}
128: 
129: table.npbig-al0
130: 	{
131: 	border: dotted 1px green;
132: 	margin: 10px 10px 10px 10px;
133: 	}
134: 
135: table.npbig-al1
136: 	{
137: 	border: dotted 1px orange;
138: 	margin: 10px 10px 10px 10px;
139: 	}
140: 	
141: table.npbig-al2
142: 	{
143: 	border: dotted 1px red;
144: 	margin: 10px 10px 10px 10px;
145: 	}
146: /*
147: b.alert-1 { color: black; }
148: b.alert0 { color: green; }
149: b.alert1 { color: orange; }
150: b.alert2 { color: red; }
151: 
152: img.alert-1 { }
153: img.alert0 { }
154: img.alert1 { border-style: dashed; border-width: 1px; border-color: orange; }
155: img.alert2 { border-style: dashed; border-width: 1px; border-color: red; }
156: 
157: b.alertpane-1 { color: white; font-size: 12pt; }
158: b.alertpane0 { color: white; font-size: 12pt; }
159: b.alertpane1 { color: black; font-size: 12pt; }
160: b.alertpane2 { color: black; font-size: 12pt; }
161: 
162: table.alertpane-1 { border-style: solid; border-width: 1px; border-color: black; }
163: table.alertpane0 { border-style: solid; border-width: 1px; border-color: black; }
164: table.alertpane1 { border-style: solid; border-width: 1px; border-color: orange; }
165: table.alertpane2 { border-style: solid; border-width: 1px; border-color: red; }
166: 
167: tr.alertpane-1 { background-color: black; }
168: tr.alertpane0 { background-color: black; }
169: tr.alertpane1 { background-color: orange; }
170: tr.alertpane2 { background-color: red; }
171: 
172: td.alertpane-1 { background-color: black; }
173: td.alertpane0 { background-color: black; }
174: td.alertpane1 { background-color: orange; }
175: td.alertpane2 { background-color: red; }
176: 
177: td.elealert-1 { color: black; }
178: td.elealert0 { color: green; }
179: td.elealert1 { color: orange; }
180: td.elealert2 { color: red; }
181: 
182: td.catEleExists { color: green; }
183: td.catEle { color: black; }
184: */
185: -->
186: