Monitor size: 17" Resolution: 1024x768 Browser: Firefox Text size: Normal Opinion: ...
The font size on this particular forum is perfect, yet for some reason on our own discussion board the font size is tiny using the default theme, yet Soulscape looks just fine.
Where in the CSS do I have to change it so that it's the same size as here? Thanks.
// also, changing the text size in Internet Explorer does not affect the font size.
monitor size: 17"
resolution: 1280x1024
browser: Opera 9
text size: normal/default
opinion: just fine
Something that you could do is add a user stylesheet to lussumo. It might be impossible in IE, and perhaps not the easiest thing with Firefox (but doable), but if you're using Opera it's the easiest thing in the world (Right click -> Edit site preferences -> Display -> Specify a css file).
Monitor Size: 22" (Worksite 1 & worksite 2 monitors)
Resolution: 1280*1024
Browsers: Firefox 1.5, Opera 8, IE 6
Text Size: Default
Opinion: OK.
Monitor Size: 15.1" (Laptop)
Resolution: 1400x1050
Browsers: FF 1.5, IE 6 (FF 1.07 in Fedora Core 3)
Text size: Default
Opinion: Just fine, but in Linux the font appears tiny and there is a odd glitch (probably my custom CSS)
In #Comments .CommentBody set font-size to a larger size. At the moment it is set to 13px, which looks fine for me. #Comments .CommentBody { font-size: 13px; }
monitor size: 20"
resolution: 1280x1024
browser: firefox
text size: normal/default
opinion: same fscking font size as every single other site on the net
blizeH, just make font-size larger in steps until you are happy... (13 is standard).
If you use the firefox web developer sidebar, you can do css > edit css and then scroll down to the point and try out the changes on a live site. When you're happy you write it into your css file. The "View Style Information" from the same drop-down menu shows you a cross-hair which you can roll over the items you want to change. In the bottom-left of the status bar the current css-location of the item under the cursor is shown.
Comments
resolution: 1280 x 1024
browser: firefox
text size: normal/default
opinion: fine by me
Resolution: 1024x768
Browser: Firefox
Text size: Normal
Opinion: ...
The font size on this particular forum is perfect, yet for some reason on our own discussion board the font size is tiny using the default theme, yet Soulscape looks just fine.
Where in the CSS do I have to change it so that it's the same size as here? Thanks.
// also, changing the text size in Internet Explorer does not affect the font size.
#Comments .CommentBody {
font-size: 13px;
}
display:block;
margin: 10px;
color:#000;
font-size: 13px;
line-height: 150%;
}
But it's still tiny
If you use the firefox web developer sidebar, you can do css > edit css and then scroll down to the point and try out the changes on a live site. When you're happy you write it into your css file.
The "View Style Information" from the same drop-down menu shows you a cross-hair which you can roll over the items you want to change. In the bottom-left of the status bar the current css-location of the item under the cursor is shown.