From 7b97504629be47c9b84ceebbd8eae36a8616f930 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Mon, 31 Oct 2022 15:48:14 +0800 Subject: [PATCH] style.css adaptable for all kind of sites --- style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 00000000..e514b436 --- /dev/null +++ b/style.css @@ -0,0 +1,34 @@ +h1{font-size:100%;} + +header.header{ + position: fixed; + z-index: 2; + top:0; +} + +header.header>a.logo { + color:inherit; + text-decoration:inherit; + font-size:16px; +} + +ul.posts{ + list-style-type:none +} + +ul.posts>li.post { + line-height:2; +} + +ul.posts>li.post>a{ + color:inherit; + text-decoration:inherit; +} + +ul.tags{ + list-style-type:none +} + +ul.tags>li{ + display:inline; +}