diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 09:49:11 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 09:49:11 +0000 |
commit | e44a7e37b6c7b5961adaffc62b9042b8d442938e (patch) | |
tree | 95b67c356e93163467db2451f2b8cce84ed5d582 /includes/js/dojox/layout/resources/FloatingPane.css.commented.css | |
parent | a62b9742ee5e28bcec6872d88f50f25b820914f6 (diff) | |
download | semanticscuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.tar.gz semanticscuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.tar.bz2 |
New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/layout/resources/FloatingPane.css.commented.css')
-rw-r--r-- | includes/js/dojox/layout/resources/FloatingPane.css.commented.css | 183 |
1 files changed, 183 insertions, 0 deletions
diff --git a/includes/js/dojox/layout/resources/FloatingPane.css.commented.css b/includes/js/dojox/layout/resources/FloatingPane.css.commented.css new file mode 100644 index 0000000..2880dd6 --- /dev/null +++ b/includes/js/dojox/layout/resources/FloatingPane.css.commented.css @@ -0,0 +1,183 @@ +.dojoxFloatingPane { + background-color:#fff; + position:relative; + border: 1px solid #dedede; + overflow: hidden; + -webkit-box-shadow: 0px 5px 10px #adadad; +} + +.dojoxFloatingPaneFg { + -webkit-box-shadow: 0px 8px 20px #525252; +} + +/* titleNode */ +.dojoxFloatingPaneTitle { + background: #cccccc; + background:#fafafa repeat-x bottom left; + border:1px solid #bfbfbf; + padding:4px 4px 2px 4px; + cursor: pointer; + white-space: nowrap; +} + +.soria .dojoxFloatingPaneTitle { + background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left; + border:1px solid #b1badf; + font-size: 0.9em; + font-weight: bold; + line-height:1.2em; +} + + +.tundra .dojoxFloatingPaneTitle { + background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left; + border:1px solid #bfbfbf; + color:#000; +} + + +/* Icons */ +.dojoxFloatingCloseIcon { + background:url('icons/tabClose.png') no-repeat center center; + width:16px; + height:16px; + overflow:hidden; + float:right; +} + +.dojoxFloatingMinimizeIcon { + background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center; + width:16px; + height:16px; + overflow:hidden; + float:right; +} +.soria .dojoxFloatingMinimizeIcon { + background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top; + +} + +.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; } +.dojoxFloatingMaximizeIcon { + background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center; + width:16px; + height:16px; + overflow:hidden; + float:right; +} +.soria .dojoxFloatingMaximizeIcon { + background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top; +} + +.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; } +.dojoxFloatingRestoreIcon { + background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center; + width:16px; height:16px; + overflow:hidden; + float:right; + display:none; +} + +.dojoxFloatingResizeHandle { + background:url('icons/resize.png') no-repeat bottom right; + position:absolute; + right:0; + bottom:0; + width:16px; + height:16px; + cursor:nw-resize; +} + +.dojoxFloatingCloseIcon { + width:15px; + height:15px; + overflow:hidden; + float:right; + cursor:pointer; +} + +.soria .dojoxFloatingCloseIcon { + background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top; +} + +.tundra .dojoxFloatingCloseIcon { + background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center; +} + +/* our un-used dock styles for now */ +.dojoxFloatingDockDefault { + position:absolute; + bottom:0px; + left:0px; + overflow:hidden; + margin:0; + margin-bottom:3px; + padding:0px; + width:100%; + z-index:99; /* position the dock _just_ below the lowest pane */ + + background:transparent; + /* background-color:#fff; + border-top:1px solid #ccc; + */ +} + +.dojoxDockList { + padding: 0px; + margin: 0px; +} + +.dojoxDockRestoreButton { + background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center; + width:16px; height:16px; + overflow:hidden; + float:left; + margin-top:2px; +} +.soria .dojoxDockRestoreButton { + background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top; +} + +.dojoxDockTitleNode { + overflow:hidden; +} + +/* Modifications */ + +.dojoxDock { + display: block; + border: 1px solid black; + position: absolute; + padding:0; + margin:0; + background:#fcfcfc; +} + +.dojoxDockNode { + border: 1px solid #adadad; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 3px; + cursor:pointer; + list-style: none; + padding: 2px; + margin: 0px; + height: 16px; + width: auto; + float: left; + background: #fafafa url("images/floatTitleBarBg.gif") repeat-x bottom left; +} +.soria .dojoxDockNode { + background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x; +} + +.dojoxFloatingPaneContent { + overflow: auto; + background-color: #fff; + height: 100%; + width: 100%; +} + +.dojoxFloatingPaneCanvas { + background-color:#fff; +} |