body{ background-color: #282828; color: white; text-align: center; font-family: Titillium Web; margin-bottom: 0px; } p.listamezzi{ border-radius: 5px; display:inline; } hr.solid { border: 3px solid #3d3d3d; border-radius: 5px; width: 100%; } hr.solidfooter { border: 1px solid #525252; border-radius: 1px; width: 96%; } .link{ color: cyan; } a{ color: white; } a.novita{ color: rgb(0, 255, 0); } /*PULSANTI CON */ /*COLORI BUTTON*/ a.blue.button{ color: white; background-color: blue; box-shadow: 0 5px 0 darkblue; } a.green.button{ color: white; background-color: rgb(0, 160, 0); box-shadow: 0 5px 0 darkgreen; } a.red.button{ color: white; background-color: rgb(200, 0, 0); box-shadow: 0 5px 0 darkred; } a.yellow.button{ color: black; background-color: rgb(255, 255, 0); box-shadow: 0 5px 0 darkgoldenrod; } a.wip.button{ color: black; background-image: repeating-linear-gradient( -45deg, #ffc107 0px, #ffc107 25px, #d14600 25px, #d14600 50px ); box-shadow: 0 5px 0 #8b2e00; } /*PULSANTE GENERICO*/ a.button { display: inline-block; text-decoration: none; font-size: 18px; width: auto; margin-bottom: 1rem; margin-left: 10px; margin-right: 10px; padding: 0 20px; font-weight: 700; line-height: 48px; letter-spacing: .1px; white-space: wrap; border-radius: 8px; cursor: pointer; } a.button:active { box-shadow: none; transform: translateY(5px); } /*PULSANTI CON