2021-08-26 23:01:41 +01:00
|
|
|
* {
|
2022-05-08 23:06:09 +01:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1.5em;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2022-05-08 23:06:09 +01:00
|
|
|
color: #c40000;
|
|
|
|
text-decoration: none;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2022-05-08 23:06:09 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
color: #000;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.limit {
|
|
|
|
max-width: 60em;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-image: url("footer-bg.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: bottom;
|
|
|
|
background-size: contain;
|
|
|
|
margin: 0 auto;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2022-05-08 23:06:09 +01:00
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2022-05-08 23:06:09 +01:00
|
|
|
background-image: url("header_background.png");
|
|
|
|
color: #fff;
|
|
|
|
padding: 2em 0 4em 0;
|
|
|
|
background-position: bottom;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
margin: 2em 0;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
h2,
|
|
|
|
.grid h3 {
|
|
|
|
text-align: center;
|
|
|
|
margin: 1em 0;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
|
|
|
|
hr {
|
|
|
|
background-image: url("yellow_line.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center top;
|
|
|
|
height: 2px;
|
|
|
|
width: 100%;
|
|
|
|
content: " ";
|
|
|
|
border: none;
|
|
|
|
margin: 1em 0;
|
|
|
|
padding: 0;
|
2021-09-29 21:29:51 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0.6em 0;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#normal_logo {
|
|
|
|
width: 16%;
|
|
|
|
margin: 0 2em;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#header ul {
|
|
|
|
display: inline-block;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#header li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0.6em 0.8em;
|
|
|
|
font-weight:600;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#small_logo {
|
|
|
|
display: none;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#footer {
|
|
|
|
margin: 6em auto;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard .photo {
|
|
|
|
width: 8em;
|
|
|
|
height: auto;
|
|
|
|
float: left;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard>div {
|
|
|
|
margin-left: 9em;
|
|
|
|
}
|
2021-08-26 23:01:41 +01:00
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard p {
|
|
|
|
text-align: left;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard .social-school {
|
|
|
|
padding: 0
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard .note {
|
|
|
|
color: #777;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.vcard .name {
|
|
|
|
font-size: 1.3em;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
summary {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 0;
|
|
|
|
text-align: center;
|
|
|
|
color: #c40000;
|
|
|
|
cursor: pointer;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.e-summary {
|
|
|
|
padding: 2em 0;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: #333;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.grid {
|
2022-05-08 23:06:09 +01:00
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
font-size: 0.9em;
|
|
|
|
align-items: stretch;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.grid>div {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
min-width: 31%;
|
|
|
|
max-width: 31%;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.grid img,
|
|
|
|
.grid video {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.grid video {
|
|
|
|
margin: 0.6em 0;
|
2021-09-24 22:11:34 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 1em 0 0 0;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.cols {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: stretch;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.cols > div {
|
|
|
|
max-width: 45%;
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
padding: 0.3em;
|
|
|
|
border: 1px solid #777;
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, tr:nth-child(even) {
|
|
|
|
background-color: rgba(0, 0, 0, .1);
|
|
|
|
}
|
|
|
|
|
|
|
|
td img {
|
|
|
|
width: 16em;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
ul {
|
|
|
|
margin: 0 0 0 1em;
|
2021-09-01 12:24:10 +01:00
|
|
|
}
|
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
@media screen and (max-width: 54em) {
|
|
|
|
#normal_logo {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-09-01 12:24:10 +01:00
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
#small_logo {
|
2021-09-01 12:24:10 +01:00
|
|
|
display: block;
|
2022-05-08 23:06:09 +01:00
|
|
|
height: 5em;
|
|
|
|
margin: 1em auto 2em auto;
|
|
|
|
}
|
2021-09-01 12:24:10 +01:00
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.cols {
|
2021-09-01 12:24:10 +01:00
|
|
|
display: block;
|
2022-05-08 23:06:09 +01:00
|
|
|
}
|
2021-09-29 21:44:15 +01:00
|
|
|
|
2022-05-08 23:06:09 +01:00
|
|
|
.cols>div,
|
|
|
|
.grid>div {
|
|
|
|
max-width: 96%;
|
|
|
|
border: none;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
position: relative;
|
|
|
|
}
|
2021-09-29 21:44:15 +01:00
|
|
|
|
2021-08-26 23:01:41 +01:00
|
|
|
}
|