Jump to content

MediaWiki:Common.css: Difference between revisions

From Sulane Wiki
No edit summary
No edit summary
Line 13: Line 13:
     max-width: 100%;
     max-width: 100%;
     border: 1px solid;  
     border: 1px solid;  
     /*padding: 5px; */
     padding: 5px;
     width:100%;
     width:100%;


}
}

Revision as of 19:16, 23 March 2025

/* CSS placed here will be applied to all skins */

body {
 background-image: url('https://sulane.net/img/bg.jpg');
}

#mw-header {
    background-color: #191970;  /* Replace with your desired color */
}

td.clickablecell a {
    display:table-cell;    /* display: table-cell */
    max-width: 100%;
    border: 1px solid; 
    padding: 5px;
    width:100%;

}