Annotation of kupu/common/kupudrawerstyles.css, revision 1.1

1.1     ! dwinter     1: /*****************************************************************************
        !             2:  *
        !             3:  * Kupu drawer styles
        !             4:  *
        !             5:  * Copyright (c) 2003-2005 Kupu Contributors. See CREDITS.txt
        !             6:  *
        !             7:  * Instead of customizing this file, it is recommended to add your own
        !             8:  * CSS file.  Feel free to use whole or parts of this for your own
        !             9:  * designs, but give credit where credit is due.
        !            10:  *
        !            11:  *****************************************************************************/
        !            12: 
        !            13: /* $Id: kupudrawerstyles.css 15258 2005-07-28 15:08:12Z duncan $ */
        !            14: 
        !            15: .kupu-drawer {
        !            16:   position: absolute;
        !            17:   display: none;
        !            18:   border: solid 1px gray;
        !            19:   border-top: solid 10px #c0c0c0;
        !            20:   background-color: ButtonFace;
        !            21:   padding: 0 8px 8px 8px;
        !            22:   height: auto;
        !            23:   width: 640px;
        !            24:   z-index: 2;
        !            25: }
        !            26: 
        !            27: .kupu-tabledrawer {
        !            28:   width: 408px;
        !            29:   left: 320px;
        !            30: }
        !            31: .kupu-tabledrawer .kupu-panels,
        !            32: .kupu-tabledrawer .kupu-panels table,
        !            33: .kupu-tabledrawer div.kupu-dialogbuttons {
        !            34:   width: 400px;
        !            35: }
        !            36: 
        !            37: .kupu-drawer h1 {
        !            38:    height: auto; width: auto;
        !            39: }
        !            40: 
        !            41: input#kupu-searchbox-input {
        !            42:   width: 8em;
        !            43:   margin-bottom: 6px;
        !            44:   margin-top: 12px;
        !            45:   padding: 2px;
        !            46: }
        !            47: 
        !            48: div.kupu-linkdrawer-addlink td {
        !            49:   border: 0;
        !            50: }
        !            51: input.kupu-linkdrawer-input {
        !            52:    width: 500px;
        !            53: }
        !            54: iframe.kupu-linkdrawer-preview {
        !            55:    width: 100%;
        !            56: }
        !            57: 
        !            58: div#kupu-librarydrawer h1, div.kupu-drawer h1 {
        !            59:   margin-top: 12px;
        !            60: }
        !            61: 
        !            62: div.kupu-dialogbuttons {
        !            63:   text-align: right;
        !            64:   margin-top: 6px;
        !            65:   margin-bottom: 6px;
        !            66:   width: 640px; /* Mozilla bug */
        !            67: }
        !            68: 
        !            69: div.kupu-drawer button {
        !            70:   margin-right: 0.3em;
        !            71: }
        !            72: 
        !            73: div.kupu-panels {
        !            74:   width: 100%;
        !            75:   background-color: ButtonFace;
        !            76:   clear:both;
        !            77: }
        !            78: 
        !            79: div.kupu-panels td {
        !            80: /*  font-size: 12px;*/
        !            81:   background-color: white;
        !            82:   vertical-align: top;
        !            83: }
        !            84: 
        !            85: div.kupu-panels td.kupu-preview-button {
        !            86:   vertical-align: bottom;
        !            87: }
        !            88: 
        !            89: div.kupu-panels table {
        !            90:  width: 100%;
        !            91:  margin: 0; 
        !            92:  padding: 0; 
        !            93:  border: 0;
        !            94: }
        !            95: 
        !            96: td.panel {
        !            97:   height: 260px;
        !            98: }
        !            99: 
        !           100: td#kupu-librariespanel {
        !           101:   overflow: auto;
        !           102:   width: 105px;
        !           103: }
        !           104: 
        !           105: div#kupu-librariesitems {
        !           106:   width: 105px;
        !           107:   white-space: pre;
        !           108:   height: 100%;
        !           109: }
        !           110: 
        !           111: td#kupu-resourcespanel {
        !           112:   overflow: auto;
        !           113:   width: 185px;
        !           114: }
        !           115: 
        !           116: div#kupu-resourceitems {
        !           117:   white-space: pre;
        !           118:   width: 200px;
        !           119:   height: 100%;
        !           120: }
        !           121: 
        !           122: div#kupu-properties {
        !           123:   height: 100%;
        !           124: }
        !           125: 
        !           126: div#kupu-librariesitems, div#kupu-resourceitems, div#kupu-properties {
        !           127:   padding: 6px;
        !           128: }
        !           129: 
        !           130: .overflow {
        !           131:   overflow: auto;
        !           132:   height: 100%;
        !           133: }
        !           134: 
        !           135: div.response, div.collection {
        !           136:   background-repeat: no-repeat;
        !           137:   padding-left: 20px;
        !           138:   height: 15px;
        !           139:   margin-top: 0.1em;
        !           140:   overflow: hidden;
        !           141:   padding-top: 4px;
        !           142: }
        !           143: 
        !           144: div.kupu-libsource, div.kupu-libsource-selected,
        !           145: div.kupu-resource, div.kupu-collection, div.kupu-upload {
        !           146:   cursor: pointer;
        !           147:   margin-bottom: 2px;
        !           148:   vertical-align: text-bottom;
        !           149:   white-space: pre;
        !           150: }
        !           151: div.kupu-upload {
        !           152:    text-align: right; font-style: italic;
        !           153: }
        !           154: 
        !           155: /*div.kupu-libsource-selected {
        !           156:   background-repeat: no-repeat;
        !           157: }*/
        !           158: 
        !           159: /*div.kupu-libsource-selected span,
        !           160:  div.kupu-libsource span{
        !           161:   margin-top: 3px;
        !           162:   display: inline;
        !           163: }*/
        !           164: 
        !           165: div.kupu-libsource-selected span {
        !           166:   background-color: ButtonFace;  
        !           167: }
        !           168: 
        !           169: #kupu-tabledrawer-edittable {
        !           170:   display: none;
        !           171: }
        !           172: 
        !           173: img.library-icon-collection, img.library-icon-resource {
        !           174:   margin-right: 5px;
        !           175:   height: 16px;
        !           176:   width: 16px;
        !           177: }
        !           178: 
        !           179: span.drawer-item-title {
        !           180:   padding-left: 2px;
        !           181:   padding-right: 2px;
        !           182:   padding-top: 2px;
        !           183: }
        !           184: 
        !           185: span.drawer-item-title.selected-item {
        !           186:   background-color:#C0C0C0;
        !           187: }
        !           188: 
        !           189: /* Local image upload form */
        !           190: 
        !           191: #kupu-upload-file, #kupu-upload-title {
        !           192:   margin-top: 0.1em;
        !           193:   margin-bottom: 0.5em;
        !           194:   width: 95%;
        !           195:   clear:both;
        !           196: }
        !           197: 
        !           198: #kupu-upload-instructions {
        !           199:   margin-top: 0.5em;
        !           200:   margin-bottom: 1em;
        !           201:   clear:both;
        !           202:   line-height: normal;
        !           203: }
        !           204: 
        !           205: th.kupu-toolbox-label {
        !           206:    text-align:right;
        !           207:    width: 5%;
        !           208:    white-space: nowrap;
        !           209: }

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