This userstyle is an attempt to mimic the old forum theme for the Ukulele Underground foums.
Ukulele Underground Old School by orcuthe
Details
Authororcuthe
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("forum.ukuleleunderground.com/") {
/*.offCanvasMenu {
background: #b83224 ;
}
Not doing anything*/
.p-pageWrapper {
background:#3b260d;
}
/*.p-pageWrapper is the page background*/
/*.p-page {
background: #b83224;
;
}
Not doing anything*/
/*.p-body {
background: #3b260d;
}
Not doing anything*/
.p-body-inner {
background: #3b260d;
}
.p-breadcrumbs {
background: #eae7d5
}
.p-nav {
color: #FFF;
background: #b83224;
}
.p-nav-list .p-navEl.is-selected {
background: #b83224;
}
.p-sectionLinks-list {
background: #eae7d5
}
.tabs--standalone {
background: #eae7d5;
}
a.button.button--cta {
color: #eae7d5;
background: #433931;
border-color: #433931 #433931 #433931 #433931;
}
.block-filterBar {
color: #fff;
background: #433931;
}
.block-header {
background: #433931;
}
.block-minorHeader {
background: #433931;
}
.block-body {
background: #eae7d5;
}
.message-inner {
background: #eae7d5;
}
}