-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmicrodata.reveal.css
More file actions
143 lines (132 loc) · 3.62 KB
/
microdata.reveal.css
File metadata and controls
143 lines (132 loc) · 3.62 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#metadata_viewer{
float:left;
clear:both;
z-index: 10000;
}
table.metadata {
border: 1px solid #000;
width:580px;
table-layout: fixed;
font-size: 12px;
}
table.metadata > tbody {
border: none;
}
table.metadata td {
vertical-align: top;
color: #000;
}
table.metadata > tbody > tr > td:first-child {
min-width: 200px;
width: 200px;
}
table.metadata > tbody > tr > td:first-child {
padding-left: 20px;
}
table.metadata > tbody > tr.major > td:first-child {
font-weight: bold;
padding-left: 10px;
}
.metadata_reveal {
z-index: 10000;
-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
box-shadow:inset 0px 1px 0px 0px #caefab;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
background-color:#77d42a;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #268a16;
display:inline-block;
color:#306108;
font-family:arial;
font-size:11px;
font-weight:bold;
padding:6px 6px;
text-decoration:none;
text-shadow:1px 1px 0px #aade7c;
}
.metadata_reveal:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
background-color:#5cb811;
color:#777777;
text-decoration:none;
}
.metadata_reveal:active {
position:relative;
top:1px;
}
a#view_metadata.metadata_reveal, a#view_metadata.metadata_reveal:hover{
text-decoration:none;
color:#306108;
}
.no_metadata_reveal {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#ededed;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:11px;
font-weight:bold;
padding:6px 6px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
.no_metadata_reveal:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
text-decoration:none;
}
.no_metadata:active {
position:relative;
top:1px;
}
a#view_metadata.no_metadata_reveal, a#view_metadata.no_metadata_reveal:hover{
text-decoration:none;
color:#777777;
}
/* Fix to keep top of messi box in viewport. */
div.messi{
top:10px !important;
}
div.messi-box{
width:600px !important;
}
div.messi-content{
font-size: 12px;
}
.metadata_source_view{
float:right;
padding-top: 10px;
padding-right: 6px;
font-size:11px;
}
.metadata_source_view a {
text-decoration:none;
color:#fff;
}
.metadata_source_view a:hover {
color:#99bbff;
}
.messi-closebtn{
float:right !important;
position:relative !important;
right: 0 !important;
top:0 !important;
}