2022-04-07 15:52:18 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: rgb(18, 20, 21);
|
|
|
|
color: lime;
|
|
|
|
}
|
|
|
|
|
2022-05-02 18:12:56 +00:00
|
|
|
footer {
|
|
|
|
padding: 1rem 3rem;
|
|
|
|
}
|
|
|
|
|
2022-06-07 13:54:07 +00:00
|
|
|
figure {
|
2022-06-20 14:21:19 +00:00
|
|
|
width: 42%;
|
|
|
|
float: right;
|
|
|
|
margin: 0 16px;
|
2022-06-07 13:54:07 +00:00
|
|
|
figcaption {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-04-07 15:52:18 +00:00
|
|
|
#content {
|
|
|
|
main {
|
|
|
|
background-color: rgb(24, 26, 27);
|
|
|
|
margin: 3% 10%;
|
|
|
|
padding: 3%;
|
2022-06-07 13:54:07 +00:00
|
|
|
article {
|
2022-06-10 15:35:31 +00:00
|
|
|
max-width: 90%;
|
2022-06-07 13:54:07 +00:00
|
|
|
}
|
2022-04-07 15:52:18 +00:00
|
|
|
}
|
2022-08-18 13:41:11 +00:00
|
|
|
a:hover .heading {
|
2022-04-07 15:52:18 +00:00
|
|
|
text-decoration: underline;
|
2022-05-02 15:11:40 +00:00
|
|
|
color: cyan;
|
2022-04-07 15:52:18 +00:00
|
|
|
}
|
|
|
|
a {
|
2022-08-18 13:41:11 +00:00
|
|
|
min-height: 48px;
|
|
|
|
min-width: 48px;
|
2022-04-07 15:52:18 +00:00
|
|
|
text-decoration: none;
|
2022-05-02 15:11:40 +00:00
|
|
|
color: cyan;
|
|
|
|
}
|
2022-08-18 13:41:11 +00:00
|
|
|
a article {
|
2022-04-07 15:52:18 +00:00
|
|
|
color: lime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:41:11 +00:00
|
|
|
ul.contents {
|
|
|
|
.heading {
|
|
|
|
font-size: 2rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
list-style-image: url(data:0);
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2022-04-07 15:52:18 +00:00
|
|
|
#navbar {
|
|
|
|
background-color: #222;
|
|
|
|
ul {
|
2022-08-18 13:41:11 +00:00
|
|
|
li#right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
a:hover {
|
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
}
|
2022-04-07 15:52:18 +00:00
|
|
|
list-style-type: none;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
padding: 14px 16px;
|
|
|
|
display: block;
|
|
|
|
color: lime;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#lang-menu {
|
|
|
|
ul {
|
|
|
|
background-color: #222;
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#lang-menu:hover ul {
|
|
|
|
display: block;
|
|
|
|
}
|
2022-06-20 14:21:19 +00:00
|
|
|
|
|
|
|
.block p {
|
|
|
|
margin: 0;
|
|
|
|
}
|