瀏覽單個文章
twu2
Power Member
 

加入日期: Jan 2002
您的住址: Taipei
文章: 664
stylish 自己設定那些地方要用什麼字. 如:

代碼:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("pcdvd.com.tw") {

div.page {
  width: 98% !important;
}

table[width="980"] {
  width: 98% !important;
}

table[width="980px"] {
  width: 98% !important;
}


input[name="subject"] { 
    width: 800px !important; 
}
textarea[name="message"] { 
    width: 800px !important; 
}

.smallfont { 
    letter-spacing: 0.02em !important; 
    line-height: 110% !important; 
    font-size: 15px !important; 
}

font[size="2"], .txt, .thead, .tcat, td, th, p, li, textarea, .bginput, .wysiwyg {
    letter-spacing: 0.03em !important; 
    line-height: 120% !important; 
    font-size: 18px !important; }

select, option, optgroup, .button, legend { 
    letter-spacing: 0.02em !important; 
    line-height: 110% !important; 
    font-size: 15px !important;
}

}


或用 NoSquint 來控制縮放.
__________________

Tommy 碎碎念...
舊 2011-08-17, 04:50 PM #6
回應時引用此文章
twu2離線中