27 lines
556 B
CSS
27 lines
556 B
CSS
.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; }
|