website/test.css

116 lines
1.7 KiB
CSS

* {
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
}
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
/* The sidebar menu
.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
left: 0;
background-color: #e7eaef; /* Black
overflow-x: hidden; /* Disable horizontal scroll
padding-top: 20px;
}
.sidenav h1 {
font-size: 20pt;
}
/* The navigation menu links
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 15pt;
color: black;
display: block;
}
/* When you mouse over the navigation links, change their color
.sidenav a:hover {
color: #818181;
}
*/
/* Style page content */
.main {
padding: 0px 10px;
background-color: #f0f4f7;
height: 100%;
}
/* 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;}
}
.title-format {
font-size: 30pt;
}
.title-format img {
vertical-align: bottom;
}
.header {
font-size: 25pt;
}
.header a {
font-size: 25pt;
}
.sub-header {
font-size: 18pt;
}
.sub-header a {
font-size: 20pt;
}
.text {
font-size: 15pt;
}
.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%;
}
#gen-info {
font-size: 9.3pt;
}
#gen-info a {
font-size: 9.3pt;
}