You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/06/22 23:12:58 UTC

svn commit: r416500 - in /incubator/xap/trunk/css: ./ tree_folderclosed.gif tree_folderopen.gif xapDefault.css

Author: jmargaris
Date: Thu Jun 22 16:12:58 2006
New Revision: 416500

URL: http://svn.apache.org/viewvc?rev=416500&view=rev
Log:
forgot the default style sheet

Added:
    incubator/xap/trunk/css/
    incubator/xap/trunk/css/tree_folderclosed.gif   (with props)
    incubator/xap/trunk/css/tree_folderopen.gif   (with props)
    incubator/xap/trunk/css/xapDefault.css   (with props)

Added: incubator/xap/trunk/css/tree_folderclosed.gif
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/tree_folderclosed.gif?rev=416500&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/xap/trunk/css/tree_folderclosed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/xap/trunk/css/tree_folderopen.gif
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/tree_folderopen.gif?rev=416500&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/xap/trunk/css/tree_folderopen.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/xap/trunk/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/css/xapDefault.css?rev=416500&view=auto
==============================================================================
--- incubator/xap/trunk/css/xapDefault.css (added)
+++ incubator/xap/trunk/css/xapDefault.css Thu Jun 22 16:12:58 2006
@@ -0,0 +1,166 @@
+/* 
+* HTML elements - use for global declarations
+*/
+
+
+DIV TABLE TBODY TR TD SPAN {
+	font: inherit;
+	font-size: inherit;
+}
+
+BODY {
+	width: 100%;
+	height: 100%;
+	margin: 0px;
+}
+
+FORM {
+	margin: 0;
+	padding: 0;
+}
+
+/* Horizontal separator */
+.horizSep {
+	border-bottom: 1px solid #999999;
+    margin: 10px 0;
+	width: 100%;
+}
+/* Vertical separator */
+.vertSep {
+	border-left: 1px ridge #999999;
+	height: 100%;
+}
+
+/* Vertical space */
+DIV.vSpace {
+	margin: 10px 0;
+}
+
+
+.MainShell {
+	background-color: pink;
+    width: 100%;
+    height: 100%;
+}
+
+.VeilOverlay table {
+	cursor: not-allowed;
+	background-color: white;
+}
+.CurtainOverlay table {
+	background-color: transparent;
+}
+
+
+.DwtSashHorizontal, .DwtSashVertical{
+	border: 1px solid #000000;
+	background-color: #777777;
+}
+
+
+.DwtControl {
+	border: 1px solid #999999;
+}
+
+.DwtComposite {
+	background-color: white;
+}
+
+
+
+
+.DwtTreeItemLevel1ChildDiv, .DwtTreeItemChildDiv{
+	margin : 0 0 0 10;
+}
+
+
+
+.DwtTabButton-active {
+	border-top: 2px outset #DDDDFF;
+	border-left: 2px outset #DDDDFF;
+	border-right: 2px outset #DDDDFF;
+	background-color: #DDDDFF;
+	padding: 1px 1px 0px 0px;
+}
+
+.DwtTabButton-inactive {
+	border-top: 2px outset #BBBBFF;
+	border-left: 2px outset #BBBBFF;
+	border-right: 2px outset #BBBBFF;
+	background-color: #BBBBFF;
+}
+
+
+.DwtButton {
+	border: 2px outset #DDDDFF;
+	background-color: #DDDDFF;
+}
+
+
+.DwtButton-activated {
+	background-image:url(../../common/img/hiRes/img/bg_button_up.gif);
+	border: 2px inset;
+	border-color: #E0E0E0 #555555 #555555 #E0E0E0;
+	background-color: #BBBBFF;
+}
+
+.DwtButton-triggered {
+	background-image:url(../../common/img/hiRes/img/bg_button_down.gif);
+	border: 2px inset;
+	border-color: #555555 #E0E0E0 #E0E0E0 #555555;
+	background-color: #BBBBFF;
+}
+
+.DwtButton-toggled {
+	background-image:url(../../common/img/hiRes/img/bg_button_down.gif);
+	border:2px inset;
+	border-color: #555555 #E0E0E0 #E0E0E0 #555555;
+	background-color: #BBBBFF;
+}
+
+.DwtDialog { background-color: #777777; }
+.DwtDialog .Title {
+	background: #999999;
+	color: blue;
+	font-size: 12pt;
+	font-weight: bold;
+	padding: 1px 0 3px 10px;
+}
+.DwtDialog .MainPanel {
+	background-color: #999999;
+	border: 2px solid #999999;
+	padding: 10px;
+}
+.DwtDialog textarea { width: 100%; }
+.DwtDialog .Label { font-size: 10pt; }
+.DwtDialog .Field { width: 290px; }
+
+/* Message dialog */
+.DwtMsgDialog { width: 400px; }
+.DwtMsgArea { padding-left: 12px; }
+
+
+.ImgNodeExpanded { 
+	background-image: url(tree_folderopen.gif);
+	background-repeat: no-repeat;
+	width: 12px;
+	height: 12px;
+}
+
+.ImgNodeCollapsed { 
+	background-image: url(tree_folderclosed.gif);
+	background-repeat: no-repeat;
+	width: 16px;
+	height: 16px;
+}
+
+.ImgBlank_16{ 
+	width: 16px;
+	height: 16px;
+}
+
+.DwtTreeItem-selected{ 
+	background-color: #0000FF;
+	color: #FFFFFF;
+}
+

Propchange: incubator/xap/trunk/css/xapDefault.css
------------------------------------------------------------------------------
    svn:eol-style = native