website/test.css

116 lines
1.7 KiB
CSS
Raw Normal View History

2024-09-08 18:28:26 +02:00
* {
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
}
2024-09-09 16:42:17 +02:00
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/* The sidebar menu
2024-09-08 18:28:26 +02:00
.sidenav {
height: 100%; /* Full-height: remove this if you want "auto" height
width: 160px; /* Set the width of the sidebar
position: fixed; /* Fixed Sidebar (stay in place on scroll)
z-index: 1; /* Stay on top
top: 0; /* Stay at the top
2024-09-08 18:28:26 +02:00
left: 0;
background-color: #e7eaef; /* Black
overflow-x: hidden; /* Disable horizontal scroll
2024-09-08 18:28:26 +02:00
padding-top: 20px;
}
.sidenav h1 {
font-size: 20pt;
}
/* The navigation menu links
2024-09-08 18:28:26 +02:00
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 15pt;
2024-09-09 16:42:17 +02:00
color: black;
2024-09-08 18:28:26 +02:00
display: block;
}
/* When you mouse over the navigation links, change their color
2024-09-08 18:28:26 +02:00
.sidenav a:hover {
2024-09-09 16:42:17 +02:00
color: #818181;
2024-09-08 18:28:26 +02:00
}
*/
2024-09-08 18:28:26 +02:00
/* Style page content */
.main {
padding: 0px 10px;
2024-09-09 16:42:17 +02:00
background-color: #f0f4f7;
height: 100%;
2024-09-08 18:28:26 +02:00
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
2024-09-09 16:42:17 +02:00
}
2024-09-08 18:28:26 +02:00
.title-format {
font-size: 30pt;
}
2024-09-09 15:19:07 +02:00
.title-format img {
vertical-align: bottom;
}
2024-09-08 18:28:26 +02:00
.header {
font-size: 25pt;
}
2024-09-09 16:42:17 +02:00
.header a {
font-size: 25pt;
}
2024-09-08 18:28:26 +02:00
.sub-header {
font-size: 18pt;
2024-09-08 18:28:26 +02:00
}
2024-09-09 16:42:17 +02:00
.sub-header a {
font-size: 20pt;
}
2024-09-08 18:28:26 +02:00
.text {
font-size: 15pt;
}
2024-09-09 16:42:17 +02:00
.text a {
font-size: 15pt;
}
.description {
font-size: 12pt;
font-style: italic;
}
.footer {
font-size: 12pt;
bottom: 0;
}
.footer a {
font-size: 12pt;
}
#banner {
width:100%;
}
2024-09-09 23:18:27 +02:00
#gen-info {
font-size: 9.3pt;
}
#gen-info a {
font-size: 9.3pt;
}