[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...
Christian Bauer
christian at hibernate.org
Fri Aug 17 09:00:31 EDT 2007
User: cbauer
Date: 07/08/17 09:00:31
Modified: examples/wiki/view/themes/default/css mainMenu.css
template.css
Added: examples/wiki/view/themes/default/css userProfile.css
dirMenu.css
Removed: examples/wiki/view/themes/default/css dirList.css
Log:
Major refactoring of core data schema and some new features
Revision Changes Path
1.5 +34 -58 jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: mainMenu.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- mainMenu.css 8 Apr 2007 15:10:34 -0000 1.4
+++ mainMenu.css 17 Aug 2007 13:00:31 -0000 1.5
@@ -1,93 +1,69 @@
-#mainMenu tbody, table, tr, td {
- border: 0;
- margin: 0;
- padding: 0;
-}
-#mainMenu .menuTable {
- width: 100%;
- border: 0;
- margin: 0;
- padding: 0;
-}
-#mainMenu .subMenuTable {
- width: 90%;
- border: 0;
- margin-top: 5px;
- margin-left: auto;
- padding: 0;
-}
-#mainMenu .firstLevelItem {
+#mainMenu .level1 {
background: #3e3532 url(../img/menu.bg.gif) 0 0 repeat-x;
- border-style: none;
+}
+
+#mainMenu .level1Body {
padding-top: 3px;
padding-bottom: 3px;
}
-#mainMenu .firstLevelItemLink {
+#mainMenu .level1Marker {
+ display: none;
+}
+
+#mainMenu .level1Link {
font-weight: bold;
color: #fff;
- font-size: 90%;
+ font-size: 95%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 10px;
}
-#mainMenu .firstLevelItemLink:hover {color: #ccc} /* mouse over link */
+#mainMenu .level1Link:hover {color: #ccc}
-#mainMenu .secondLevelItem {
+#mainMenu .level1Children {
background-color: #3e3532;
border-style: none;
- padding-top: 3px;
- padding-bottom: 3px;
+ margin-left: 10px;
}
-#mainMenu .secondLevelItemLink {
- font-size: 75%;
+#mainMenu .level2 {
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+#mainMenu .level2Marker {
+ display: none;
+}
+
+#mainMenu .level2Link {
+ font-size: 80%;
font-weight: bold;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
- margin-left: 10px;
white-space: nowrap;
}
-#mainMenu .secondLevelItemLink:hover {color: #ccc} /* mouse over link */
+#mainMenu .level2Link:hover {color: #ccc}
-#mainMenu .menuTableHeader {
- background: #3e3532 url(../img/menu.bg.gif) 0 0 repeat-x;
- border-style: none;
- padding-top: 3px;
- padding-bottom: 3px;
+#mainMenu .level3 {}
+
+#mainMenu .level3Marker {
+ padding-left: 2px;
+ padding-right: 2px;
+ font-size: 80%;
color: #fff;
- font-weight: bold;
- font-size: 90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
- text-decoration: none;
-}
-
-#mainMenu .menuTableItem {
- background-color: #3e3532;
- border-style: none;
- padding-top: 3px;
- padding-bottom: 3px;
}
-#mainMenu .menuTableItemLink {
- font-size: 75%;
- font-weight: bold;
+#mainMenu .level3Link {
+ font-size: 80%;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
- margin-left: 10px;
white-space: nowrap;
}
-#mainMenu .menuTableItemLinkSelected {
- font-size: 75%;
- font-weight: bold;
- color: #fff;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- text-decoration: underline;
- margin-left: 10px;
- white-space: nowrap;
-}
+#mainMenu .level3Link:hover {color: #ccc}
1.33 +34 -18 jboss-seam/examples/wiki/view/themes/default/css/template.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: template.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- template.css 6 Jul 2007 14:38:39 -0000 1.32
+++ template.css 17 Aug 2007 13:00:31 -0000 1.33
@@ -443,6 +443,10 @@
width: 30%;
}
+.entry .label .buttonLabel {
+ font-size: 100%;
+}
+
.errorDiv {
background-color: #ffeeee;
}
@@ -472,6 +476,24 @@
background-color: #ffeeee;
}
+.textEditResizable {
+ margin-left: 17%;
+ margin-bottom: 15px;
+
+}
+
+.textEditResizable.wideLabels {
+ margin-left: 32%;
+}
+
+.textEditResizeHandle {
+ width: 25px;
+ height: 10px;
+ background: #bbb url(../img/icon.resize_s.gif) 0 0 no-repeat;
+ cursor: s-resize;
+ position: absolute;
+}
+
/* Directory Browser
----------------------------------------------- */
@@ -738,23 +760,6 @@
}
-/* Document editor
------------------------------------------------*/
-
-#contentTextEdit {
- margin-left: 17%;
- margin-bottom: 15px;
-}
-
-#contentTextEditResizeHandle {
- width: 25px;
- height: 10px;
- background: #bbb url(../img/icon.resize_s.gif) 0 0 no-repeat;
- cursor: s-resize;
- position: absolute;
-}
-
-
/* Popups
-----------------------------------------------*/
@@ -936,3 +941,14 @@
font-weight: bold;
font-size: 85%;
}
\ No newline at end of file
+
+/* Misc page elements
+----------------------------------------------- */
+
+#searchForm\:searchPager {
+ margin-top: 15px;
+}
+
+#searchForm\:searchOptionsTable {
+ margin-top: 15px;
+}
1.1 date: 2007/08/17 13:00:31; author: cbauer; state: Exp;jboss-seam/examples/wiki/view/themes/default/css/userProfile.css
Index: userProfile.css
===================================================================
.userProfile {
background-color: white;
}
.userProfileHeader {
text-align: right;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 15px;
border-top: 1px solid #87786e;
border-left: 1px solid #87786e;
border-right: 1px solid #87786e;
background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
}
.userProfileHeaderText {
font-size: 120%;
}
.userProfilePortrait {
border: 1px solid #87786e;
float: right;
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
}
.userProfileBio{
font-size: 90%;
margin-right: 10px;
margin-left: 10px;
color: #000;
text-align: justify;
}
.userProfileEntryLabel {
font-size: 90%;
font-weight: bold;
margin-left: 10px;
margin-right: 5px;
color: #000;
}
.userProfileEntryText {
font-size: 90%;
color: #000;
}
.userProfileEntryLink {
font-size: 90%;
color: #962325;
}
.userProfileEntryLink:hover {color: #666}
.userProfileNotFound {
font-size: 90%;
margin-right: 10px;
margin-left: 10px;
color: #000;
}
.userProfileFooter {
margin-top: 10px;
background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
border-bottom: 1px solid #87786e;
border-left: 1px solid #87786e;
border-right: 1px solid #87786e;
padding-top: 5px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-weight: normal;
font-size: 100%;
color: #962325;
text-decoration: none;
}
1.1 date: 2007/08/17 13:00:31; author: cbauer; state: Exp;jboss-seam/examples/wiki/view/themes/default/css/dirMenu.css
Index: dirMenu.css
===================================================================
.dirMenu {
background-color: white;
vertical-align: bottom;
}
.dirMenuHeader {
text-align: right;
font-size: 100%;
padding-left: 10px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 15px;
border-top: 1px solid #87786e;
border-left: 1px solid #87786e;
border-right: 1px solid #87786e;
background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
width: 100%;
}
.dirMenuSubscribe {
}
.dirMenuSubscribeLink {
font-size: 80%;
margin-left: 5px;
margin-right: 5px;
color: #962325;
}
.dirMenuSubscribeLink:hover {color: #666}
.dirMenuTitle {
text-align: right;
}
.dirMenuTitleText {
font-size: 120%;
}
.dirMenuFooter {
background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
border-bottom: 1px solid #87786e;
border-left: 1px solid #87786e;
border-right: 1px solid #87786e;
padding-top: 5px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-weight: normal;
font-size: 100%;
color: #962325;
text-decoration: none;
}
.dirMenu .level1 {
margin-left: 10px;
}
.dirMenu .level1Body {
background-color: white;
}
.dirMenu .level1Marker {
display: none;
}
.dirMenu .level1Link {
color: #962325;
font-size: 95%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.dirMenu .level1Link:hover {color: #666}
.dirMenu .level1Children {
background-color: white;
}
.dirMenu .level2 {
}
.dirMenu .level2Marker {
padding-left: 2px;
padding-right: 2px;
font-size: 80%;
color: #962325;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dirMenu .level2Link {
font-size: 80%;
color: #962325;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
white-space: nowrap;
}
.dirMenu .level2Link:hover {color: #666}
.dirMenu .level3 {}
.dirMenu .level3Marker {
padding-left: 2px;
padding-right: 2px;
font-size: 80%;
color: #962325;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dirMenu .level3Link {
font-size: 80%;
color: #962325;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
white-space: nowrap;
}
.dirMenu .level3Link:hover {color: #666}
More information about the jboss-cvs-commits
mailing list