diff options
Diffstat (limited to 'docs/css/smalltech.css')
| -rw-r--r-- | docs/css/smalltech.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/css/smalltech.css b/docs/css/smalltech.css new file mode 100644 index 0000000..ce33740 --- /dev/null +++ b/docs/css/smalltech.css @@ -0,0 +1,63 @@ +@font-face { + font-family: 'Raleway'; + font-style: normal; + font-weight: 125 950; + src: url(/css/fonts/Raleway-VariableFont_wght.ttf); +} + +@font-face { + font-family: 'Poppins'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/Poppins-SemiBold.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: 600; + src: url(/css/fonts/HarmoniaSansProCyr-Regular.ttf); +} + +@font-face { + font-family: 'Harmonia Sans Pro'; + font-style: normal; + font-weight: bold; + src: url(/css/fonts/HarmoniaSansProCyr-Bold.ttf); +} + + +body { + font-family: 'Raleway'; +} + +.wy-menu, h1, h2, h3, h4, h5, h6 { + font-family: 'Poppins'; +} + +.rst-versions, .btn { + font-family: 'Harmonia Sans Pro', sans-serif; +} + +.wy-side-nav-search, .wy-nav-top { + background-color: #6700be; +} + +.wy-nav-side { + background-color: #dadbdc; +} + +.wy-menu-vertical a { + color: #757679; +} + +.wy-menu-vertical header, +.wy-menu-vertical p.caption { + color: #6700be; +} + +.rst-content code { + color: #757679; + border-radius: 5px; +} + |