-
Notifications
You must be signed in to change notification settings - Fork 11
/
html5hash.css
169 lines (139 loc) · 2.53 KB
/
html5hash.css
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
div#placeholder {
text-align: center;
border: 1px dashed black;
width: auto;
padding: 0.5em;
cursor: pointer;
}
header {
margin-bottom: 1em;
overflow: hidden;
}
#algo_selection {
border-radius: 6px;
display: table-cell;
float: left;
}
header h1 {
font-style: normal;
text-align: center;
margin: 0px;
float: right;
}
#social {
position: absolute;
right: 0.5em;
top: 0.5em;
}
ul#list {
list-style: none;
padding-left: 0em;
}
ul#list li {
border: 1px solid #d6d6d6;
border-radius: 6px;
margin: 0.4em;
padding: 0.3em;
}
body {
background: #ebebeb;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
div#centerfield {
border: 1px solid #808080;
width: 80%;
min-height: 30em;
min-width: 30em;
background-color: #ffffff;
margin: auto;
margin-top: 2.5em;
padding: 1%;
border-radius: 6px;
}
aside#explanation {
border: 1px solid #d6d6d6;
border-radius: 6px;
margin: 0.4em;
padding: 0.3em;
text-align: center;
}
footer {
font-size: 0.9em;
color: #808080;
text-align: center;
}
.entrystyle {
background-color: #FFFFF0;
}
.resultdiv {
margin-top: 0.2em;
margin-bottom: 0.2em;
padding: 0.5em;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
background-color: white;
font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
}
.resulttaken {
font-size: small;
}
.algoname {
white-space: nowrap;
vertical-align: top;
}
.algoresult {
word-break: break-all;
}
.progresstext {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
input#hiddenFilesSelector {
display: none;
}
#overlay {
position: absolute;
background: black;
opacity: 0.8;
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
#overlaytextbox {
position: absolute;
top: 50%;
left: 50%;
margin: auto;
background: white;
width: 20em;
height: 20em;
margin-left: -10em;
margin-top: -10em;
padding: 1em;
z-index: 2;
border-radius: 6px;
text-align: center;
}
#algoshide {
text-align: right;
}
#algosshow {
padding-left: 1em;
}
.browserad {
display: block;
margin: 1em;
}
#overlaytextbox h3 {
margin: 0px;
padding: 0px;
text-align: center;
}
#browserads {
text-align: center;
}
.browserad a img {
margin: 0.1em;
border: none;
}