User

corgi/common.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 22: Line 22:
color: #BBBBCC;  
color: #BBBBCC;  
font-size: 30px;  
font-size: 30px;  
font-style: italic
}
.rise-warning {
color: orange;
font-style: italic
font-style: italic
}
}

Revision as of 01:52, 31 August 2019

body {
	background-color: #111122;
	color: #FFFFFF;
}

pre {
	background-color: transparent;
}

h1,h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555566;
	text-transform: uppercase;
}

h3,h4,h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #888899;
}

.rise-important {
	color: #BBBBCC; 
	font-size: 30px; 
	font-style: italic
}

.rise-warning {
	color: orange;
	font-style: italic
}