aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-11-29 23:32:08 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-11-29 23:32:08 +0300
commit9ab0ec6729ebe9e759af11564526ed85eb7f1b95 (patch)
tree0edcc8e4636c1dba2db7216f2b242a576384cb58
parenta22f8047396999bc444c078578c95ab72cf95d30 (diff)
Update styles
-rw-r--r--layouts/partials/head/style.html33
1 files changed, 16 insertions, 17 deletions
diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html
index 9436783..139204b 100644
--- a/layouts/partials/head/style.html
+++ b/layouts/partials/head/style.html
@@ -1,7 +1,7 @@
<style type="text/css">
@font-face {
font-family: 'Computer Modern Serif';
- src: url('font/cmunrm.woff') format('woff'),;
+ src: url('font/cmunrm.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
@@ -36,15 +36,16 @@
font-family: 'Computer Modern Serif', serif;
font-size: 13pt;
line-height: 100%;
+ }
+
+ page {
background: white;
display: block;
- margin: 1cm auto;
+ margin: 0 auto;
box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
- min-width: 21cm;
width: 21cm;
height: 29.7cm;
padding: 1.2cm;
- box-sizing: border-box;
}
ul {
@@ -68,25 +69,21 @@
h2,
h3 {
margin-top: 5px;
- margin-bottom: 0;
+ margin-bottom: 5px;
font-weight: normal;
}
+ h3 {
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ }
+
h1.name {
font-size: xx-large;
font-weight: bold;
margin-bottom: 5px;
}
- hr {
- margin-top: 0;
- margin-bottom: 5px;
- border: none;
- height: 1px;
- color: black;
- background-color: black
- }
-
em {
font-size: small;
}
@@ -97,10 +94,12 @@
}
@media print {
- body {
+ body,
+ page {
+ background: white;
margin: 0;
+ box-shadow: 0 0 0 white;
padding: 0;
- box-shadow: 0 0 0;
}
}
-</style>
+</style> \ No newline at end of file