Annotation of kupu/silva/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 9879 2005-03-18 12:04:00Z yuppie $ */
        !            14: 
        !            15: .kupu-drawer {
        !            16:   position: absolute;
        !            17:   display: none;
        !            18:   border: solid 1px gray;
        !            19:   border-top: solid 10px #c0c0c0;
        !            20:   background-color: #dde5ee;
        !            21:   color: #2d374c;
        !            22:   height: 340px;
        !            23:   width: 520px;
        !            24:   z-index: 2;
        !            25: }
        !            26: 
        !            27: div#kupu-drawerheader, div#kupu-dialogbuttons { 
        !            28:   font-family: sans-serif;
        !            29: }
        !            30: 
        !            31: input#kupu-searchbox {
        !            32:   margin-left: 350px;
        !            33:   width: 8em;
        !            34:   margin-bottom: 6px;
        !            35: }
        !            36: 
        !            37: div#kupu-dialogbuttons {
        !            38:   position: absolute;
        !            39:   left: 20em;  
        !            40:   margin-top: 6px;
        !            41:   margin-bottom: 6px;
        !            42: }
        !            43: 
        !            44: div#kupu-dialogbuttons button {
        !            45:   width: 4.5em;
        !            46:   margin-left: 0.3em;
        !            47: }
        !            48: 
        !            49: div#kupu-panels {
        !            50:   margin-left: 6px;
        !            51:   margin-right: 6px;
        !            52:   background-color: #dde5ee;
        !            53: }
        !            54: 
        !            55: div#kupu-panels td {
        !            56:   font-family: sans-serif;
        !            57:   font-size: 12px;
        !            58:   background-color: white;
        !            59:   vertical-align: top;
        !            60:   padding: 6px;
        !            61: }
        !            62: 
        !            63: td#kupu-librariespanel {
        !            64:   width: 27%;
        !            65:   height: 240px;
        !            66: }
        !            67: 
        !            68: td#kupu-resourcespanel {
        !            69:   width: 43%;
        !            70: }
        !            71: 
        !            72: td#kupu-propertiespanel {
        !            73:   width: 30%;
        !            74:   height: 240px;
        !            75: }
        !            76: 
        !            77: div#kupu-resourceitems {
        !            78:   height: 230px;
        !            79: }
        !            80: 
        !            81: .overflow {
        !            82:   overflow: auto;
        !            83:   height: 230px;
        !            84: }
        !            85: 
        !            86: div.kupu-libsource {
        !            87: }
        !            88: 
        !            89: div.response, div.collection {
        !            90:   background-repeat: no-repeat;
        !            91:   padding-left: 20px;
        !            92:   height: 15px;
        !            93:   margin-top: 0.1em;
        !            94:   overflow: hidden;
        !            95:   padding-top: 4px;
        !            96: }
        !            97: 
        !            98: div.kupu-libsource:hover,
        !            99: div.response:hover,
        !           100: div.collection:hover,
        !           101: div.selected:hover {
        !           102:   cursor: pointer;
        !           103: }
        !           104: 
        !           105: div.selected {
        !           106:   background-repeat: no-repeat;
        !           107:   background-color: ButtonFace;
        !           108: }
        !           109: 
        !           110: #kupu-tabledrawer-edittable {
        !           111:   display: none;
        !           112: }

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