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

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

Added final functionality to lomdemo-e Documented Example Collection for GS3

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