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

From RimWorld Wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
color: #623a2d !important;
 
color: #623a2d !important;
 
text-decoration: none;
 
text-decoration: none;
 +
}
 +
 +
/* <hr> */
 +
hr {background: linear-gradient(90deg,rgba(0, 0, 0, 0.04) 0%,rgb(164, 164, 164) 50%,rgba(96, 96, 96, 0.13) 100%) !important;}
 +
 +
/* Table of contents */
 +
.toc {
 +
border-radius: 6px;
 +
box-shadow: -1px 1px 2px #00000063;
 +
background: #f0f0f0;
 
}
 
}
  

Latest revision as of 18:33, 3 July 2022

/* This is my personal CSS page. */

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

/* <hr> */
hr {background: linear-gradient(90deg,rgba(0, 0, 0, 0.04) 0%,rgb(164, 164, 164) 50%,rgba(96, 96, 96, 0.13) 100%) !important;}

/* Table of contents */
.toc {
border-radius: 6px;
box-shadow: -1px 1px 2px #00000063;
background: #f0f0f0;
}

/* 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 */
/* a.external, a.external:link, a.external:visted, a.external.text {color: #136c00 !important;} */
#bodyContent a.external, #bodyContent a[href^="gopher://"] {color: #136c00 !important;}
#bodyContent a.external:hover, #bodyContent a[href^="gopher://"] {color: #3d8c2c !important;}
#bodyContent a.external:active, #bodyContent a[href^="gopher://"] {color: #6e9d64 !important;}

/* a.external:hover {color: #2d821a !important;} */
/* a.external:active {color: #499738 !important;} */

.keysLight {
	font-size: 100%;
}