Content deleted Content added
←Created page with '.spoken-wikipedia { border: 1px solid #a2a9b1; background-color: #f8f9fa; →@noflip: margin: 0.5em 0 0.5em 1em; padding: 0.2em; →@noflip: float: ri...' |
codex token |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1:
/* {{pp|small=y}} */
.spoken-wikipedia {
border: 1px solid #a2a9b1;
background-color: var(--background-color-interactive-subtle, #f8f9fa);
/* @noflip */▼
▲ margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */▼
float: right;▼
/* @noflip */▼
clear: right;▼
line-height: 1.5em;
width: 20em;▼
font-size: 90%;
}
Line 18 ⟶ 13:
}
.spoken-wikipedia-
font-weight: bold;
}▼
.spoken-wikipedia-icon {▼
float: left;▼
margin-left: 5px;▼
margin-top: 10px;▼
}
Line 31 ⟶ 20:
text-align: center;
margin-top: 10px;
margin-bottom: 0.4em;
▲}
▲.spoken-wikipedia-icon {
▲ float: left;
▲ margin-left: 5px;
▲ margin-top: 10px;
}
Line 39 ⟶ 33:
margin-top: 10px;
font-size: 95%;
line-height: 1.
}
Line 45 ⟶ 39:
margin-top: 10px;
text-align: center;
}
@media (min-width: 720px) {
.spoken-wikipedia {
margin-left: 1em;
}
}
|