User

corgi/common.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 25: Line 25:
}
}


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

Revision as of 01:53, 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-disclaimer {
	color: orange;
	font-style: italic
}