"We are back" « oc.at

article - nächste seite

Skatan 28.04.2008 - 21:06 1230 3
Posts

Skatan

peace among worlds!
Avatar
Registered: Feb 2004
Location: Trieben
Posts: 4293
hallo

ich les die article wirklich gerne, aber ich ärgere mich immer wieder warum die zahlen da unten so klein sind, und vor allem die pfeile.

click to enlarge

ich denk mir mal es liegt am forum selbst, und vielleicht ists bei v5 sowieso anders, aber würds nicht irgendwas geben zb wie grün eingezeichnet einen großen "next page" "previous page" button oder ähnliches?

lg

that

Hoffnungsloser Optimist
Avatar
Registered: Mar 2000
Location: MeidLing
Posts: 11346
Bei Gecko-basierten Browsern (zumindest mit Seamonkey und Firefox gehts) gibt ein File "userContent.css" im "chrome"-Verzeichnis des Profils. (evtl. muss man es zuerst anlegen - von userContent-example.css kopieren).

Da kann man dann folgendes einfügen:

Code:
/* oc.at tweaking */
table[class="consolBanner"] { display:none !important; }
 textarea[name="message"] { background-color:#ebf1f7 !important; width:100% !important; }
a[title="previous page"] { font-size:14pt !important; }
a[title="previous page"]:before { content:"Prev" !important; }
a[title="next page"] { font-size:14pt !important; padding: 2px !important; }
a[title="next page"]:after { content:"Next" !important; }

Die letzten 4 Zeilen machen richtig große und leicht zu treffende "Next page" und "Previous page"-Links.

Edit: obiger Hack geht überall *außer* bei Articles, vielleicht mag das ja jemand fixen. ;)

kleinerChemiker

Here to stay
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4328
im ff3 bringt das leider gar nix ;(

:bash: :bash: falsches file erwischt. funzt eh super. habs aber bischen abgeändert, damit es sich optisch schöner einfügt:

Code:
table[class="consolBanner"] { display:none !important; }
textarea[name="message"] { background-color:#ebf1f7 !important; width:100% !important; }
a[title="previous page"]:after { content:" Prev" !important; }
a[title="next page"]:before { content:"Next " !important; }
Bearbeitet von kleinerChemiker am 29.04.2008, 14:22

jives

And the science gets done
Avatar
Registered: Sep 2001
Location: Baden
Posts: 3548
Zitat von that
Code:
table[class="consolBanner"] { display:none !important; }
:p :D
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz