]> git.p6c8.net - pcdenotes.git/blobdiff - notes/static/style.css
Moved CSS file to "notes" subdirectory
[pcdenotes.git] / notes / static / style.css
diff --git a/notes/static/style.css b/notes/static/style.css
deleted file mode 100644 (file)
index 3cbd4b7..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-header {
-    color: #ffffff;
-    background-color: #0d6efd;
-    text-align: center;
-}
-
-header a:link, header a:visited, header a:active, header a:hover,
-footer a:link, footer a:visited, footer a:active, footer a:hover {
-    color: #ffffff;
-}
-
-h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
-    color: #212529;
-}
-
-
-article .publication-date {
-    font-style: italic;
-    font-size: smaller;
-}
-
-footer {
-    color: #ffffff;
-    background-color: #212529;
-}
-
-@media screen and (min-width: 600px) {
-    footer div:first-child {
-        padding-left: 10em;
-        padding-right: 10em;
-    }
-}
-
-footer ul {
-    list-style-type: none;
-    margin-left: 0;
-    padding-left: 0;
-}
-
-footer #copyright {
-    text-align: center;
-    margin-top: 2em;
-}
\ No newline at end of file

patrick-canterino.de