MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(43 intermediate revisions by the same user not shown)
Line 20: Line 20:
     background-color: white;
     background-color: white;
     font-family: 'Raleway', sans-serif;
     font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5 {
    color: #174345;
}
a, a:visited, .toctogglelabel {
    color: #29878C!important;
}
a.new, .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
    color: #FC6543;
}
*:focus-visible {
    outline: 1px solid #174345;
}
}


Line 27: Line 43:
     background: url("https://srd.mythcraftrpg.com/images/5/57/MythCraft-PaperTexture.jpg") scroll;
     background: url("https://srd.mythcraftrpg.com/images/5/57/MythCraft-PaperTexture.jpg") scroll;
     border: 2px solid #1C6EA4;
     border: 2px solid #1C6EA4;
     font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
     // font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
     width: 40%;
     // width: 40%;
}
}


Line 41: Line 57:


table.creature th {
table.creature th {
     font-size: 22px;
     font-size: 16px;
     font-weight: bold;
     font-weight: bold;
     color: #000000;
     color: #000000;
Line 57: Line 73:
table.mw-collapsible {
table.mw-collapsible {
     text-align: left;
     text-align: left;
}
.wikitable {
    background-color: white;
}
}


Line 70: Line 90:
.wikitable:has(img) {
.wikitable:has(img) {
     table-layout: fixed;
     table-layout: fixed;
}
.wikitable > tr > th, .wikitable > * > tr > th, .toc, .toccolours {
    background-color: #FEEBB3;
}
}


Line 96: Line 120:
     padding-right: 10%;
     padding-right: 10%;
     border-bottom: none;
     border-bottom: none;
    border-top: 1px solid #29878C;
    min-height: calc(100vh - 258px);
}
}


Line 117: Line 143:
     font-size: 45px;
     font-size: 45px;
     font-weight: 900;
     font-weight: 900;
     color: #174345;
}
 
.wikitable > caption {
     font-family: "Cinzel Decorative Bold",Sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 5px;
}
}


Line 130: Line 162:
     /* Color & Background */
     /* Color & Background */
     background-attachment: scroll;
     background-attachment: scroll;
     background-color: rgba(252, 101, 67, 1);
     background-color: #174345;
      
      
     /* Box */
     /* Box */
Line 150: Line 182:
}
}


div #mw-panel ul li a,
div #mw-panel ul li a {
    color: white !important;
}
 
div#footer ul li a:visited,
div#footer ul li a:visited,
footer ul li a,
footer ul li a,
div#footer ul li a:visited {
div#footer ul li a:visited {
     color: white !important;
     color: #FEEBB3 !important;
}
}


div #mw-panel h3 {
div #mw-panel h3 {
     font-size: 16px !important;
     font-size: 16px !important;
     color: rgba(44, 37, 3, 1);
     color: #FEEBB3;
}
 
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#29878C 100%);
}
 
.oo-ui-toolbar-actions .oo-ui-toolbar-bar .oo-ui-tool-title {
    color: black!important;
}
 
/* Button styling */
.mw-ui-button {
    font-family: "Desmon", Sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1.3px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FEEBB3 !important;
    color: #FEEBB3 !important;
    background-color: #FC6543 !important;
    border-style: solid !important;
    border-width: 4px 4px 4px 4px !important;
    border-color: #FEEBB3 !important;
    border-radius: 50px 0px 50px 0px !important;
    padding: 15px 45px 15px 45px !important;
}
 
#mw-createaccount-join {
    color: #FEEBB3 !important;
}
 
.mw-ui-button:hover {
    color: #FEEBB3 !important;
    border-color: #29878C!important;
    background-color: #29878C!important;
}
}


/* Footer styling */
/* Footer styling */
footer {
footer {
     background-image: url(https://mythcraft.flywheelsites.com/wp-content/uploads/2020/12/footer-bg.png);
     background-image: url(https://mythcraftrpg.com/wp-content/uploads/2020/12/footer-bg.png);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: cover;
     background-size: cover;
Line 174: Line 243:
     display: none;
     display: none;
}
}
.mw-footer ul {
#footer-info-lastmod {
    text-align: center;
}
.mw-footer #footer-places {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;