mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-11 02:51:39 +00:00
Deploying to gh-pages from @ koodiklinikka/palkkakysely@ff8f98fd7a 🚀
This commit is contained in:
@@ -6,67 +6,82 @@
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<style>body {
|
||||
padding: 1em;
|
||||
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
padding: 1em;
|
||||
font:
|
||||
18px/1.5 -apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
Roboto,
|
||||
"Helvetica Neue",
|
||||
Arial,
|
||||
"Noto Sans",
|
||||
sans-serif,
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji",
|
||||
"Segoe UI Symbol",
|
||||
"Noto Color Emoji";
|
||||
}
|
||||
|
||||
body.static-body {
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
max-width: 650px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body.table-body {
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
body.table-body table {
|
||||
border-collapse: collapse;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
body.table-body td, body.table-body th {
|
||||
padding: 0.3em;
|
||||
border: 1px solid #999;
|
||||
body.table-body td,
|
||||
body.table-body th {
|
||||
padding: 0.3em;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
line-height: 1.2;
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #2181b7;
|
||||
color: #2181b7;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #4e1ecb;
|
||||
color: #4e1ecb;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
color: white;
|
||||
background: #444
|
||||
}
|
||||
body {
|
||||
color: white;
|
||||
background: #444;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #5bf
|
||||
}
|
||||
a:link {
|
||||
color: #5bf;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ccf
|
||||
}
|
||||
a:visited {
|
||||
color: #ccf;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 2px solid #2a6180;
|
||||
padding-bottom: 1em;
|
||||
line-height: 1;
|
||||
border-bottom: 2px solid #2a6180;
|
||||
padding-bottom: 1em;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 2px solid #2a6180;
|
||||
padding: 1em;
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
border-top: 2px solid #2a6180;
|
||||
padding: 1em;
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
}</style>
|
||||
<title>Koodiklinikan palkkakysely, 2023</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user