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

90 строки
2.1 KiB
CSS
Исходник Обычный вид История

2000-05-02 03:47:56 +04:00
/*
* 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) 2000 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Dan Haddix
* Brian King
*/
toolbar#toolbox {
margin :0px;
padding: 4px; 0px; 0px; 0px;
}
2000-05-09 23:03:29 +04:00
toolbar#toolbox button.tool:active {
margin: 2px 0px 0px 2px;
2000-05-02 03:47:56 +04:00
}
2000-05-09 23:03:29 +04:00
toolbar#toolbox button.tool[toggled="1"] {
2000-05-02 03:47:56 +04:00
margin: 2px 0px 0px 2px;
border: 1px white inset;
}
2000-05-09 23:03:29 +04:00
toolbar#toolbox button.tool {
2000-05-02 03:47:56 +04:00
border: 1px solid transparent;
margin: 1px 1px 1px 1px;
padding: 2px;
text-decoration: none;
color: inherit;
}
2000-05-09 23:03:29 +04:00
toolbar.toolbox > toolbargrippy {
visibility: collapse;
}
#pointerButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
}
2000-05-09 23:03:29 +04:00
#rectButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
}
2000-05-09 23:03:29 +04:00
#cirButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
}
2000-05-09 23:03:29 +04:00
#polyButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
}
2000-05-09 23:03:29 +04:00
#cutButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
}
2000-05-09 23:03:29 +04:00
#copyButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
}
2000-05-09 23:03:29 +04:00
#pasteButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
}
2000-05-09 23:03:29 +04:00
#zoomInButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
}
2000-05-09 23:03:29 +04:00
#zoomOutButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
}
2000-05-09 23:03:29 +04:00
#contrastButton {
2000-05-02 03:47:56 +04:00
list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
}