Downloads/xmlstyle: ISO19115-css.css

File ISO19115-css.css, 1.4 KB (added by mark1, 10 years ago)

css style sheet for viewing hyperspectral xml files

Line 
1body
2{
3   margin-left:10px;
4   margin-right:10px;
5}
6
7footer .legalSection
8{
9   font-size: 0.7em;
10   max-width:960px;
11   margin-left:auto;
12   margin-right:auto;
13   padding: 15px;
14}
15
16.main
17{
18   max-width:960px;
19   background-color: white;
20   border: ridge 5px grey;
21   box-shadow: 5px 5px 5px 3px grey;
22   padding: 15px;
23   margin-left:auto;
24   margin-right:auto;
25}
26
27.title
28{
29   text-align:center;
30}
31
32.section
33{
34   margin-bottom: 50px;
35}
36
37.infoGroup
38{
39   padding: 5px;
40   border: 2px ridge;
41   //background: white;
42   //float: left;
43   margin-bottom: 15px;
44}
45
46.infoGroup th
47{
48    text-align: left;
49}
50
51.floatGroup
52{
53   float:left;
54   width: 48%;
55   box-sizing: border-box;
56   -moz-box-sizing: border-box;
57   margin-left: 1%;
58   margin-right: 1%;
59   display:inline-table;
60}
61
62.bandsSection
63{
64        counter-reset:bandno;
65}
66
67.bandNo
68{
69        counter-increment:bandno;
70}
71
72.bandTable
73{
74  float:left;
75   width: 33%;
76   box-sizing:border-box;
77   -moz-box-sizing:border-box;
78}
79
80.bandTable th
81{
82   colspan: 2:
83}
84
85.bandTable h4
86{
87   margin: 0;
88   margin-bottom: 5px;
89}
90
91.contacts
92{
93   float: clear;
94}
95
96.clearfix:after
97{
98    content:"";
99    display:table;
100    clear:both;
101}
102
103.time
104{
105   padding-right:5px;
106   float:left;
107}
108
109.infoGroup th
110{
111  column-span: 2;
112}
113
114.supplimentalSection
115{
116    //-webkit-columns: 2;
117    //-moz-columns: 2;
118}
119.supplimentalSection .infoGroup
120{
121   //min-height: 265px;
122   display: inline-block;
123   //width:90%
124}