Changeset 576 for trunk/style


Ignore:
Timestamp:
Sep 4, 2013, 10:28:40 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Make menu width relative to font size to show better on high DPI systems.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r560 r576  
    7070}
    7171
    72  .verticalmenu li, .verticalmenua
    73  {
    74    display: block;
    75    font-family: Verdana, Arial, Helvetica, sans-serif;
    76    font-size: 93%;
    77    font-weight: bold;
    78    color: #9A1212;
    79    text-decoration: none;
    80    text-align: left;
     72.verticalmenu li, .verticalmenua
     73{
     74  display: block;
     75  font-family: Verdana, Arial, Helvetica, sans-serif;
     76  font-size: 93%;
     77  font-weight: bold;
     78  color: #9A1212;
     79  text-decoration: none;
     80  text-align: left;
    8181   
    82    width: 120px;
    83    height: 18px;
    84    /*background: url('menuhover.gif') no-repeat;*/
    85  }
     82  /*width: 120px;*/
     83  /*height: 18px;*/
     84  /*background: url('menuhover.gif') no-repeat;*/
     85}
    8686
    8787.verticalmenu a:hover
     
    9393#banner
    9494{
    95   height:75px;
     95  height: 75px;
    9696  text-align: center;
    9797  background: url('../images/header3.jpg') repeat bottom;
     
    177177.menu
    178178{
    179   width: 100px;
     179  width: 9em;
    180180  vertical-align: top;
    181181  padding: 4px;
     
    188188.menu2
    189189{
    190   width: 180px;
     190  width: 12em;
    191191  vertical-align: top;
    192192  padding: 4px;
     
    224224{
    225225  overflow: auto;
    226   width: 180px;
     226  width: 100%;
    227227  height: 1000px;
    228228  font-size: 80%;
Note: See TracChangeset for help on using the changeset viewer.