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

  1: <!--
  2: body {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt}
  3: td {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt}
  4: 
  5: a {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #003366; text-decoration: underline; }
  6: 
  7: a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #663300; }
  8: 
  9: table.maintitle
 10: 	{
 11: 	background-color: #e0e0ff;
 12: 	border: dashed 1px #a0a0e0;
 13: 	}
 14: 
 15: b.maintitle { font-size: 14pt; }
 16: 
 17: b.subtitle { font-size: 13pt; }
 18: 
 19: b.sectitle { font-size: 12pt; }
 20: 
 21: td.titlelink
 22: 	{
 23: 	text-align: right;
 24: 	font-size: 10pt;
 25: 	}
 26: 
 27: 
 28: b.configheading { font-size: 12pt; text-decoration: underline; }
 29: b.minortitle { 
 30: 	font-size: 13pt; 
 31: 	text-decoration: underline;
 32: 	}
 33: 
 34: div.alertpane
 35: 	{
 36: 	margin: 10px 0 0 0;
 37: 	padding: 5px 5px 5px 5px;
 38: 	float:	right;
 39: 	background-color: #ffe0e0;
 40: 	width: 200px;
 41: 	border: dashed 1px #e0a0a0;
 42: 	}
 43: 	
 44: table.nfooter
 45: 	{
 46: 	vertical-align: bottom;
 47: 	border: dashed 1px #a0a0e0;
 48: 	background-color: #e0e0ff;
 49: 	}
 50: 	
 51: .al-1 { color: black; }
 52: .al0 { color: green; }
 53: .al1 { color: orange; }
 54: .al2 { color: red; }
 55: 
 56: table.nicetable
 57: 	{
 58: 	border: dotted 1px #e0e0e0;
 59: 	}
 60: 	
 61: table.nicetable td
 62: 	{
 63: 	border-bottom: dotted 1px #e0e0e0;
 64: 	}
 65: 	
 66: table.nptiny-al-1
 67: 	{
 68: 	width: 100px;
 69: 	height: 100px;
 70: 	border: dotted 1px #a0a0a0;
 71: 	padding: 10px 10px 10px 10px;
 72: 	margin: 10px 10px 10px 10px;
 73: 	}
 74: 	
 75: table.nptiny-al0
 76: 	{
 77: 	width: 100px;
 78: 	height: 100px;
 79: 	border: dotted 1px green;
 80: 	padding: 10px 10px 10px 10px;
 81: 	margin: 10px 10px 10px 10px;
 82: 	}
 83: 	
 84: table.nptiny-al1
 85: 	{
 86: 	width: 100px;
 87: 	height: 100px;
 88: 	border: dotted 1px orange;
 89: 	padding: 10px 10px 10px 10px;
 90: 	margin: 10px 10px 10px 10px;
 91: 	}
 92: 	
 93: table.nptiny-al2
 94: 	{
 95: 	width: 100px;
 96: 	height: 100px;
 97: 	border: dotted 1px red;
 98: 	padding: 10px 10px 10px 10px;
 99: 	margin: 10px 10px 10px 10px;
100: 	}
101: 	
102: table.npbig-al-1
103: 	{
104: 	border: dotted 1px #e0e0e0;
105: 	margin: 10px 10px 10px 10px;
106: 	}
107: 
108: table.npbig-al0
109: 	{
110: 	border: dotted 1px green;
111: 	margin: 10px 10px 10px 10px;
112: 	}
113: 
114: table.npbig-al1
115: 	{
116: 	border: dotted 1px orange;
117: 	margin: 10px 10px 10px 10px;
118: 	}
119: 	
120: table.npbig-al2
121: 	{
122: 	border: dotted 1px red;
123: 	margin: 10px 10px 10px 10px;
124: 	}
125: /*
126: b.alert-1 { color: black; }
127: b.alert0 { color: green; }
128: b.alert1 { color: orange; }
129: b.alert2 { color: red; }
130: 
131: img.alert-1 { }
132: img.alert0 { }
133: img.alert1 { border-style: dashed; border-width: 1px; border-color: orange; }
134: img.alert2 { border-style: dashed; border-width: 1px; border-color: red; }
135: 
136: b.alertpane-1 { color: white; font-size: 12pt; }
137: b.alertpane0 { color: white; font-size: 12pt; }
138: b.alertpane1 { color: black; font-size: 12pt; }
139: b.alertpane2 { color: black; font-size: 12pt; }
140: 
141: table.alertpane-1 { border-style: solid; border-width: 1px; border-color: black; }
142: table.alertpane0 { border-style: solid; border-width: 1px; border-color: black; }
143: table.alertpane1 { border-style: solid; border-width: 1px; border-color: orange; }
144: table.alertpane2 { border-style: solid; border-width: 1px; border-color: red; }
145: 
146: tr.alertpane-1 { background-color: black; }
147: tr.alertpane0 { background-color: black; }
148: tr.alertpane1 { background-color: orange; }
149: tr.alertpane2 { background-color: red; }
150: 
151: td.alertpane-1 { background-color: black; }
152: td.alertpane0 { background-color: black; }
153: td.alertpane1 { background-color: orange; }
154: td.alertpane2 { background-color: red; }
155: 
156: td.elealert-1 { color: black; }
157: td.elealert0 { color: green; }
158: td.elealert1 { color: orange; }
159: td.elealert2 { color: red; }
160: 
161: td.catEleExists { color: green; }
162: td.catEle { color: black; }
163: */
164: -->
165: