Difference between revisions of "MediaWiki:Common.css"

(Created page with "→‎CSS placed here will be applied to all skins: /* This is the CSS for all skins (for all users) on MediaWiki.org. SECTIONS: 1. Indication of namespaces 2. Color classe...")
 
 
(456 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* For the Top banner on Start Page */
  
/*
+
#pw-bottombanner {
This is the CSS for all skins (for all users) on MediaWiki.org.
+
clear: both;
 +
position: relative;
 +
box-sizing: border-box;
 +
width: 100%;
 +
margin-top: 0em;
 +
min-width: 47em;
 +
border-color: #ddd;
 +
background-color: #f9f9f9;
 +
white-space: nowrap;
 +
}
  
SECTIONS:
+
#mp-topbanner {
1. Indication of namespaces
+
clear: both;
2. Color classes for content
+
position: relative;
3. Special pages
+
box-sizing: border-box;
4. Main page styling
+
width: 100%;
5. Wikitables, warnings, and other such stylings
+
margin-top: 1.2em;
6. Templates
+
        margin-bottom: 0em;
7. Some other small things
+
min-width: 47em;
*/
+
border-color: #ddd;
 +
background-color: #f9f9f9;
 +
white-space: nowrap;
 +
}
  
 +
.mp-bordered,
 +
.pw-bordered,
 +
.mp-h2,
 +
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
 +
border-width: 1px;
 +
border-style: solid;
 +
}
  
/**
+
#mp-topbanner,
* 1. INDICATION OF NAMESPACES
+
.mp-h2,
* -------------------------------------------------
+
#mp-left {
*/
+
color: #000;
 
+
}
/* #content for Vector and Monobook, #mw-content for Timeless */
 
  
/* NS Help (Public Domain icon) */
+
#mp-welcomecount {
.action-view.ns-12 #bodyContent {
+
margin: 0.4em;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/6/67/PD-icon-faded.png);
+
width: 22em;
    background-repeat: no-repeat;
+
text-align: center;
    /* @noflip */ background-position: right 5em;
 
 
}
 
}
  
/**
+
#mp-welcome {
* 2. COLOR CLASSES FOR CONTENT
+
font-size: 162%;
* -------------------------------------------------
+
padding: 0.1em;
*/
 
 
 
/* Border colors */
 
.borderc1 {
 
    border-color: #e9e9e9;
 
    border-width: thin;
 
 
}
 
}
  
.borderc2 {
+
#mp-free {
    border-color: #a2a9b1;
+
font-size: 95%;
    border-width: thin;
 
 
}
 
}
  
.borderc3 {
+
#articlecount {
    border-color: #72777d;
+
font-size: 85%;
    border-width: thin;
 
 
}
 
}
  
.borderc4 {
+
#mp-portals {
    border-color: #000000;
+
position: absolute;
    border-width: thin;
+
right: -1em;
 +
top: 50%;
 +
margin-top: -2.4em;
 +
width: 38%;
 +
min-width: 25em;
 +
font-size: 95%;
 
}
 
}
  
.borderc5 {
+
#mp-portals li {
    border-color: #c00000;
+
position: absolute;
    border-width: thin;
+
left: 0;
 +
top: 0;
 
}
 
}
  
.borderc6 {
+
#mp-portals .portal-hmid {
    border-color: #025e9d;
+
left: 33%;
    border-width: thin;
 
 
}
 
}
  
.borderc7 {
+
#mp-portals .portal-hright {
    border-color: #008040;
+
left: 66%;
    border-width: thin;
 
 
}
 
}
  
.borderc8 {
+
#mp-portals .portal-vmid {
    border-color: #ffcc33;
+
top: 1.6em;
    border-width: thin;
 
 
}
 
}
/* Used by [[Template:Welcome]]. */
 
  
/* Background colors */
+
#mp-portals .portal-vbot {
.backgroundc1 {
+
top: 3.2em;
    background-color: #ffffff;
 
}
 
/* Used by [[Template:Welcome]]. */
 
.backgroundc2 {
 
    background-color: #f8f9fa;
 
 
}
 
}
  
.backgroundc3 {
+
.portal-hright.portal-vbot {
    background-color: #eaecf0;
+
font-weight: bold;
 
}
 
}
  
.backgroundc4 {
+
#mp-banner {
    background-color: #e0e0e0;
+
margin-top: 4px;
 +
padding: 0.5em;
 +
background-color: #fffaf5;
 +
border-color: #f2e0ce;
 
}
 
}
  
.backgroundc5 {
+
.mp-h2,
    background-color: #d2d2d2;
+
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
 +
margin: 0.5em;
 +
padding: 0.2em 0.4em;
 +
font-size: 120%;
 +
font-weight: bold;
 +
font-family: inherit;
 
}
 
}
  
.backgroundc6 {
+
h2.mp-h2::after { /* Remove borders in Timeless */
    background-color: #b7b7b7;
+
border: none;
 
}
 
}
  
.backgroundc7 {
+
.mp-later {
    background-color: #a3a3a3;
+
font-size: 85%;
 +
font-weight: normal;
 
}
 
}
  
.backgroundc8 {
+
/* End of Top banner on Start Page */
    background-color: #444455;
 
}
 
  
/**
+
/* For the rest of the Start Page */
* 3. SPECIAL PAGES
 
* -------------------------------------------------
 
*/
 
  
/* Consistent special page navigation */
+
.mainpage_row {
.SpecialPageInfo {
+
display: flex;
    background-color: #f8f9fa;
+
flex-direction: row;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
+
flex-flow: row wrap;
    background-position: 0.8em 0.5em;
+
justify-content: space-between;
    background-repeat: no-repeat;
+
padding: 0;
    padding: 0.3em 0.5em 0.3em 5.0em;
+
margin: 0 -5px 0 -5px;
    border-color: #025e9d;
 
    border-width: 1px;
 
    border-style: solid;
 
    border-bottom-width: medium;
 
    margin-bottom: 1em;
 
 
}
 
}
 +
.mainpage_box {
 +
flex: 1;
 +
margin: 5px;
 +
min-width: 210px;
 +
border: 1px solid #CCC;
 +
padding: 0 10px 10px 10px;
 +
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
 +
}
 +
.mainpage_box h3 {
 +
/* Reset padding so is equal across skins */
 +
padding: 0;
 +
margin: 0.5em 0;
  
.mw-viewprevnext {
 
    display: block;
 
    border: 1px solid #c8ccd1;
 
    background-color: #f9f9f2;
 
    padding: 0.2em 0.4em;
 
 
}
 
}
 +
.mainpage_box h3 .header_icon {
 +
float: left;
 +
margin-right: 5px;
  
/*
 
* Hide elements on the main page.
 
*/
 
.page-MediaWiki #lastmod,
 
.page-MediaWiki #siteSub,
 
.page-MediaWiki #contentSub,
 
.page-MediaWiki .subtitle,
 
.page-MediaWiki #jump-to-nav,
 
.page-MediaWiki .firstHeading {
 
    display: none;
 
 
}
 
}
 
+
.mainpage_box .items {
/**
+
border-top: 1px solid #CCC;
* 5. WIKITABLES, WARNINGS AND OTHER SUCH STYLINGS
+
padding-top: 0.5em;
* -------------------------------------------------
 
*/
 
 
 
/* Custom h* styles (blue headings) */
 
.wikitable td.hl3,
 
.wikitable th.hl3 {
 
    background-color: #8da7d6;
 
 
}
 
}
 
+
.mainpage_box p:last-child {
.wikitable td.hl1,
+
margin-bottom: 0;
.wikitable th.hl1 {
 
    background: #c5d8fc;
 
 
}
 
}
 
+
.mainpage_boxcontents_small {
.wikitable td.hl2,
+
font-size: 95%;
.wikitable th.hl2 {
 
    background: #a7c1f2;
 
 
}
 
}
  
/* Make entire table valign=top, to replace the |valign=top| on every cell. */
+
@media screen and (max-width: 719px) {
.vatop tr,
+
.thumb {
tr.vatop,
+
float: none;
.vatop td,
+
}
.vatop th {
+
.thumb, .thumbinner {
    vertical-align: top;
+
margin-left: auto;
 +
margin-right: auto;
 +
}
 
}
 
}
  
/* General purpose "pretty (data) tables" */
+
.pw-ui-button, .pw-ui-progressive {
table.datatable tr:hover {
+
     border-radius: 4px !important;
     background-color: #a7d7f9;
+
    border: 1px solid #40798C !important;
 +
    color: #40798C !important;
 +
    background: #fff !important;
 +
    text-shadow: 0px 0px 0px;
 
}
 
}
  
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
+
.pw-ui-button.pw-ui-progressive:hover, .pw-ui-button.pw-ui-progressive:focus, .pw-ui-button.pw-ui-progressive:active, .pw-ui-button:hover, .pw-ui-progressive:hover, .pw-ui-button:focus, .pw-ui-progressive:focus {
.majorwarning {
+
     box-shadow: 0px 0px 0px !important;
    background: #fef6e7;
+
     text-shadow: 0px 0px 0px !important;
    padding: 0.3em;
+
     border: 1px solid #40798C !important;
     text-align: center;
 
     font-size: 125%;
 
     border: 1px solid #fc3;
 
 
}
 
}
  
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
+
/* End for the Start Page */
.page-notice,
 
