mirror of https://github.com/ThunixdotNet/www.git
Update 'server/site.css'
This commit is contained in:
parent
d1a2ab9798
commit
a3b50c1a67
|
@ -1,14 +1,17 @@
|
||||||
/*
|
/*
|
||||||
COPYRIGHT (C) 2006-2018 Anton McClure
|
This file is released to the public domain.
|
||||||
Anton McClure - https://gozips.uakron.edu/~asm135
|
Richard Stallman - http://stallman.org
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
/* font-family: "Times, Times New Roman", serif;*/
|
margin: 0px 20px 0px 20px;
|
||||||
margin: 0px 20px 0px 20px;
|
}
|
||||||
|
|
||||||
|
body.dark {
|
||||||
|
color: #ddd;
|
||||||
|
background-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.glossary {
|
a.glossary {
|
||||||
|
@ -17,6 +20,14 @@ a.glossary {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.dark {
|
||||||
|
color: #ff0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.dark:visited {
|
||||||
|
color: #aa0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Need hover for accessibility */
|
/* Need hover for accessibility */
|
||||||
a:link:hover {
|
a:link:hover {
|
||||||
color: #9932CC;
|
color: #9932CC;
|
||||||
|
@ -172,4 +183,3 @@ div.comp {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue