piro b36e543039 revert
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4684 599a83e7-65a4-db11-8015-0010dcdd6dc2
2009-07-09 01:49:13 +00:00

60 lines
981 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-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;
}