.page-warning {
 
    border-width: 1px;
 
    border-style: solid;
 
    padding: 0.3em 0.5em;
 
    margin-bottom: 1em;
 
    width: 95%;
 
    margin-left: auto;
 
    margin-right: auto;
 
    text-align: center;
 
}
 
  
/* Informative notices at the top of pages (blue) */
 
.page-notice {
 
    background-color: #f8f9fa;
 
    border-color: #025e9d;
 
    text-align: left;
 
}
 
  
/* Warning information at the top of pages (red) */
+
body {
.page-warning {
+
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
     background-color: #ffffff;
+
     background: #fff !important;
     border-color: #c51919;
 
    border-width: 2px;
 
 
}
 
}
  
.pw-head {
+
p {
     color: #c51919;
+
     font-weight: 300 !important;
     font-weight: bold;
+
     line-height: 1.9 !important;
 
}
 
}
  
/**
 
* Code conventions examples
 
* Usage: [[mw:CC/JS]], [[mw:CC/CSS]]
 
* <syntaxhighlight lang=".." class="tpl-code-positive"></syntaxhighlight>
 
*/
 
.tpl-code-positive.mw-highlight pre,
 
.tpl-code-negative.mw-highlight pre {
 
    /* Reset default browser margin of pre (usually margin: 1em 0;)
 
    to be all around */
 
    margin: 1em;
 
}
 
/* Use a double selector to override mw-highlight default background color */
 
.tpl-code-positive.mw-highlight {
 
    background: #fff;
 
    border: 2px solid #00af89;
 
}
 
  
.tpl-code-negative.mw-highlight {
+
table, td, th {
     background: #fff;
+
     border: 0px !important;
     border: 2px solid #d33;
+
     border-collapse: collapse !important;
 +
    padding: 5px !important;
 
}
 
}
  
/**
 
* 6. TEMPLATES
 
* -------------------------------------------------
 
*/
 
  
/* [[Template:Extension]], [[Template:Skin]] */
+
ul, li {
.tpl-infobox {
+
     background: transparent !important;
     box-sizing: border-box;
+
     border: 0px !important;
     border: 2px solid #a2a9b1;
+
     line-height: 1.8 !important;
     width: 280px;
+
     font-size: 14px !important;
    /* @noflip */ clear: right;
+
     font-weight: 300 !important;
    /* @noflip */ float: right;
 
    margin: 0 0 0.5em 0.5em;
 
     border-collapse: collapse;
 
     background-color: white;
 
 
}
 
}
  
    .tpl-infobox td {
+
li span {
        border: 2px none #a2a9b1;
+
    background: transparent !important;
        padding: 0.2em 0.5em;
+
    border: 0px !important;
        border-bottom: 1px solid #f0f0f0 !important;
+
    font-size: 14px !important;
    }
+
}
  
.tpl-infobox-header {
+
.referencetooltip {
     background-color: #a2a9b1;
+
     background-color: #EEE !important;
    color: white;
 
    text-align: left;
 
 
}
 
}
  
    .tpl-infobox-header td {
+
dl {
        padding-top: 0.5em;
+
    font-weight: 300 !important;
    }
+
}
  
.ext-infobox-header img {
+
dt {
     padding: 0 0.2em 0 0.5em;
+
    font-style: italic;
 +
    font-size: 16px !important;
 +
     margin-top: 10px !important;
 
}
 
}
  
.ext-status-unstable,
+
dd {
.ext-status-unstable td {
+
     font-size: 15px !important;
     border-color: #d33;
 
 
}
 
}
  
    .ext-status-unstable .ext-infobox-header {
+
.mw-wiki-logo {
        background-color: #d33;
+
    padding-left: 15px !important;
        color: #fff;
+
    padding-top: 10px !important;
     }
+
     border: none !important;
 +
}
  
        .ext-status-unstable .ext-infobox-header a {
+
/*#p-logo a {
            color: #fff;
+
    background-image: url('https://i.imgur.com/ur4m5Ia.png') !important;
        }
+
}*/
  
.ext-status-experimental,
+
code {
.ext-status-experimental td {
+
    padding: 3px !important;
     border-color: #ff4500;
+
    background: transparent !important;
 +
     color: #39892f !important;
 
}
 
}
  
     .ext-status-experimental .ext-infobox-header {
+
tt {
        background-color: #ff4500;
+
     font-family: 'Source Code Pro', 'Lucida Sans Unicode', 'Courier New' !important;
    }
+
    font-size: 16px !important;
 +
}
  
.ext-status-beta,
+
.new, .new:link, .new:visited {
.ext-status-beta td {
+
     color: #cd5b45 !important;
     border-color: #fc3;
 
 
}
 
}
  
     .ext-status-beta .ext-infobox-header {
+
blockquote {
        color: #000;
+
    border: 0px !important;
        background-color: #fc3;
+
     font-style: italic !important;
    }
+
    font-size: 20px !important;
 +
    margin: 35px 75px !important;
 +
    line-height: 1.5 !important;
 +
    font-weight: 300 !important;
 +
    background: transparent !important;
 +
}
  
.ext-status-stable,
+
select {
.ext-status-stable td {
+
     padding: 0px 10px;
     border-color: #00af89;
 
 
}
 
}
  
    .ext-status-stable .ext-infobox-header {
+
.mw-ui-button, .mw-ui-progressive {
        background-color: #00af89;
+
    border-radius: 4px !important;
     }
+
    border: 1px solid #347Bff !important;
 +
    color: #347Bff !important;
 +
     background: #fff !important;
 +
    text-shadow: 0px 0px 0px;
 +
}
  
        .ext-status-stable .ext-infobox-header a {
+
.mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-progressive:focus, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button:hover, .mw-ui-progressive:hover, .mw-ui-button:focus, .mw-ui-progressive:focus {
            color: #fff;
+
    box-shadow: 0px 0px 0px !important;
        }
+
    text-shadow: 0px 0px 0px !important;
 +
    border: 1px solid #347Bff !important;
 +
}
  
.ext-status-unmaintained,
+
#wpSave, #wpPreview, #wpDiff {
.ext-status-unmaintained td {
+
    border-radius: 4px !important;
     border-color: #ac6600;
+
     border: 1px solid #347Bff !important;
 +
    color: #347Bff !important;
 +
    background: #fff !important;
 +
    text-shadow: 0px 0px 0px;
 +
    padding: 0.5em 1em;
 +
    cursor: pointer;
 
}
 
}
  
    .ext-status-unmaintained .ext-infobox-header {
+
#wpSave:hover, #wpPreview:hover, #wpDiff:hover {
        background-color: #ac6600;
+
    color: rgba(52, 123, 255, 0.5) !important;
     }
+
     ;
 +
}
  
        .ext-status-unmaintained .ext-infobox-header a {
+
/* Search */
            color: #fff;
 
        }
 
  
.skin-infobox,
+
#simpleSearch {
.skin-infobox td {
+
    background: transparent !important;
     border-color: #a7d7f9;
+
     border-color: #ccc !important;
 
}
 
}
  
.skin-infobox-header {
+
#searchInput {
    color: #000;
+
     background: transparent !important;
     background: #e2f4ff;
 
 
}
 
}
  
/* [[Template:See also]], [[Template:rellink]] etc. */
+
.mw-ui-input {
.rellink,
+
     border: 1px solid #347Bff !important;
.dablink,
+
     color: #000 !important;
.mw-tpl-rellink {
+
     background: #fff !important;
     font-style: italic;
+
     font-size: 16px !important;
     padding-bottom: 0.4em;
 
     padding-left: 0;
 
    margin-bottom: 0.4em;
 
    color: #555;
 
     border-bottom: 1px solid #ccc;
 
 
}
 
}
  
/* [[Template:Notice]] */
+
.mw-ui-input:focus {
.block-note {
+
     box-shadow: 0px 0px 0px !important;
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
 
    background-repeat: no-repeat;
 
}
 
/*
 
* Using block-contents in the hope that it can apply to all block-level warning templates,
 
* with different images applied as backgrounds to the wrapping DIV.
 
*/
 
.block-contents {
 
     display: block;
 
    padding-left: 20px;
 
 
}
 
}
  
/* [[Template:Documentation]] */
+
.mw-content-ltr pre {
.template-documentation {
+
     font-family: "Courier New", Lucida Console, sans-serif !important;
     clear: both;
+
     color: #000d26 !important;
     margin: 1em 0 0 0;
 
    border: 1px solid #aaa;
 
    background-color: #ecfcf4;
 
    padding: 5px;
 
 
}
 
}
  
/* [[Template:Navbox]] */
+
.suggestions {
.navbox {
+
     font-weight: 300 !important;
     /* Navbox container style */
+
     font-size: 15px !important;
     border: 1px solid #aaa;
+
     max-width: 300px !important;
     width: 100%;
+
     margin-top: 15px !important;
     margin: auto;
+
     border: 0px !important;
     clear: both;
+
     box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
     font-size: 88%;
 
    text-align: center;
 
    padding: 1px;
 
 
}
 
}
  
