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

Z Wikibor
Řádek 83: Řádek 83:
 
}
 
}
  
#mw-page-header-links li.selected a, #mw-page-header-links li.selected a:active, #mw-page-header-links li.selected a:visited {
+
#mw-page-header-links li a, #mw-page-header-links li a:active, #mw-page-header-links li a:visited {
 
     color: #4D342C;
 
     color: #4D342C;
 
}
 
}
  
#mw-page-header-links li.selected a:hover {
+
#mw-page-header-links li a:hover {
 
     color: #339966;
 
     color: #339966;
 
}
 
}

Verze z 3. 9. 2018, 23:20

/* 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: #339966;
} 

a:hover {
color: #4D342C;
border-bottom: 1px dotted #1B1B1B;
}

a:visited {
color: #4D342C;
}


.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: dotted 1px #1B1B1B;
}

#mw-page-header-links li.selected {
    border-bottom-color: #B10005;
}

#ca-nstab-main a:hover {
    border-bottom: none;
}

#ca-edit a:hover {
    border-bottom: none;
}

#ca-watch a:hover {
    border-bottom: none;
}

#ca-more a:hover {
    border-bottom: none;
}

#ca-talk a:hover {
    border-bottom: none;
}

#ca-view a:hover {
    border-bottom: none;
}

#ca-history a:hover {
    border-bottom: none;
}

#mw-page-header-links li a, #mw-page-header-links li a:active, #mw-page-header-links li a:visited {
    color: #4D342C;
}

#mw-page-header-links li a:hover {
    color: #339966;
}