Jump to content

MediaWiki:Common.css: Difference between revisions

From Sulane Wiki
No edit summary
No edit summary
Line 18: Line 18:
}
}


levelitelingid {
.levelitelingid {
   font-family: Arial, Helvetica, sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   border-collapse: separate;
   border-collapse: separate;

Revision as of 23:20, 27 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.clickcell a {
    display:block;    /* display: table-cell */
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid; /* Lahtri ääre paksus */
    padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */
    width:100%;
}

.levelitelingid {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: separate;
  padding: 5px;
  width: auto ; /*100% hoiab maksimaalse laiuse */
}