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