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

Last change on this file since 36292 was 36292, checked in by anupama, 21 months ago
  1. The wiki-e dec collection port for GS3. 2. lomdemo-e update 1 to better display the formatted lom XML Record.
File size: 1.1 KB
Line 
1:root {
2 --mdtabtabbg : #f0fff0;
3}
4
5
6.mdtexttab {width: 100px;
7 text-align: center;
8 border-left: 1px solid black;
9 border-top: 1px solid black;
10 border-right: 1px solid black;
11}
12
13.mdtabdip {width: 10px;
14 border-bottom: 1px solid black;
15 background-color: white;
16}
17
18.mdtabblank {width: 100px;
19 border-bottom: 1px solid black;
20 background-color: white;
21}
22
23.mdtabfill {
24 border-bottom: 1px solid black;
25 background-color: white;
26}
27
28.mdhreftab {width: 100px;
29 text-align: center;
30 border-left: 1px solid black;
31 border-top: 1px solid black;
32 border-right: 1px solid black;
33}
34
35
36table.metadata
37{
38border-spacing: 0px
39}
40
41
42tr.metadata
43{
44text-align: left;
45background-color: #f0f0f0;
46}
47
48td.metadata
49{
50background-color: #f0fff0;
51border-top: 2pt solid white;
52padding: 2pt;
53}
54
55th.metadata
56{
57border-top: 2pt solid white;
58padding: 2pt;
59}
60
61a.mdtablink:active { color: #dfb060; text-decoration: none; }
62a.mdtablink:visited { color: #dfb060; text-decoration: none; }
63a.mdtablink:link { color: #dfb060; text-decoration: none; }
64a.mdtablink:hover { color: #9f7030; text-decoration: none; }
65
Note: See TracBrowser for help on using the repository browser.