summaryrefslogtreecommitdiff
path: root/systems/win32/bakoma/images/bkmpage.css
blob: b6e9dfa51c423ae802e3b73e4eec838398badc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
TABLE.outline { font-size:15px; font-family:helvetica; }
H1 {text-align: center; padding=5; color: blue; background: lightblue; font-style: italic; font-weight: bold; }
H2 {text-align: center; color: darkgreen}
H3 {text-align: keft; color: darkgreen}
H4 {text-align: left; color: green}
H5 {text-align: left; color: darkcyan; font-weight: bold; font-size: 100%;}

.group{color: purple; background: orange; font-style: italic; font-weight: bold; }
.tgroup{color: purple; font-style: italic; font-weight: bold; }
.reference{color: purple; font-style: italic; font-weight: bold; 
background: lightgreen; 
border-top:2px solid #B0FFB0;
border-left:2px solid #B0FFB0;
border-bottom:2px solid #00B000;
border-right:2px solid #00B000;
}
.subref{color: purple; font-style: italic; font-weight: bold; 
background: lightgreen;
border-top:2px solid #00B000;
border-left:2px solid #00B000;
border-bottom:2px solid #B0FFB0;
border-right:2px solid #B0FFB0;
}

.subsec{background: yellow; color: purple; font-style: italic; font-weight: bold; }
A {text-decoration:none; color: purle; font-weight: bold; font-style: italic; font-size: 100%;}
A:visited {color: purple; font-weight: bold; font-style: italic; font-size: 100%;}
A:active {color: red; font-weight: bold; font-style: italic; font-size: 100%;}
A:hover {text-decoration:underline; color: red; font-weight: bold; font-style: italic; font-size: 100%;}

A.reference {color: purple; font-weight: bold; font-style: italic; font-size: 100%;}
A.reference:visited {color: purple; font-weight: bold; font-style: italic; font-size: 100%;}

.group A {color: purple; font-weight: bold; font-style: italic; font-size: 100%;}
A.group {color: purple; font-weight: bold; font-style: italic; font-size: 100%;}
.group A:visited {color: lightgreen; font-weight: bold; font-style: italic; font-size: 100%;}

.old-yellow{background: yellow;}
.yellow{background: #F0F040;
border-top:2px solid #FFFF80;
border-left:2px solid #FFFF80;
border-bottom:2px solid #E0E000;
border-right:2px solid #E0E000;
}
.red{background: red; color: yellow;}
.xred{background: yellow; color: red;}

.button{font-style: italic; font-weight: bold; 
color: #000050; 
background: #C0C0C0; 
border-top:2px solid #E0E0E0;
border-left:2px solid #E0E0E0;
border-bottom:2px solid #A0A0A0;
border-right:2px solid #A0A0A0;
}