Initial Commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.mymargin {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#banner {
|
||||
height: 150px;
|
||||
background-image: url("/static/images/proxypi-case.png");
|
||||
background-size: auto 150px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.myjumbotron {
|
||||
padding: 20px 20px 20px 20px !important;
|
||||
background-color: #E6E6E6;
|
||||
}
|
||||
|
||||
p,h1,h2,h3,a,small {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* Switch button */
|
||||
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
|
||||
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}
|
||||
|
||||
.wait, .wait * { cursor: wait !important; }
|
||||
Reference in New Issue
Block a user