Difference between revisions of "MediaWiki:Common.css"

From Cyberpunk 2077 Wiki
Line 20: Line 20:
 
color: white;
 
color: white;
 
color: rgba(255,255,255,0.87);
 
color: rgba(255,255,255,0.87);
 +
}
 +
 +
pre{
 +
background-color: #181818;
 +
color: white;
 +
color: rgba(255,255,255,0.6);
 
}
 
}
  
 
.p-navbar{
 
.p-navbar{
 
background-color: #202020;
 
background-color: #202020;
 +
}
 +
 +
.pagetools a{
 +
color: white;
 +
color: rgba(255,255,255,0.6);
 +
}
 +
 +
.pagetools a:hover{
 +
color: grey;
 +
color: rgba(240,240,240,0.9);
 +
text-decoration: none;
 
}
 
}
  

Revision as of 14:14, 10 January 2021

/* CSS placed here will be applied to all skins */
body{
	background-color: #121212;
	color: white;
	color: rgba(255,255,255,0.6);
}

a{
	color: white;
	color: rgba(255,255,255,0.6);
}

a:hover{
	color: grey;
	color: rgba(240,240,240,0.9);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	color: rgba(255,255,255,0.87);
}

pre{
	background-color: #181818;
	color: white;
	color: rgba(255,255,255,0.6);
}

.p-navbar{
	background-color: #202020;
}

.pagetools a{
	color: white;
	color: rgba(255,255,255,0.6);
}

.pagetools a:hover{
	color: grey;
	color: rgba(240,240,240,0.9);
	text-decoration: none;
}

.toc{
	background-color: #181818;
}

.wikitable > * > tr > th {
    background-color: #181818;
}