mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 23:16:50 +00:00
init project
This commit is contained in:
48
rsshub/static/css/style.css
Normal file
48
rsshub/static/css/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user