This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/notes/style.css
2014-05-23 20:48:11 +01:00

77 lines
No EOL
1.4 KiB
CSS

.note {
display: none;
background-color: #fffdef;
border: #412a21 1px solid;
overflow: hidden;
position: absolute;
z-index: 0;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
.notep {
display: none;
color: #412a21;
background-color: #fffdef;
border: #412a21 1px solid;
font-size: 8pt;
margin-top: 0px;
padding: 2px;
position: absolute;
width: 175px;
}
#noteform, #noteEditForm {
display: none;
position: absolute;
width: 250px;
}
#noteform textarea, #noteEditForm textarea {
width: 100%;
}
/*
* imgAreaSelect default style
*/
.imgareaselect-border1 {
background: url(border-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
background: url(border-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
background: url(border-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
background: url(border-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-outer {
/*background-color: #000;*/
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-selection {
}