diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/index.css b/index.css deleted file mode 100644 index df799d6..0000000 --- a/index.css +++ /dev/null | |||
| @@ -1,76 +0,0 @@ | |||
| 1 | /* Generated by Squirrel Font */ | ||
| 2 | @font-face { | ||
| 3 | font-family: 'zai_courier_polski_1941Rg'; | ||
| 4 | src: url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'), | ||
| 5 | url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff'); | ||
| 6 | font-weight: normal; | ||
| 7 | font-style: normal; | ||
| 8 | |||
| 9 | } | ||
| 10 | |||
| 11 | @font-face { | ||
| 12 | font-family: 'schizoid_personalityregular'; | ||
| 13 | src: url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'), | ||
| 14 | url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff'); | ||
| 15 | font-weight: normal; | ||
| 16 | font-style: normal; | ||
| 17 | |||
| 18 | } | ||
| 19 | /* */ | ||
| 20 | |||
| 21 | |||
| 22 | body { | ||
| 23 | padding: 0; | ||
| 24 | margin: 0; | ||
| 25 | } | ||
| 26 | |||
| 27 | #top-bar { | ||
| 28 | padding: 0.5%; | ||
| 29 | |||
| 30 | background-image: url(images/sketty.jpeg); | ||
| 31 | background-size: cover; | ||
| 32 | |||
| 33 | /*background-color: red;*/ | ||
| 34 | |||
| 35 | position: -webkit-sticky; | ||
| 36 | position: sticky; | ||
| 37 | top: 0; | ||
| 38 | |||
| 39 | display: inline-block; | ||
| 40 | width: 99%; /* This is bullshit */ | ||
| 41 | } | ||
| 42 | |||
| 43 | #top-bar h1 { | ||
| 44 | padding: 0; | ||
| 45 | margin: 0; | ||
| 46 | |||
| 47 | position: inherit; | ||
| 48 | |||
| 49 | text-align: left; | ||
| 50 | font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; | ||
| 51 | font-size: 500%; | ||
| 52 | } | ||
| 53 | |||
| 54 | #top-bar a { | ||
| 55 | color: inherit; | ||
| 56 | text-decoration: none; | ||
| 57 | } | ||
| 58 | |||
| 59 | ul li { | ||
| 60 | list-style-type: '- '; | ||
| 61 | } | ||
| 62 | |||
| 63 | #chung { | ||
| 64 | animation: rotation 1s; | ||
| 65 | animation-timing-function: linear; | ||
| 66 | animation-iteration-count: infinite; | ||
| 67 | } | ||
| 68 | |||
| 69 | @keyframes rotation { | ||
| 70 | from { | ||
| 71 | transform: rotate(0deg); | ||
| 72 | } | ||
| 73 | to { | ||
| 74 | transform: rotate(359deg); | ||
| 75 | } | ||
| 76 | } \ No newline at end of file | ||
