「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
(同じ利用者による、間の1版が非表示) | |||
8行目: | 8行目: | ||
margin-top: 0px; | margin-top: 0px; | ||
} | } | ||
.quizQuestions .header {} | .quizQuestions .header { | ||
display: block; | |||
} | |||
.quizQuestions .header .questionId { | .quizQuestions .header .questionId { | ||
padding: 0 5px 0 0; | padding: 0 5px 0 0; | ||
28行目: | 30行目: | ||
.quizQuestions .level_5 { | .quizQuestions .level_5 { | ||
background: url("/wiki/resources/assets/star_icons/icon_starblack_5.gif") no-repeat 0 3px; | background: url("/wiki/resources/assets/star_icons/icon_starblack_5.gif") no-repeat 0 3px; | ||
} | |||
/* Webkitブラウザ(Chrome、Safari、Edgeなど)の場合 */ | |||
input[type="number"]::-webkit-outer-spin-button, | |||
input[type="number"]::-webkit-inner-spin-button { | |||
-webkit-appearance: none; | |||
margin: 0; | |||
} | |||
/* Firefoxの場合 */ | |||
input[type="number"] { | |||
-moz-appearance: textfield; | |||
} | } | ||
2024年12月13日 (金) 12:08時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */ // add 中武 .quizQuestions {} .quizQuestions .question { margin-top: 5px; } .quizQuestions .question:first-child { margin-top: 0px; } .quizQuestions .header { display: block; } .quizQuestions .header .questionId { padding: 0 5px 0 0; min-width: 32px; } .quizQuestions .level_1 { background: url("/wiki/resources/assets/star_icons/icon_starblack_1.gif") no-repeat 0 0; } .quizQuestions .level_2 { background: url("/wiki/resources/assets/star_icons/icon_starblack_2.gif") no-repeat 0 0; } .quizQuestions .level_3 { background: url("/wiki/resources/assets/star_icons/icon_starblack_3.gif") no-repeat 0 0; } .quizQuestions .level_4 { background: url("/wiki/resources/assets/star_icons/icon_starblack_4.gif") no-repeat 0 3px; } .quizQuestions .level_5 { background: url("/wiki/resources/assets/star_icons/icon_starblack_5.gif") no-repeat 0 3px; } /* Webkitブラウザ(Chrome、Safari、Edgeなど)の場合 */ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefoxの場合 */ input[type="number"] { -moz-appearance: textfield; } /* MediaWiki 特有*/ .quizQuestions .question { margin-left:2em; margin-bottom:2em; clear:both;} .quizQuestions .header .questionId {font-size: 1.1em; font-weight: bold; position: relative; left: -1.5em;} .quizQuestions .question img {margin: 10px;}