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 {} .entry-content table { background: none; border: 1px solid white; } .entry-content table tr:nth-child(even) { background-color: rgba(0,0,0,0.2); } /* This is to make the dedication slightly more compact */ .slug-index .entry-content p { line-height: 0.5em; }