diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-10 19:17:20 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-10 19:17:20 +0100 |
| commit | 0eaf96e59d38d199638150fbdb9e435a7603fe4a (patch) | |
| tree | a05a7df41403baabe88de550fc636129b1c9c619 /content/styles/style.css | |
| parent | f4e283f9b24115b40c5a535064b2e87e9a6eb0a2 (diff) | |
removed content, as thats going into the db
Diffstat (limited to 'content/styles/style.css')
| -rw-r--r-- | content/styles/style.css | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/content/styles/style.css b/content/styles/style.css deleted file mode 100644 index f4b782f..0000000 --- a/content/styles/style.css +++ /dev/null @@ -1,96 +0,0 @@ -html { - background-color: #f1f1f1; - font-family: 'Open Sans', sans-serif; - font-size: small; -} - -body { - background: #f1f1f1; - margin-left: 0px; - margin-right: 0px; - margin-bottom: 0px; - position: relative; -} - -footer { - padding: 300px 10px 5px 20px; - margin-bottom: 300px; - font-size: xx-small; - align-content: center; -} - -#headerflex { - display: flex; -} - -#headers { - flex-grow: 1; -} - -header nav { - flex-grow: 1; - display: inline; -} - -header div { - padding-left: 20px; - padding-bottom: 20px; -} - -nav ul { - margin: 0; - padding: 0; -} - -nav li { - display: inline-block; - list-style-type: none; -} - -nav a { - text-decoration: none; - display: block; - padding: 5px 6px 5px 6px; - color: black; -} - -#the_title { - text-decoration: none; - color: black; -} - -#the_title h1 { - padding-left: 6px; -} - -#navbar { - text-align: left; - background-color: white; -} - -#footer_banners { - display: flex; - align-items: center; -} - -#wrapper { - background-color: #f1e7d5; - max-width: 974px; - min-width: 850px; - margin: auto; - margin-top: -10px; - padding: 30px; -} - -#thoughts_list ul { - padding-left: 12px; - line-height: 20px; -} - -#thoughts_list ul li { - list-style: none; -} - -.header_linker { - font-size: x-small; -} |
