-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnerblock-popup.css
103 lines (100 loc) · 1.65 KB
/
nerblock-popup.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
body {
background-color: #f8f8f8;
margin: 0px;
font-size: 16px;
}
.logo {
height: auto;
width: 45%;
}
.separator {
width: 100%;
border-top: 2px groove white;
margin: 5px -5px 5px -3px;
}
#wrapper {
margin: 0px 0px;
width: 275px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
max-height: 600px;
font-size: 0.75em;
user-select: none;
}
#quote {
padding: 8px;
text-align: justify;
font-style: italic;
display: none;
font-size: 0.9em;
}
#block_counts {
display: none;
margin-bottom: 1em;
}
#titletext {
padding: 8px 8px 2px 0px;
text-align: center;
}
#separator0 {
display: none;
}
.box {
margin: 5px 3px 5px 0px;
background: #f7f6f2;
padding: 10px;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.header {
font-weight: bold;
}
.block_count_number {
font-weight: bold;
color: red;
}
.menu-entry:hover {
transition: all 0.3s ease-out;
background: #e2e2e2;
}
.menu-entry {
display: none;
padding: 3px 4px 3px 8px;
cursor: pointer;
}
#link_open {
display: inline-flex;
width: 75px;
}
a:hover {
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
color: red;
}
a {
color: #4d7bd6;
text-decoration: none;
}
.button {
position: absolute;
right: 5px;
top: 5px;
width: 36px;
cursor: pointer;
}
.hsz-logo {
width: 100%;
}
#div_slideout > div {
display: flex;
flex-direction: row;
justify-content: end;
align-items: center;
font-size: 10px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#wrapper {
min-width: 275px;
font-size: 1em;
width: auto;
}
}