Difference between revisions of "MediaWiki:Common.css"

From Journey Modding Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body{
body{
background-color:#ddc385
background-color:#ddc385;
background-image: url("bg.jpg");
backdrop-filter: blur(3px);
background-repeat: no-repeat;
background-attachment: fixed;
 
}
}
#mw-head {
#mw-head {
background-color:#ddc385
background-color:#f5b680;
}
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
Line 14: Line 19:
.vector-menu-tabs li {
.vector-menu-tabs li {
     background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-normal-fade.png?1cc52);
     background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-normal-fade.png?1cc52);
     background-image: linear-gradient(to top,#b28550 0,#b28550 1px,#e3cd93 1%);
     background-image: linear-gradient(to top,#32281b 0,#7653292e 1px,#ddc385 100%);
     background-position: left bottom;
     background-position: left bottom;
     background-repeat: repeat-x;
     background-repeat: repeat-x;
Line 26: Line 31:
}
}
.mw-body, .parsoid-body {
.mw-body, .parsoid-body {
     background-color: #ddc386;
     background-color: #ddc386ba;
     color: #202122;
     color: #202122;
     direction: ltr;
     direction: ltr;
Line 40: Line 45:
     color: #202122;
     color: #202122;
     text-decoration: none;
     text-decoration: none;
         background-color: rgb(218 190 127 / 80%)
         background-color: rgb(247 187 134);
}
}

Latest revision as of 08:18, 6 June 2021

/* CSS placed here will be applied to all skins */
body{
background-color:#ddc385;
background-image: url("bg.jpg");
backdrop-filter: blur(3px);
background-repeat: no-repeat;
background-attachment: fixed;

}
#mw-head {
background-color:#f5b680;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-separator.png?09d4b);
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#b28550 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}
.vector-menu-tabs li {
    background-image: url(/build/journeywiki/skins/Vector/resources/skins.vector.styles/images/tab-normal-fade.png?1cc52);
    background-image: linear-gradient(to top,#32281b 0,#7653292e 1px,#ddc385 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
}
.mw-body, .parsoid-body {
    background-color: #ddc386ba;
    color: #202122;
    direction: ltr;
    padding: 1em;
}
.toc, .mw-warning, .toccolours {
    border: 1px solid #a77744;
    background-color: #ead6a1;
    padding: 5px;
    font-size: 95%;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #202122;
    text-decoration: none;
        background-color: rgb(247 187 134);
}