MediaWiki:Common.css
From Iwan
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#navbar a, #navbar a:visited, #navbar a:focus, .navbar-brand, #navbar a:hover {
color: white !important;
}
.dropdown-menu.show {
background-color: #343a40!important;
}
.jellyfish {
background-color: #000;
color: #fff;
background-image: url(http://iwan.wiki/images/top_banner_image.jpg);
background-position: 50% 15%;
text-shadow: 1px 1px black;
}
.bs-announce a {
color:#773
}
.bs-announce-main {
background-color:#cacaaa;
color:#224
}
.bs-announce-blurb {
background-color:#c3e48e;
color:#2c5871;
font-weight:normal
}
.bs-callout {
margin:20px 0;
padding:15px 30px 15px 15px;
border-left:5px solid #eeeeee
}
.bs-callout h4,
.bs-announce h4 {
margin-top:0
}
.bs-callout p:last-child,
.bs-announce p:last-child {
margin-bottom:0
}
.bs-callout code,
.bs-callout .highlight {
background-color:#fff
}
.bs-callout-danger {
background-color:#fcf2f2;
border-color:#d9534f
}
.bs-callout-warning {
background-color:#FBF3CF;
border-color:#f0ad4e;
color:#1c232b
}
.bs-callout-info {
background-color:#f0f7fd;
background-color:#eaebff;
border-color:#5bc0de
}
.bs-head {
margin-top:0;
font-size:18px;
margin-bottom:10px;
font-family:inherit;
font-weight:500;
line-height:1.1;
display:block
}
.bs-callout-danger .bs-head {
color:#B94A48
}
.bs-callout-warning .bs-head {
color:#C09853
}
.bs-callout-info .bs-head {
color:#3A87AD
}
.bs-callout .mw-editsection {
font-size:0
}
div[role="tabpanel"] > ul {
margin:0
}
.tab-content {
padding-bottom:10px
}
.bs-callout p {
color:#1c232b
}
#console .code {
background-color:#002e3a;
color:#40b2d0
}