Annotation of kupuMPIWG/roundup/kupustyles.css, revision 1.1

1.1     ! dwinter     1: /*****************************************************************************
        !             2:  *
        !             3:  * Kupu common styles
        !             4:  *
        !             5:  * Copyright (c) 2003-2005 Kupu Contributors. See CREDITS.txt
        !             6:  *
        !             7:  * Instead of customizing this file, it is recommended to customize
        !             8:  * kupucustom.css. Feel free to use whole or parts of this for your
        !             9:  * own designs, but give credit where credit is due.
        !            10:  *
        !            11:  *****************************************************************************/
        !            12: 
        !            13: 
        !            14: div.kupu-fulleditor {
        !            15:   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
        !            16:   border: solid 3px ButtonHighlight;
        !            17:   margin: 0.2em;
        !            18:   height: 100%;
        !            19: }
        !            20: 
        !            21: div.kupu-fulleditor .kupu-editorframe {
        !            22:   margin-right: 20em;
        !            23: }
        !            24: 
        !            25: div.kupu-smalleditor .kupu-editorframe {
        !            26:   margin-right: 0.2em;
        !            27: }
        !            28: 
        !            29: div.kupu-smalleditor {
        !            30:   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
        !            31:   border: solid 3px ButtonHighlight;
        !            32:   margin: 0.2em;
        !            33:   height: 100%;
        !            34: }
        !            35: 
        !            36: .kupu-tb {
        !            37:   padding: 3px;
        !            38:   margin-bottom: 0.4em;
        !            39: }
        !            40: 
        !            41: .kupu-tb-buttongroup {
        !            42:   margin-left: 2px;
        !            43:   margin-right: 2px;
        !            44: }
        !            45: 
        !            46: div.kupu-tb button {
        !            47:   margin-top: 0;
        !            48:   margin-left: 0;
        !            49:   height: 26px;
        !            50:   width: 26px;
        !            51:   background-repeat: no-repeat;
        !            52: }
        !            53: 
        !            54: div.kupu-tb button:hover {
        !            55:   cursor: pointer;
        !            56: }
        !            57: 
        !            58: .kupu-save {display: none; background-image: url("../common/kupuimages/save.png");}
        !            59: .kupu-save-and-exit {background-image: url("../common/kupuimages/exit.gif");}
        !            60: .kupu-bold {background-image: url("../common/kupuimages/bold.png");}
        !            61: .kupu-italic {background-image: url("../common/kupuimages/italic.png");}
        !            62: .kupu-hilitecolor {display: none; background-image: url("../common/kupuimages/background-color.png");}
        !            63: .kupu-justifycenter {background-image: url("../common/kupuimages/justify-centre.png");}
        !            64: .kupu-inserthorizontalrule {background-image: url("../common/kupuimages/hr.png");}
        !            65: .kupu-hyperlink {background-image: url("../common/kupuimages/inthyperlink.png");}
        !            66: .kupu-image {background-image: url("../common/kupuimages/image.png");}
        !            67: .kupu-indent {display: none; background-image: url("../common/kupuimages/indent.png");}
        !            68: .kupu-italic {background-image: url("../common/kupuimages/italic.png");}
        !            69: .kupu-justifyleft {background-image: url("../common/kupuimages/justify_left.png");}
        !            70: .kupu-insertunorderedlist {background-image: url("../common/kupuimages/unordered-list.png");}
        !            71: .kupu-insertorderedlist {background-image: url("../common/kupuimages/ordered-list.png");}
        !            72: .kupu-outdent {display: none; background-image: url("../common/kupuimages/outdent.png");}
        !            73: .kupu-redo {background-image: url("../common/kupuimages/redo.png");}
        !            74: .kupu-justifyright {background-image: url("../common/kupuimages/justify-right.png");}
        !            75: .kupu-space {background-image: url("../common/kupuimages/space.gif");}
        !            76: .kupu-subscript {background-image: url("../common/kupuimages/subscript.png");}
        !            77: .kupu-superscript {background-image: url("../common/kupuimages/superscript.png");}
        !            78: .kupu-table {background-image: url("../common/kupuimages/table.png");}
        !            79: .kupu-forecolor {display: none; background-image: url("../common/kupuimages/text-color.png");}
        !            80: .kupu-underline {background-image: url("../common/kupuimages/underline.png");}
        !            81: .kupu-undo {background-image: url("../common/kupuimages/undo.png");}
        !            82: .kupu-logo {display: none; background-image: url("../common/kupuimages/kupu_icon.gif");}
        !            83: 
        !            84: div.kupu-editorframe {
        !            85:  
        !            86:   margin-left: 0.3em;
        !            87:   margin-bottom: 0.3em;
        !            88:   border: solid 2px ButtonFace;
        !            89: }
        !            90: 
        !            91: 
        !            92: iframe.kupu-editor-iframe {
        !            93:   height: 450px;
        !            94:   width: 99%;
        !            95: }
        !            96: 
        !            97: div.kupu-toolboxes {
        !            98:   float: right;    
        !            99:   border: solid 2px ButtonFace;
        !           100:   height: 100%;
        !           101:   width: 19.4em;
        !           102:   margin-right: 0.3em;
        !           103:   margin-bottom: 0.3em;
        !           104:   font-size: 0.8em;
        !           105: }
        !           106: 
        !           107: div.kupu-toolbox {
        !           108:   margin-bottom: 1em;
        !           109: }
        !           110: 
        !           111: div.kupu-toolbox h1 {
        !           112:   text-align: center;
        !           113:   width: 100%;
        !           114:   background-color: ButtonFace;
        !           115:   margin-top: 0;
        !           116:   font-size: 1.1em;
        !           117: }
        !           118: 
        !           119: div.kupu-toolbox-label, span.kupu-toolbox-searchterm, 
        !           120: input.kupu-toolbox-st, button.kupu-toolbox-action, 
        !           121: div.kupu-toolbox-results {
        !           122:   margin-left: 0.2em;
        !           123:   margin-right: 0.2em;
        !           124: }
        !           125: 
        !           126: div.kupu-toolbox-label {
        !           127:   margin-bottom: 0.4em;
        !           128: }
        !           129: 
        !           130: div.kupu-toolbox-results {
        !           131:   border: solid 2px ButtonFace;
        !           132:   margin-top: 0.8em;
        !           133:   text-decoration: underline;
        !           134:   padding: 0.2em;
        !           135:   display: none;
        !           136: }
        !           137: 
        !           138: div.kupu-toolbox table#kupu-toolbox-addtable input, 
        !           139: div.kupu-toolbox table#kupu-toolbox-edittable input {
        !           140:   width: 20px;
        !           141: }
        !           142: 
        !           143: 
        !           144: table#kupu-toolbox-addtable {
        !           145: 
        !           146: }
        !           147: 
        !           148: 
        !           149: #kupu-toolbox-editlink, #kupu-toolbox-edittable,
        !           150: select.kupu-ulstyles, select.kupu-olstyles {
        !           151:   display: none;
        !           152: }
        !           153: 
        !           154: 
        !           155: div#kupu-colorchooser {
        !           156:   position: absolute;
        !           157:   visibility: hidden;
        !           158:   border: solid black 1px;
        !           159:   background-color: white;
        !           160:   padding: 0.2em;
        !           161:   font-size: small;
        !           162: }
        !           163: 
        !           164: div#kupu-fgcolorchooser div:hover {
        !           165:   /* border: outset 1px; */
        !           166: }
        !           167: 
        !           168: #kupu-toolbox-properties input {
        !           169:   width: 16em;
        !           170: }
        !           171: 
        !           172: textarea#kupu-properties-description {
        !           173:   width: 22em;
        !           174: }
        !           175: 
        !           176: table#kupu-properties input, table#kupu-toolbox-linktable input,
        !           177: div.kupu-toolbox input, textarea#kupu-properties-description {
        !           178:   font-size: x-small;
        !           179:   font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
        !           180: 
        !           181: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>