View Single Post
Sitat av akselsm Vis innlegg
Du må legge til @-moz-document url-prefix(http://www.freakforum.) { [kode her] } i dokumentet i Stylish for å begrense bruken av stilsettet til alt som starter med www.freakforum.* i Firefox.

I Opera settes stilsettet for det domenet du er på når du trykker F12->D, for å sette UserCSS for alle sider er det Ctrl+F12->Advanced->Content->Style Options.
Vis hele sitatet...
Gjorde det, det funket ikke:/

Slik ble koden

Kode

@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, a {
	background:#333333;
	color:#ff7700 !important;
}

  a {
	text-decoration:underline !important;
}

   a:hover{
	color:#ffaa00 !important;
	text-decoration:underline !important;
}

.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .navbarbg, .alt1, .panel {
	color: #ff7700 !important;
	background: #333333 !important;
}

.alt2, .time, .panelsurround, .vBulletin_editor, .vbmenu_option, .alt2 a, .vbmenu_option a, .tcat, .vbmenu_control, .vbmenu_control a, .tfoot, .tfoot a {
	color: #ff7700 !important;
	background: #444444 !important;
}
.thead, .thead a, .thead a:hover {
	background: #505050 !important;
}
.thead a:hover{
	color:#ffaa00 !important;
	}

img[src="/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
	margin-left: 10px;
	width: 0px;
	height: 145px;
	padding-left: 136px;
	background-image:url('https://imma.gr//7857.jpg');
}