.navbox-inner,
+
.suggestions-results {
.navbox-subgroup {
+
     border: 0px !important;
     width: 100%;
 
 
}
 
}
  
table.navbox + table.navbox {
+
.suggestions-result {
     /* Single pixel border between adjacent navboxes */
+
     padding: 10px !important;
    margin-top: -1px;
 
    /* (doesn't work for IE6, but that's okay) */
 
 
}
 
}
  
.navbox th,
+
.imeselector, #searchEngines {
.navbox-title,
+
     display: none !important;
.navbox-abovebelow {
 
     text-align: center;
 
    /* Title and above/below styles */
 
    padding-left: 1em;
 
    padding-right: 1em;
 
 
}
 
}
  
th.navbox-group {
+
.mw-search-formheader {
     /* Group style */
+
     border: 0px !important;
    white-space: nowrap;
+
     background: transparent !important;
     /* @noflip */
 
    text-align: right;
 
 
}
 
}
  
.navbox,
+
.central-featured-logo {
.navbox-subgroup {
+
     background-image: url('https://i.imgur.com/nRDTbeb.png') !important;
     background: #fdfdfd;
 
 
}
 
}
  
.navbox-list {
+
.mw-search-result-heading, .searchresult, .searchmatch {
     /* Must match background color */
+
     font-size: 14px !important;
     border-color: #fdfdfd;
+
     font-weight: 400 !important;
 +
    padding: 3px 0px !important;
 
}
 
}
  
.navbox th,
+
.searchmatch {
.navbox-title {
+
     font-weight: 700 !important;
     /* Level 1 color */
 
    background: #eaeeff;
 
 
}
 
}
  
.navbox-abovebelow,
+
/*
th.navbox-group,
+
.mw-search-result-data, .mw-search-createlink {
.navbox-subgroup .navbox-title {
+
     display: none;
     /* Level 2 color */
 
    background: #ddddff;
 
 
}
 
}
 +
*/
  
.navbox-subgroup .navbox-group,
+
#mw-page-base, .vectorTabs {
.navbox-subgroup .navbox-abovebelow {
+
     background: transparent !important;
     /* Level 3 color */
+
     border: 0px !important;
     background: #e6e6ff;
 
 
}
 
}
  
.navbox-even {
+
#content {
     /* Even row striping */
+
     border: 0px !important;
     background: #f7f7f7;
+
     margin-left: 215px !important;
 
}
 
}
  
.navbox-odd {
+
.portal {
    /* Odd row striping */
+
     background: transparent !important;
     background: transparent;
 
 
}
 
}
  
.navbox .hlist td dl,
+
#mw-panel {
.navbox .hlist td ol,
+
    width: 200px !important;
.navbox .hlist td ul,
+
    border-right: 1px solid #bbb;
.navbox td.hlist dl,
+
     background: white !important;
.navbox td.hlist ol,
+
     padding-left: 10px !important;
.navbox td.hlist ul {
 
     /* Adjust hlist padding in navboxes */
 
     padding: 0.125em 0;
 
 
}
 
}
  
.navbox .hlist dd,
+
#p-logo {
.navbox .hlist dt,
+
    left: 0px;
.navbox .hlist li {
+
     padding-left: 10px;
     /* Nowrap list items in navboxes */
+
     background-color: white;
     white-space: nowrap;
 
 
}
 
}
  
    .navbox .hlist dd dl,
+
#p-logo a {
     .navbox .hlist dt dl,
+
     padding-left: 40px;
     .navbox .hlist li ol,
+
     background-color: white;
    .navbox .hlist li ul {
+
     left: 0px;
        /* But allow parent list items to be wrapped */
+
     border-right: 1px solid #aaa;
        white-space: normal;
 
     }
 
 
 
ol + table.navbox,
 
ul + table.navbox {
 
    /* Prevent lists from clinging to navboxes */
 
     margin-top: 0.5em;
 
 
}
 
}
  
/* [[Template:Navbar]] */
+
#p-logo a:hover {
.navbar {
+
     opacity: 1.0;
     display: inline;
 
    font-size: 88%;
 
    font-weight: normal;
 
 
}
 
}
  
     .navbar ul {
+
#mw-head {
        display: inline;
+
    background-color: #f9f9f9;
        white-space: nowrap;
+
    opacity: 1.0;
     }
+
    box-shadow: 0px 1px 2px #aaa;
 +
    -webkit-transition-property: opacity !important;
 +
    -moz-transition-property: opacity !important;
 +
    -o-transition-property: opacity !important;
 +
    -ms-transition-property: opacity !important;
 +
    transition-property: opacity !important;
 +
     -webkit-transition-duration: 0.5s !important;
 +
    -moz-transition-duration: 0.5s !important;
 +
    -o-transition-duration: 0.5s !important;
 +
    -ms-transition-duration: 0.5s !important;
 +
     transition-duration: 0.25s !important;
  
    .navbar li {
 
        word-spacing: -0.125em;
 
    }
 
/* Navbar styling when nested in navbox */
 
.navbox .navbar {
 
    display: block;
 
    font-size: 100%;
 
 
}
 
}
  
.navbox-title .navbar {
+
#mw-head:hover {
     /* @noflip */
+
     opacity: 1.0 !important;
    float: left;
 
    /* @noflip */
 
    text-align: left;
 
    /* @noflip */
 
    margin-right: 0.5em;
 
    width: 6em;
 
 
}
 
}
/* [[Template:Cmd]] */
+
 
.cmd:before {
+
.uls-settings-trigger {
     content: "$ ";
+
     display: none !important;
    color: #246;
 
 
}
 
}
  
/**
+
#left-navigation {
* 7. SOME OTHER SMALL THINGS
+
    margin-left: 233px !important;
* -------------------------------------------------
+
}
*/
 
  
/* Allow people to optionally wrap lines in source listings */
+
.wikitable {
div.wrapPreLines pre {
+
     font-weight: 300 !important;
     white-space: pre-wrap;
 
 
}
 
}
  
/* Give a bit of space to the TOC */
+
.wikitable td, .wikitable th {
#toc {
+
     border: 1px dashed rgba(0, 0, 0, 0.07) !important;
     margin: 1em 0;
 
 
}
 
}
  
/*
+
pre {
* Allow limiting of which header levels are shown in a TOC;
+
    line-height: 1.3 !important;
* <div class="toclimit-3">, for instance, will limit to
+
    font-family: "Courier New", Lucida Console, sans-serif !important;
* showing ==headings== and ===headings=== but no further.
+
    border: 0px !important;
* Used in [[Template:TOC]]
+
    background: 0px !important;
*/
+
     font-size: 16px !important;
.toclimit-2 .toclevel-1 ul,
 
.toclimit-3 .toclevel-2 ul,
 
.toclimit-4 .toclevel-3 ul,
 
.toclimit-5 .toclevel-4 ul,
 
.toclimit-6 .toclevel-5 ul,
 
.toclimit-7 .toclevel-6 ul {
 
     display: none;
 
 
}
 
}
  
/* make the list of references look smaller and highlight clicked reference in blue */
+
.mw-code {
ol.references {
+
    border: 0px !important;
     font-size: 100%;
+
    padding: 17px !important;
 +
    background: 0px !important;
 +
     font-size: 16px !important;
 
}
 
}
  
.references-small {
+
.toc {
     font-size: 90%;
+
    background: transparent !important;
 +
    border-style: dashed !important;
 +
    display: block !important;
 +
     max-width: 300px !important;
 
}
 
}
  
ol.references > li:target {
+
.toctoggle {
     background-color: #ddeeff;
+
     display: none !important;
 
}
 
}
  
sup.reference:target {
+
.thumbinner, .thumb, .toccolours, .graytable {
     background-color: #ddeeff;
+
     background: transparent !important;
 +
    border: 0px !important;
 +
    font-size: 16px !important;
 
}
 
}
  
 +
.thumbimage {
 +
    border: 0px !important;
 +
}
  
/*
+
.thumbcaption {
* Styling for links generated by [[MediaWiki:Edittools]]
+
     font-style: italic !important;
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
+
     margin: 7px 0px !important;
* @updated 2012-02-29
 
*/
 
.mw-charinsert-buttons {
 
     margin-top: 10px;
 
     border: 1px solid #a2a9b1;
 
    padding: 1px;
 
    text-align: center;
 
    font-size: 110%;
 
 
}
 
}
  
    .mw-charinsert-buttons a {
+
.thumbimage:hover {
        color: black;
+
    opacity: 0.85 !important;
        background-color: #cde !important;
+
}
        font-weight: bold;
 
        font-size: .9em;
 
        text-decoration: none;
 
        border: thin #069 outset;
 
        padding: 0 .1em .1em;
 
    }
 
  
        .mw-charinsert-buttons a:hover,
+
.dablink {
        .mw-charinsert-buttons a:active {
+
    margin: 14px 0px !important;
            background-color: #bcd;
+
    font-weight: 300 !important;
            border-style: inset;
+
    font-size: 18px !important;
        }
+
}
  
