sito-hackit-16/themes/bs3/static/css/custom.css
2015-06-19 13:46:05 +02:00

39 lines
No EOL
828 B
CSS

body {
background-image: url('../images/disegno.svg'), url('../images/sfondo.png');
background-position: top left, center center fixed;
background-repeat: no-repeat;
background-size: auto, cover;
background-attachment: fixed;
padding-top: 45px;
color: #66BF7A; }
#main-block {
background-color: rgba(61, 66, 59, .53);
}
#navbar-block {
background-color: rgba(61, 66, 59, 0);
border: 0;
}
.navbar-default .navbar-nav > li > a {
color: #85CC95;
}
.navbar-brand {
font-family: HugFemmesBold;
font-weight: 700;
}
/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
/* Thead */
thead th {padding: .5em .4em; text-align: center;}
thead td {}
/* Tbody */
tbody td {padding: .5em .4em;}
tbody th {}
tbody .alt td {}
tbody .alt th {}
/* Tfoot */
tfoot th {}
tfoot td {}