The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin 4 Archive Font Size
Hello,
How can I change vbulletin 4 archive font size ? I need to change titles and posts font size, because google search show me error about too little and can't read. Regards |
#2
|
|||
|
|||
/archive/archive.css
Find HTML Code:
body, li, td, div { font: 11px verdana, arial, sans-serif; } HTML Code:
body, li, td, div { font: 18px verdana, arial, sans-serif; } HTML Code:
li { font-size: 10pt; } HTML Code:
li { font-size: 14pt; } |
#3
|
|||
|
|||
Thanks for your reply. Is it any way to without change any files ? For example with vbulletin.css or anything ?
Regards |
#4
|
|||
|
|||
Quote:
Maalesef hayır, ??nk? bu arşiv sayfası i?in tek CSS dosyasıdır. |
#5
|
|||
|
|||
Quote:
I found a solution. Add css code to archive part instead of ad code. I added screenshots HTML Code:
<style> body, li, td, div { font: 18px verdana, arial, sans-serif; } li { font-size: 14pt; } </style> Bir ??z?m buldum. Arşiv kısmına reklam kodu yerine css kodu ekleyin. Ekran resimleri ekledim |
#6
|
|||
|
|||
Quote:
D?n ben de bunu buldum aynen, hatta şu koduda ekledim archive?e ve sorun k?kten ??z?ld? <meta name="viewport" content="width=device-width, initial-scale=1.0"> ?ok teşekk?rler 👍 |
Благодарность от: | ||
omer87 |
#7
|
|||
|
|||
Quote:
Dostum http ile başlayan her satır konu alanı dışına sağa doğru gidiyor. Normal yazı gibi alta devam etmiyor. Bu eskiden beri b?yle idi. Nedeni veya ??z?m? hakkında bir fikrin var mıdır ? Aslında bana lazım olan Archive'de http,img olan linkleri misafire kapatmak, bu kesin ??z?m olacak. Any idea this problem? Regards |
#8
|
|||
|
|||
This is how I solved it.
HTML Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style> body, li, td, div { font: 18px verdana, arial, sans-serif; } li { font-size: 14pt; } div.posttext { overflow-x: hidden; } </style> |
#9
|
|||
|
|||
Thanks fot your reply.
Selam, Ben de b?yle yaptım ?alışıyor gibi ancak Lighthouse test sitesi kod yok diyor 😞 https://web.dev/measure/ |
#10
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=329320" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=329320</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|