MediaWiki:Common.css

From IVAO East Asia Region Wiki
Revision as of 06:17, 9 May 2020 by 190126 (talk | contribs) (Created page with "CSS placed here will be applied to all skins: @import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"); .fckToogle { display:none !imp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
@import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");

.fckToogle { display:none !important; }
#ca-talk { display:none !important; }
#cke_12 { display:none !important; }
#wpPreview { display:none !important; }
#wpDiff { display:none !important; }

blockquote { font-size : small !important; }

a { color: #2a4982 }

table.wikitable
{
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;

    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;

    display: contents;
}

table.wikitable > * > tr > td
{
    border-top: 1px solid #ddd;
}

table.wikitable > * > tr > th
{
    border: 2px;
}

.wikitable>tbody
{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.wikitable>tbody>tr
{
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 5px;
    background-color: transparent;
}

.wikitable>tbody>tr>td
{
    line-height: 1.428571429;
    vertical-align: top;
    padding: 10px;
    color: #fff;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}

.wikitable>tbody>tr>th
{
    line-height: 1.428571429;
    vertical-align: top;
    padding: 10px;
    color: #fff;
    background-color: #2a4982;
    text-align: center;
}

#navbar-logo
{
    width: 40px !important;
    display: inline !important;
    margin-bottom: 0 !important;
}
@media (max-width:545px){
#navbar-logo {
    width: 30px !important;
}
}
@media (max-width:420px){
#navbar-logo {
    width: 20px !important;
}
}


img
{
    max-width: 640px;
    height: inherit;
    margin-bottom: 10px;
}

.alert-phraseoblock
{
background-color: #fff9ae;
border: 2px solid #156bb6;
font-weight:bold;
}

.alert-phraseoblock img
{
margin-bottom: 5px;
margin-right: 5px;
}

.phraseopilot
{
color: #e24136;
}

.phraseoatc
{
color: #156bb6;
}