/* ================= Speed Dial Yama_mod
Date: 29.03.2012
Author: Yama
Contact: mrt@yamahi.de
Version: 0.6
Description: With this Style, the titles from the 'Sites' hidden. The Border is much thiner, and on hover the transparency is 0%.
             You can edit all the values in the code, how you like it. */
             
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

@-moz-document url("chrome://speeddial/content/speeddial.xul")
{

.thumbnail,
.speeddialThumb,
.speeddial-container
{
	margin: 0 !important;
	padding: 0 !important;
}

.thumbnail
{
	padding: 0 !important;
	margin: 5px !important;
	/* border-radius: 1.5px !important; */
	opacity: .4 !important;
	border: 2px solid rgb(0, 0, 0) !important;
	box-shadow: none !important;
	-moz-transition: all 2000ms ease !important;
}

.thumbnail:hover
{
	opacity: 1 !important;
	border-color: rgb(0, 200, 250) !important;
	box-shadow: 0 0 16px rgb(0, 150, 250) !important;
	/* background: -moz-radial-gradient(top, ellipse farthest-side, rgb(51, 51, 51), rgb(0, 0, 0)) !important; */
	-moz-transition: all 500ms ease !important;
}

/*.thumbnail
{
	background: rgba(0, 0, 0, .1) !important;
}*/

.thumbnail > stack > vbox
{
	border: 0 !important;
}

.thumbnail-title,
.speeddial-top-middle,
.speeddial-bottom-middle,
.speeddial-top-middle,
.speeddial-middle-left,
.speeddial-middle-right,
.speeddial-bottom-middle,
.speeddial-top-left,
.speeddial-top-right,
.speeddial-bottom-left,
.speeddial-bottom-right{
display: none;
}

}