Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLeon He <lhe868@gmail.com>2019-08-20 09:41:10 +0300
committerLeon He <lhe868@gmail.com>2019-08-20 09:41:10 +0300
commitf475541641f94975a7059a53f22d2c68df5756b5 (patch)
tree1039ebd4ff77f227af22875d3ebe1f8c6ed95081 /static
parentcc47f865c3f8ca354cad651401569e0ead7601ac (diff)
update table css style && update title label style fix #4
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css306
1 files changed, 176 insertions, 130 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 51a5a0b..a6ba27c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,150 +1,196 @@
-html {
- margin: 0;
- font: .9em/1.6em "Droid Serif", Cambria, Georgia, "DejaVu Serif", serif;
- background-attachment: fixed;
- background-position: right bottom;
- background-repeat: no-repeat;
- background-color: white;
- }
-
-body {
- padding-top: 25px;
- padding-bottom: 0px;
- /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif */
-
-}
+ html {
+ margin: 0;
+ font: .9em/1.6em "Droid Serif", Cambria, Georgia, "DejaVu Serif", serif;
+ background-attachment: fixed;
+ background-position: right bottom;
+ background-repeat: no-repeat;
+ background-color: white;
+ }
+
+ body {
+ padding-top: 25px;
+ padding-bottom: 0px;
+ /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif */
-pre {
- display: block;
- padding: 0px;
- margin: 0 0 0px;
- font-size: 13px;
- line-height: 1.42857143;
- color: #333;
- word-break: break-all;
- word-wrap: break-word;
- background-color: #f5f5f5;
- border: 0px solid #ccc;
- border-radius: 0px;
-}
-.articleBody {
- padding:10px 0 10px 0;
-}
+ }
+ pre {
+ display: block;
+ padding: 0px;
+ margin: 0 0 0px;
+ font-size: 13px;
+ line-height: 1.42857143;
+ color: #333;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #f5f5f5;
+ border: 0px solid #ccc;
+ border-radius: 0px;
+ }
+ .articleBody {
+ padding:10px 0 10px 0;
+ }
-.articleBody p {
- line-height:26px;
- font-size: 14px;
-}
-.panel-body h1 {
- line-height:18px;
- padding:10px 0 10px 0;
- color: black;
- font-size: 1.6em;
- border-bottom: 1px solid #ddd;
- line-height: 16px;
-}
-.panel-body h2 {
- line-height:16px;
- padding:10px 0 10px 0;
- color: black;
- font-size: 1.5em;
-}
-.tags {
- border-top: 1px solid #ddd;
- display: block;
- padding:10px 0 10px 0;
-}
-li {
- line-height: 26px;
-}
-.panel-body h3 {
- font-size: 1.3em;
- color: grey;
-}
-.panel-body h4 {
- font-size: 1.2em;
- color: grey;
-}
+ .articleBody p {
+ line-height:26px;
+ font-size: 14px;
+ }
+ .panel-body h1 {
+ line-height:18px;
+ padding:10px 0 10px 0;
+ color: black;
+ font-size: 1.6em;
+ border-bottom: 1px solid #ddd;
+ line-height: 16px;
+ }
+ .panel-body h2 {
+ line-height:16px;
+ padding:10px 0 10px 0;
+ color: black;
+ font-size: 1.5em;
+ }
+ .tags {
+ border-top: 1px solid #ddd;
+ display: block;
+ padding:10px 0 10px 0;
+ }
+ li {
+ line-height: 26px;
+ }
+ .panel-body h3 {
+ font-size: 1.3em;
+ color: grey;
+ }
-.panel-body h5 {
- font-size: 1.1em;
- color: grey;
-}
+ .panel-body h4 {
+ font-size: 1.2em;
+ color: grey;
+ }
-.panel-body h6 {
- font-size: 1.0em;
- color: grey;
-}
+ .panel-body h5 {
+ font-size: 1.1em;
+ color: grey;
+ }
-#post {
- padding-left: 30px;
- padding-right: 30px;
- }
+ .panel-body h6 {
+ font-size: 1.0em;
+ color: grey;
+ }
+ #post {
+ padding-left: 30px;
+ padding-right: 30px;
+ }
-.label {
- display: inline-block;
- font-size: 12px;
-}
-.jumbotron p {
- line-height: 26px;
- margin-bottom: 15px;
- font-size: 14px;
- font-weight: 20;
-}
-.jumbotron .categories {
- display: inline-block;
- margin-bottom: 0px;
- margin-top: 5px;
-}
-.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
- background-color: #ed8143;
- border-color: #ea7432;
-}
+ .label {
+ display: inline-block;
+ font-size: 12px;
+ }
+ .jumbotron p {
+ line-height: 26px;
+ margin-bottom: 15px;
+ font-size: 14px;
+ font-weight: 20;
+ }
+ .jumbotron .categories {
+ display: inline-block;
+ margin-bottom: 0px;
+ margin-top: 5px;
+ }
-.pagination>li>a, .pagination>li>span {
- color: #ed8143;
-}
+ .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
+ background-color: #ed8143;
+ border-color: #ea7432;
+ }
-.text-primary, .rss , .footer a ,.navbar-default .navbar-brand{
- color: #ed8143;
-}
-.badge {
- background-color: #888;
-}
+ .pagination>li>a, .pagination>li>span {
+ color: #ed8143;
+ }
-.text-muted {
- padding: 0px 0 10px 0;
- display: block;
- font-size: 12px;
-}
+ .text-primary, .rss , .footer a ,.navbar-default .navbar-brand{
+ color: #ed8143;
+ }
+ .badge {
+ background-color: #888;
+ }
-/* for block of numbers */
-pre td.hljs-ln-numbers {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
+ .text-muted {
+ padding: 0px 0 10px 0;
+ display: block;
+ font-size: 12px;
+ }
- text-align: center;
- color: #ccc;
- border-right: 1px solid #CCC;
- vertical-align: top;
- padding-right: 5px;
+ /* for block of numbers */
+ pre td.hljs-ln-numbers {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
+ text-align: center;
+ color: #ccc;
+ border-right: 1px solid #CCC;
+ vertical-align: top;
+ padding-right: 5px;
+
+ /* your custom style here */
+ }
- /* your custom style here */
-}
+ /* for block of code */
+ pre td.hljs-ln-code {
+ padding-left: 10px;
+ }
-/* for block of code */
-pre td.hljs-ln-code {
- padding-left: 10px;
+ blockquote {
+ color: #000000ab;
+ }
+table {
+ width: 100%;
+ max-width: 100%;
+ margin-bottom: 1rem;
+ background-color: transparent;
+}
+
+thead {
+ display: table-header-group;
+ vertical-align: middle;
+ border-color: inherit;
+}
+tr {
+ display: table-row;
+ vertical-align: inherit;
+ border-color: inherit;
+}
+tbody {
+ display: table-row-group;
+ vertical-align: middle;
+ border-color: inherit;
+}
+th {
+ color: #fff;
+ background-color: #212529;
+ border-color: #32383e;
+ padding: .75rem;
+ border: 1px solid #32383e;
+}
+td {
+ border: 1px solid #dee2e6;
+ padding: .75rem;
+ vertical-align: top;
+}
+.hljs-ln td {
+ border: 0px;
}
-blockquote {
- color: #000000ab;
+.title{
+ /* font-family: 'ZCOOL QingKe HuangYou', cursive; */
+ text-align: center;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ font-size: 24px;
}
+