1
0
hugos-resume/layouts/partials/style.html

121 lines
2.2 KiB
HTML
Raw Normal View History

2023-11-23 22:27:56 +03:00
<style type="text/css">
2023-11-23 23:42:22 +03:00
@font-face {
font-family: 'Computer Modern Serif';
2023-11-29 23:32:08 +03:00
src: url('font/cmunrm.woff') format('woff');
2023-11-23 23:42:22 +03:00
font-weight: normal;
font-style: normal;
font-display: swap;
2023-11-23 23:42:22 +03:00
}
@font-face {
font-family: 'Computer Modern Serif';
2023-11-24 09:52:47 +03:00
src: url('font/cmunbx.woff') format('woff');
2023-11-23 23:42:22 +03:00
font-weight: bold;
font-style: normal;
font-display: swap;
2023-11-23 23:42:22 +03:00
}
@font-face {
font-family: 'Computer Modern Serif';
2023-11-24 09:52:47 +03:00
src: url('font/cmunti.woff') format('woff');
2023-11-23 23:42:22 +03:00
font-weight: normal;
font-style: italic;
font-display: swap;
2023-11-23 23:42:22 +03:00
}
@font-face {
font-family: 'Computer Modern Serif';
2023-11-24 09:52:47 +03:00
src: url('font/cmunbi.woff') format('woff');
2023-11-23 23:42:22 +03:00
font-weight: bold;
font-style: italic;
font-display: swap;
2023-11-23 23:42:22 +03:00
}
2023-12-02 23:21:28 +03:00
.font-small {
font-size: small;
}
2023-11-23 22:27:56 +03:00
body {
2023-11-23 23:42:22 +03:00
font-family: 'Computer Modern Serif', serif;
2023-11-23 22:27:56 +03:00
font-size: 13pt;
2023-11-28 22:29:40 +03:00
line-height: 100%;
2023-11-29 23:32:08 +03:00
}
2023-12-02 23:21:28 +03:00
.align-center {
text-align: center;
}
.align-right {
2023-12-02 23:58:20 +03:00
text-align: right;
font-size: 11pt
2023-12-02 23:21:28 +03:00
}
2023-12-02 23:16:25 +03:00
.page {
2023-11-23 22:27:56 +03:00
background: white;
display: block;
2023-11-29 23:32:08 +03:00
margin: 0 auto;
2023-11-23 22:27:56 +03:00
box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
width: 21cm;
height: 29.7cm;
padding: 1.2cm;
2023-11-29 23:58:17 +03:00
box-sizing: border-box;
2023-11-23 22:27:56 +03:00
}
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,
h2,
h3 {
margin-top: 5px;
2023-11-29 23:32:08 +03:00
margin-bottom: 5px;
2023-11-23 22:27:56 +03:00
font-weight: normal;
}
2023-11-29 23:32:08 +03:00
h3 {
border-bottom-style: solid;
border-bottom-width: 1px;
2023-12-02 23:58:20 +03:00
font-size: 13pt;
2023-11-29 23:32:08 +03:00
}
2023-11-23 22:27:56 +03:00
h1.name {
font-size: xx-large;
font-weight: bold;
margin-bottom: 5px;
}
em {
font-size: small;
}
table {
margin-left: 2.5%;
width: 95%;
}
@media print {
2023-12-02 23:21:28 +03:00
2023-11-29 23:32:08 +03:00
body,
2023-12-02 23:16:25 +03:00
.page {
2023-11-29 23:32:08 +03:00
background: white;
2023-11-23 22:27:56 +03:00
margin: 0;
2023-11-29 23:32:08 +03:00
box-shadow: 0 0 0 white;
2023-11-23 22:27:56 +03:00
padding: 0;
}
}
2023-11-29 23:32:08 +03:00
</style>