-
Notifications
You must be signed in to change notification settings - Fork 0
/
locomotive.css
67 lines (59 loc) · 1.05 KB
/
locomotive.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
@charset "UTF-8";
@charset "UTF-8";
html {
position: relative;
min-height: 100%;
overflow-y: scroll;
}
body {
background: white;
height: 100%;
font-family: sans-serif;
font-size: 12pt;
margin-bottom: 16em;
}
h1, h2 {
border-bottom: solid 1px #6699CC;
text-align: right;
}
body>section {
max-width: 1250px;
margin-top: 1em;
margin-left: auto;
margin-right: auto;
}
.anchor {
margin: 0px;
z-index: 1;
text-align: justify;
position: absolute;
visibility: hidden;
background: white;
border: 1em solid #6699CC;
border-width: 1px 1px 1px 4px;
border-radius: 3px;
padding: .5em;
padding-top: 0;
padding-right: 1em;
box-shadow: -1px 2px 5px 1px rgba(100, 100, 100, 0.7);
font-size: 85%;
width: 35em;
cursor: pointer;
}
.anchor img {
display: block;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
#locomotive_viewer {
z-index: 0;
margin-left:auto;
margin-right:auto;
position: relative;
width: 95%;
height: 100px;
border-radius: 3px;
border: 4px solid #6699CC;
overflow: hidden;
}