Newer
Older
after5 / after5.css
@HIROSE Yuuji HIROSE Yuuji on 21 Aug 2019 1 KB New logo(check-in too late)
body {background: ivory;}
body.personal {background: mistyrose;}
a:hover {background-color: lavender;}
.main td {width: 13%; vertical-align: top;}
.dayline {text-align: right; margin-bottom: 0; white-space: pre;}
.todayline {text-align: right; margin-bottom: 0; background: #f4d9f1;
	 white-space: pre;}
.dayline p {margin-top: 0;}
.sun, .holiday {background: lightpink;}
th.mon, th .mon {background: #aac9ff;}
th.tue, th .tue {background: #ffe1ce;}
th.wed, th .wed{background: #4cebff;}
th.thu, th .thu{background: #d3c2c2;}
th.fri, th .fri{background: gold;}
.sat {background: #bfefff;}
.time {background: lavender;}
.who {background: lemonchiffon; width: 10em;}
.group {background: honeydew; width: 10em;}
.monthlink {background: #c1ffc1; height: 1.4em;} /* DarkSeeGreen1 */
.admin {background: lemonchiffon;}
.yes {background: #ecf4c3;}
.warn {color: red;}
.listup {border: 1px solid navy; margin-left: 2%; background: white;
	padding: grppx;}
.topic {font-size: 90%;}
.recent {background: lavender;}  /* 最近の項目 */
.c {text-align: center;}
table.border td, table.border {
  border: 1px solid; border-collapse: collapse; padding: 0.2ex 0.5ex;
}
td, th {vertical-align: top;}
th {background: lavender;}
h1 {text-align: center; color: blue;}
h2 {text-decoration: underline; color: #00008b;
    border-top: solid thin navy; /* margin-right: 30%; */
    padding-top: 0.5ex;}
h2+p {margin-top: 0.1ex;}
.list {
  background-color: khaki;
  margin-left: 5%; margin-right: 5%;
  border: 1px none black;
  padding: 0px 1ex;
}
.screen {
   background-color: #606060; color: white;
   margin-left: 5%;
   border: 1px none navy;
   padding: 0.1ex 1ex 0.1nex 1ex;
}
.screen .u {color: cyan;}
div.memlist {
  height: 20em; width: 90%; overflow: auto; background: white;
  border: 3px inset;
}
div.memlist5 {
  height: 5em; overflow: auto;
}
span.danger input[type="submit"] {background: #f88;}
span.danger input[type="submit"]:hover {font-size: 400%; background: red;}
p.filter * {background: #fbb;}