You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
661 B
34 lines
661 B
img.navbar-brand {
|
|
width: 59px;
|
|
height: 50px;
|
|
padding: 0;
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
.table thead {
|
|
background-color: #ddd;
|
|
}
|
|
/* White background in tables */
|
|
.table tr:nth-of-type(2n) {
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
|
|
.modal-header{border-radius: 4px 4px 0 0;}
|
|
.modal-header.warning {background-color: #d2322d;}
|
|
.modal-header.success {background-color: #6ad245;}
|
|
.modal-header.primary {background-color: #789cbb;}
|
|
|
|
|
|
|
|
html{height: 100%;}
|
|
body{
|
|
padding: 88px 15px 0;
|
|
background-image: url(../img/Transparent_snowman_PNG.png);
|
|
background-repeat: no-repeat;
|
|
background-position: bottom left;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
|