MediaWiki:Mobile.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 24: | Line 24: | ||
background-color: #242d3c; | background-color: #242d3c; | ||
color: #ffffff; | color: #ffffff; | ||
} | |||
.mw-editfont-monospace { | |||
font-family: monospace !important; | |||
} | } | ||
| Line 102: | Line 106: | ||
background: #eee; | background: #eee; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: | float: left; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 0.5em 1em 1em 1em; | ||
width: | max-width: 100%; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
| Line 111: | Line 115: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
margin-bottom: 0.25em; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
margin-bottom: 0.25em; | |||
} | } | ||
.infobox th { | .infobox th { | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
padding-left: | padding-left: 10px; | ||
} | } | ||
| Line 346: | Line 351: | ||
} | } | ||
/**************/ | |||
/* Search bar */ | |||
/**************/ | |||
.mw-ui-icon-mf-close-base20:before { | |||
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cg fill=%22%23fff%22%3E %3Cpath d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E %3Cpath d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E %3C/g%3E%3C/svg%3E"); | |||
} | |||
/***********/ | /***********/ | ||