mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
init design
This commit is contained in:
37
static/css/style.css
Normal file
37
static/css/style.css
Normal file
@ -0,0 +1,37 @@
|
||||
/* logo */
|
||||
|
||||
|
||||
.brand {
|
||||
font-size: 38px !important;
|
||||
padding: 0px 55px 3px !important;
|
||||
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
|
||||
-webkit-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
transition: all .2s linear;
|
||||
|
||||
}
|
||||
.brand span {
|
||||
font-size: 48px;
|
||||
line-height: 0;
|
||||
|
||||
}
|
||||
.brand p {
|
||||
display: inline;
|
||||
color: #D40202;
|
||||
margin: 0px !important;
|
||||
font-size: 27px;
|
||||
|
||||
}
|
||||
|
||||
/* body & other stuff */
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.sidebar-nav {
|
||||
padding: 9px 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user