User talk:Lupin/navpop.css

Latest comment: 17 years ago by Lupin

Why this file definies font-sizes in 'pt', while it definies formating for screen, not for printing. The result is that I'm unable to use this usefull feature of Wikipedia because of too small fonts (I have setted dpi for webbrowser to 75 instead of 92 used in M$ Windows). I think if wikipedia uses in its templates font-size definitions in % (so it is posible eg. to set bigger/smaller fonts in browser), then extensions ought to use it too (as there arent better solution). Please change it :) pl:Wikipedysta:tkt 14:40, 12 July 2006 (UTC)

Basically, it's because I'm bad at CSS. Could you provide a fixed version I can test? Lupin|talk|popups 14:52, 12 July 2006 (UTC)Reply
Maybe this would work better:
.navpopup 
{ 
  border: solid #FFBE20 1px;
  background-color: #FFFAEF;
  padding: 5px;
  font-size: 8pt10px;
  /* opacity: 0.9; */
}