MediaWiki:Common.css

From Iwan
Revision as of 18:00, 12 January 2024 by Admin (talk | contribs)
Jump to: navigation, search

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
  }
.code {
    background-color:#002e3a;
    color:#40b2d0
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}