.client-js .mw-edittools-section {
+
#siteSub, .flaggedrevs_preview {
     display: inline;
+
     display: none !important;
 
}
 
}
  
    .client-js .mw-edittools-section input[type="button"] {
+
.ambox, .tmbox, .Note, .informationbox {
        font-size: 0.9em;
+
    margin: 5px 0px !important;
        padding-left: 1px;
+
    font-size: 18px !important;
        padding-right: 1px;
+
    font-weight: 700 !important;
        margin-left: 1px;
+
    line-height: 1.5 !important;
     }
+
    border: 1px dashed #aaa !important;
 +
    max-width: 550px !important;
 +
     font-weight: 300 !important;
 +
}
  
/* from [[User:Splarka/Help:Linked images]] */
+
.ambox td, .tmbox td {
.imagelink_wikilogo a {
+
     padding: 10px !important;
     width: 135px;
 
    height: 135px;
 
    display: block;
 
    text-decoration: none;
 
    background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
 
 
}
 
}
  
/*
+
.ambox-text-small, .mbox-text, .Note td {
* Infoboxes
+
     font-size: 14px !important;
*/
+
     font-weight: 300 !important;
.infobox {
+
     color: #000 !important;
    float: right;
 
    clear: right;
 
    margin-bottom: 0.5em;
 
    margin-left: 1em;
 
    padding: 0.2em;
 
     border: 1px solid #AAA;
 
     background: #f8f9fa;
 
     color: black;
 
 
}
 
}
  
    .infobox td,
+
.ambox-image, .mbox-image {
    .infobox th {
 
        vertical-align: top;
 
    }
 
 
 
    .infobox caption {
 
        margin-left: inherit;
 
        font-size: larger;
 
    }
 
 
 
    .infobox.bordered {
 
        border-collapse: collapse;
 
    }
 
 
 
        .infobox.bordered td,
 
        .infobox.bordered th {
 
            border: 1px solid #AAA;
 
        }
 
 
 
        .infobox.bordered .borderless td,
 
        .infobox.bordered .borderless th {
 
            border: 0;
 
        }
 
 
 
/*
 
* Apparently the namespaces parameter
 
* for inputbox forces a checkbox.
 
* Let's hide it in the API sidebar
 
*/
 
.mw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],
 
#mw-inputbox-ns104 {
 
 
     display: none;
 
     display: none;
 
}
 
}
  
/* Testing for code review */
+
#request_for_deletion, .ambox-serious {
div.mw-wordcloud {
+
     background: rgba(255, 0, 0, 0.1) !important;
     width: 100%;
+
    border: 1px dashed rgba(255, 0, 0, 0.15) !important;
     text-align: justify;
+
     color: #a00000 !important;
 
}
 
}
  
.mw-wordcloud-size-1 {
+
.tmbox-notice, .tmbox-move, .Note {
     color: #222;
+
     background: rgba(150, 75, 0, 0.1) !important;
     font-size: 2.4em;
+
     border: 1px dashed rgba(150, 75, 0, 0.15) !important;
 
}
 
}
  
.mw-wordcloud-size-2 {
+
.informationbox {
     color: #333;
+
     background: #fff !important;
     font-size: 2.2em;
+
    padding: 10px !important;
 +
     font-size: 14px !important;
 
}
 
}
  
.mw-wordcloud-size-3 {
+
.editOptions {
     color: #444;
+
     background: #fff !important;
     font-size: 2.0em;
+
     border: 0px !important;
 
}
 
}
  
.mw-wordcloud-size-4 {
+
.catlinks {
     color: #555;
+
     background: transparent !important;
     font-size: 1.8em;
+
    border: 1px dashed #aaa !important;
 +
     font-size: 16px !important;
 
}
 
}
  
.mw-wordcloud-size-5 {
+
.infobox, .tright, .toccolours {
     color: #666;
+
     border: 0px !important;
     font-size: 1.6em;
+
     background: transparent !important;
 +
    border-collapse: collapse !important;
 
}
 
}
  
.mw-wordcloud-size-6 {
+
.infobox td, .infobox th, .tright td, .tright th, .toccolours td, .toccolours th {
     color: #777;
+
     padding: 5px !important;
     font-size: 1.4em;
+
    background: transparent !important;
 +
     font-weight: 400 !important;
 +
    border: 1px dashed rgba(0, 0, 0, 0.07) !important;
 
}
 
}
  
.mw-wordcloud-size-7 {
+
.image img:hover {
     color: #888;
+
     opacity: 0.85 !important;
    font-size: 1.2em;
 
 
}
 
}
  
.mw-wordcloud-size-8 {
+
.globegris {
     color: #999;
+
     background: transparent !important;
    font-size: 1em;
 
 
}
 
}
  
.mw-wordcloud-size-9 {
+
.mw-editsection-bracket, .references-small b, .mw-cite-backlink, .plainlinksneverexpand {
    color: #aaa;
+
     display: none !important;
    font-size: 0.8em;
 
     letter-spacing: 3px;
 
 
}
 
}
  
.mw-wordcloud-size-10,
+
#floating_object {
.mw-wordcloud-size-0 {
+
     display: none;
     color: #bbb;
 
    font-size: 0.8em;
 
 
}
 
}
  
/* @todo FIXME: document me :) */
+
.navbox, .nowraplinks {
#signuptopbox li {
+
     margin: 10px 0px !important;
     float: left;
+
     border-collapse: collapse !important;
     list-style: none;
 
    font-family: sans-serif;
 
 
}
 
}
  
#signuptopbox li {
+
.navbox td, .navbox th, .nowraplinks td, .nowraplinks th {
     color: #3ca7d4;
+
     padding: 9px 6px !important;
    background: #c2e1f9;
+
     font-size: 14px !important;
     line-height: 2.8em;
+
     font-weight: 300 !important;
     margin-right: .25em;
+
     border: 1px solid #fff !important;
     padding-right: .5em;
 
 
}
 
}
  
    #signuptopbox li.pr-active,
+
.NavFrame {
     #signuptopbox li.pr-active div {
+
     border: 0px !important;
        color: #67ca36;
+
    background: transparent !important;
        background: #d4f9c2;
+
    padding: 0px !important;
        border-color: #fff #fff #fff #67ca36;
+
}
    }
 
  
    #signuptopbox li div {
+
.NavHead {
        width: 0;
+
    margin: 10px 0px !important;
        height: 0;
+
    padding: 12px !important;
        border-color: #fff #fff #fff #3CA7D4;
+
    font-size: 16px !important;
        border-style: solid;
+
    font-weight: 700 !important;
        border-width: 1.4em .3em 1.4em 1.4em;
+
    background: transparent !important;
        float: left;
+
}
    }
 
  
    #signuptopbox li span.pr-number {
+
.Boxmerge {
        display: block;
+
    border: 0px !important;
        width: 1.8em;
+
}
        line-height: 1.8em;
 
        background: #3ca7d4;
 
        color: #c2e1f9;
 
        text-align: center;
 
        margin: .5em;
 
        -webkit-border-radius: 50%;
 
        -moz-border-radius: 50%;
 
        -ms-border-radius: 50%;
 
        -o-border-radius: 50%;
 
        border-radius: 50%;
 
        font-weight: 600;
 
        float: left;
 
    }
 
  
    #signuptopbox li.pr-active span.pr-number {
+
#coordinates {
        background: #67ca36;
+
    display: none !important;
        color: #d4f9c2;
+
}
    }
 
  
    #signuptopbox li span {
+
#mw-fr-revisiontag, #mw-fr-reviewnotice {
        float: left;
+
    display: none !important;
    }
+
}
  
     #signuptopbox li.pr-spacer {
+
div#footer {
        padding: 0;
+
     margin-left: 14em !important;
    }
+
    padding: 1.25em 1.5em 1.5em !important;
 +
}
  
/* Breadcrumb code */
+
.mw-footer {
.breadcrumb {
+
     margin-left: 14em !important;
     list-style: none;
+
     padding: 1.25em 1.5em 1.5em !important;
     overflow: hidden;
 
    font: 14px Helvetica, Arial, sans-serif;
 
 
}
 
}
  
    .breadcrumb li {
 
        float: left;
 
        margin-bottom: 0;
 
    }
 
  
        .breadcrumb li a {
+
/* General styling */
            color: white;
 
            text-decoration: none;
 
            padding: 10px 0 10px 45px;
 
            position: relative;
 
            display: block;
 
            float: left;
 
        }
 
  
            .breadcrumb li a:after {
+
:root {
                content: " ";
+
  --primary-color: #742774;
                display: block;
+
  --primary-color-light:#c5b7c5;
                width: 0;
+
  --primary-color-light2: #e9e4e9;
                height: 0;
+
  --secondary-color: #236767;
                /* Go big on the size, and let overflow hide */
+
  --dark-color: #0B2027;
                border-top: 50px solid transparent;
 
                border-bottom: 50px solid transparent;
 
                position: absolute;
 
                top: 50%;
 
                margin-top: -50px;
 
                left: 100%;
 
                z-index: 2;
 
            }
 
  
            .breadcrumb li a:before {
+
  --success-color: #11620B;
                content: " ";
+
  --success-color-light: #D2FBD0;
                display: block;
 
                width: 0;
 
                height: 0;
 
                border-top: 50px solid transparent;
 
                border-bottom: 50px solid transparent;
 
                border-left: 31px solid white;
 
                position: absolute;
 
                top: 50%;
 
                margin-top: -50px;
 
                margin-left: 1px;
 
                left: 100%;
 
                z-index: 1;
 
            }
 
  
        .breadcrumb li:first-child a {
+
  --warning-color: #b88a00;
            padding-left: 20px;
+
  --warning-color-light: #FFEED8;
        }
 
  
.currentcrumb a {
+
  --error-color: #CC0000;
    background: #069;
+
  --error-color-light: #E5B4B4;
}
 
  
    .currentcrumb a:after {
+
  --grey-light-1: #F9F9F9;
        border-left: 30px solid #069;
 
    }
 
  
    .currentcrumb a:hover,
+
  --powerautomate-primary-color: #356CDA;
    .prevcrumb a:hover,
+
  --powervirtualagent-primary-color: #327B8F;
    .nextcrumb a:hover {
+
  --powerbi-primary-color: #E1AD34;
        background: #002d44;
+
}
    }
 
  
        .currentcrumb a:hover:after,
 
        .prevcrumb a:hover:after,
 
        .nextcrumb a:hover:after {
 
            border-left-color: #002d44 !important;
 
        }
 
  
