2010-02-01 04:28:22 +00:00

60 lines
987 B
CSS

:root {
background: -moz-dialog;
-moz-appearance: window;
margin: 0;
padding: 0;
}
.label-container {
padding: 1em;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.label-container > * {
width: 100%;
}
#label {
color: -moz-dialogtext;
font-family: message-box;
font-size: large;
font-weight: normal;
}
.icon {
list-style-image: url("chrome://treestyletab/skin/group/group-icon");
/*
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0, 32px, 16px, 16px);
*/
}
.background-image {
width: 320px;
max-width: 320px;
height: 320px;
max-height: 320px;
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: auto;
opacity: 0.3;
image-rendering: -moz-crisp-edges;
margin: 0 -0.3em -0.3em 0;
transform: rotate(8deg);
-moz-transform: rotate(8deg);
}
.background-image-container {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: auto;
}