aolists-webtop
Version:
Web interface for aoLists
196 lines (180 loc) • 3.41 kB
CSS
.icon-plus {
background-image: url( ../images/add.png );
}
button.icon-plus {
background-image: url( ../images/add.png );
}
.icon-minus {
background-image: url( ../images/delete.png );
}
button.icon-minus {
background-image: url( ../images/delete.png );
}
.icon-cross {
background-image: url( ../images/cross.png );
}
button.icon-cross {
background-image: url( ../images/cross.png );
}
.icon-stop {
background-image: url( ../images/stop.png );
}
button.icon-stop {
background-image: url( ../images/stop.png );
}
.icon-upload {
background-image: url( ../images/arrow_up.png );
}
button.icon-upload {
background-image: url( ../images/arrow_up.png );
}
.icon-working {
background-image: url( ../images/cog.png );
}
button.icon-working {
background-image: url( ../images/cog.png );
}
#west {
width:280px;
}
.ext-ie #west {
width:270px;
}
#center {
width:640px;
}
#north h1 {
font-size:20px;
}
#east {
width: 0px;
}
#west-content {
margin:0 10px 0 0;
font-family:arial, sans-serif;
}
#west a, #center a {
text-decoration:none;
}
#west a:hover, #center a:hover {
text-decoration:underline;
}
#treepanel a:hover {
text-decoration:none;
}
#center a {
opacity:.7;
filter:alpha(opacity=70);
-moz-opacity:.7;
}
#adsense-top {
margin: 10px 0 10px 0;
}
.adsense {
opacity:.55;
filter:alpha(opacity=55);
-moz-opacity:.55;
}
#center-content {
color:#777777;
text-align:justify;
font-size:13px;
font-family:arial, sans-serif;
}
#center-content h1 {
font-size:20px;
margin: 0 0 10px 0;
}
#center-content h2 {
margin: 18px 0 4px 0;
float:none;
font-size:16px;
color:#777777;
}
#center-content h3 {
margin: 0 0 10px 0;
}
#center-content p, #west-content p {
margin: 0 0 8px 0;
}
#center-content pre {
color:#222222;
border: 1px solid silver;
border-left-width: 10px;
padding: 8px;
background-color: #efefef;
overflow: auto;
font-size: 8pt;
margin-bottom: 1em;
}
#center-content code {
font-weight: bold;
}
/* }}} */
.ux-up-item {
line-height:17px;
height:17px;
cursor:default;
/* border: 1px solid transparent; */
margin-bottom:1px;
position:relative;
background-color:#e0e0e0;
background-image:url(../images/white_bg.png);
background-repeat:no-repeat
}
.ux-up-icon-file {
width:16px;
height:16px;
vertical-align:-3px;
margin-right:4px;
background-image:url(../images/leaf.gif);
float:left;
}
.ux-up-item-selected {
/*
border-color:#c0c0c0;
background-color:#f0f0f0;
*/
}
.ux-up-indicator {
background-color:yellow;
height:17px;
width:40px;
position:absolute;
opacity:0.4;
}
.ux-up-icon-state {
width:16px;
float:right;
margin-right:2px;
cursor:pointer;
z-index:-1;
}
.ux-up-icon-queued {
background-image:url(../images/page_white_get.png);
}
.ux-up-icon-uploading {
background-image:url(../images/wait.gif);
}
.ux-up-icon-done {
background-image:url(../images/accept.png);
}
.ux-up-icon-failed {
background-image:url(../images/error.png);
}
.ux-up-icon-stopped {
background-image:url(../images/stop.png);
}
.ux-up-text {
float:left;
}
.ux-ftm-nodename {
color:black;
font-weight:bold;
cursor:default ! important;
}
.folder {
background-image:url(../images/folder.gif) ! important;
/* background-repeat:no-repeat; */
}
/* eof */