.prevcrumb a {
+
/******* Styling headers *******/
    background: #396;
+
h1, h2, h3, h4, h5, h6 {
 +
  color: var(--primary-color);
 +
  border: 0px;
 +
  font-family: 'Arial';
 
}
 
}
  
     .prevcrumb a:after {
+
h1 {
        border-left: 30px solid #396;
+
     font-weight: 700;
    }
+
    font-size: 36px;
 +
}
  
.nextcrumb a {
+
h2 {
     background: #999;
+
     font-weight: 400;
 +
    font-size: 26px;
 
}
 
}
  
     .nextcrumb a:after {
+
h3 {
        border-left: 30px solid #999;
+
     font-weight: 400;
    }
+
    font-size: 16px;
 +
}
  
/* To facilitate rtl translations */
+
/******* Styling links *******/
#bodyContent .table-RTL a {
+
a:not(.image), a:not(.image):visited {
    background: none;
+
  color: black !important;
    padding-right: 0;
 
 
}
 
}
  
#bodyContent .table-RTL ul {
+
a:not(.image):hover, a:not(.image):visited:hover{
    margin-right: 10px;
+
  color: var(--primary-color) !important;
    display: table;
 
 
}
 
}
  
/* Fix annoying bug where the "date" column in the LQT sometimes
+
#bodyContent a:not(.image), #bodyContent a:not(.image):visited{
* is two rows because of the date being too long even through there is
+
  text-decoration: underline !important;
* enough space (otherwise the browser makes it's own decision on where to cut)
 
*/
 
.lqt_toc th:nth-child(3),
 
.lqt_toc td:nth-child(3) {
 
    white-space: nowrap;
 
 
}
 
}
  
.persian {
+
#bodyContent a:not(.image):hover, #bodyContent a:not(.image):visited:hover {
    font-family: Tahoma;
+
  text-decoration: none !important;
 +
  color: var(--primary-color) !important;
 
}
 
}
  
/* Fonts for Persian language for consistency with other Wikimedia wikis */
+
.mw-cookiewarning-container a, .mw-cookiewarning-container a:visited{
:lang(fa) {
+
  color: white !important;
    font-family: Tahoma, 'Iranian Sans', 'DejaVu Sans', sans-serif;
 
 
}
 
}
  
/*
+
.mw-cookiewarning-container a:hover, .mw-cookiewarning-container input:hover{
* Manual:Database_layout
+
  color: white !important;
*/
+
  text-decoration: underline;
.mwmanual-dbview-box img {
 
    opacity: 0.5;
 
 
}
 
}
  
.mwmanual-dbview-box:hover img {
+
/******* Tables *******/
    opacity: 0.8;
+
table {
 +
  margin: 2em 0;
 
}
 
}
  
.mwmanual-dbview-link {
+
table, td, th{
    background: rgb(198, 212, 235);
+
  border: 1px solid var(--primary-color) !important;
    background: hsla(217, 48%, 85%, 0.8);
 
    border: 1px solid #0645AD;
 
    border-radius: 4px;
 
    padding: 10px 5px;
 
    text-align: center;
 
    font-weight: bold;
 
 
}
 
}
  
.mwmanual-dbview-box:hover .mwmanual-dbview-link {
+
tr:nth-child(odd) {
    background: hsla(215, 46%, 95%, 0.8);
+
  background-color: var(--primary-color-light2);
 
}
 
}
  
.mwmanual-dbview-link:hover {
+
th {
    background: hsla(215, 46%, 95%, 0.9);
+
  text-align:left;
 +
  background-color: var(--primary-color-light);
 
}
 
}
  
/*
+
/******* PW Boxes *******/
* VisualEditor documentation styles - required for displaying document diagrams
+
#bodyContent .pw-box{
*/
+
  margin: 1em 0;
.ve-doc-dm-data {
+
  padding: 1em;
    list-style: none;
+
  border-width: 1px;
    cursor: default;
+
  border-left-width: 5px;
 +
  border-style: solid;
 +
  border-color: black;
 +
  border-radius: 6px;
 +
  font-size: inherit !important;
 
}
 
}
  
    .ve-doc-dm-data li {
+
#bodyContent .pw-box.infobox-present{
        font-family: sans-serif;
+
  /*
        text-align: center;
+
    300px = width of infobox
        line-height: 2.25em;
+
    5em = 1x margin of infobox + 2x padding of infobox + 2x padding of PWBox
        display: inline-block;
+
    8px = 5px left border of PWBox + 1px right border of PWBox + 2 pixel (left and right) border of InfoBox
        width: 2.25em;
+
  */
        height: 2.25em;
+
  width:calc(100% - 300px - 5em - 8px);
        border: solid 2px white;
+
  max-width:calc(100% - 300px - 5em - 8px);
    }
+
}
  
        .ve-doc-dm-data li.ve-doc-dm-cursor {
+
#bodyContent .pw-box h3{
            width: 0.5em;
+
  margin-top: 0;
        }
+
  font-weight:bold;
 +
}
  
.ve-doc-dm-cursor:hover {
+
#bodyContent .pw-box.info{
     border-color: #c8ccd1;
+
  border-color: var(--primary-color);
 +
  color: var(--primary-color);
 +
  background-color: var(--primary-color-light);
 +
}
 +
#bodyContent .pw-box.info h3{
 +
     color: var(--primary-color);
 
}
 
}
  
.ve-doc-dm-open,
+
#bodyContent .pw-box.info a,
.ve-doc-dm-close {
+
#bodyContent .pw-box.info a:visited{
    background-color: #50a5f4;
+
  color: var(--primary-color) !important;
    color: #7ddcfd;
 
 
}
 
}
  
    .ve-doc-dm-open:hover,
+
#bodyContent .pw-box.warning{
    .ve-doc-dm-close:hover {
+
  border-color: var(--warning-color);
        border-color: #7ddcfd;
+
  color: var(--warning-color);
    }
+
  background-color: var(--warning-color-light);
 +
}
 +
#bodyContent .pw-box.warning h3{
 +
    color: var(--warning-color);
 +
}
  
.ve-doc-dm-close {
+
#bodyContent .pw-box.warning a,
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNrs0UENgEAQBMGThGMkImFBAp8jTVKVjIHptT4yM8eza947F2KIIYYYYoghBmKIgRhiIIYYiCGG18QQQwwxxBBDDMQQAzHEQAwxEEMMMTYHESMWRIwfBhEjFESMUBAxQkHECAURIxREjFAQMUJBxAgFESMURAwa2a9b1a2a9b1a2a9b1a2a9b1a2a9b1GCfW4ABAPk3h3InIbNlAAAAAElFTkSuQmCC);
+
#bodyContent .pw-box.warning a:visited{
    background-size: contain;
+
  color: var(--warning-color) !important;
    background-position: left top;
 
    background-repeat: no-repeat;
 
 
}
 
}
  
.ve-doc-dm-char,
+
#bodyContent .pw-box.error{
.ve-doc-dm-achar {
+
  border-color: var(--error-color);
    border-radius: 3em;
+
  color: var(--error-color);
 +
  background-color: var(--error-color-light);
 
}
 
}
  
.ve-doc-dm-char {
+
#bodyContent .pw-box.error h3{
     background-color: #7bcc45;
+
     color: var(--error-color);
    color: #fff;
 
 
}
 
}
  
    .ve-doc-dm-char:hover {
+
#bodyContent .pw-box.error a,
        border-color: #b6f26c;
+
#bodyContent .pw-box.error a:visited{
    }
+
  color: var(--error-color) !important;
 +
}
  
.ve-doc-dm-achar {
+
#bodyContent .pw-box.success{
    background-color: #fa952c;
+
  border-color: var(--success-color);
    color: #fff;
+
  color: var(--success-color);
 +
  background-color: var(--success-color-light);
 
}
 
}
  
    .ve-doc-dm-achar:hover {
+
#bodyContent .pw-box.success h3{
        border-color: #fed045;
+
    color: var(--primary-success);
    }
+
}
  
