2009-07-09 01:38:17 +00:00
|
|
|
:root {
|
2012-02-28 15:11:24 +09:00
|
|
|
appearance: window;
|
2009-06-18 08:45:48 +00:00
|
|
|
-moz-appearance: window;
|
2012-02-28 15:11:24 +09:00
|
|
|
background: -moz-dialog;
|
2009-07-09 01:38:17 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2009-07-09 01:46:14 +00:00
|
|
|
.label-container {
|
2009-07-09 01:38:17 +00:00
|
|
|
padding: 1em;
|
2013-11-30 23:41:24 +09:00
|
|
|
position: relative;
|
2009-07-09 01:46:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.label-container > * {
|
|
|
|
width: 100%;
|
2009-06-18 08:45:48 +00:00
|
|
|
}
|
|
|
|
|
2009-07-08 11:48:48 +00:00
|
|
|
#label {
|
2009-06-18 08:45:48 +00:00
|
|
|
color: -moz-dialogtext;
|
|
|
|
font-family: message-box;
|
|
|
|
font-size: large;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2009-07-08 11:38:22 +00:00
|
|
|
.icon {
|
2013-07-02 17:25:28 +09:00
|
|
|
list-style-image: url("chrome://treestyletab-group/skin/group.png");
|
2009-06-18 09:14:26 +00:00
|
|
|
/*
|
2009-06-18 08:45:48 +00:00
|
|
|
list-style-image: url("chrome://global/skin/icons/folder-item.png");
|
|
|
|
-moz-image-region: rect(0, 32px, 16px, 16px);
|
2009-06-18 09:14:26 +00:00
|
|
|
*/
|
2009-06-18 08:45:48 +00:00
|
|
|
}
|
2009-07-09 01:38:17 +00:00
|
|
|
|
|
|
|
.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;
|
2009-07-09 01:49:13 +00:00
|
|
|
top: auto;
|
2009-07-09 01:38:17 +00:00
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2009-07-09 01:49:13 +00:00
|
|
|
left: auto;
|
2009-07-09 01:38:17 +00:00
|
|
|
}
|
2011-12-09 20:10:04 +09:00
|
|
|
|
|
|
|
|
|
|
|
#tree {
|
|
|
|
margin-top: 1em;
|
|
|
|
overflow: auto;
|
2012-02-28 15:11:24 +09:00
|
|
|
box-flex: 1;
|
2011-12-09 20:10:04 +09:00
|
|
|
-moz-box-flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.treestyletab-pseudo-tree-root-item {
|
|
|
|
display: none;
|
|
|
|
}
|