Help with premade CSS themes

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Help with premade CSS themes

djDart
Ok so i went into the Customize Apperance page for my forum, and wanted to change the "look and feel" of it to one of the preset ones.  It says to "Click on the Image on the left to load the CSS into the text area".  Well when i click on the image nothing happens.  Can someone please send me the CSS for the Darkness theme?
Reply | Threaded
Open this post in threaded view
|

Re: Help with premade CSS themes

Hugo <Nabble>
Hi djDart,

The CSS of the darkness theme should be loaded into the text area when you click on its image.
Which browser (and version) are you using?
The theme you want is below.

Thanks in advance,
Hugo Teixeira
Nabble.com

.nabble,
.nabble table,
.nabble .info-message th {
	color: #ffffff;
}
.nabble a:link,
span.dropdown-item {
	color: #ffcc66;
}
.nabble a:visited {
	color: #ffffcc;
}
.nabble h1,
.nabble .light-black {
	color: #eeeeee;
}
.nabble .important {
	color: #ffcc33;
}
.nabble th,
.nabble .form-label,
.nabble .weak-color {
	color: #cccccc;
}

.nabble .message-text, .small, .nabble .editor-table td, p, form, small, ul, table td, .breadcrumbs {
color:#dddddd;
}
#nabble.path {color:#dddddd;}

body, .nabble,
.nabble .no-bg-color {
	background-color: #000000;
}
.nabble .light-bg-color {
	background-color: #191919;                	
}
.nabble .shaded-bg-color {
	background-color: #333333;
}
.nabble th,
.nabble .dark-bg-color {
	background-color: #666666;
}
.nabble .highlight {
	background-color: #545500;
}
.nabble .error-message,
.nabble .info-message,
.nabble .light-highlight {
	background-color: #631900;
}
.nabble .info-message th,
.nabble .dark-highlight {
	background-color: #cc0000;
}

.nabble table,
.nabble li,
.nabble div,
.nabble .medium-border-color  {
	border-color: #666666;
}
.nabble td,
.nabble .light-border-color {
	border-color: #333333;
}
.nabble .dark-border-color {
	border-color: #cccccc;
}
.nabble .error-message {
	border-color: #ffcc33;
}
.nabble .info-message {
	border-color: #3366ff;
}
span.dropdown table {
	background-color:#333333;
	border-color:#6a6a6a;
}
tr.dropdown-hover {
	background-color:#111111;
}
.post-border, td.post-border {
	border-color: #d9d9d9;
}
span.post-date {
	color:#AFAFBB;
}
span.post-author {
	color:#6FA669;
}
span.post-subject {
	color:#C0BA79;
}
span.post-snippet {
	color:#999999;
}
.post-hover {
	background-color:#333333;
}
select, input, textarea, button {
	color: #eeeeee;
	background-color:#222222;
	border:1px solid #888888;
}
input[type=radio] {
	border:none;
}
Reply | Threaded
Open this post in threaded view
|

Re: Help with premade CSS themes

djDart
I'm using a PC at work, so that may be why it's not loading.  We use IE6.  

Thank you for posting the code though, thats what i needed