「利用者:Yasusushi/common.css」の版間の差分

提供:エケペディア
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
21行目: 21行目:
   display: table-cell;
   display: table-cell;
   border: 1px solid #C0C0C0;
   border: 1px solid #C0C0C0;
}*/
}
*/
/* edittoolsをボタンっぽく表示 */
/* edittoolsをボタンっぽく表示 */
.mw-editTools a {
.mw-editTools a {
29行目: 30行目:
   text-decoration: none;
   text-decoration: none;
   border: thin #666 outset;
   border: thin #666 outset;
  margin-left: 0;
   padding: 0.1em 0.3em;
   padding: 0.1em 0.3em;
   border-radius: 0.5em;
   border-radius: 0.5em;

2014年8月23日 (土) 16:08時点における版

/* 巻き戻しリンクを非表示 */
.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;
  margin-left: 0;
  padding: 0.1em 0.3em;
  border-radius: 0.5em;
}
.mw-editTools a:hover,
.mw-editTools a:active {
  background-color: #CCC;
  border-style: inset;
}