reader_view.css
1.55 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
#search-panel {
vertical-align: top;
position: relative;
top: 30px;
}
#text-search {
width: 190px;
height: 25px;
margin-left: 20px;
border: 1px solid #ffa500;
background-color: #e1e1e1;
font-weight: bold;
font-size: 16px;
padding-left: 5px;
}
#search-button {
vertical-align: bottom;
margin-bottom: 3px;
margin-left: 10px;
}
.menu-button {
position: absolute;
top: 20px;
border: 1px solid #ffa500;
cursor: pointer;
}
.menu-button:hover,
.menu-button-active {
-moz-box-shadow: 0 0 15px 5px #ffa500;
-webkit-box-shadow: 0 0 15px 5px #ffa500;
box-shadow: 0 0 15px 5px #ffa500;
}
#afronte-button {
right: 360px;
}
#atergo-button {
right: 310px;
}
#filter-button {
right: 230px;
}
#settings-menu-container {
position: absolute;
padding: 20px;
right: 130px;
}
#settings-menu-container:hover {
background-color: #888;
}
#settings-button {
position: static;
}
div#settings-menu {
display: none;
position: absolute;
right: 0;
top: 80px;
width: 220px;
padding: 15px 15px 25px 50px;
background-color: #555;
color: white;
z-index: 5;
}
div#settings-menu p {
font-size: 18px;
}
#settings-menu p.item:before {
content: "• ";
}
#settings-menu p.subitem {
font-size: 16px;
margin-left: 20px;
}
div#settings-menu a {
color: white;
text-decoration: none;
}
#settings-menu-container:hover #settings-menu {
display: block;
}
#help-button {
right: 70px;
}
#show-columns-button {
cursor: pointer;
}