MediaWiki:Common.css
From Verify.Wiki
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
/* Main Page-specific styles */
.page-VerifyWiki_Main_Page h1.firstHeading,
.page-VerifyWiki_Main_Page #p-tb,
.page-VerifyWiki_Main_Page #siteNotice,
.page-VerifyWiki_Main_Page #p-search,
.page-VerifyWiki_Main_Page #pt-createaccount,
.page-VerifyWiki_Main_Page #p-logo,
.page-VerifyWiki_Main_Page #mw-panel,
.page-VerifyWiki_Main_Page input[name="fulltext"],
.page-VerifyWiki_Main_Page .button-wfp-footer-business,
#mf-title hr,
#mf-splash {
display: none;
}
.page-VerifyWiki_Main_Page #content,
.page-VerifyWiki_Main_Page #mw-head-base,
.page-VerifyWiki_Main_Page div#footer {
padding-top: 0px;
border-top: 0px;
margin-left: 0px;
}
/* Other page-specific styles */
.page-VerifyWiki_Why_set_up_a_profile #pt-createaccount,
.page-VerifyWiki_Collaborative_Content_Marketing #p-navigation #p-navigation-label+div.body,
.page-VerifyWiki_Collaborative_Content_Marketing #p-tb {
display: none;
}
/* A mobile-friendly table that collapses into consecutive text on mobile */
.desktoptable { display: table; }
.desktopcell { display: table-cell; }
/* For {{unsigned}} */
.autosigned {
font-style: italic;
font-size: 80%;
}
/* {{infobox}} style */
.infobox {
border: 1px dashed #C3C3C3;
float: right;
width:351px;
border-spacing: 0;
border-collapse: collapse;
font-family: "ArchivoNarrow-Regular";
background-color: #ffffff;
line-height: normal;
margin-left: 2px;
margin-top: 5px;
}
.infobox a, .infobox a:visited {
font-size: 14px;
font-weight: normal;
color: #0099cc;
}
.infobox a.new {
color: #BA0000;
}
.infobox .title {
text-transform: uppercase;
color: #ffffff;
background-color: #999999;
font-size: 15px;
font-family: 'Archivo Narrow', sans-serif;
font-weight: 500;
padding: 10px;
}
.infobox .left {
width: 108px;
background-color: #e3e3e3;
border-top:1px solid #e3e3e3;
color: #333;
}
.infobox .right {
width: 243px;
background-color: #eeeeee;
border-top:1px solid white;
font-size:14px;
}
.infobox td {
vertical-align: top;
font-size: 16px;
padding: 10px;
color: #333333;
font-family: 'Archivo Narrow', sans-serif;
}
/* {{ambox}} */
table.ambox {
width: auto;
margin: 0 10%;
border-collapse: collapse;
background: #FBFBFB;
border: 1px solid #AAAAAA;
border-left: 10px solid #1E90FF
}
table.ambox th, table.ambox td {
padding: 0.25em 0.5em;
}
table.ambox td.ambox-widthhack {
padding: 0;
}
table.ambox td.ambox-text {
width:100%;
}
table.ambox td.ambox-image {
width: 52px;
padding: 2px 0px 2px 0.5em;
text-align: center;
}
table.ambox td.ambox-imageright {
width: 52px;
padding: 2px 4px 2px 0px;
text-align: center;
}
table.ambox td.ambox-image div,
table.ambox td.ambox-imageright div {
width:52px
}
table.ambox-delete,
table.ambox-serious {
border-left: 10px solid #B22222
}
table.ambox-content {
border-left: 10px solid #F28500
}
table.ambox-style {
border-left: 10px solid #F4C430
}
table.ambox-good {
border-left: 10px solid #66CC44
}
table.ambox-discussion {
border-left: 10px solid #339966
}
table.ambox-notice {
border-left: 10px solid #1E90ff
}
table.ambox-merge {
border-left: 10px solid #9932CC
}
table.ambox-protection {
border-left: 10px solid #BBBBAA
}
table.ambox.ambox-mini {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
width: 20%;
}