2021-05-22 15:29:53 +02:00
|
|
|
|
|
|
|
|
2021-07-02 14:17:32 +02:00
|
|
|
/* .archive-logo {
|
2021-05-22 15:29:53 +02:00
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.archive-page-title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-05-31 15:50:08 +02:00
|
|
|
._expand_site_item {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
._expand_site_item:hover {
|
|
|
|
background: #3374C2;
|
|
|
|
}
|
2021-05-31 18:00:30 +02:00
|
|
|
.end_of_page_button {
|
|
|
|
cursor: pointer;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 2em;
|
|
|
|
margin-top: 2em;
|
|
|
|
border: double;
|
|
|
|
}
|
|
|
|
.go_to_site_button {
|
|
|
|
cursor: pointer;
|
|
|
|
text-transform: uppercase;
|
|
|
|
border: double;
|
2021-07-02 14:17:32 +02:00
|
|
|
} */
|