.ve-doc-dm-element-text {
+
#bodyContent .pw-box.success a,
    color: #50a5f4;
+
#bodyContent .pw-box.success a:visited{
 +
  color: var(--success-color) !important;
 
}
 
}
  
.ve-doc-dm-char-text {
+
#bodyContent .mw-ui-button, #bodyContent .mw-ui-progressive{
    color: #7bcc45;
+
  border-color: var(--primary-color) !important;
 +
  color: var(--primary-color) !important;
 
}
 
}
  
.ve-doc-dm-achar-text {
+
/******* Infobox *******/
     color: #fa952c;
+
.pw-infobox {
 +
    background-color: var(--grey-light-1);
 +
     border: 1px solid #aaa;
 +
    float: right;
 +
    margin: 0 0 1em 1em;
 +
    width: 300px;
 +
    max-width: 300px;
 +
    min-width: 300px;
 
}
 
}
  
/* For templates in Category:VisualEditor tests templates */
+
.pw-infobox .pw-infobox-title {
tt.ve-typing-test {
+
    padding: 1em;
 +
    font-size: 1.5em;
 +
    text-align: center;
 +
    font-family: 'Linux Libertine','Georgia','Times',serif;
 +
    font-weight:bold;
 +
    background-color: var(--primary-color);
 
     color: white;
 
     color: white;
    background-color: black;
 
    padding: 0 1em 0 1em;
 
 
}
 
}
  
/**
+
.pw-infobox .pw-infobox-content {
* Style for horizontal lists (separator following item).
+
     padding: 1em;
* @source mediawiki.org/wiki/Snippets/Horizontal_lists
 
* @revision 6 (2014-05-09)
 
* @author [[User:Edokter]]
 
*/
 
.hlist dl,
 
.hlist ol,
 
.hlist ul {
 
    margin: 0;
 
     padding: 0;
 
 
}
 
}
/* Display list items inline */
+
 
.hlist dd,
+
.pw-infobox .pw-infobox-content .pw-infobox-image {
.hlist dt,
+
     text-align: center;
.hlist li {
 
     margin: 0;
 
    display: inline;
 
 
}
 
}
/* Display nested lists inline */
+
 
.hlist.inline,
+
.pw-infobox .pw-infobox-content table {
.hlist.inline dl,
+
  margin: inherate;
.hlist.inline ol,
 
.hlist.inline ul,
 
.hlist dl dl, .hlist dl ol, .hlist dl ul,
 
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 
    display: inline;
 
 
}
 
}
/* Generate interpuncts */
+
 
.hlist dt:after {
+
.pw-infobox .pw-infobox-content table,
    content: ": ";
+
.pw-infobox .pw-infobox-content td,
 +
.pw-infobox .pw-infobox-content th{
 +
  border: 0 !important;
 
}
 
}
  
.mw-parser-output .hlist dd:after,
+
.pw-infobox .pw-infobox-content tr:nth-child(odd) {
.mw-parser-output .hlist li:after {
+
  background-color: transparent;
    content: " · ";
 
    font-weight: bold;
 
 
}
 
}
  
.hlist dd:last-child:after,
+
.pw-infobox .pw-infobox-content th {
.hlist dt:last-child:after,
+
    text-align: left;
.hlist li:last-child:after {
+
    vertical-align: top;
     content: none;
+
    width: 130px;
 +
    background-color: transparent;
 +
     color: var(--primary-color);
 
}
 
}
/* Add parentheses around nested lists */
+
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
+
.pw-infobox .pw-infobox-content td {
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
+
     vertical-align: top;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
 
     content: " (";
 
    font-weight: normal;
 
 
}
 
}
  
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
+
/** Power Automate **/
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
+
.pw-infobox.PowerAutomate .pw-infobox-title {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
+
    background-color: var(--powerautomate-primary-color);
    content: ") ";
 
    font-weight: normal;
 
}
 
/* Put ordinals in front of ordered list items */
 
.hlist ol {
 
    counter-reset: listitem;
 
 
}
 
}
  
    .hlist ol > li {
+
.pw-infobox.PowerAutomate .pw-infobox-content th {
        counter-increment: listitem;
+
    color: var(--powerautomate-primary-color);
    }
 
 
 
        .hlist ol > li:before {
 
            content: " " counter(listitem) " ";
 
            white-space: nowrap;
 
        }
 
 
 
.hlist dd ol > li:first-child:before,
 
.hlist dt ol > li:first-child:before,
 
.hlist li ol > li:first-child:before {
 
    content: " (" counter(listitem) " ";
 
 
}
 
}
/* end hlist */
 
  
/* Unbulleted lists */
+
/** Power Virtual Agent **/
.plainlist ul {
+
.pw-infobox.PowerVirtualAgent .pw-infobox-title {
     line-height: inherit;
+
     background-color: var(--powervirtualagent-primary-color);
    list-style: none none;
 
    margin: 0;
 
 
}
 
}
  
    .plainlist ul li {
+
.pw-infobox.PowerVirtualAgent .pw-infobox-content th {
        margin-bottom: 0;
+
     color: var(--powervirtualagent-primary-color);
    }
 
 
 
/* Banner - Wikivoyage - Used to test MediaWiki/Homepage redesign/Preview */
 
 
 
.banner-image {
 
     position: relative;
 
    overflow: hidden;
 
    max-width: 1800px;
 
    height: auto;
 
    margin-bottom: .6em;
 
 
}
 
}
  
    .banner-image img {
+
/** Power BI **/
        max-width: 100%;
+
.pw-infobox.PowerBI .pw-infobox-title {
        height: auto;
+
     background-color: var(--powerbi-primary-color);
        width: auto;
+
     color:black;
    }
 
 
 
.banner-box {
 
     position: absolute;
 
    z-index: 2;
 
    margin-top: 2.5em;
 
     color: white;
 
    min-width: 20em;
 
    text-shadow: black 0.3em 0.3em 1em,black -0.1em -0.1em 1em;
 
 
}
 
}
  
.banner-box-wide {
+
.pw-infobox.PowerBI .pw-infobox-content th {
     width: 80%
+
     color: var(--powerbi-primary-color);
 
}
 
}
  
.banner-box-left {
+
/******* Delete lines between menu entries in top horizontal menu *******/
     left: 5%;
+
.vector-menu-tabs, .vector-menu-tabs a{
    text-align: left;
+
     background:none;
 
}
 
}
  
.banner-box-right {
+
/******* Cite *******/
    right: 5%;
+
.PWCite blockquote {
    text-align: right;
+
font-weight: 100;
 +
font-size: 2rem;
 +
max-width: 600px;
 +
line-height: 1.4;
 +
position: relative;
 +
margin: 0;
 +
padding: .5rem;
 
}
 
}
  
.banner-box .name {
+
.PWCite blockquote:before,
    font-size: 3em;
+
.PWCite blockquote:after {
    white-space: nowrap;
+
position: absolute;
    line-height: 1.2em;
+
color: #f1efe6;
 +
font-size: 8rem;
 +
width: 4rem;
 +
height: 4rem;
 
}
 
}
  
.banner-box .type {
+
.PWCite blockquote:before {
    font-size: 2em;
+
content: '“';
    line-height: 1.2em;
+
left: -5rem;
 +
top: -2rem;
 
}
 
}
  
.mf-mobile-only,
+
.PWCite blockquote:after {
.lqt-talkpage-search {
+
content: '”';
    display: none;
+
right: -5rem;
 +
bottom: 1rem;
 
}
 
}
  
/* Phabricator-like tag styling */
+
.PWCite cite {
.phui-tag {
+
line-height: 3;
    -webkit-font-smoothing: antialiased;
+
text-align: left;
    background-color: #e7e7e7;
 
    border-color: #e7e7e7;
 
    border-radius: 3px;
 
    border: 1px solid transparent;
 
    font: 13px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
 
    line-height: 1.51em;
 
    padding: 0 4px;
 
 
}
 
}
  
.mw-body .phui-tag a.external {
+
/******* Advent Calendar *******/
    background-image: none;
+
table.calendar      { margin: 0; padding: 10px;}
    padding-right: 0;
+
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
    text-decoration: none;
+
table.calendar th    { padding: 2px; text-align: center; font-size: 300%; font-weight: bold; border: none; }
    color: black;
+
table.month          { border: 2px solid #717d8a; }
    font-weight: bold;
+
table.month .dow th  { text-align: center; font-size: 150%; }
}
+
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
 +
table.month td {
 +
border: none;
 +
margin: 0;
 +
padding: 1pt 1.5pt;
 +
font-weight: bold;
 +
font-size: 25pt;
 +
text-align: center;
 +
}
 +
table.month td.day-active {}
 +
table.month td.day-empty {}
 +
table.month td.today {}

Latest revision as of 07:18, 11 December 2021

/* For the Top banner on Start Page */

#pw-bottombanner {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0em;
	min-width: 47em;
	border-color: #ddd;
	background-color: #f9f9f9;
	white-space: nowrap;
}

#mp-topbanner {
	clear: both;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.2em;
        margin-bottom: 0em;
	min-width: 47em;
	border-color: #ddd;
	background-color: #f9f9f9;
	white-space: nowrap;
}

