Update 'server/site.css'

This commit is contained in:
Anton McClure 2019-01-04 11:45:41 -05:00
parent d1a2ab9798
commit a3b50c1a67
1 changed files with 185 additions and 175 deletions

View File

@ -1,175 +1,185 @@
/* /*
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; margin: 0px 20px 0px 20px;
/* font-family: "Times, Times New Roman", serif;*/ }
margin: 0px 20px 0px 20px;
} body.dark {
color: #ddd;
a.glossary { background-color: #333;
border: 1px solid red; }
padding: 2px 2px;
display: inline-block; a.glossary {
} border: 1px solid red;
padding: 2px 2px;
/* Need hover for accessibility */ display: inline-block;
a:link:hover { }
color: #9932CC;
} a.dark {
color: #ff0;
/* Larger font for mobile devices */ }
@media screen and (max-device-width: 480px) {
body { a.dark:visited {
font-size: 175%; color: #aa0;
} }
}
/* Need hover for accessibility */
li { a:link:hover {
margin-bottom: 8px; color: #9932CC;
} }
/* Header columns */ /* Larger font for mobile devices */
@media screen and (max-device-width: 480px) {
.columnt1 { body {
width: 66%; font-size: 175%;
float: left; }
text-align: center; }
border: solid 1px;
border-radius: 4px 4px 4px 4px; li {
} margin-bottom: 8px;
}
.columnt1 a:link:hover, .columnt1 a:visited:hover {
font-style: italic; /* Header columns */
text-shadow: 2px 2px 9px #f44;
} .columnt1 {
width: 66%;
.columnt2 { float: left;
width: 33%; text-align: center;
float: right; border: solid 1px;
text-align: center; border-radius: 4px 4px 4px 4px;
} }
.nobr { .columnt1 a:link:hover, .columnt1 a:visited:hover {
white-space: nowrap; font-style: italic;
} text-shadow: 2px 2px 9px #f44;
}
/* urgent action items*/
.column1 { .columnt2 {
width: 31%; width: 33%;
float: left; float: right;
} text-align: center;
}
/* long term action items */
.column2 { .nobr {
width: 31%; white-space: nowrap;
float: left; }
border-left: solid 1px;
border-right: solid 1px; /* urgent action items*/
margin: 0px 10px 0px 10px; .column1 {
padding: 0px 10px 0px 10px; width: 31%;
} float: left;
}
/* misc */
.column3 { /* long term action items */
width: 31%; .column2 {
float: left; width: 31%;
} float: left;
border-left: solid 1px;
/* rest */ border-right: solid 1px;
.rest { margin: 0px 10px 0px 10px;
width: 100%; padding: 0px 10px 0px 10px;
float: left; }
}
/* misc */
:link { color: #1F00FF } .column3 {
:visited { color: #9900DD } width: 31%;
div.c3 { margin-left: 2em } float: left;
.c2 { }
text-align: center;
width: 100%; /* rest */
font-weight: bold; .rest {
font-style: italic; width: 100%;
} float: left;
h3.c1 { }
text-align: center;
font-size: 30px; :link { color: #1F00FF }
text-decoration: underline; :visited { color: #9900DD }
} div.c3 { margin-left: 2em }
.titlelink { color: #000000 } .c2 {
.fullwide { width: 900px; } text-align: center;
width: 100%;
#comic-container { font-weight: bold;
position: relative; font-style: italic;
width: 100%; }
height: 122px; h3.c1 {
margin-bottom: 4px; text-align: center;
} font-size: 30px;
#comic { text-decoration: underline;
position: absolute; }
max-width: 406px; .titlelink { color: #000000 }
width: 100%; .fullwide { width: 900px; }
height: 122px;
overflow: hidden; #comic-container {
background-color: #fff; position: relative;
} width: 100%;
#comic-expand img { height: 122px;
display: none; margin-bottom: 4px;
} }
@media screen and (max-width: 1300px) { #comic {
#comic { right: 0px; } position: absolute;
#comic:hover { max-width: 406px;
width: 406px; width: 100%;
padding: 0; height: 122px;
transition: width .4s ease-out, box-shadow 1s ease, transform .8s ease; overflow: hidden;
} background-color: #fff;
#comic-expand { }
position: absolute; #comic-expand img {
display: block; display: none;
right: 0; }
width: 32px; @media screen and (max-width: 1300px) {
height: 160px; #comic { right: 0px; }
border-right: 1px solid blue; #comic:hover {
} width: 406px;
#comic-expand img { padding: 0;
position: absolute; transition: width .4s ease-out, box-shadow 1s ease, transform .8s ease;
display: block; }
bottom: 35px; #comic-expand {
} position: absolute;
} display: block;
right: 0;
sub { width: 32px;
line-height: 0.25em; height: 160px;
font-size: 70%; border-right: 1px solid blue;
vertical-align: -.05em; }
} #comic-expand img {
sup { position: absolute;
line-height: 0.25em; display: block;
font-size: 70%; bottom: 35px;
vertical-align: 0.7em; }
} }
.footnote {
font-size: 90%; sub {
padding-left: 0.9em; line-height: 0.25em;
text-indent: -0.9em; font-size: 70%;
} vertical-align: -.05em;
.footnote sup { }
line-height: 0.25em; sup {
font-size: 78%; line-height: 0.25em;
vertical-align: 0.4em; font-size: 70%;
} vertical-align: 0.7em;
}
.vol { .footnote {
margin-left: 5%; font-size: 90%;
font-family: Arial, Helvetica, sans-serif; padding-left: 0.9em;
} text-indent: -0.9em;
}
div.comp { .footnote sup {
margin: 0 auto; line-height: 0.25em;
width: 98%; font-size: 78%;
} vertical-align: 0.4em;
}
.vol {
margin-left: 5%;
font-family: Arial, Helvetica, sans-serif;
}
div.comp {
margin: 0 auto;
width: 98%;
}