article - nächste seite
Skatan 28.04.2008 - 21:06 1230 3
Skatan
peace among worlds!
|
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. 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
|
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: /* 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
|
im ff3 bringt das leider gar nix ;(  falsches file erwischt. funzt eh super. habs aber bischen abgeändert, damit es sich optisch schöner einfügt: 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
|
table[class="consolBanner"] { display:none !important; }
|