Module:Spoken Wikipedia/styles.css: Difference between revisions

Content deleted Content added
reorder files and icon
codex token
 
(9 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);
margin: 0.5em 0 0.5em 1em;
/* @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-listentolisten-to {
font-weight: bold;
}
Line 25 ⟶ 20:
text-align: center;
margin-top: 10px;
font-size: 90%;
margin-bottom: 0.4em;
}
Line 39 ⟶ 33:
margin-top: 10px;
font-size: 95%;
line-height: 1.6em4em;
}
 
Line 45 ⟶ 39:
margin-top: 10px;
text-align: center;
}
 
@media (min-width: 720px) {
.spoken-wikipedia {
width: 20em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
margin-left: 1em;
}
}