.mp-bordered,
.pw-bordered,
.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	border-width: 1px;
	border-style: solid;
}

#mp-topbanner,
.mp-h2,
#mp-left {
	color: #000;
}

#mp-welcomecount {
	margin: 0.4em;
	width: 22em;
	text-align: center;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

#mp-free {
	font-size: 95%;
}

#articlecount {
	font-size: 85%;
}

#mp-portals {
	position: absolute;
	right: -1em;
	top: 50%;
	margin-top: -2.4em;
	width: 38%;
	min-width: 25em;
	font-size: 95%;
}

#mp-portals li {
	position: absolute;
	left: 0;
	top: 0;
}

#mp-portals .portal-hmid {
	left: 33%;
}

#mp-portals .portal-hright {
	left: 66%;
}

#mp-portals .portal-vmid {
	top: 1.6em;
}

#mp-portals .portal-vbot {
	top: 3.2em;
}

.portal-hright.portal-vbot {
	font-weight: bold;
}

#mp-banner {
	margin-top: 4px;
	padding: 0.5em;
	background-color: #fffaf5;
	border-color: #f2e0ce;
}

.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	margin: 0.5em;
	padding: 0.2em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
}

h2.mp-h2::after { /* Remove borders in Timeless */ 
border: none;
}

.mp-later {
	font-size: 85%;
	font-weight: normal;
}

/* End of Top banner on Start Page */

/* For the rest of the Start Page */

.mainpage_row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -5px 0 -5px;
}
.mainpage_box {
	flex: 1;
	margin: 5px;
	min-width: 210px;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.mainpage_box h3 {
	/* Reset padding so is equal across skins */
	padding: 0;
	margin: 0.5em 0;

}
.mainpage_box h3 .header_icon {
	float: left;
	margin-right: 5px;

}
.mainpage_box .items {
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
}
.mainpage_box p:last-child {
	margin-bottom: 0;
}
.mainpage_boxcontents_small {
	font-size: 95%;
}

@media screen and (max-width: 719px) {
	.thumb {
		float: none;
	}
	.thumb, .thumbinner {
		margin-left: auto;
		margin-right: auto;
	}
}

.pw-ui-button, .pw-ui-progressive {
    border-radius: 4px !important;
    border: 1px solid #40798C !important;
    color: #40798C !important;
    background: #fff !important;
    text-shadow: 0px 0px 0px;
}

.pw-ui-button.pw-ui-progressive:hover, .pw-ui-button.pw-ui-progressive:focus, .pw-ui-button.pw-ui-progressive:active, .pw-ui-button:hover, .pw-ui-progressive:hover, .pw-ui-button:focus, .pw-ui-progressive:focus {
    box-shadow: 0px 0px 0px !important;
    text-shadow: 0px 0px 0px !important;
    border: 1px solid #40798C !important;
}

/* End for the Start Page */


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background: #fff !important;
}

p {
    font-weight: 300 !important;
    line-height: 1.9 !important;
}


table, td, th {
    border: 0px !important;
    border-collapse: collapse !important;
    padding: 5px !important;
}


ul, li {
    background: transparent !important;
    border: 0px !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

li span {
    background: transparent !important;
    border: 0px !important;
    font-size: 14px !important;
}

.referencetooltip {
    background-color: #EEE !important;
}

dl {
    font-weight: 300 !important;
}

dt {
    font-style: italic;
    font-size: 16px !important;
    margin-top: 10px !important;
}

dd {
    font-size: 15px !important;
}

.mw-wiki-logo {
    padding-left: 15px !important;
    padding-top: 10px !important;
    border: none !important;
}

/*#p-logo a {
    background-image: url('https://i.imgur.com/ur4m5Ia.png') !important;
}*/

code {
    padding: 3px !important;
    background: transparent !important;
    color: #39892f !important;
}

tt {
    font-family: 'Source Code Pro', 'Lucida Sans Unicode', 'Courier New' !important;
    font-size: 16px !important;
}

.new, .new:link, .new:visited {
    color: #cd5b45 !important;
}

blockquote {
    border: 0px !important;
    font-style: italic !important;
    font-size: 20px !important;
    margin: 35px 75px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    background: transparent !important;
}

select {
    padding: 0px 10px;
}

.mw-ui-button, .mw-ui-progressive {
    border-radius: 4px !important;
    border: 1px solid #347Bff !important;
    color: #347Bff !important;
    background: #fff !important;
    text-shadow: 0px 0px 0px;
}

.mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-progressive:focus, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button:hover, .mw-ui-progressive:hover, .mw-ui-button:focus, .mw-ui-progressive:focus {
    box-shadow: 0px 0px 0px !important;
    text-shadow: 0px 0px 0px !important;
    border: 1px solid #347Bff !important;
}

#wpSave, #wpPreview, #wpDiff {
    border-radius: 4px !important;
    border: 1px solid #347Bff !important;
    color: #347Bff !important;
    background: #fff !important;
    text-shadow: 0px 0px 0px;
    padding: 0.5em 1em;
    cursor: pointer;
}

#wpSave:hover, #wpPreview:hover, #wpDiff:hover {
    color: rgba(52, 123, 255, 0.5) !important;
    ;
}

/* Search */

#simpleSearch {
    background: transparent !important;
    border-color: #ccc !important;
}

#searchInput {
    background: transparent !important;
}

.mw-ui-input {
    border: 1px solid #347Bff !important;
    color: #000 !important;
    background: #fff !important;
    font-size: 16px !important;
}

.mw-ui-input:focus {
    box-shadow: 0px 0px 0px !important;
}

.mw-content-ltr pre {
    font-family: "Courier New", Lucida Console, sans-serif !important;
    color: #000d26 !important;
}

.suggestions {
    font-weight: 300 !important;
    font-size: 15px !important;
    max-width: 300px !important;
    margin-top: 15px !important;
    border: 0px !important;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.suggestions-results {
    border: 0px !important;
}

.suggestions-result {
    padding: 10px !important;
}

.imeselector, #searchEngines {
    display: none !important;
}

.mw-search-formheader {
    border: 0px !important;
    background: transparent !important;
}

.central-featured-logo {
    background-image: url('https://i.imgur.com/nRDTbeb.png') !important;
}

.mw-search-result-heading, .searchresult, .searchmatch {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 3px 0px !important;
}

.searchmatch {
    font-weight: 700 !important;
}

/*
.mw-search-result-data, .mw-search-createlink {
    display: none;
}
*/

#mw-page-base, .vectorTabs {
    background: transparent !important;
    border: 0px !important;
}

#content {
    border: 0px !important;
    margin-left: 215px !important;
}

.portal {
    background: transparent !important;
}

#mw-panel {
    width: 200px !important;
    border-right: 1px solid #bbb;
    background: white !important;
    padding-left: 10px !important;
}

#p-logo {
    left: 0px;
    padding-left: 10px;
    background-color: white;
}

#p-logo a {
    padding-left: 40px;
    background-color: white;
    left: 0px;
    border-right: 1px solid #aaa;
}

#p-logo a:hover {
    opacity: 1.0;
}

#mw-head {
    background-color: #f9f9f9;
    opacity: 1.0;
    box-shadow: 0px 1px 2px #aaa;
    -webkit-transition-property: opacity !important;
    -moz-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    -ms-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-duration: 0.5s !important;
    -moz-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
    transition-duration: 0.25s !important;

}

#mw-head:hover {
    opacity: 1.0 !important;
}

.uls-settings-trigger {
    display: none !important;
}

#left-navigation {
    margin-left: 233px !important;
}

.wikitable {
    font-weight: 300 !important;
}

.wikitable td, .wikitable th {
    border: 1px dashed rgba(0, 0, 0, 0.07) !important;
}

pre {
    line-height: 1.3 !important;
    font-family: "Courier New", Lucida Console, sans-serif !important;
    border: 0px !important;
    background: 0px !important;
    font-size: 16px !important;
}

.mw-code {
    border: 0px !important;
    padding: 17px !important;
    background: 0px !important;
    font-size: 16px !important;
}

.toc {
    background: transparent !important;
    border-style: dashed !important;
    display: block !important;
    max-width: 300px !important;
}

.toctoggle {
    display: none !important;
}

.thumbinner, .thumb, .toccolours, .graytable {
    background: transparent !important;
    border: 0px !important;
    font-size: 16px !important;
}

.thumbimage {
    border: 0px !important;
}

.thumbcaption {
    font-style: italic !important;
    margin: 7px 0px !important;
}

.thumbimage:hover {
    opacity: 0.85 !important;
}

.dablink {
    margin: 14px 0px !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

#siteSub, .flaggedrevs_preview {
    display: none !important;
}

.ambox, .tmbox, .Note, .informationbox {
    margin: 5px 0px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    border: 1px dashed #aaa !important;
    max-width: 550px !important;
    font-weight: 300 !important;
}

.ambox td, .tmbox td {
    padding: 10px !important;
}

.ambox-text-small, .mbox-text, .Note td {
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #000 !important;
}

.ambox-image, .mbox-image {
    display: none;
}

#request_for_deletion, .ambox-serious {
    background: rgba(255, 0, 0, 0.1) !important;
    border: 1px dashed rgba(255, 0, 0, 0.15) !important;
    color: #a00000 !important;
}

