
gege wrote:I don't know who split the skinning functionality thread (nohitter?), putting all the border discussion in this one, but thanks anyway.
We really went off-topic in that one. Sorry for that, nohitter.
gege wrote:ZvezdanD wrote:gege wrote:Unfortunately, working in quirks mode will break lots of skins (again for both LV and MR)
I just tried MM in Vista and you are right - border is not displayed only if I remove <!DOCTYPE HTML ... >. Could you explain what is happening with skins in quirks mode? I cannot see any difference when it is in that mode.
Turns out you're quite right. Side effects are not that bad for LV.
I tested all built in LV skins and also some 3rd party ones, found in this forum. For some, like Forum and Songbird, min-width and max-width CSS properties are not respected, but that's not a big deal. The only one really affected is Forum_Noir, whose header section is not shown. But I think I can figure out what's causing the problem.

LikeMM wrote:What should I do to get the fonts back to all 8pt bold/normal as desired?
font-size:1em;
/* tables */
table {
border:none;
padding:0;
margin:0;
text-align: left;
font-size:1em;
}

width:100%;
<div id="info_content" class="content"><div id="info_content" class="content" style="width:100%">ZvezdanD wrote:LikeMM wrote:What should I do to get the fonts back to all 8pt bold/normal as desired?
Find table's styles in the skin.css file and add:
[code] font-size:1em;
...
Please let me know if it works as it should and I will update information about this on the first page of this thread.
LikeMM wrote:You rock!
web.Common.Align = 5 web.Common.ClientWidth = pan.Common.ClientWidth
web.Common.ClientHeight = pan.Common.ClientHeight
web.Common.Anchors = 15
html {border:none;}
table {font-size:1em;}
.content {width:100%;}
Users browsing this forum: No registered users and 10 guests