summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css95
1 files changed, 0 insertions, 95 deletions
diff --git a/public/style.css b/public/style.css
deleted file mode 100644
index 7e9d019..0000000
--- a/public/style.css
+++ /dev/null
@@ -1,95 +0,0 @@
-body {
- font-family: sans-serif ;
- background: #282828 ;
- color: #fbf0c9;
-}
-
-a {
- color: #fe8019;
-}
-
-main {
- max-width: 800px ;
- margin: auto ;
-}
-
-img {
- max-width: 100% ;
-}
-
-time {
- color: #c2c2c2;
- font-size: 12px;
-}
-
-header h1 {
- text-align: center ;
-}
-
-footer {
- /* display: flex; */
- /* flex-direction: row; */
- /* align-items: center; */
- /* align-content: center; */
- text-align: center ;
- clear: both ;
-}
-
-.menu-list {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
-}
-
-.menu-item {
- float: left;
- margin: 0 5px;
-}
-
-.menu-item a {
- display: block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- border-width: 1px;
- border-bottom-width: 1px;
- border-color: #282828;
- border-bottom-color: white;
- border-style: solid;
- transition-delay: 200ms;
- -moz-transition: all 200ms ease-in;
- -webkit-transition: all 200ms ease-in;
- -o-transition: all 200ms ease-in;
- transition: all 200ms ease-in;
-}
-
-.menu-item a:hover {
- background-color: #333;
- border-width: 1px 1px 1px 1px;
- border-color: white;
- border-style: solid;
-}
-
-/* For TAGLIST.HTML */
-.taglist {
- text-align: center ;
- clear: both ;
-}
-
-/* For NEXTPREV.HTML */
-#nextprev {
- /* The container for both the previous and next articles. */
-}
-#prevart {
- float: left ;
- text-align: left ;
-}
-#nextart {
- float: right ;
- text-align: right ;
-}
-#nextart,#prevart {
- max-width: 33% ;
-}