.tmbox-notice, .tmbox-move, .Note {
    background: rgba(150, 75, 0, 0.1) !important;
    border: 1px dashed rgba(150, 75, 0, 0.15) !important;
}

.informationbox {
    background: #fff !important;
    padding: 10px !important;
    font-size: 14px !important;
}

.editOptions {
    background: #fff !important;
    border: 0px !important;
}

.catlinks {
    background: transparent !important;
    border: 1px dashed #aaa !important;
    font-size: 16px !important;
}

.infobox, .tright, .toccolours {
    border: 0px !important;
    background: transparent !important;
    border-collapse: collapse !important;
}

.infobox td, .infobox th, .tright td, .tright th, .toccolours td, .toccolours th {
    padding: 5px !important;
    background: transparent !important;
    font-weight: 400 !important;
    border: 1px dashed rgba(0, 0, 0, 0.07) !important;
}

.image img:hover {
    opacity: 0.85 !important;
}

.globegris {
    background: transparent !important;
}

.mw-editsection-bracket, .references-small b, .mw-cite-backlink, .plainlinksneverexpand {
    display: none !important;
}

#floating_object {
    display: none;
}

.navbox, .nowraplinks {
    margin: 10px 0px !important;
    border-collapse: collapse !important;
}

.navbox td, .navbox th, .nowraplinks td, .nowraplinks th {
    padding: 9px 6px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    border: 1px solid #fff !important;
}

.NavFrame {
    border: 0px !important;
    background: transparent !important;
    padding: 0px !important;
}

.NavHead {
    margin: 10px 0px !important;
    padding: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: transparent !important;
}

.Boxmerge {
    border: 0px !important;
}

#coordinates {
    display: none !important;
}

#mw-fr-revisiontag, #mw-fr-reviewnotice {
    display: none !important;
}

div#footer {
    margin-left: 14em !important;
    padding: 1.25em 1.5em 1.5em !important;
}

.mw-footer {
    margin-left: 14em !important;
    padding: 1.25em 1.5em 1.5em !important;
}


/* General styling */

:root {
  --primary-color: #742774;
  --primary-color-light:#c5b7c5;
  --primary-color-light2: #e9e4e9;
  --secondary-color: #236767;
  --dark-color: #0B2027;

  --success-color: #11620B;
  --success-color-light: #D2FBD0;

  --warning-color: #b88a00;
  --warning-color-light: #FFEED8;

  --error-color: #CC0000;
  --error-color-light: #E5B4B4;

  --grey-light-1: #F9F9F9;

  --powerautomate-primary-color: #356CDA;
  --powervirtualagent-primary-color: #327B8F;
  --powerbi-primary-color: #E1AD34;
}


/******* Styling headers *******/
h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  border: 0px;
  font-family: 'Arial';
}

h1 {
    font-weight: 700;
    font-size: 36px;
}

h2 {
    font-weight: 400;
    font-size: 26px;
}

h3 {
    font-weight: 400;
    font-size: 16px;
}

/******* Styling links *******/
a:not(.image), a:not(.image):visited {
  color: black !important;
}

a:not(.image):hover, a:not(.image):visited:hover{
  color: var(--primary-color) !important;
}

#bodyContent a:not(.image), #bodyContent a:not(.image):visited{
  text-decoration: underline !important;
}

#bodyContent a:not(.image):hover, #bodyContent a:not(.image):visited:hover {
  text-decoration: none !important;
  color: var(--primary-color) !important;
}

.mw-cookiewarning-container a, .mw-cookiewarning-container a:visited{
  color: white !important;
}

.mw-cookiewarning-container a:hover, .mw-cookiewarning-container input:hover{
  color: white !important;
  text-decoration: underline;
}

/******* Tables *******/
table {
   margin: 2em 0;
}

table, td, th{
   border: 1px solid var(--primary-color) !important;
}

tr:nth-child(odd) {
  background-color: var(--primary-color-light2);
}

th {
  text-align:left;
  background-color: var(--primary-color-light);
}

/******* PW Boxes *******/
#bodyContent .pw-box{
   margin: 1em 0;
   padding: 1em;
   border-width: 1px;
   border-left-width: 5px;
   border-style: solid;
   border-color: black;
   border-radius: 6px;
   font-size: inherit !important;
}

#bodyContent .pw-box.infobox-present{
   /*
    300px = width of infobox
    5em = 1x margin of infobox + 2x padding of infobox + 2x padding of PWBox
    8px = 5px left border of PWBox + 1px right border of PWBox + 2 pixel (left and right) border of InfoBox
   */
   width:calc(100% - 300px - 5em - 8px);
   max-width:calc(100% - 300px - 5em - 8px);
}

#bodyContent .pw-box h3{
   margin-top: 0;
   font-weight:bold;
}

#bodyContent .pw-box.info{
   border-color: var(--primary-color);
   color: var(--primary-color);
   background-color: var(--primary-color-light);
}
#bodyContent .pw-box.info h3{
    color: var(--primary-color);
}

#bodyContent .pw-box.info a,
#bodyContent .pw-box.info a:visited{
   color: var(--primary-color) !important;
}

#bodyContent .pw-box.warning{
   border-color: var(--warning-color);
   color: var(--warning-color);
   background-color: var(--warning-color-light);
}
#bodyContent .pw-box.warning h3{
    color: var(--warning-color);
}

#bodyContent .pw-box.warning a,
#bodyContent .pw-box.warning a:visited{
   color: var(--warning-color) !important;
}

#bodyContent .pw-box.error{
   border-color: var(--error-color);
   color: var(--error-color);
   background-color: var(--error-color-light);
}

#bodyContent .pw-box.error h3{
    color: var(--error-color);
}

#bodyContent .pw-box.error a,
#bodyContent .pw-box.error a:visited{
   color: var(--error-color) !important;
}

#bodyContent .pw-box.success{
   border-color: var(--success-color);
   color: var(--success-color);
   background-color: var(--success-color-light);
}

#bodyContent .pw-box.success h3{
    color: var(--primary-success);
}

#bodyContent .pw-box.success a,
#bodyContent .pw-box.success a:visited{
   color: var(--success-color) !important;
}

#bodyContent .mw-ui-button, #bodyContent .mw-ui-progressive{
   border-color: var(--primary-color) !important;
   color: var(--primary-color) !important;
}

/******* Infobox *******/
.pw-infobox {
    background-color: var(--grey-light-1);
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}

.pw-infobox .pw-infobox-title {
    padding: 1em;
    font-size: 1.5em;
    text-align: center;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    font-weight:bold;
    background-color: var(--primary-color);
    color: white;
}

.pw-infobox .pw-infobox-content {
    padding: 1em;
}

.pw-infobox .pw-infobox-content .pw-infobox-image {
    text-align: center;
}

.pw-infobox .pw-infobox-content table {
   margin: inherate;
}

.pw-infobox .pw-infobox-content table,
.pw-infobox .pw-infobox-content td,
.pw-infobox .pw-infobox-content th{
   border: 0 !important;
}

.pw-infobox .pw-infobox-content tr:nth-child(odd) {
  background-color: transparent;
}

.pw-infobox .pw-infobox-content th {
    text-align: left;
    vertical-align: top;
    width: 130px;
    background-color: transparent;
    color: var(--primary-color);
}

.pw-infobox .pw-infobox-content td {
    vertical-align: top;
}

/** Power Automate **/
.pw-infobox.PowerAutomate .pw-infobox-title {
    background-color: var(--powerautomate-primary-color);
}

.pw-infobox.PowerAutomate .pw-infobox-content th {
    color: var(--powerautomate-primary-color);
}

/** Power Virtual Agent **/
.pw-infobox.PowerVirtualAgent .pw-infobox-title {
    background-color: var(--powervirtualagent-primary-color);
}

.pw-infobox.PowerVirtualAgent .pw-infobox-content th {
    color: var(--powervirtualagent-primary-color);
}

/** Power BI **/
.pw-infobox.PowerBI .pw-infobox-title {
    background-color: var(--powerbi-primary-color);
    color:black;
}

.pw-infobox.PowerBI .pw-infobox-content th {
    color: var(--powerbi-primary-color);
}

/******* Delete lines between menu entries in top horizontal menu *******/
.vector-menu-tabs, .vector-menu-tabs a{
    background:none;
}

/******* Cite *******/
.PWCite blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

.PWCite blockquote:before,
.PWCite blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.PWCite blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

.PWCite blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

.PWCite cite {
	line-height: 3;
	text-align: left;
}

/******* Advent Calendar *******/
table.calendar       { margin: 0; padding: 10px;}
table.calendar td    { margin: 0; padding: 2px; vertical-align: top;}
table.calendar th    { padding: 2px; text-align: center; font-size: 300%; font-weight: bold; border: none; }
table.month          { border: 2px solid #717d8a; }
table.month .dow th  { text-align: center; font-size: 150%; }
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
table.month td {
	border: none;
	margin: 0;
	padding: 1pt 1.5pt;
	font-weight: bold;
	font-size: 25pt;
	text-align: center;
	}
table.month td.day-active {}
table.month td.day-empty {}
table.month td.today {}