Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/archive/folk-new/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'archive/folk-new/main.css')
-rw-r--r--archive/folk-new/main.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/archive/folk-new/main.css b/archive/folk-new/main.css
deleted file mode 100644
index 4db2466..0000000
--- a/archive/folk-new/main.css
+++ /dev/null
@@ -1,44 +0,0 @@
-* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- hyphens: auto;
-}
-
-html {
- min-height: 100%;
- min-width: 100%;
-
- display: flex;
- flex-direction: column;
-}
-
-body {
- min-height: 100%;
- width: 100%;
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- font-family: Verdana, serif;
- font-size: 11pt;
- text-align: center;
-}
-
-div#page_wrapper {
- background-color: #e5e6e7;
- min-height: 100%;
- width: 100%;
- flex-grow: 1;
-}
-
-div.page {
- position: relative;
- margin: 1em auto 0px auto;
-}
-
-div.header {
- border-bottom: 5px solid black;
- display: inline-block;
- padding-bottom: 1em;
- width: 50%;
-}