MediaWiki:Gadget-ms-Forum.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
margin-left: 4px; | margin-left: 4px; | ||
padding-left: 7px; | padding-left: 7px; | ||
} | |||
.page-content .forum-archive#thread ul > li > ul > li > a { | |||
letter-spacing: .068em; | |||
padding-right: 2px; | |||
} | } | ||
.page-content .forum-archive#thread ul > li > dl > dd > div { | .page-content .forum-archive#thread ul > li > dl > dd > div { |
Revision as of 13:52, 24 May 2022
/* =================
FORUM DESIGN
=================
This is for forum archives,
active forums, and other,
related discussion spaces.
=================
Technically, prior to 2022,
forum design was done via
HTML only. Beginnings set
out by [[user:SOTO]],
expanding on the long-lived
design of the original forums.
==============================
*/
/* =================
ARCHIVES (CLASSIC Tweaks for readability
/ THREAD) in both major formats.
================= */
.forum-archive div.shortcut {
border-color: #997cad;
/* background: #4c375a; */
}
.page-content .forum-archive ul > li > ul {
list-style-type: circle;
}
.page-content .forum-archive#thread ul > li > ul {
background: #918c90;
padding: 1px;
border-radius: 6px;
margin-left: 4px;
padding-left: 7px;
}
.page-content .forum-archive#thread ul > li > ul > li > a {
letter-spacing: .068em;
padding-right: 2px;
}
.page-content .forum-archive#thread ul > li > dl > dd > div {
border: white;
border-radius: 9px;
background: #e0d6e7;
margin-top: -10px;
margin-left: 6px;
margin-right: 102px;
padding: 7px;
}
/* =================
LIVE FORUMS
================= */
.page-content .live-forum > ul > li {
background: #605767;
padding: 1px;
border-radius: 6px;
}