Display title | Module:Sidebar/styles.css |
Default sort key | Sidebar/styles.css |
Page length (in bytes) | 3,703 |
Namespace ID | 828 |
Namespace | Module |
Page ID | 720 |
Page content language | en - English |
Page content model | Sanitized CSS |
Indexing by robots | Allowed |
Number of redirects to this page | 0 |
Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
Edit | Allow all users (infinite) |
Move | Allow all users (infinite) |
Page creator | wikipedia>Goszei |
Date of page creation | 20:15, 19 September 2021 |
Latest editor | Jens (talk | contribs) |
Date of latest edit | 07:15, 3 April 2022 |
Total number of edits | 2 |
Total number of distinct authors | 2 |
Recent number of edits (within past 90 days) | 0 |
Recent number of distinct authors | 0 |
Description | Content |
Article description: (description ) This attribute controls the content of the description and og:description elements. | /* */
/* TODO: Invert width design to be "mobile first" */
.sidebar {
/* TODO: Ask if we should have max-width 22em instead */
width: 22em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
margin: 0.5em 0 1em 1em;
background: #f8f9fa;
border: 1px solid #aaa;
padding: 0.2em;
text-align: center;
line-height: 1.4em;
font-size: 88%;
border-collapse: collapse;
/* Timeless has display: none on .nomobile at mobile resolutions, so we
* unhide it with display: table and let precedence and proximity win.
*/
display: table;
} |