Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Custom sceditor

$
0
0
I only saw one other thread on this and want to give an updated version. In the other thread, they required you to invert all the colors. In this updated version the only problem is I can't figure out how to make the starting text color white. Anyways, go to your themes stylesheets page and create one and call it "sceditor" then post the following css code in it.

.sceditor-container {
    background: #333 !important;
    border: 2px solid #2f3b5d !important;
	color: white !important;
}

div.sceditor-toolbar {
    padding: 5px !important;
    background: #2f3b5d !important;
    border-bottom: none !important;
}

div.sceditor-group {
    background: #222 !important;
    margin: 0 !important;
    border-bottom: none!important;
}

.sceditor-container textarea {
	color: white !important;
}

.sceditor-button {
    border: none!important;
}	

.sceditor-container iframe, .sceditor-container textarea {
	background: #333 !important;
	color: white !important;

yes the last one doesn't have an ending "}"

[Image: fN0kNXx.png]

Viewing all articles
Browse latest Browse all 690

Trending Articles