ubuntu.lt/forum style keitimas

T
Techtronic
Mindaugas N.
  • 1
  • 11 Lie '13

Gal kam bus idomu, arba gal yra tokiu kurie noretu pataisyti sio forumo style?
O gal jau yra tokiu kurie jau turi sukure savo ubuntu.lt style? SHARE!

Stai toks paprastas how-to firefox:
Kad galetume keisti sio forumo style, mums reikia vieno addon ir truputis CSS ziniu.
Instaliuojam Firefox addon'a stylish https://addons.mozilla.org/en-US/firefox/addon/stylish/ , perkrauname Firefox ir uzeinam http://www.ubuntu.lt/forum/ Kampe bus ikona, ant jos paspaudus bus menu:

Paspaudus ant Write new style matysime toki langa:

Tiems kam CSS yra sudetinga, patariu addon'a Firebug kuri galima gauti cia https://getfirebug.com/downloads/

T
Techtronic
Mindaugas N.
  • 11 Lie '13

Stai mano pakeitimai:

@namespace url(http://www.w3.org/1999/xhtml);

/*** MODIFY DOMAIN ACCORDINGLY ***/
@-moz-document domain("ubuntu.lt") {

/***************** MAIN ******************/

#wrap {
    text-shadow: 0.1em 0.1em 2px #D8D8D8;
    width: 1000px !important;
}
.content img {
       max-width: -moz-available;
}

dl.codebox code {
    display: block !important;
    font: 0.9em/1em monospace !important;
    text-shadow: 0.1em 0.1em 1px #D8D8D8 !important;
    height: auto !important;
    max-height: 200px !important;
    overflow: auto !important;
    white-space: nowrap !important;
}
.postbody {
    width: 81% !important;
}
.postbody h3 {
    display: none !important;
}
.postprofile {
    margin: 5px 0 0 !important;
    min-height: 75px !important;
    width: 17% !important;
}
.postprofile img {
    display: block !important;
    margin: 0px auto -7px auto !important;
}
.postbody .content {
    text-align: inherit !important;
}

}

Pakeistas sriftas, pasleptas post-title, images dabar 'smart way' rodomos, na ir kodo lygiavimas.

buvo:

dabar: