-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.css
88 lines (75 loc) · 1.52 KB
/
content.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
#phpbb .imageset.site_logo {
background-image: none;
width: 30px;
height: 30px;
padding: 0;
}
#phpbb .action-bar .open_all_in_tabs {
float: right;
font-size: 11px;
margin-top: 3px;
margin-right: 12px;
text-align: right;
width: auto;
}
#phpbb .action-bar.bottom .open_all_in_tabs {
margin-top: 0;
}
#phpbb #quick-links {
display: inline-block;
visibility: hidden;
}
#phpbb #quick-links .dropdown {
display: block;
visibility: visible;
position: inherit;
top: 0;
margin-right: 0;
z-index: inherit;
/* top: inherit; */
border: none;
padding: 0;
}
#phpbb #quick-links a.responsive-menu-link.dropdown-trigger.dropdown-toggle {
display: none;
}
#phpbb #quick-links a.responsive-menu-link.dropdown-trigger.dropdown-toggle::before {
display: none;
}
#phpbb #quick-links .pointer {
display: none;
}
#phpbb #quick-links a.responsive-menu-link.dropdown-trigger.dropdown-toggle {
width: 0;
height: 0;
}
#phpbb #quick-links .dropdown-contents {
border: none;
padding: 0;
background: none;
box-shadow: none;
}
#phpbb #quick-links .dropdown-contents li {
display: inline-block;
border: none;
padding-right: 6px;
}
#phpbb #page-footer .navbar {
margin-bottom: 4px;
}
#phpbb h2 {
font-size: 1.5em;
}
#phpbb .postprofile {
float: left;
border-width: 0 1px 0 0;
width: 12%;
}
#phpbb .postbody {
padding-left: 1rem;
width: 85%;
}
#phpbb .postbody img {
max-width: 100%;
max-height: 95vh;
}