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

Z Wikibor
Řádek 1: Řádek 1:
 
/* Zde uvedené CSS bude ovlivňovat všechny styly */
 
/* 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 {
 
body {
 
background-color: #1B1B1B;
 
background-color: #1B1B1B;
 +
font-family: 'Roboto', sans-serif;
 
}
 
}
  
Řádek 23: Řádek 27:
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 +
font-family: 'Inknut Antiqua', sans-serif;
 
color: #264331;
 
color: #264331;
 
}
 
}

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 {
    border-bottom: solid 4px #B10005;
}

#mw-content h1, #mw-content h2 {
    border-bottom: solid 2px #1B1B1B;
}