/*
   Autscape "Plain" colour scheme
   By Peter Benie and Martijn Dekker
   © 2008-2015 The Autscape Organisation
*/

/*
   DESIGN NOTE: try to have *no* overlap between different .css files so we
   don't have to deal with override priority headaches. If the use of
   "!important" is needed, add a comment so others can understand why.
*/

html {
	background: gray;
	background-image: url("https://www.autscape.org/image/rain.jpg");
	background-attachment: fixed;
}
body {
	background: rgba(255,255,255,0.8);
}
body, a {
	color: black;
}

ul#navlinks a, ul#navlinks input {
	border-left: solid black 4px;
	background: white;
}
ul#navlinks a#navactive, ul#navlinks input#navactive {
	color: white;
	background: black;
}

ul#navlinks a[href]:hover, ul#stylelist a:hover {
/* "!important" overrides individual backgrounds of colour style links */
	color: black !important;
	background: #aaa !important;
}

ul#navlinks a[href$="/logout"], ul#navlinks a[href$="/passwordchange"] {
	font-style: italic;
	border-color: gray;
}

table.prettytable tr td, table.prettytable tr th {
	border-bottom: solid 1px #ddd;
	padding-bottom: 4px;  /* 5px minus border */
}
table.newstable thead, table.prettytable thead, table.simpletable thead {
	background: #eee;
}

/* colour-specific stuff for sitemap.xml */
.sitemap-bubbles ul {
	background-color: white;
}

/* [20-Dec-2023] left border on blockquote */
blockquote {
	padding-left: 2.4em;
	margin-left: 1px;
	border-left: 3px solid rgb(222,222,222);
}
