##// END OF EJS Templates
Minor updates to the SW theme by Mystra_x64.
neko259 -
r67:bbfd905b default
parent child Browse files
Show More
@@ -12,6 +12,9 b' a {'
12 12 color: inherit;
13 13 text-decoration: underline;
14 14 }
15 li {
16 list-style-position: inside;
17 }
15 18
16 19 #admin_panel {
17 20 background: #182F6F;
@@ -25,7 +28,6 b' a {'
25 28 margin-bottom: 1em;
26 29 padding: .5ex 1ex 1ex 1ex;
27 30 }
28
29 31 .navigation_panel::after {
30 32 clear: both;
31 33 content: ".";
@@ -133,10 +135,14 b' a {'
133 135 margin: 0 1ex 1em 1ex;
134 136 overflow-x: auto;
135 137 }
136 .last-replies > .post, body > .post + .post {
138 .last-replies > .post, #posts > .post {
137 139 border-bottom: 1px solid #182F6F;
138 140 padding-bottom: 1em;
139 141 }
142 #posts > .post:last-child {
143 border-bottom: none;
144 padding-bottom: 0;
145 }
140 146
141 147 .metadata {
142 148 background: #C0E4E8;
@@ -220,10 +226,6 b' a {'
220 226 text-decoration: none;
221 227 }
222 228
223 li {
224 list-style-position: inside;
225 }
226
227 229 .image-mode-tab {
228 230 background: #182F6F;
229 231 color: #FFF;
General Comments 0
You need to be logged in to leave comments. Login now