init project

This commit is contained in:
alphardex
2019-01-16 22:45:05 +08:00
commit d9f4136fa4
32 changed files with 1044 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
/* global */
nav {
margin-bottom: 30px;
}
.jumbotron {
margin-top: 20px;
padding-top: 38px;
padding-bottom: 38px;
}
.tip {
/* from github.com */
position: relative;
padding: 40px;
text-align: center;
background-color: #fafbfc;
border: 1px solid #e1e4e8;
border-radius: 3px;
box-shadow: inset 0 0 10px rgba(27, 31, 35, 0.05);
}
.hide {
display: none;
}
.inline {
display: inline;
}
.page-header {
padding-top: 20px;
padding-bottom: 20px;
}
.page-footer {
padding-top: 40px;
}
/* footer */
footer {
margin: 30px 0;
padding: 20px 0;
border-top: 1px solid #e5e5e5;
}

BIN
rsshub/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB