Changeset 38839

Show
Ignore:
Timestamp:
02/11/11 20:36:57 (2 years ago)
Author:
NeoCat
Message:

use relative font-size

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/styles/default.css

    r38834 r38839  
    88#control { position: fixed; top: 0; left: 0; width: 100%; height: 53px; border-bottom: 1px solid black; z-index: 3; background-color: #eee; } 
    99#loading { opacity: 0.5; filter: alpha(opacity=50); position: absolute; top: 6px; width: 94%; height: 20px; z-index: 4; text-align: center; } 
    10 #fst { position: absolute; left: 1px; top: 1px; width: 94%; height: 30px; font-size: small; overflow: hidden; } 
     10#fst { position: absolute; left: 1px; top: 1px; width: 94%; height: 30px; font-size: smaller; overflow: hidden; } 
    1111#go { text-decoration: none; position: absolute; left: 95%; top: 1px; } 
    1212#rst { text-decoration: none; position: absolute; left: 95%; top: 16px; } 
    13 #option { position: absolute; left: 1px; top: 32px; width: 99%; font-size: small; } 
     13#option { position: absolute; left: 1px; top: 32px; width: 99%; font-size: smaller; } 
    1414#menu { position: absolute; left: 0px; top: 33px; } 
    1515#menu a { display: inline-block; font-size: 12px; height: 18px; line-height: 18px; border: 1px solid black; border-bottom: 0 none; background-color: #aaa; color: #242; padding: 0 4px; margin: 0; margin-bottom: 2px; text-decoration: none; font-family: sans-serif; -moz-border-radius: 5px 5px 0 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; border-radius: 5px 5px 0 0; margin-right: 2px; } 
     
    1818 
    1919.tabcmd { background-color: #ccc; text-align: right; } 
    20 .tabcmd a { size: small; color: green; } 
     20.tabcmd a { size: smaller; color: green; } 
    2121.tabclose a { color: red; } 
    2222 
    23 .tw { position: absolute; left: 0px; top: 54px; width: 100%; font-size: small; } 
     23.tw { position: absolute; left: 0px; top: 54px; width: 100%; font-size: smaller; } 
    2424#re { display: none; } 
    2525#tw2 { background-color: #ffe; display: none; min-height: 448px; } 
     
    3333.dir { color: #679; } 
    3434.status { text-decoration: none; } 
    35 .status a.link { font-size: x-small; background-color: #eee; color: #022; border: solid 1px #cec; text-decoration: none; } 
     35.status a.link { font-size: smaller; background-color: #eee; color: #022; border: solid 1px #cec; text-decoration: none; } 
    3636.status a.resolved { background-color: #eef; } 
    3737.status a.link:hover { background-color: #ff9; } 
    3838.rtinfo { text-align: right; display: inline-block; } 
    3939.utils { text-align: right; display: inline-block; } 
    40 .prop, .prop a { color: #999; font-size: x-small; } 
     40.prop, .prop a { color: #999; font-size: smaller; } 
    4141.fromme { background-color: #cfd; } 
    4242.tome { background-color: #ccf; } 
     
    5151.close { color: red; } 
    5252.get-next { text-align: center; background-color: #999; color: #fec; cursor: pointer; } 
    53 #rep { display: none; background-color: #fee; position: absolute; width: 90%; left: 4%; top: 200px; border: 4px solid #666; z-index: 2; padding: 2px; font-size: small; } 
     53#rep { display: none; background-color: #fee; position: absolute; width: 90%; left: 4%; top: 200px; border: 4px solid #666; z-index: 2; padding: 2px; font-size: smaller; } 
    5454#rep > a > img { padding: 2px 1px 1px 3px; } 
    5555#reps { margin-top: 1px; } 
    56 .popup_menu { display: none; background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; width: 180px; font-size: x-small; } 
    57 .popup_menu a { display: block; background-color: #fff; color: black; text-decoration: none; padding: 3px; border-bottom: 1px solid #888; } 
     56.popup_menu { display: none; background-color: #eee; position: absolute; left: 0; top: 200px; border: 2px solid #666; z-index: 6; width: 180px; font-size: smaller; } 
     57.popup_menu a { display: block; background-color: #fff; color: black; text-decoration: none; padding: 3px; border-bottom: 1px solid #888; font-size: smaller; } 
    5858.popup_menu a:hover { background-color: #33f; color: #fff; text-decoration: none; } 
    5959.popup_menu a.row2 { background-color: #eee; } 
    6060#popup_hide { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; filter: alpha(opacity=20); background-color: black; z-index: 5; } 
    6161#user_info { margin: 1px; border: 1px solid #888; } 
    62 #user_info td { font-size: small; } 
     62#user_info td { font-size: smaller; } 
    6363.selected { background-color: #cef !important; } 
    6464.deleted > .status { text-decoration: line-through; } 
    65 .nrFav { background-color: #3fc; font-size: small; } 
     65.nrFav { background-color: #3fc; font-size: smaller; } 
    6666#error { display: none; background-color: black; color: white; text-align: center; font-weight: bold; z-index: 10; position: absolute; top: 30%; width: 75%; left: 10%; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; -moz-box-shadow: 1px 1px 4px #000; -webkit-box-shadow: 1px 1px 4px #000; box-shadow; 1px 1px 4px #000; opacity: 0.80; filter: alpha(opacity=80); } 
    6767#errorc { padding: 20px; }