MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, 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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Translate Extension customisation */
#mw-content-text hr {
display: none;
}
div.mw-translate-page-info {
text-align:right
}
div.mw-pt-translate-header {
text-align:right
}
div.mw-pt-languages {
background: #F9F9F9;
border: 1px solid #E9E9E9;
margin: 0 0 1em 0;
text-align: left;
}
div.mw-pt-languages table {
background: transparent;
border-width: 0px;
margin: 0px;
padding: 0px;
}
td.mw-pt-languages-label {
display: none;
}
/* Nice "wikitable" table class */
table.wikitable {
margin-top:1em;
margin-bottom:1em;
background:#F9F9F9;
border:1px #AAA solid;
border-collapse:collapse;
}
table.wikitable th, table.wikitable td {
border:1px #AAA solid;
padding:.3em;
}
table.wikitable th, .wikitable_header {
background:#F2F2F2;
text-align:left;
}
table.wikitable caption {
margin-left:inherit;
margin-right:inherit;
}
/* Widget template */
div.widget_title {
background-image: url('//upload.wikimedia.org/wikipedia/commons/8/8c/Bluebg_rounded_croped.png');
background-repeat: no-repeat;
height: 32px;
position: relative;
top: 2px;
margin: 0px;
}
/* Language font */
[lang=fa] { font-family:
Tahoma, 'DejaVu Sans', sans-serif; }
/* Hide title on main page */
body.page-Main_Page div.mw-body h1.firstHeading {
display: none;
}
/* Custom logo size */
#p-logo {
width: 146px;
height: 125px;
}
}
}