「利用者:Yasusushi/common.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
| 14行目: | 14行目: | ||
} | } | ||
/* edittoolsを要約欄の上に移動 | /* edittoolsを要約欄の上に移動 ... firefoxで作ったらchromeで大変なことになった…… | ||
.mw-editTools { | .mw-editTools { | ||
display: table-header-group; | display: table-header-group; | ||
| 21行目: | 21行目: | ||
display: table-cell; | display: table-cell; | ||
border: 1px solid #C0C0C0; | border: 1px solid #C0C0C0; | ||
} | }*/ | ||
/* edittoolsをボタンっぽく表示 */ | /* edittoolsをボタンっぽく表示 */ | ||
.mw-editTools a { | .mw-editTools a { | ||
2014年8月18日 (月) 12:29時点における版
/* 巻き戻しリンクを非表示 */
.mw-rollback-link {
display:none
}
/* リダイレクトを区別 */
a.mw-redirect {
background-color: #eeeeff
}
.bgcolor a.mw-redirect,
a[title="利用者:やすしをやすすと言ってた私"],
a[title="利用者・トーク:やすしをやすすと言ってた私"] {
background-color: inherit
}
/* edittoolsを要約欄の上に移動 ... firefoxで作ったらchromeで大変なことになった……
.mw-editTools {
display: table-header-group;
}
.editOptions {
display: table-cell;
border: 1px solid #C0C0C0;
}*/
/* edittoolsをボタンっぽく表示 */
.mw-editTools a {
color: black;
background-color: #EEE;
font-size: 0.9em;
text-decoration: none;
border: thin #666 outset;
padding: 0.1em 0.3em;
border-radius: 0.5em;
}
.mw-editTools a:hover,
.mw-editTools a:active {
background-color: #CCC;
border-style: inset;
}