Difference between revisions of "User:Zippy/common.css"

From RimWorld Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
}
 
}
  
 +
/* Normal links */
 
a:hover {color: #7d5f55 !important;}
 
a:hover {color: #7d5f55 !important;}
 
a:active {color: #887a75 !important;}
 
a:active {color: #887a75 !important;}
  
 +
/* Broken links*/
 
a.new:link, a.new:visited {color: #f00 !important;}
 
a.new:link, a.new:visited {color: #f00 !important;}
 
a.new:hover {color: #f66 !important;}
 
a.new:hover {color: #f66 !important;}
 
a.new:active {color: #f88 !important;}
 
a.new:active {color: #f88 !important;}
 +
 +
/* External links */
 +
.external, .external:visted {color: #136c00 !important;}
 +
.external:hover {color: #2d821a !important;}
 +
.external:active {color: #499738 !important;}
  
 
.keysLight {
 
.keysLight {
 
font-size: 100%;
 
font-size: 100%;
 
}
 
}

Revision as of 08:00, 24 June 2022

/* This is my personal CSS page. */

.external a, a, a:link, a:visited {
	color: #623a2d !important;
	text-decoration: none;
}

/* Normal links */
a:hover {color: #7d5f55 !important;}
a:active {color: #887a75 !important;}

/* Broken links*/
a.new:link, a.new:visited {color: #f00 !important;}
a.new:hover {color: #f66 !important;}
a.new:active {color: #f88 !important;}

/* External links */
.external, .external:visted {color: #136c00 !important;}
.external:hover {color: #2d821a !important;}
.external:active {color: #499738 !important;}

.keysLight {
	font-size: 100%;
}