2009年11月23日月曜日

Xoops CSSまとめ

xoops/xoops.css


theme/style.css
body {
background: #FFFFFF;
color: ;
fontfamily: ;
font: ;
}
h1,h2,h3,h4,h5,h6,h7 {}
#header {}
#usermenu {}
#globalnavi {}

/* テーブルヘッダと入力欄をまとめて定義 */
tr.author td,
tr.title td,
tr.category td,
tr.authority td,
tr.context td,

tr.title input {
width: 200px;
}
tr.context input {
width: 400px;
}

/* 必須項目 */
tr.author th,
tr.title th,
tr.category th,
tr.authority th,
tr.context th,
{
background-image: url(must.gif)
background-repeat: no-repeat;
background-position: right;
}
/* 必須でない */
tr.upload th,
tr.upload td,
{
background: #e3e9cf;
}

#whatnew {}
.whatnewtab {}

#today {}
#footer {}


/* どうしてもモジュールごとに異なる部分だけ記述(理想は使わないこと) */
./modules/module_name/style.css
#module_name table th tr td {}
td input {}

calendar
piCal.css

2009年11月5日木曜日

[Tool] CSSツール

Webデザインで役に立つツールを記録しておきます。

ウィンドウの要素から色を抽出し、コードを表示してくれるツール
YunaColor

ウィンドウ内の要素を測ることができるものさしツール
ものさしX


以上です。