MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 88: Line 88:
color: #fbf0a4;
color: #fbf0a4;
text-decoration: none;
text-decoration: none;
}
/* Template:Header */
.header-title {
font-size: 220%;
font-family: 'Linux Libertine','Georgia','Times',serif;
}
}


.tl-check { display:none; }
.tl-check { display:none; }


/* Template: TOCitem*/
.toc-item {
.toc-item {
display:inline-block;
display:inline-block;
Line 103: Line 111:
}
}


/* Template:Top */
.top-arrow {
.top-arrow {
position: fixed;
position: fixed;
Line 109: Line 118:
}
}


/* Template:Nowrap */
.nowrap {
.nowrap {
white-space: nowrap;
white-space: nowrap;
}
}