09/04/19 17:35:15 bGZu/gTw0
>>492
参考で
各スタイルのcssいじりをコメントアウトだけにしてstyle-my.cssでやると
/*コマンドアイコン:フッタ右側*/
#command { position:fixed; bottom:0px; left:0px; width:100%; height:32px; line-height:32px; color:#FFF; text-align:right; -moz-user-select: none; }
#findbox { position:fixed; bottom:34px; right:0px; display: none; }
/*コマンドアイコン:フッタ左側*/
//#command { position:fixed; bottom:0px; left:0px; width:100%; height:32px; line-height:32px; color:#FFF; -moz-user-select:none; padding-left:5px; }
//#findbox { position:fixed; bottom:34px; left:0px; display: none; }
// 上を左右いずれかだけコメントアウト除外で適用(上の例は右)して
// "適用するスタイルのcss"内の#commandと#findboxそれぞれ1行づつ
// コメントアウト(この行の頭でやってること)してこっちを使うようにする
// 下はそのままで
/*コマンドアイコン:左右共通 フッタ常時表示*/
#footer { position:fixed; bottom:-32px; left:0px; width:100%; height:32px; }
#footer ul { display:none; }
#content { padding-bottom:32px; }
ほんとは各スタイルのcss自体に書いた方がいいけどね