Changeset 557 for trunk/style


Ignore:
Timestamp:
Jul 29, 2013, 11:04:55 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Use relative size for all fonts style to better support monitors with different DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r535 r557  
    2929body
    3030{
    31   font-size: 14px;
     31  font-size: 100%;
    3232  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    3333  color: #362b27;
     
    5454a:hover
    5555{
    56   color: #c3300;
     56  color: #c33300;
    5757}
    5858
     
    7373 {
    7474   display: block;
    75    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
     75   font-family: Verdana, Arial, Helvetica, sans-serif;
     76   font-size: 95%;
     77   font-weight: bold;
    7678   color: #9A1212;
    7779   text-decoration: none;
     
    118120#bannertitle
    119121{
    120   font-size: 24px;
     122  font-size: 110%;
    121123  font-weight: bold;
    122124  text-align: center;
     
    224226  width: 180px;
    225227  height: 1000px;
    226   font-size: 10px;
     228  font-size: 80%;
    227229  border-width: 1px;
    228230  border-style: solid;
     
    329331  background-color: #E8E8E8;
    330332  border: 1px #c43300 solid;
    331   font-size: 11px;
     333  font-size: 80%;
    332334  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    333335}
     
    337339  background-color: white;
    338340  border: 1px #c43300 solid;
    339   font-size: 11px;
     341  font-size: 80%;
    340342  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    341343}
     
    479481  border-style: solid;
    480482  border-collapse: collapse;
    481   border-spacing: 0px 0px 0px 0px;
     483  border-spacing: 0px 0px;
    482484  font-size: small;
    483485  background-color: #E8E8E8;
Note: See TracChangeset for help on using the changeset viewer.