What's new

Editing ULMF with CSS:


Frostleaf

Demon Girl
Joined
Jun 1, 2015
Messages
112
Reputation score
69
ULMF CSS:





This is just a post for people with CSS designs for ULMF that comes from . So just post here pls!:) (Pls use the
code when you copy and paste your CSS in here, example is below!)
/*Created by (H)Liner*/
@-moz-document domain("www.ulmf.org") {
html {background-color: #3c3c3c !important; color: crimson !important; font-weight: bold !important;}

body
{background-color: #3c3c3c !important; color: crimson !important; font-weight: bold !important;}

div
{background-color: #3c3c3c !important; color: crimson !important; font-weight: bold !important;}

.placeholder {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}

a {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}

/*Top Bar*/
#main-navbar {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
#main-navbar-wrapper {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
#main-navbar, #main-navbar-wrapper {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
.h-right {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
ol, ul {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
#main-navbar > ul > li {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
.h-left {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
a:hover {background-color: red !important; background-image: none !important; color: darkblue !important; font-weight: bold !important;}
.b-comp-menu-dropdown__trigger--headerbar:hover {background-color: red !important; background-image: none !important; color: darkblue !important; font-weight: bold !important;}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*Search Bar*/
#header .search-container .search-box .search-term, #channel-tabbar .search-term {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*Other Sub Stuff*/
.b-form-select__select.selectBox, .b-form-select__select .selectBox-label, .b-form-select__select-selectBox-dropdown-menu {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*1*/
input[type="text"], input[type="password"], textarea, select {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*2*/
.forum-list-container .category-header {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*3*/
.forum-list-container .forum-list-header {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*4*/
.module-title {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*5*/
.module-title h1 {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*6*/
.conversation-toolbar-wrapper .conversation-toolbar, .forum-list-container .forum-list-header {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*7*/
.topic-list-container .topic-list-header {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*8*/
tbody {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*9*/
.topic-list-container .topic-list .topic-item .cell-topic {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*10*/
.topic-list-container .topic-list .topic-item .cell-icons {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*11*/
.topic-list-container .topic-list .topic-item .cell-count {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*12*/
.topic-list-container .topic-list .topic-item td.cell-lastpost {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*13*/
.widget-tabs .widget-tabs-nav .ui-tabs-nav {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
/*14*/
.view-mode .widget-tabs .widget-tabs-nav {background-color: #3c3c3c !important; background-image: none !important; color: crimson !important; font-weight: bold !important;}
}
This code was only tested in " Black Red " theme IDK what it will do with other styles.
 
Last edited:
Top