MediaWiki:Tweeki.css
From Bearhawk N813Z
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Tweeki skin */
.firstHeading, .tweekiFirstHeading {
text-align: left !important;
}
.mw-parser-output h2 {
margin-top: 25px !important;
}
.h3, h3 {
font-size: 1.55rem !important;
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
figure[typeof~='mw:File'].mw-halign-left, figure[typeof~='mw:File/Frameless'].mw-halign-left {
margin: 0 0.5em 2.5em 0;
}
a.mw-file-description img {
margin-bottom: 30px;
margin-top: 8px;
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}