bgpicciano.com/css/main.css

85 lines
1.4 KiB
CSS
Raw Normal View History

2022-03-15 04:31:59 +00:00
@font-face {
font-family: "SourceCode-Pro";
src: url("sorce-code-pro.woff") format('woff');
}
2022-03-15 01:59:34 +00:00
html {
2022-03-15 04:31:59 +00:00
font-family: "SourceCode-Pro", monospace, sans-serif;
background-color: #f2f2f2;
2022-03-15 01:59:34 +00:00
}
@font-face {
font-family: "Overpass";
src: url("overpass-regular.woff") format('woff');
}
2022-03-15 04:31:59 +00:00
/*
2022-03-15 01:59:34 +00:00
h1, h2, h3, h4, h5, h6, .button-primary, .button {
2022-03-15 04:31:59 +00:00
font-family: "Overpass", Helvetica, sans-serif;
}
*/
h1 { color: #008700; }
h2 { color: #0087af; }
h3 { color: #8700af; }
em {
font-style: normal;
color: #8700af;
}
a, a:active {
color: #0087af;
}
.header {
font-size: 2rem;
line-height: normal;
background-color: #005f87;
position: sticky;
top: 0;
overflow: hidden;
z-index: 1;
}
.header a,a:active {
color: #eeeeee;
text-decoration: none;
}
.header .tab {
background-color: #0087af;
color: #eeeeee;
padding: 0 1rem 1px 1rem;
border-right: 1px solid #005f87;
white-space: nowrap;
display: inline-block;
}
.header .tab.selected {
background-color: #e4e4e4;
color: #444444;
2022-03-15 01:59:34 +00:00
}
2022-03-15 04:31:59 +00:00
.container {
margin-top: 3.5rem;
margin-bottom: 3.5rem;
}
.footer {
font-size: 2rem;
line-height: normal;
background-color: #005f87;
color: #eeeeee;
position: fixed;
bottom: 0;
width: 100%;
overflow: hidden;
z-index: 1;
}
.footer .scrollpos {
float: right;
margin-right: 1rem;
}