aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-06-17 18:47:49 +1000
committerYuchen Pei <me@ypei.me>2021-06-17 18:47:49 +1000
commit4fa26fec8b7e978955e5630d3f820ba9c53be72c (patch)
tree8c69eda95e766015ba79690b4205795aff3a1c78 /assets
parent57a0bc6aa0e8a3d2dfe3037467a0477daf68d985 (diff)
Updated.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css75
1 files changed, 0 insertions, 75 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
deleted file mode 100644
index 0fcb7a3..0000000
--- a/assets/css/default.css
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
-*{
- background-color: #faebbc;
-}
-*/
-nav {
- display: inline;
- float: right;
-}
-
-#TOC:before {
- content: "Table of Contents";
-}
-
-#TOC{
- display: inline;
- float: right;
- margin: 1rem;
-}
-
-/*
-nav#TOC li{
- list-style-type: none;
-}
-*/
-
-span.logo {
- float: left;
-}
-
-header {
- width: 40rem;
- margin: auto;
- overflow: auto;
- background-color: #f3f3f3;
-}
-
-div.main {
- width: 40rem;
- margin: auto;
-}
-
-div.bodyitem {
- margin: 1rem;
- margin-bottom: 3rem;
- line-height: 1.6;
-}
-
-a {
- text-decoration: none;
-}
-
-header a {
- padding: 1rem;
- display: inline-block;
- background-color: #f3f3f3;
-}
-
-blockquote {
- border-left: .3rem solid #ccc;
- padding-left: 1rem;
-}
-
-a:hover{
- background-color: #ddd;
-}
-
-li.postlistitem{
- margin-bottom: .5rem;
-}
-
-ul.postlist{
- list-style-type: none;
- padding: 0;
-}