bgpicciano.com/css/main.css

99 lines
1.6 KiB
CSS
Raw Normal View History

2022-03-15 04:31:59 +00:00
@font-face {
font-family: "SourceCode-Pro";
2022-03-16 03:34:16 +00:00
src: url("source-code-pro.woff") format('woff');
2022-03-15 04:31:59 +00:00
}
2022-03-15 01:59:34 +00:00
@font-face {
font-family: "Overpass";
src: url("overpass-regular.woff") format('woff');
}
html {
font-family: Helvetica, sans-serif;
background-color: #f2f2f2;
}
2022-03-15 01:59:34 +00:00
h1, h2, h3, h4, h5, h6, .button-primary, .button {
font-family: "SourceCode-Pro", monospace, sans-serif;
2022-03-15 04:31:59 +00:00
}
h1 { color: #008700; }
h2 { color: #0087af; }
h3 { color: #8700af; }
2022-03-16 03:34:16 +00:00
h4 { color: #d75f00; }
2022-03-15 04:31:59 +00:00
em {
font-style: normal;
color: #8700af;
}
a, a:active {
color: #0087af;
}
ul {
list-style-position:outside;
padding-left: 1rem;
}
2022-03-15 04:31:59 +00:00
.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-16 03:34:16 +00:00
.header .x {
background-color: #0087af;
color: #eeeeee;
padding: 0;
border-right: 1px solid #005f87;
white-space: nowrap;
display: inline-block;
float: right;
}
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;
}