![]() |
|
|
|
#21 |
|
Medlem
|
Du var god på å lage knapper, keep it up please
![]() Editknappen er å finne her: /forum/images/buttons/edit.gif Rapporter (hvis du føler for det): /forum/images/buttons/report.gif |
|
|
|
|
|
Sist endret av Lanjelin; 9. desember 2008 kl. 22:31.
|
|
|
#22 |
|
Medlem
|
Har nå laget ny versjon med gulfargen fra logoen i stedet for oransjefargen på teksten, og jeg har fikset et felt som ble hvitt på /forum/index.php. Har også snekret sammen noen enkle ikoner som passer bedre inn i OldSkewl-temaet enn de originale. Jeg klarer ikke å bytte ut multiquote-ikonet, dvs. det endres, men oppdaterer seg selv til originalen nesten umiddelbart (JS?). Edit: Har heller ikke laget ny edit-knapp :P
Kode:
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1, .panel {
color: #F2CA1D !important;
background: #333333 !important;
}
.alt2, .time, .panelsurround, .vBulletin_editor, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !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('http://0o2471.net//7857.jpg');
}
img[src="/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7860.jpg');
}
img[src="/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="/forum/images/buttons/multiquote_off.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7863.jpg');
}
img[src="/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
|
|
Earth water air
and fire |
|
|
|
|
|
|
#23 |
|
Medlem
|
Fikk multiquoteknappen til å fungere i firefox/Stylish hvertfall...
La til linja , img[alt="Multi-Quote This Message"] Kode:
img[src="/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
|
|
|
|
|
|
|
|
|
#24 |
|
Medlem
|
Legg til denne linja øverst i skriptet, så fungerer det kun på www.freakforum.nu, og berører ikke andre sider:
Kode:
@-moz-document domain(freakforum.nu) {
|
|
|
|
|
|
Sist endret av charz0r; 9. desember 2008 kl. 22:48.
|
|
|
#25 |
|
Medlem
|
Da mekka jeg til en Edit/Endreknapp og oppdaterte scriptet..
NB. Operabrukere fjerner første og siste linja.. Kode:
@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1, .panel {
color: #F2CA1D !important;
background: #333333 !important;
}
.alt2, .time, .panelsurround, .vBulletin_editor, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !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('http://0o2471.net//7857.jpg');
}
img[src="/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7860.jpg');
}
img[src="/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
}
|
|
|
|
|
|
Sist endret av Lanjelin; 10. desember 2008 kl. 08:00.
|
|
|
#26 |
|
Medlem
|
Da mekka jeg til en Edit/Endreknapp og oppdaterte scriptet..
NB. Operabrukere fjerner første og siste linja.. Kode:
@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1, .panel {
color: #F2CA1D !important;
background: #333333 !important;
}
.alt2, .time, .panelsurround, .vBulletin_editor, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !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('http://0o2471.net//7857.jpg');
}
img[src="/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7860.jpg');
}
img[src="/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
}
![]() Men av en eller annen grunn blir hvit og mørkeblå tekst føkka å lese... Eksempler: ![]()
|
|
|
|
|
|
|
|
|
#27 |
|
Medlem
|
Teksten i signaturen din er hemma fordi det er svart tekst med skygge i hvitt. Da forblir det i de fargene (det er jo et bilde), og den hvite skyggen fucker opp teksten på grå bakgrunn. Alternativet kodemessig er å tvinge hvit bakgrunn på bilder, men det blir hemma. Hvis du vil bruke bildet er du nødt til å fyre opp PS og redigere det.
Angående feltene med blå farge har de forskjellige klasser i CSS alle sammen, så jeg må finne dem og legge dem til i skriptet etter hvert. Kommer med ny kode snart. |
|
|
|
|
|
#28 |
|
Medlem
|
alt som manglet på teksten du hadde som var blå er:
legend { text-decoration:underline !important; color:#F2CA1D !important; } Fulle scriptet blir da: Kode:
@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
legend {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1, .panel {
color: #F2CA1D !important;
background: #333333 !important;
}
.alt2, .time, .panelsurround, .vBulletin_editor, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !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('http://0o2471.net//7857.jpg');
}
img[src="/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7860.jpg');
}
img[src="/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
}
Ser selv tekstformateringsikonene oppfobi feltet jeg skriver inn i nå kunne trengt noe justering.. |
|
|
|
|
|
Sist endret av Lanjelin; 10. desember 2008 kl. 14:15.
|
|
|
#29 |
|
Medlem
|
Har nå fikset resten av de blå tekstene (noen lå ikke under fieldset), laget noen nye ikoner (siste post i tråd, collapse-ikon) og fikset så klokkeslett får riktig bakgrunn. Har også fått hele postredigeringspanelet i samme farge.
Kode:
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1 {
color: #F2CA1D !important;
background: #333333 !important;
}
legend {
color: #F1CA1D !important;
}
.alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, .imagebutton, .panel, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.time {
color:#f2ca1d !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !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('http://0o2471.net//7857.jpg');
}
img[src="/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7878.jpg');
}
img[src="/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
img[src="/forum/images/buttons/collapse_tcat.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7876.jpg');
}
img[src="/forum/images/buttons/collapse_tcat_collapsed.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7875.jpg');
}
img[src="/forum/images/buttons/lastpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
|
|
|
Sist endret av akselsm; 10. desember 2008 kl. 16:57.
|
|
|
#30 |
|
Medlem
|
Har sett at det har skjedd noe med stien til bildene som brukes på forumet, og dermed falt bildene fra det redigerte temaet tilbake til de originale.
Poster derfor en oppdatering her.. For Firefox: Kode:
@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1 {
color: #F2CA1D !important;
background: #333333 !important;
}
legend {
color: #F1CA1D !important;
}
.alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, .imagebutton, .panel, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.time {
color:#f2ca1d !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !important;
}
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
margin-left: 10px;
width: 0px;
height: 145px;
padding-left: 136px;
background-image:url('http://0o2471.net//7857.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7878.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7876.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7875.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
}
Kode:
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1 {
color: #F2CA1D !important;
background: #333333 !important;
}
legend {
color: #F1CA1D !important;
}
.alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, .imagebutton, .panel, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a {
color: #F2CA1D !important;
background: #444444 !important;
}
.time {
color:#f2ca1d !important;
}
.thead, .thead a, .thead a:hover {
background: #505050 !important;
}
.adbody {
text-decoration:none !important;
}
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
margin-left: 10px;
width: 0px;
height: 145px;
padding-left: 136px;
background-image:url('http://0o2471.net//7857.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7878.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7876.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7875.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
|
|
|
|
|
|
Sist endret av Lanjelin; 13. mars 2009 kl. 19:25.
Grunn: Skriveleif
|
|
|
#33 |
|
Medlem
|
EDIT: Nevermind, fant ut en løsning selv. Kalte filen "user123.css", brukte F12+D og brukte den istedet siden opera ser ut til å bruke "user.css" som standar på alle sider hvis du har laget den. |
|
Earth water air
and fire |
|
|
|
Sist endret av Elemental; 16. juni 2009 kl. 16:27.
|
|
|
#34 |
|
Medlem
|
Jeg vet at det er en liten stund siden denne ble brukt, men er det noen som er villige til å fullføre dette? Syntes det hadde vært fett med noe som lignet nesten helt på oldskewl
![]() Selv kan jeg ingenting i CSS, så.. |
|
|
|
|
|
|
|
|
#35 |
|
Medlem
|
Fikset opp i litt småplukk
Firefox: Kode:
@-moz-document url-prefix(http://www.freakforum.) {
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1 {
color: #F2CA1D !important;
background: #333333 !important;
}
legend {
color: #F1CA1D !important;
}
.alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, .imagebutton, .panel, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a, .quotemain {
color: #F2CA1D !important;
background: #444444 !important;
}
.time {
color:#f2ca1d !important;
}
.thead, .thead a, .thead a:hover, .quotetop {
background: #505050 !important;
}
.adbody {
text-decoration:none !important;
}
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
margin-left: 10px;
width: 0px;
height: 145px;
padding-left: 136px;
background-image:url('http://0o2471.net//7857.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7878.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7876.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7875.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/viewpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/append.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/11571.jpg');
}
}
Kode:
body, table, tr, td, tbody {
background:#333333;
color:#F2CA1D !important;
}
a {
text-decoration:underline !important;
color:#F2CA1D !important;
}
a:hover{
color:#ffaa00 !important;
text-decoration:underline;
}
.page, .tborder, .collapseobj_module_5, #siteWrapper, .navbar, .alt1Active, .navbarbg, .alt1 {
color: #F2CA1D !important;
background: #333333 !important;
}
legend {
color: #F1CA1D !important;
}
.alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, .imagebutton, .panel, .vbmenu_option, .tcat, .vbmenu_control, .tfoot, .tfoot a, .quotemain {
color: #F2CA1D !important;
background: #444444 !important;
}
.time {
color:#f2ca1d !important;
}
.thead, .thead a, .thead a:hover, .quotetop {
background: #505050 !important;
}
.adbody {
text-decoration:none !important;
}
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
margin-left: 10px;
width: 0px;
height: 145px;
padding-left: 136px;
background-image:url('http://0o2471.net//7857.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
width: 0px;
height: 26px;
padding-left: 110px;
background-image:url('http://0o2471.net/7859.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7878.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7861.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7862.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/7867.jpg');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
width: 0px;
height: 22px;
padding-left: 32px;
background-image:url('http://0o2471.net/7864.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
width: 0px;
height: 22px;
padding-left: 70px;
background-image:url('http://0o2471.net/7869.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7876.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"] {
width: 0px;
height: 15px;
padding-left: 15px;
background-image:url('http://0o2471.net/7875.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/viewpost.gif"] {
width: 0px;
height: 12px;
padding-left: 12px;
background-image:url('http://0o2471.net/7877.jpg');
}
img[src="http://static.freakforum.nu/forum/images/buttons/append.gif"] {
width: 0px;
height: 22px;
padding-left: 50px;
background-image:url('http://0o2471.net/11571.jpg');
}
|
|
|
|
|
|
Sist endret av Lanjelin; 26. august 2009 kl. 09:34.
|
|
|
#39 |
|
Medlem
|
Skjer med koden? Plutselig vises ingen bilder!
|
|
Tidligere 'Viva la sk33to'.
AtXbYeA: Alle porter åpne mot en server er noe du gjør bare hvis du har fire tusen kromosonfeil og mangler penis og rektum. |
|
|
|
|
|
|
#40 |
|
Medlem
|
Hmm. Jeg vet ikke hva det kan skyldes, men jeg bruker ikke den versjonen av koden som DrMight la ut sist. Satt meg faktisk ned og skrev en ny versjon som bruker en del hvitt på tekst og med nye knapper bare for et par dager siden. Bildene ligger nå på min server, og er i png-format i stedet for å bli komprimert til lossy jpg. Jeg bruker ikke den avanserte innleggseditoren, så den vet jeg ikke helt hvordan ser ut, men satser på at den er leselig for de som bruker den.
Kode:
/*
Oldschool-replika for Norsk Freakforum
Lisensiert under CC-BY-SA 3.0 Norge i den grad orginaliteten er stor nok til at dette skal kunne kalles et verk
*/
table, tr, td, tbody, #siteWrapper, .page, pre {
background-color: #26292e !important; /* setter skriftfarge grå og bakgrunnsfarge mørk til sidens bakgrunn */
color: #e0e0e0 !important;
}
#siteWrapper {
background-image: none !important;
}
.tborder, .navbarbg td, .tborder table, .collapseobj_module_5, .navbar, .alt1Active, .navbarbg, .alt1, td[width="50%"] {
background: #3f3f3f !important; /* lys variant av content-bakgrunn */
}
legend, fieldset, .smallfont, .time, input[type="text"], textarea, .panel {
color: #e0e0e0 !important; /* grå font også på enkelte elementer */
}
.thead, .thead a, .thead a:hover, .alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, legend, label, textarea, input[type="text"], .imagebutton, .panel, .vbmenu_option, .vbmenu_control, .tfoot, .tfoot a, .quotemain {
background: #393939 !important; /* mørk variant av content-bakgrunn */
}
.quotetop, .tcat, .tcat td {
background: #505050 !important; /* ekstra lys bakgrunn */
}
.adbody a, .adhead a, .adurl a, .adbody a:hover, .adhead a:hover, .adurl a:hover, .adBelowNavbar a:hover, .adBelowNavbar a span[style="color: black;"], .adBelowNavbar a, .alt2 .smallfont, .alt2 .time, td.thead, dd, .block_name, .profilefield_category {
text-decoration:none !important; /* enkelte hvite a-elementer */
color: #e0e0e0 !important;
}
.vbmenu_popup {
border: none !important; /* hover-menyen under hurtiglenker */
}
a {
text-decoration:none !important;
color:#F2CA1D !important; /* oransje a-elementer */
}
a:hover{
color:#f2ca1d !important; /* underline ved hover*/
text-decoration:underline !important;
}
/* BILDER SOM ERSTATTES MED ALTERNATIVER BASERT PÅ OLDSCHOOL-FARGER */
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
content:url('http://tylium.net/nff-logo5.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
content:url('http://tylium.net/nff/svar.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
content:url('http://tylium.net/nff/ulest.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
content:url('http://tylium.net/nff/siter.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
content:url('http://tylium.net/nff/multisiter.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
content:url('http://tylium.net/nff/hurtigsvar.png');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
content:url('http://tylium.net/nff/kp.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
content:url('http://tylium.net/nff/rediger.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"], img[src="http://static.freakforum.nu/forum/images/buttons/collapse_thead.gif"] {
content:url('http://tylium.net/nff/close.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"], img[src="http://static.freakforum.nu/forum/images/buttons/collapse_thead_collapsed.gif"] {
content:url('http://tylium.net/nff/open.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
content:url('http://tylium.net/nff/hoyre.png');
}
img[src="http://static.freakforum.nu/forum/images/misc/multipage.gif"] {
display:none;
}
img[src="http://static.freakforum.nu/forum/images/buttons/append.gif"] {
content:url('http://tylium.net/nff/leggtil.png')
}
Kode:
/*
Oldschool-replika for Norsk Freakforum
Lisensiert under CC-BY-SA 3.0 Norge i den grad orginaliteten er stor nok til at dette skal kunne kalles et verk
*/
table, tr, td, tbody, #siteWrapper, .page, pre {
background-color: #26292e !important; /* setter skriftfarge grå og bakgrunnsfarge mørk til sidens bakgrunn */
color: #e0e0e0 !important;
}
#siteWrapper {
background-image: none !important;
}
.tborder, .navbarbg td, .tborder table, .collapseobj_module_5, .navbar, .alt1Active, .navbarbg, .alt1, td[width="50%"] {
background: #3f3f3f !important; /* lys variant av content-bakgrunn */
}
legend, fieldset, .smallfont, .time, input[type="text"], textarea, .panel {
color: #e0e0e0 !important; /* grå font også på enkelte elementer */
}
.thead, .thead a, .thead a:hover, .alt2, .panelsurround, .controlbar td, td.controlbar, .vBulletin_editor, div[style="padding:3px"] td, fieldset, fieldset td, fieldset tr, fieldset table, legend, label, textarea, input[type="text"], .imagebutton, .panel, .vbmenu_option, .vbmenu_control, .tfoot, .tfoot a, .quotemain {
background: #393939 !important; /* mørk variant av content-bakgrunn */
}
.quotetop, .tcat, .tcat td {
background: #505050 !important; /* ekstra lys bakgrunn */
}
.adbody a, .adhead a, .adurl a, .adbody a:hover, .adhead a:hover, .adurl a:hover, .adBelowNavbar a:hover, .adBelowNavbar a span[style="color: black;"], .adBelowNavbar a, .alt2 .smallfont, .alt2 .time, td.thead, dd, .block_name, .profilefield_category {
text-decoration:none !important; /* enkelte hvite a-elementer */
color: #e0e0e0 !important;
}
.vbmenu_popup {
border: none !important; /* hover-menyen under hurtiglenker */
}
a {
text-decoration:none !important;
color:#F2CA1D !important; /* oransje a-elementer */
}
a:hover{
color:#f2ca1d !important; /* underline ved hover*/
text-decoration:underline !important;
}
/* BILDER SOM ERSTATTES MED ALTERNATIVER BASERT PÅ OLDSCHOOL-FARGER */
img[src="http://static.freakforum.nu/forum/images/custom/logo.gif"], img[alt="Norsk Freakforum"] {
content:url('http://tylium.net/nff-logo5.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply.gif"] {
content:url('http://tylium.net/nff/svar.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/firstnew.gif"] {
content:url('http://tylium.net/nff/ulest.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quote.gif"] {
content:url('http://tylium.net/nff/siter.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/multiquote_off.gif"], img[alt="Multi-Quote This Message"] {
content:url('http://tylium.net/nff/multisiter.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/quickreply.gif"] {
content:url('http://tylium.net/nff/hurtigsvar.png');
}
img[src="http://static.freakforum.nu/forum/images/custom/button_pluss.gif"] {
content:url('http://tylium.net/nff/kp.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/edit.gif"] {
content:url('http://tylium.net/nff/rediger.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/reply_small.gif"] {
content:url('http://tylium.net/nff/svar-liten.png');
}
img[src="http://static.freakforum.nu/forum/images/misc/navbits_start.gif"] {
content:url('http://tylium.net/nff/mappe.png');
}
img[src="http://static.freakforum.nu/forum/images/misc/navbits_finallink_ltr.gif"] {
content:url('http://tylium.net/nff/mappe2.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/newthread.gif"] {
content:url('http://tylium.net/nff/nytrad.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat.gif"], img[src="http://static.freakforum.nu/forum/images/buttons/collapse_thead.gif"] {
content:url('http://tylium.net/nff/close.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/collapse_tcat_collapsed.gif"], img[src="http://static.freakforum.nu/forum/images/buttons/collapse_thead_collapsed.gif"] {
content:url('http://tylium.net/nff/open.png');
}
img[src="http://static.freakforum.nu/forum/images/buttons/lastpost.gif"] {
content:url('http://tylium.net/nff/hoyre.png');
}
img[src="http://static.freakforum.nu/forum/images/misc/multipage.gif"] {
display:none;
}
img[src="http://static.freakforum.nu/forum/images/buttons/append.gif"] {
content:url('http://tylium.net/nff/leggtil.png')
}
|
|
|
|
![]() |
| Sosiale bokmerker |
| Brukere som leser denne tråden nå: 1 (0 medlemmer og 1 uregistrerte) | |
| Trådverktøy | |
|
|