This repository has been archived on 2024-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
resume/layouts/partials/style.html
2023-12-06 22:56:56 +03:00

82 lines
1.4 KiB
HTML

<style type="text/css">
body {
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 120%;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.page {
background: white;
display: block;
margin: 0 auto;
box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
width: 21cm;
height: 29.7cm;
padding: 1.2cm;
box-sizing: border-box;
}
ul {
margin: 0;
padding-left: 50px;
list-style-type: disc;
font-size: small;
}
.skills {
padding-left: 0;
margin-left: 2.5%;
font-size: small;
}
a {
color: black;
}
h1,
h3 {
margin-top: 5px;
margin-bottom: 5px;
font-weight: normal;
padding-bottom: 5pt;
}
h3 {
border-bottom-style: solid;
border-bottom-width: 1px;
}
h1.name {
font-size: xx-large;
font-weight: bold;
margin-bottom: 5px;
}
.subtitle {
font-size: small;
}
table {
margin-left: 5pt;
margin-right: 5pt;
width: 100%;
}
@media print {
body,
.page {
background: white;
margin: 0;
box-shadow: 0 0 0 white;
padding: 0;
}
}
</style>