[go: up one dir, main page]

Menu

[166f65]: / asterweb.css  Maximize  Restore  History

Download this file

23 lines (19 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
.hidden { DISPLAY: none; POSITION: relative; }
.normal { DISPLAY: inline; POSITION: relative; }
.block { DISPLAY: block; POSITION: absolute; Z-INDEX: 1000; background-color: #7F7F7F; color: #F7F7F7}
.scrollable { overflow: auto; DISPLAY: inline; }
.field { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #E2E2E2;}
.value { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #FFFFFF;}
.altvalue { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #CDCDCD;}
.subtitle { font-family: Arial; color: '#B8B8B8'; font-size: 12px; background-color: #464646; text-align: center;}
.title { font-family: Arial; color: '#FFFFFF'; font-size: 14px; background-color: #868686; text-align: center;}
.folder { font-family: Arial; color: '#F7F7F7'; font-size: 12px; background-color: #9D9D9D;}
.background { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #787878;}
.alert { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #C70043;}
.warning { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #FFFF1C;}
.fixedwidth { overflow: hidden; DISPLAY: inline;}
.lvrow { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #FFFFFF;}
.lvaltrow { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #CDCDCD;}
.lvselectedrow { font-family: Arial; color: '#000000'; font-size: 12px; background-color: #FFFFBE; }
body { font-family: Arial; color: '#F7F7F7'; font-size: 12px; background-color: 9D9D9D; text-align: center;}
a:hover {color:red}