2020-05-07 16:29:37 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: happy;
|
|
|
|
src: url('/theme/css/fonts/Happy-Times-at-the-IKOB-master/fonts/webfonts/happy-times-NG_regular_master_web.ttf');
|
|
|
|
}
|
2020-04-29 18:17:21 +00:00
|
|
|
* {
|
|
|
|
background-color: white;
|
2020-05-07 16:29:37 +00:00
|
|
|
font-family: 'happy';
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
|
|
|
.navbar {
|
|
|
|
font-size: 1.5em;
|
|
|
|
width: 100%;
|
|
|
|
height: 10px;
|
|
|
|
background-color: white;
|
2020-05-10 17:29:47 +00:00
|
|
|
margin-top: 10px;
|
2020-05-07 16:29:37 +00:00
|
|
|
padding-bottom: 25px;
|
2020-05-10 17:29:47 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2020-05-07 16:29:37 +00:00
|
|
|
}
|
|
|
|
.navbar a {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
.navbar :hover {
|
|
|
|
text-decoration: underline;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
2020-05-07 16:29:37 +00:00
|
|
|
.footer {
|
|
|
|
margin-top: 50px;
|
2020-05-10 14:23:09 +00:00
|
|
|
margin-bottom: 20px;
|
2020-05-07 16:29:37 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.footer a {
|
|
|
|
text-decoration: none;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2020-09-26 12:47:02 +00:00
|
|
|
#break-footer {
|
|
|
|
width: 20%;
|
|
|
|
}
|
2020-04-29 18:17:21 +00:00
|
|
|
.banner-img {
|
|
|
|
width: 100%;
|
2020-04-30 16:23:03 +00:00
|
|
|
border: solid;
|
|
|
|
border-width: 1px;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
2020-05-07 16:29:37 +00:00
|
|
|
#rss-logo {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
#git-logo {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2020-04-29 18:17:21 +00:00
|
|
|
.content {
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-left: 15%;
|
2020-05-10 14:23:09 +00:00
|
|
|
max-width: 60%;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
.content p a {
|
|
|
|
color: #737373;
|
2020-04-29 18:17:21 +00:00
|
|
|
}
|
2020-05-07 16:29:37 +00:00
|
|
|
.content a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2020-04-29 18:17:21 +00:00
|
|
|
.article-anchor {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2020-04-30 16:12:44 +00:00
|
|
|
.title-block {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2020-05-07 16:29:37 +00:00
|
|
|
code {
|
|
|
|
background-color: #cccccc;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2020-05-10 17:29:47 +00:00
|
|
|
blockquote {
|
2020-06-01 13:45:01 +00:00
|
|
|
margin-left: 40px;
|
2020-05-10 17:29:47 +00:00
|
|
|
font-style: italic;
|
2020-06-01 13:45:01 +00:00
|
|
|
font-size: 1em;
|
2020-05-10 17:29:47 +00:00
|
|
|
}
|
|
|
|
@media print {
|
|
|
|
.banner {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.navbar {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
2020-11-16 19:01:06 +00:00
|
|
|
.paginator {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.page_numbers {
|
|
|
|
padding: 20px;
|
|
|
|
}
|