Toiminnot

Järjestelmäviesti

Ero sivun ”Common.css” versioiden välillä

Ei muokkausyhteenvetoa
Ei muokkausyhteenvetoa
Rivi 29: Rivi 29:
.side-nav li a:not(.button) {
.side-nav li a:not(.button) {
     padding: 0 0 0 0.5em;
     padding: 0 0 0 0.5em;
     color: #0645ad;
     color: #000000;
}
}


Rivi 37: Rivi 37:
     font-family: 'Hero New', Arial, sans-serif;  
     font-family: 'Hero New', Arial, sans-serif;  
}
}
 
/* Otsikko hover */
section.middle.tab-bar-section a:hover {
section.middle.tab-bar-section a:hover {
   color: #000000;
   color: #000000;

Versio 14. helmikuuta 2023 kello 15.11

/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */

/* Piilotetaan logo kunnes valittu */
#sidebar .logo {
  display: none;
}

/* Korjataan pivotin override */
#pt-notifications-notice .mw-echo-notifications-badge,
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-message .mw-echo-notifications-badge {
  background-size: inherit !important;
}

/* Korjataan pivotin override */
.oo-ui-barToolGroup.oo-ui-widget-enabled > .oo-ui-toolGroup-tools > .oo-ui-tool > .oo-ui-tool-link,.oo-ui-barToolGroup > .oo-ui-toolGroup-tools > .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link {
    display: block !important;
}

/* tuodaan Hero-fontti*/
@import url('https://fonts.cdnfonts.com/css/hero-new');

/* Otsikon tausta */
.tab-bar{
    background: #cac6c3;
}

/* Linkit */
.side-nav li a:not(.button) {
    padding: 0 0 0 0.5em;
    color: #000000;
}

/* Otsikko */
section.middle.tab-bar-section a {
    color: #000000;
    font-family: 'Hero New', Arial, sans-serif; 
}
/* Otsikko hover */
section.middle.tab-bar-section a:hover {
  color: #000000;
}

/* H-otsikot */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Hero New', Arial, sans-serif;
}

/*Vasemman navin tausta */
body {
    background-color: #ffffff; /*vasen navi body*/
    font-family: 'Hero New', Arial, sans-serif;
}

/*vasen navi*/
.side-nav {
    font-family: 'Hero New', Arial, sans-serif;
}

/* vasen navi lista / otsikot */
ul.side-nav label {
    background: #cac6c3;
    color: #000000;
    font-weight: 400;
}

/* artikkeli-alueen taustavari */
#p-cactions {
    background-color: #ffffff;    
}

table.wikitable {
    overflow-x: scroll;
    display: block;
}