MediaWiki:Common.css: Difference between revisions

From Realera Wiki
Jump to: navigation, search
No edit summary
Tag: Manual revert
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.landing-grid-header{display:flex;flex-direction:column;flex-wrap:wrap;margin:40px;margin-left:15em;margin-right:15em}@media(min-width:500px){.landing-grid-header{flex-direction:row}}.landing-grid-item{background:#2a2a2a;border:1px solid #250b2d;border-radius:4px;text-align:center;font-weight:600;flex:1 0 20%;margin:10px;padding:10px 0}.landing-grid-item .floatnone{min-height:80px;line-height:80px}.wikitable tr th,.wikitable tr td,.wikitable caption{text-align:inherit}.wikitable th a{color:inherit;text-decoration:underline}.full-width{width:100%}
.landing-grid-header{display:flex;flex-direction:column;flex-wrap:wrap;margin:40px;margin-left:15em;margin-right:15em}@media(min-width:500px){.landing-grid-header{flex-direction:row}}.landing-grid-item{background:#2a2a2a;border:1px solid #250b2d;border-radius:4px;text-align:center;font-weight:600;flex:1 0 20%;margin:10px;padding:10px 0}.landing-grid-item .floatnone{min-height:80px;line-height:80px}.wikitable tr th,.wikitable tr td,.wikitable caption{text-align:inherit}.wikitable th a{color:inherit;text-decoration:underline}.full-width{width:100%}
.custom-monster-image {
    position: absolute;
    margin-top: 53px;
    right: 43px;
    background: #2a2a2a;
    border-radius: 50px;
    border: 1px solid #666666;
}

Latest revision as of 20:03, 14 December 2024

/* CSS placed here will be applied to all skins */
.landing-grid-header{display:flex;flex-direction:column;flex-wrap:wrap;margin:40px;margin-left:15em;margin-right:15em}@media(min-width:500px){.landing-grid-header{flex-direction:row}}.landing-grid-item{background:#2a2a2a;border:1px solid #250b2d;border-radius:4px;text-align:center;font-weight:600;flex:1 0 20%;margin:10px;padding:10px 0}.landing-grid-item .floatnone{min-height:80px;line-height:80px}.wikitable tr th,.wikitable tr td,.wikitable caption{text-align:inherit}.wikitable th a{color:inherit;text-decoration:underline}.full-width{width:100%}


.custom-monster-image {
    position: absolute;
    margin-top: 53px;
    right: 43px;
    background: #2a2a2a;
    border-radius: 50px;
    border: 1px solid #666666;
}