MediaWiki:Common.css: Porovnání verzí

Z Wikibor
Řádek 32: Řádek 32:
  
 
#mw-content h1.firstHeading {
 
#mw-content h1.firstHeading {
 +
font-family: 'Inknut Antiqua', sans-serif;
 
     border-bottom: solid 4px #B10005;
 
     border-bottom: solid 4px #B10005;
 
}
 
}
  
 
#mw-content h1, #mw-content h2 {
 
#mw-content h1, #mw-content h2 {
 +
font-family: 'Inknut Antiqua', sans-serif;
 
     border-bottom: solid 2px #1B1B1B;
 
     border-bottom: solid 2px #1B1B1B;
 
}
 
}

Verze z 3. 9. 2018, 21:45

/* Zde uvedené CSS bude ovlivňovat všechny styly */

@import url('https://fonts.googleapis.com/css?family=Inknut Antiqua');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
background-color: #1B1B1B;
font-family: 'Roboto', sans-serif;
}

div#mw-header-container {
background-color: #264331;
color: white;
}

a, a.external {
color: #173B24;
} 

.mw-parser-output a.external {
color: #173B24;
}

.color-middle, .color-left, .color-right {
background-color: #339966;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Inknut Antiqua', sans-serif;
color: #264331;
}

#mw-content h1.firstHeading {
font-family: 'Inknut Antiqua', sans-serif;
    border-bottom: solid 4px #B10005;
}

#mw-content h1, #mw-content h2 {
font-family: 'Inknut Antiqua', sans-serif;
    border-bottom: solid 2px #1B1B1B;
}