MediaWiki:Recipe.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) Created page with "→Recipe: .new_genshin_recipe_header { display:none; } .new_genshin_recipe_body > * { vertical-align:top; } .new_genshin_recipe_body_icon { margin:30px 0; display:inline-block; width: 30px !important; } .new_genshin_recipe_body_yield { display:inline-block; }" |
Replaced |
||
| Line 1: | Line 1: | ||
/*Recipe*/ | /*Recipe*/ | ||
. | .recipe_header { | ||
margin-bottom:7px; | |||
margin-top:10px; | |||
} | } | ||
. | .recipe_header_main, | ||
.recipe_header_sub { | |||
display:inline-block; | |||
line-height:47px; | |||
height:49px; | |||
background: var(--theme-color-5); | |||
border-radius:5px; | |||
padding-right:10px; | |||
padding-left:10px; | |||
margin-right:5px; | |||
.skin-theme-clientpref-day & a { | |||
color: var(--page-text-color); | |||
} | |||
} | |||
.recipe_header_sub { | |||
height:35px; | |||
line-height:34px; | |||
font-size:13px; | |||
text-transform:capitalize; | |||
padding-left:7px; | |||
padding-right:7px; | |||
} | |||
.recipe_header_text, | |||
.recipe_header_text>a { | |||
vertical-align:baseline; | |||
color:#fff; | |||
font-weight:bold; | |||
} | |||
.recipe_header_text>a { | |||
color:#fff; | |||
} | |||
.recipe_header_text>a:hover { | |||
color:#fff; | |||
} | |||
.recipe_body > * { | |||
vertical-align:top; | vertical-align:top; | ||
} | } | ||
. | .recipe_body_icon { | ||
margin:30px 0; | margin:30px 0; | ||
display:inline-block; | display:inline-block; | ||
} | } | ||
. | .recipe_body_yield { | ||
display:inline-block; | display:inline-block; | ||
} | } | ||