2019-06-21 20:27:11 +02:00
|
|
|
html {
|
|
|
|
|
font-family: Katica;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
head, link, meta, script, style, title {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
2019-07-01 07:33:21 +02:00
|
|
|
margin-left: 8;
|
|
|
|
|
margin-top: 8;
|
|
|
|
|
margin-right: 8;
|
|
|
|
|
margin-bottom: 8;
|
2019-06-21 20:27:11 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-25 12:43:26 +03:00
|
|
|
h1, h2 {
|
2019-06-21 20:27:11 +02:00
|
|
|
font-family: Pebbleton;
|
2019-09-28 19:14:36 +02:00
|
|
|
font-weight: bold;
|
2019-09-25 12:43:26 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
2019-06-21 20:27:11 +02:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre {
|
2019-12-18 12:44:02 +01:00
|
|
|
font-family: Csilla;
|
|
|
|
|
font-weight: lighter;
|
2019-09-25 12:43:26 +03:00
|
|
|
margin-bottom: 8;
|
|
|
|
|
margin-top: 8;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
code {
|
2019-06-21 20:27:11 +02:00
|
|
|
font-family: Csilla;
|
2019-09-25 12:43:26 +03:00
|
|
|
font-weight: lighter;
|
2019-06-21 20:27:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
u, ins {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
strong, b {
|
2019-09-25 12:43:26 +03:00
|
|
|
font-weight: bold;
|
2019-06-21 20:27:11 +02:00
|
|
|
}
|
|
|
|
|
|
2019-10-01 20:16:42 +02:00
|
|
|
html, address,
|
|
|
|
|
blockquote,
|
|
|
|
|
body, dd, div,
|
|
|
|
|
dl, dt, fieldset, form,
|
|
|
|
|
frame, frameset,
|
|
|
|
|
h1, h2, h3, h4,
|
|
|
|
|
h5, h6, noframes,
|
|
|
|
|
ol, p, ul, center,
|
2019-10-26 15:40:51 +02:00
|
|
|
dir, hr, menu, pre,
|
|
|
|
|
header, footer {
|
2019-06-21 20:27:11 +02:00
|
|
|
display: block;
|
|
|
|
|
}
|
2019-09-25 12:43:26 +03:00
|
|
|
|
2019-10-16 20:33:00 +02:00
|
|
|
center {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-01 20:16:42 +02:00
|
|
|
h1, h2, h3 {
|
2019-09-25 12:43:26 +03:00
|
|
|
margin-top: 8;
|
|
|
|
|
margin-bottom: 8;
|
2019-10-01 20:16:42 +02:00
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4, p,
|
|
|
|
|
blockquote, ul,
|
|
|
|
|
fieldset, form,
|
|
|
|
|
ol, dl, dir,
|
|
|
|
|
menu {
|
|
|
|
|
margin-top: 4;
|
|
|
|
|
margin-bottom: 4;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5, h6 {
|
|
|
|
|
margin-top: 2;
|
|
|
|
|
margin-bottom: 2;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
2019-09-25 12:43:26 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
display: list-item;
|
|
|
|
|
margin-left: 8;
|
|
|
|
|
margin-top: 2;
|
|
|
|
|
margin-bottom: 2;
|
|
|
|
|
}
|
2019-09-28 22:32:04 +02:00
|
|
|
|
2019-10-20 09:18:46 +02:00
|
|
|
a:link {
|
2019-10-06 10:25:08 +02:00
|
|
|
color: -libhtml-link;
|
2019-09-28 22:32:04 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2019-10-01 20:50:11 +02:00
|
|
|
|
2019-10-14 17:54:17 +02:00
|
|
|
a:hover {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-01 20:50:11 +02:00
|
|
|
hr {
|
2019-10-06 14:44:18 +02:00
|
|
|
margin-top: 4;
|
|
|
|
|
margin-bottom: 4;
|
2019-11-07 21:35:45 +01:00
|
|
|
border-top-width: 1;
|
|
|
|
|
border-left-width: 1;
|
|
|
|
|
border-right-width: 1;
|
|
|
|
|
border-bottom-width: 1;
|
|
|
|
|
border-top-color: #888888;
|
|
|
|
|
border-left-color: #888888;
|
|
|
|
|
border-right-color: #888888;
|
|
|
|
|
border-bottom-color: #888888;
|
|
|
|
|
border-top-style: inset;
|
|
|
|
|
border-left-style: inset;
|
|
|
|
|
border-right-style: inset;
|
|
|
|
|
border-bottom-style: inset;
|
2019-10-01 20:50:11 +02:00
|
|
|
}
|
2019-10-09 21:25:29 +02:00
|
|
|
|
|
|
|
|
blink {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2019-10-17 23:09:41 +02:00
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr {
|
|
|
|
|
display: table-row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
}
|