瀏覽單個文章
PAN_PAN
Junior Member
 
PAN_PAN的大頭照
 

加入日期: Jan 2003
您的住址: Shattrath City
文章: 948
引用:
作者JJaj
請問一下 火狐要怎麼調整網頁預設的大小阿?
我說的不是字體 不要每開一個新網頁就得調整一次

順便問一下
有沒有像CHROME上面的liveTV 這個差件
人家一開實況 就能馬上通知
謝謝


stylish + 我亂改的 CSS =


代碼:
@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;
}

}
 
舊 2011-10-02, 12:20 AM #92
回應時引用此文章
PAN_PAN離線中