.thumbnail.tile { height: 130px; color: #fff; background-color: #2e8bcc; border-style: none; text-align: center; text-decoration: none; font-size: 24px; opacity: 1; } .thumbnail.tile:hover { opacity: .8; -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); -o-transform: scale(.95); transform: scale(.95); } .thumbnail.tile * { display: block; overflow: hidden; text-overflow: ellipsis; } .thumbnail.tile .glyphicons { font-size: 42px; margin-bottom: 5px; } /* Colors */ .thumbnail.tile.tile-blue { background-color: #2e8bcc; } .thumbnail.tile.tile-green { background-color: #339933; } .thumbnail.tile.tile-red { background-color: #e51400; } .thumbnail.tile.tile-yellow { background-color: #ffc40d; } .thumbnail.tile.tile-orange { background-color: #f39c12; } .thumbnail.tile.tile-pink { background-color: #e671b8; } .thumbnail.tile.tile-purple { background-color: #7b4f9d; } .thumbnail.tile.tile-lime { background-color: #8cbf26; } .thumbnail.tile.tile-magenta { background-color: #ff0097; } .thumbnail.tile.tile-teal { background-color: #00aba9; } .thumbnail.tile.tile-turquoise { background-color: #1abc9c; } .thumbnail.tile.tile-green-sea { background-color: #16a085; } .thumbnail.tile.tile-emerald { background-color: #2ecc71; } .thumbnail.tile.tile-nephritis { background-color: #27ae60; } .thumbnail.tile.tile-peter-river { background-color: #3498db; } .thumbnail.tile.tile-belize-hole { background-color: #2980b9; } .thumbnail.tile.tile-amethyst { background-color: #9b59b6; } .thumbnail.tile.tile-wisteria { background-color: #8e44ad; } .thumbnail.tile.tile-wet-asphalt { background-color: #34495e; } .thumbnail.tile.tile-midnight-blue { background-color: #2c3e50; } .thumbnail.tile.tile-sun-flower { background-color: #f1c40f; } .thumbnail.tile.tile-carrot { background-color: #e67e22; } .thumbnail.tile.tile-pumpkin { background-color: #d35400; } .thumbnail.tile.tile-alizarin { background-color: #e74c3c; } .thumbnail.tile.tile-pomegranate { background-color: #c0392b; } .thumbnail.tile.tile-clouds { background-color: #ecf0f1; } .thumbnail.tile.tile-silver { background-color: #bdc3c7; } .thumbnail.tile.tile-concrete { background-color: #95a5a6; } .thumbnail.tile.tile-asbestos { background-color: #7f8c8d; }