diff options
| -rw-r--r-- | ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.ttf | bin | 0 -> 168400 bytes | |||
| -rw-r--r-- | ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.woff2 | bin | 0 -> 69768 bytes | |||
| -rw-r--r-- | ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.ttf | bin | 0 -> 207084 bytes | |||
| -rw-r--r-- | ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.woff2 | bin | 0 -> 89144 bytes | |||
| -rw-r--r-- | index.html | 21 | ||||
| -rw-r--r-- | style.css | 79 |
6 files changed, 88 insertions, 12 deletions
diff --git a/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.ttf b/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.ttf Binary files differnew file mode 100644 index 0000000..c458809 --- /dev/null +++ b/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.ttf diff --git a/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.woff2 b/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.woff2 Binary files differnew file mode 100644 index 0000000..9b77f01 --- /dev/null +++ b/ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.woff2 diff --git a/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.ttf b/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.ttf Binary files differnew file mode 100644 index 0000000..2775f54 --- /dev/null +++ b/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.ttf diff --git a/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.woff2 b/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.woff2 Binary files differnew file mode 100644 index 0000000..114b9e0 --- /dev/null +++ b/ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.woff2 @@ -258,20 +258,33 @@ <footer class="footer"> <table width="100%" class="webring"> <tr> - <td align="left" width="11px"> + <td align="left" width="14px"> <a href="//otor.ing/synzr/prev"><</a> </td> <td align="center"> <a href="//otor.ing">otoring</a> </td> - <td align="right" width="11px"> + <td align="right" width="14px"> <a href="//otor.ing/synzr/next">></a> </td> </tr> </table> - Сайт размещён на <a href="//senko.digital/?ref=282">senko://digital</a>. - Сервер работает на <a href="//freebsd.org">FreeBSD</a>. + <ul class="buttons"> + <li class="button"> + <a href="//senko.digital?ref=282" target="_blank"> + <img src="//senko.digital/images/88x31/hosted_on.png" alt="hosted on senko.digital"> + </a> + </li> + + <li class="button"> + <a href="//freebsd.org" target="_blank" title="FreeBSD"> + <img src="//www.freebsd.org/gifs/power-button.gif" alt="FreeBSD"> + </a> + </li> + </ul> + + Посмотреть файлы веб-сайта в <a href="//git.synzr.pp.ru/website.git" title="Cgit">Cgit</a>. </footer> </div> @@ -1,12 +1,36 @@ +@font-face { + font-display: swap; + font-family: 'PT Sans'; + font-style: normal; + font-weight: 400; + src: url('ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'), + url('ftn/pt-sans-v18-cyrillic_cyrillic-ext_latin-regular.ttf') format('truetype'); +} + +@font-face { + font-display: swap; + font-family: 'PT Sans Narrow'; + font-style: normal; + font-weight: 400; + src: url('ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'), + url('ftn/pt-sans-narrow-v19-cyrillic_cyrillic-ext_latin-regular.ttf') format('truetype'); +} + body { background-color: #f0f0f0; color: #0a0a0a; - font-family: Tahoma, Geneva, Verdana, sans-serif; - font-size: 14px; + font-family: 'PT Sans', sans-serif; + font-size: 18px; margin: 0; padding: 0; } +@media (max-width: 576px) { + body { + font-size: 14px; + } +} + a { color: #ff685b; } @@ -15,6 +39,10 @@ a:visited { color: #0097a4; } +del { + color: #888888; +} + .clearfix:after { content: ""; display: table; @@ -44,7 +72,13 @@ a:visited { .webring a { color: #0a0a0a; text-decoration: none; - font-size: 9px; + font-size: 11px; +} + +@media (max-width: 576px) { + .webring a { + font-size: 9px; + } } .webring a:hover { @@ -61,29 +95,52 @@ a:visited { } .heading { - font-family: 'Times New Roman', Times, serif; + font-family: 'PT Sans Narrow', sans-serif; + color: #ff685b; padding: 6px 0px; margin: 0; } .text { - font-size: 11px; + text-align: justify; + font-size: 14px; padding: 6px 0px; margin: 0; } +.heading::selection, +.text::selection { + background-color: #ff685b; + color: white; +} + +@media (max-width: 576px) { + .text { + font-size: 11px; + } +} + .contacts { border-collapse: collapse; margin: 6px 0px; } -.contacts .title, .contacts .contact { +.contacts .title, +.contacts .contact { border: 1px solid; text-align: left; - font-size: 11px; + font-size: 14px; padding: 6px; } +@media (max-width: 576px) { + .contacts .title, + .contacts .contact { + font-size: 11px; + } +} + + /* #region Buttons */ .buttons { list-style-type: none; @@ -127,6 +184,12 @@ a:visited { .footer { text-align: center; - font-size: 9px; + font-size: 11px; margin: 9px; } + +@media (max-width: 576px) { + .footer { + font-size: 9px; + } +} |
