... qui con voi.
Ora dovrò riunire tutto il MALE in un topico solo.
... qui con voi.
Ora dovrò riunire tutto il MALE in un topico solo.
eh beh
Inviato dal mio XT1092 utilizzando Tapatalk
Era ora (cit.)
We'll slide down the surface of things
And as things fell apart, nobody paid much attention
Eccomi tuo fans numero 1
5800X3D - RTX 5080 - 64gb 3600mhz C16 - Gigabyte X570 Master - Cooler Master H500P Mesh
Stasera mi dedico a dumpare tutta lammmerda qui![]()
bon vediamo se c'è il resize automatico
![]()
5800X3D - RTX 5080 - 64gb 3600mhz C16 - Gigabyte X570 Master - Cooler Master H500P Mesh
Nuuu, sul vecchio avevo fatto che l'img era al 100% in base a come SLARGAVO
Vecchio TGM quello là:
Codice:@-moz-document url-prefix(http://tgmonline.gamesvillage.it) { body { width: 85% !important; margin-top: 0px !important; background-color: #C9DBFF !important; } html{ background-color: #C9DBFF !important; } body #stickies a, body #threads a, body #forums a { color: #000000 !important; } body #stickies a.threadtitle_unread, body #threads a.threadtitle_unread { color: #000000 !important; } .content img { max-width: 100% !important; } .quickreply > * {display:none} .quickreply:after {content: "NOVAIVIAH"; display:block !important} #fb_headerbox {display: none !important} .fb_iframe_widget {display: none !important} #middle_header{ display:none !important; } #takeover_gv{ display: none !important; } h3.threadtitle { background-image: none !important; } .box-cont-all { display: none; } }
questo qui ancora in trabajo:
Codice:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.thegamesmachine.it") { html{ background-color: #8EB1EF; } body { margin-top: 0px ; width: 90% ; } .body_wrapper{ background-color: #5C7099 !important; } .postbody{ background-color: #BFD2F3 !important; } .postdetails{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .userinfo{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .eventbit{background-color: #A5B5D9 !important;} .eventdetail{background-color: #A5B5D9 !important;} .postfoot{background-color: #A5B5D9 !important;} .textcontrols{background-color: #A5B5D9 !important; border-top:0px;} .posthead{background-color: #5C7099 !important;} }
Greasemonkey non si usa più? Io ho solo quello messo, 'sto stylish che è?![]()
5800X3D - RTX 5080 - 64gb 3600mhz C16 - Gigabyte X570 Master - Cooler Master H500P Mesh
Beh i css son sempre quelli... riutilizzali per greasymonkey, magari tranne la parte iniziale tipo:
Mi pare greasymonkey facesse in maniera diversa... copia/incolla la roba sotto e viaCodice:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.thegamesmachine.it") {
Ok, questo è pseudo definitivo:
Codice:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.thegamesmachine.it") { html{ background-color: #8EB1EF; } body { margin-top: 0px ; width: 90% ; } .body_wrapper{ background-color: #5C7099 !important; } .postbody, .threadlist, div.bodywrapper{ background-color: #BFD2F3 !important; } .threadbit, .nonsticky, .discussionrow{ background-color: #BFD2F3 !important; border-style: none !important; } body a{ color:#295E8C !important;} .doc_header, .navtabs{background-color: #5C7099 !important;} .toolsmenu{ border:0px; margin:0px; background-color: #5C7099 !important;} .postdetails{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .userinfo{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .eventbit{background-color: #A5B5D9 !important;} .eventdetail{background-color: #A5B5D9 !important;} .postfoot{background-color: #A5B5D9 !important;} .textcontrols{background-color: #A5B5D9 !important; border-top:0px;} .posthead{background-color: #5C7099 !important;} }
Ciao Fulvio
Inviato da Tapatalk
Insultabile ai sensi dell'art. 1 del 29/3/2016 legge Salgari
x fà cusè?
body > width: 100% al posto del 90%
a me piace un po' d bordo
Prova questo:
A quando il tema "TGM chiaro"?Codice:@-moz-document url-prefix("http://www.thegamesmachine.it/forum") { body { max-width: 98%; } #vbulletin_html, #thread_controls, .body_wrapper, #header { background-color: #dbdbdb; } #thread_controls { border: none; } #navbar, #middle_header { display: none; } #pagetitle > h1, ·pagetitle > h1 { font-size: 18px !important; } .content { font-size: 14px; } }
FAN DI TUTTA LA GOTHIC SAGA
Ah, aggiungete
per togliere i bordazzi neri quando entrate in un topic...Codice:.postbit, .postbitlegacy, .eventbit{ border: 0px; }
Via alcuni bordi fastidiosi (alcuni elementi si ripetono, va beh)
ultima versione:
Risultato:Codice:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.thegamesmachine.it") { html{ background-color: #8EB1EF; } body { margin-top: 0px ; width: 90% ; } .body_wrapper{ background-color: #5C7099 !important; } .postbody, .threadlist, div.bodywrapper{ background-color: #BFD2F3 !important; border: 0px !important; } .threadbit, .nonsticky, .discussionrow{ background-color: #BFD2F3 !important; border-style: none !important; } .postbit, .postbitlegacy, .eventbit{ border: 0px !important; } body a{ color:#295E8C !important;} .doc_header, .navtabs{background-color: #5C7099 !important;} .toolsmenu{ border:0px; margin:0px; background-color: #5C7099 !important;} .postdetails{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .userinfo{background-color: #A5B5D9 !important;} .postbitlegacy{background-color: #A5B5D9 !important;} .eventbit{background-color: #A5B5D9 !important;} .eventdetail{background-color: #A5B5D9 !important;} .textcontrols{background-color: #A5B5D9 !important; border-top:0px !important;} .posthead{background-color: #5C7099 !important;} .postfoot{background-color: #A5B5D9 !important; border:0px !important;} }
![]()