gecko-dev/themes/modern/editor/EdImageMapPage.css

201 lines
3.1 KiB
CSS

/*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Dan Haddix
* Brian King
*/
/* ==== EdImageMapPage.css ==================================================
== Styles used by the workspace area of the Image Map Editor.
========================================================================== */
@import url("chrome://editor/content/EdImageMapPage.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
body {
background-color: AppWorkspace;
}
#marquee {
border: 1px dashed #0000ff;
}
#bgDiv {
cursor: inherit;
background: url("chrome://editor/skin/btn1/map-checker.gif");
background-color: #ffffff;
}
.rect {
border: 1px solid #0000ff;
}
.cir {
border: 1px solid #00ff00;
}
.point {
background-color: #ff0000;
}
.pointStart {
background-color: #8000ff;
}
.handlel,
.handler,
.handlet,
.handleb,
.handletl,
.handletr,
.handlebl,
.handlebr {
background-color: #ff00ff;
}
/* ::::: move this to content ::::: */
html {
height: 100%;
}
#marquee {
visibility: hidden;
position: absolute;
top: 1px;
left: -5px;
z-index: 10000;
width: 1px;
height: -5px;
}
#bgDiv {
position: absolute;
top: 0px;
left: 0px;
width: 1px;
}
.rect {
position: absolute;
top: 1px;
left: 1px;
width: 1px;
height: 1px;
}
.cir {
position: absolute;
top: 1px;
left: 1px;
width: 1px;
height: 1px;
}
.poly {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.point {
position: absolute;
top: 1px;
left: 1px;
width: 3px;
height: 3px;
}
.pointStart {
position: absolute;
top: 1px;
left: 1px;
width: 3px;
height: 3px;
}
.handletl {
position: absolute;
top: -5px;
left: -5px;
width: 5px;
height: 5px;
}
.handletr {
position: absolute;
top: -5px;
left: 100%;
width: 5px;
height: 5px;
}
.handlebl {
position: absolute;
top: 100%;
left: -5px;
width: 5px;
height: 5px;
}
.handlebr {
position: absolute;
top: 100%;
left: 100%;
width: 5px;
height: 5px;
}
.handlel {
position: absolute;
top: 48%;
left: -5px;
width: 5px;
height: 5px;
}
.handler {
position: absolute;
top: 48%;
left: 100%;
height: 5px;
width: 5px;
}
.handlet {
position: absolute;
top: -5px;
left: 48%;
height: 5px;
width: 5px;
}
.handleb {
position: absolute;
top: 100%;
left: 48%;
height: 5px;
width: 5px;
}