-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove Stylus, convert modernized theme to use CSS variables fixes #1052
- Loading branch information
1 parent
398b589
commit 7369f9d
Showing
11 changed files
with
106 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
#moin-blog-header{margin:1em 0 -1em 0;font-size:20px;padding-bottom:10px} | ||
#moin-blog-content{padding:0 2em 0 0;display:table-cell;width:80%} | ||
#moin-blog-body{display:table;width:100%} | ||
#moin-blog-content h1 a{text-decoration:none;font-size:30px} | ||
.moin-blog-entry{border:2px solid #aed4fa;padding-left:10px;padding-right:10px;padding-bottom:10px;border-radius:10px;background-color:#eef1f6} | ||
.moin-blog-icon{font-size:1.6em} | ||
.moin-blog-entry-info{font-size:.8em;color:#737373} | ||
.moin-blog-entry-modify{font-size:.8em;margin:0;float:right} | ||
ul.moin-blog-entry-tags{list-style:none;display:inline;margin:0;} | ||
ul.moin-blog-entry-tags li{display:inline;} | ||
ul.moin-blog-entry-tags li:after{content:","} | ||
.moin-blog-entry h1{border-bottom:none;margin-top:.1em} | ||
#moin-blog-sidebar{display:table-cell;width:20%} | ||
ul.moin-blog-entry-tags li:last-child:after{content:""} | ||
.moin-noblogentry-message{padding-top:20px} | ||
.moin-blog-entry-bottominfo{font-size:.8em;color:#737373} | ||
#moin-blog-header { margin: 1em 0 -1em 0; font-size: 20px; padding-bottom: 10px; } | ||
#moin-blog-content { padding: 0 2em 0 0; display: table-cell; width: 80%; } | ||
#moin-blog-body { display: table; width: 100%; } | ||
#moin-blog-content h1 a { text-decoration: none; font-size: 30px; } | ||
.moin-blog-entry { border: 2px solid #aed4fa; border: 2px solid var(--base_color); | ||
padding-left: 10px; padding-right: 10px; padding-bottom: 10px; border-radius: 10px; | ||
background-color: #eef1f6; background-color: var(--table_bg_color); } | ||
.moin-blog-icon { font-size: 1.6em; } | ||
.moin-blog-entry-info { font-size: .8em; color: #737373; color: var(--footer_color); } | ||
.moin-blog-entry-modify { font-size: .8em; margin: 0; float: right; } | ||
ul.moin-blog-entry-tags { list-style: none; display: inline; margin: 0; } | ||
ul.moin-blog-entry-tags li { display: inline; } | ||
ul.moin-blog-entry-tags li: after { content: ","; } | ||
.moin-blog-entry h1 { border-bottom: none; margin-top: .1em; } | ||
#moin-blog-sidebar { display: table-cell; width: 20%; } | ||
ul.moin-blog-entry-tags li: last-child: after { content: ""; } | ||
.moin-noblogentry-message { padding-top: 20px; } | ||
.moin-blog-entry-bottominfo { font-size: .8em; color: #737373; color: var(--footer_color); } |
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/moin/themes/modernized/static/css/stylus/color_palette.styl
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.