Jump to content

MediaWiki:Common.css: Difference between revisions

From Sulane Wiki
No edit summary
No edit summary
Line 13: Line 13:
     border-spacing: 3px;
     border-spacing: 3px;
     border: 1px solid; /* Lahtri ääre paksus */
     border: 1px solid; /* Lahtri ääre paksus */
    padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */
     width:100%;
     width:100%;
}
}

Revision as of 10:30, 28 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 */
}

table.clickcell {
    border-collapse: separate;
    border-spacing: 3px;
    border: 1px solid; /* Lahtri ääre paksus */
    width:100%;
}

table.clickcell td {
    border: 1px solid; /* Lahtri ääre paksus */
    padding: 3px; /* Teksti ja lahtri ääre vaheline kaugus */

}


#levelitelingid{
  border-collapse: separate;
  border: 1px;
  padding: 5px;
  width: 100% ; 
}