source: documented-examples/trunk/lomdemo-e/style/lom-style.css@ 36298

Last change on this file since 36298 was 36298, checked in by anupama, 21 months ago

Style tweak for lomdemo-e so font is serif as in GS2.

File size: 1.4 KB
Line 
1:root { --pagewidth : 537px; }
2.mdtabtabbg { background-color: #f0fff0; }
3
4table.lom {
5 border-bottom: 4px solid #f0fff0;
6 /*border-bottom: 1px solid black;*/
7 border-spacing: 0px; /*cellspacing: 0;*/
8 width: var(--pagewidth);
9 font-family: "Times New Roman", Times, serif;
10}
11
12.mdtexttab {
13 width: 100px;
14 text-align: center;
15 border-left: 1px solid black;
16 border-top: 1px solid black;
17 border-right: 1px solid black;
18}
19
20.mdtabdip {width: 10px;
21 border-bottom: 1px solid black;
22}
23
24.mdtabblank {width: 100px;
25 border-bottom: 1px solid black;
26}
27
28.mdtabfill {
29 border-bottom: 1px solid black;
30}
31
32.mdhreftab {width: 100px;
33 text-align: center;
34 border-left: 1px solid black;
35 border-top: 1px solid black;
36 border-right: 1px solid black;
37}
38
39textarea {
40 cols: 80;
41 rows: 25;
42 width: var(--pagewidth);
43}
44
45table.metadata
46{
47width: var(--pagewidth);
48border-spacing: 0px;
49font-family: "Times New Roman", Times, serif;
50}
51
52
53tr.metadata
54{
55text-align: left;
56background-color: #f0f0f0;
57}
58
59td.metadata
60{
61background-color: #f0fff0;
62border-top: 2pt solid white;
63padding: 2pt;
64}
65
66th.metadata
67{
68border-top: 2pt solid white;
69padding: 2pt;
70}
71
72a.mdtablink:active { color: #dfb060; text-decoration: none; }
73a.mdtablink:visited { color: #dfb060; text-decoration: none; }
74a.mdtablink:link { color: #dfb060; text-decoration: none; }
75a.mdtablink:hover { color: #9f7030; text-decoration: none; }
76
Note: See TracBrowser for help on using the repository browser.