Init Repo

This commit is contained in:
root
2019-09-06 23:53:10 +08:00
commit f0ef89dfbb
7905 changed files with 914138 additions and 0 deletions

41
static/app/css/header.css Executable file
View File

@ -0,0 +1,41 @@
header {
padding-top: 18px;
line-height: 48px;
text-align: center;
background: -moz-linear-gradient(left, #f5364c, #e51329);
/*Mozilla*/
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5364c), to(#e51329));
/*Old gradient for webkit*/
background: -webkit-linear-gradient(left, #f5364c, #e51329);
/*new gradient for Webkit*/
background: -o-linear-gradient(left, #f5364c, #e51329);
/*Opera11*/
color: white;
font-size: 18px;
z-index: 10;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
header .nav{
color: white;
/*text-align: center;*/
}
.mui-bar{
height: 66px;
color: white;
}
.mui-title{
color: white;
bottom: 0;
}
a{
color: white;
}
.mui-bar-nav{
box-shadow: 0 0 0;
}