Difference between revisions of "MediaWiki:Common.css"

From Cyberpunk 2077 Wiki
(Created page with "→‎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,25...")
 
Tag: Replaced
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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);
 
}
 
 
.p-navbar{
 
background-color: #202020;
 
}
 
 
.toc{
 
background-color: #181818;
 
}
 
 
.wikitable > * > tr > th {
 
    background-color: #181818;
 
}
 

Latest revision as of 16:18, 10 January 2021

/* CSS placed here will be applied to all skins */