nano
2026.04.01
/* --- nano --- */
.color-nano:before {
background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #000000), color-stop(100%, #b11010)) no-repeat scroll center center black;
background: -webkit-linear-gradient(to bottom, #000000 0%, #b11010 100%) no-repeat scroll center center black;
background: -moz-linear-gradient(to bottom, #000000 0%, #b11010 100%) no-repeat scroll center center black;
background: -o-linear-gradient(to bottom, #000000 0%, #b11010 100%) no-repeat scroll center center black;
background: linear-gradient(to bottom, #000000 0%, #b11010 100%) no-repeat scroll center center black;
}