[jboss-cvs] jboss-seam/examples/wiki/view/themes/sfwkorg/css ...

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:24 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:24

  Modified:    examples/wiki/view/themes/sfwkorg/css              
                        dirMenu.css sfwk.css forumTopics.css
                        forumReplies.css userControl.css searchControl.css
                        feedTeasers.css forumList.css blogDirectory.css
                        forumPosting.css mainMenu.css blogArchive.css
  Added:       examples/wiki/view/themes/sfwkorg/css              
                        forumStickyPosting.css
  Removed:     examples/wiki/view/themes/sfwkorg/css              
                        userProfile.css
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.2       +0 -5      jboss-seam/examples/wiki/view/themes/sfwkorg/css/dirMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirMenu.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/dirMenu.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- dirMenu.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ dirMenu.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -10,7 +10,6 @@
   }
   
   .dirMenu .level1Link {
  -    font-size: 95%;
   }
   
   
  @@ -24,11 +23,9 @@
   .dirMenu .level2Marker {
       padding-left: 2px;
       padding-right: 2px;
  -    font-size: 80%;
   }
   
   .dirMenu .level2Link {
  -    font-size: 80%;
       white-space: nowrap;
   }
   
  @@ -37,11 +34,9 @@
   .dirMenu .level3Marker {
       padding-left: 2px;
       padding-right: 2px;
  -    font-size: 80%;
   }
   
   .dirMenu .level3Link {
  -    font-size: 80%;
       white-space: nowrap;
   }
   
  
  
  
  1.2       +218 -76   jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: sfwk.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/sfwk.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- sfwk.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ sfwk.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -27,22 +27,22 @@
   
   h1 {
   	color:#576c74;
  -	font-size:1.5em;
  +	font-size:150%;
   }
   
   h2 {
   	color:#576c74;
  -	font-size:1.2em;
  +	font-size:130%;
   }
   
   h3 {
       color:#576c74;
  -	font-size:1em;
  +	font-size:115%;
   }
   
   h4 {
   	color:#696969;
  -	font-size:1em;
  +	font-size:100%;
   }
   
   hr {
  @@ -58,13 +58,17 @@
   input, textarea, select {
   	border: 1px solid #d3d2d1;
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  -    font-size: 85%;
  +    font-size: 90%;
       padding: 2px;
       font-family: Andale Mono, Courier New, monospace;
   }
   
   /* ----- Wiki text ---- */
   
  +.wikiHeadline2 {
  +    margin-top: 25px;
  +}
  +
   .wikiHeadline3 {
       color:#576c74;
       border-top: 1px solid #576c74;
  @@ -116,6 +120,25 @@
       overflow-x: auto;
   }
   
  +/* ---- Fonts ----- */
  +
  +.smallFont {
  +    font-size: 85%;
  +    line-height: 150%;
  +}
  +
  +.largeFont {
  +    font-size: 115%;
  +}
  +
  +.extraLargeFont {
  +    font-size: 130%;
  +}
  +
  +.extraExtraLargeFont {
  +    font-size: 150%;
  +}
  +
   
   /* ----- Float Styles ----- */
   
  @@ -144,14 +167,14 @@
   	background-image:url(../img/leftside_bkgimage.gif);
   	background-repeat:repeat-y;
   	min-width:960px;
  -	width: 80%;
  +	width: 90%;
   
   }
   
   #header {
   	margin: 0;
   	padding:0;
  -	background-image:url(../img/hrd_bkgimage_fade.gif);
  +	background-image:url(../img/hrd_bkgimage_fade_alpha.gif);
   	background-repeat:no-repeat;
   	background-color:#32332b;
   	border-bottom:1px solid #878888;
  @@ -169,11 +192,20 @@
   
   #leftColumn {
   	float: left;
  -	width: 220px;
  +	width: 260px;
  +}
  +
  +#leftColumn h2 {
  +    font-weight: normal;
  +}
  +
  +#leftColumn p {
  +    text-align: inherit;
  +    font-size: 85%;
   }
   
   #rightColumn {
  -	margin-left: 220px;
  +	margin-left: 260px;
   	padding-left:20px;
   	padding-right:20px;
   }
  @@ -193,7 +225,7 @@
   .membersArea h3 {
   	color: #75a8bd;
   	font-weight: bold;
  -	font-size: 1.2em;
  +	font-size: 120%;
   	border-bottom: 1px solid #b6b6b6;
   	margin-top: 0px;
   	margin-bottom: 6px;
  @@ -225,6 +257,13 @@
       margin-right: 5px;
   }
   
  +.captchaImage {
  +    vertical-align:top;
  +    margin-left: 10px;
  +    margin-right: 10px;
  +    border: 1px solid #C3BBB6;
  +}
  +
   /* -----  Footer styles  ------  */
   
   #footer {
  @@ -237,7 +276,9 @@
   
   /* --------------------------  Breadcrumb navigation --------------------------------- */
   
  -#breadcrumb {}
  +#breadcrumb {
  +    margin-left:-2px;
  +}
   
   #breadcrumb .breadcrumbRoot {
       display: none;
  @@ -321,7 +362,6 @@
   }
   
   .infoMessage {
  -    font-size: 85%;
       font-weight: bold;
       color: #666;
   }
  @@ -369,8 +409,6 @@
   .documentTags {
       border-top: 1px solid #ccc;
       white-space: nowrap;
  -    font-size: 80%;
  -    font-weight: normal;
       padding-top: 5px;
       padding-bottom: 5px;
       line-height: 125%;
  @@ -379,14 +417,17 @@
   .documentCreatorHistory {
       border-top: 1px solid #ccc;
       white-space: nowrap;
  -    font-size: 80%;
  -    font-weight: normal;
       padding-top: 5px;
       padding-bottom: 5px;
       line-height: 125%;
   }
   
   .attachmentDisplay {
  +    margin-top: 15px;
  +}
  +
  +#commentDisplayForm .commentsDisplay .box {
  +    margin-top: 20px;
   }
   
   .regularLink{
  @@ -420,9 +461,9 @@
   .buttonLabel{
       color: #fff;
       font-weight: bold;
  -    font-size: 11px;
       padding-top: 2px;
       padding-bottom: 2px;
  +    font-size: 11px;
   }
   
   /* Generic Lists
  @@ -430,15 +471,10 @@
   
   .datatable {
       margin: 0;
  -    font-size: 90%;
       width: 100%;
       border-collapse: separate;
   }
   
  -.datatable input {
  -    font-size: 100%;
  -}
  -
   .topLeftBottomBorder {
       border-top: 1px solid #d3d2d1;
       border-left: 1px solid #d3d2d1;
  @@ -581,37 +617,69 @@
   /* Comments
   -----------------------------------------------*/
   
  -.commentColumn {
  -    padding: 5px;
  +.commentColumn {}
  +
  +.commentHeader {
  +    width: 100%;
  +}
  +
  +.commentSubjectIcon {
  +    padding-right: 10px;
   }
   
   .commentSubject {
  -    font-weight: bold;
  -    font-size: 100%;
  -    float: left;
  +    text-decoration:none;
  +    width: 100%;
   }
   
  +.commentAuthorInfo {
  +    white-space: nowrap;
  +    text-align: right;
  +    padding-left: 10px;
  +    line-height: 140%;
  +}
   
  -.commentAuthorDate {
  -    text-align:right;
  -    font-size: 95%;
  +.commentAuthorPortrait {
  +    padding-left: 10px;
   }
   
  -.commentAuthor {
  +.commentAuthorPortraitImage {
   }
   
  -.commentDate {
  +.commentText {}
  +
  +.commentSignatureSeparator {
  +    font-size: 1px;
  +    width: 20px;
  +    border-bottom: 1px dashed #d3d2d1;
   }
   
  -.commentText {
  +.commentSignature {
  +    font-size: 85%;
  +}
   
  +.commentSignature .wikiPara {
  +    line-height: 120%;
   }
   
  -.commentForm {
  -    margin-top: 10px;
  +.commentControls {
       margin-bottom: 10px;
   }
   
  +.commentFirstLevel {
  +    background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  +}
  +
  +.commentFirstLevel, .commentLevel {
  +    padding: 5px;
  +    border-bottom: 1px solid #d3d2d1;
  +    border-left: 1px solid #d3d2d1;
  +    border-right: 1px solid #d3d2d1;
  +}
  +
  +.commentForm {}
  +
  +
   /* Document history and diff
   -----------------------------------------------*/
   
  @@ -620,7 +688,6 @@
   }
   
   .diffInfo {
  -    font-size: 85%;
       font-weight: bold;
       color: #666;
   }
  @@ -680,7 +747,6 @@
   
   .formListItem {
       background: #fff url(../img/th.bg.gif ) 0 0 repeat-x;
  -    font-size: 85%;
       padding: 3px;
   }
   
  @@ -727,16 +793,19 @@
   .entry .label {
   	float: left;
       padding-top: 1px;
  -    padding-right: 2%;
  -    font-size: 85%;
  -    width: 18%;
  +    padding-right: 10px;
  +    padding-left: 10px;
  +    width: 135px;
   	text-align: right;
  +    color: #000000;
  +    font-weight:bold;
  +    font-size: 90%;
  +    line-height: 155%;
   }
   
   .entry .output {
  -    padding-top: 1px;
  +    padding-top: 2px;
       text-align: left;
  -    font-size: 85%;
   }
   
   .entry .input {
  @@ -744,32 +813,19 @@
   }
   
   .wideLabels .entry .label {
  -    width: 30%;
  -}
  -
  -.marginLeft {
  -    margin-left: 20%;
  -}
  -
  -.wideMarginLeft {
  -    margin-left: 32%;
  -}
  -
  -.entry .label .buttonLabel {
  -    font-size: 100%;
  +    width: 220px;
   }
   
  -.errorDiv {
  +.errorEntry {
       background-color: #ffeeee;
   }
   
  -.label {
  -    color: #000000;
  -    font-weight:bold;
  +.errorEntry .errorMessage {
  +    font-weight: normal;
  +    text-align: left;
   }
   
   .formFields select {
  -    font-size: 95%;
   }
   
   .tableFormFields {
  @@ -778,25 +834,19 @@
   }
   
   .tableFormFields .input {
  -    font-size: 95%;
   }
   
   .tableFormFields .inputError input,
   .tableFormFields .inputError select {
  -    font-size: 95%;
       background-image: none;
       background-color: #ffeeee;
   }
   
  -
   .textEditResizable {
  -    margin-left: 20%;
  -    margin-bottom:10px;
  +    margin-bottom: 5px;
   }
   
  -.wideLabels .textEditResizable {
  -    margin-left: 32%;
  -}
  +.wideLabels .textEditResizable {}
   
   .textEditResizeHandle {
       width: 25px;
  @@ -805,6 +855,16 @@
       cursor: s-resize;
       position: absolute;
       margin-bottom: 10px;
  +    margin-left: 155px;
  +}
  +
  +.wideLabels .textEditResizeHandle {
  +    margin-left: 240px;
  +}
  +
  +.textAreaHelp {
  +    padding-top: 5px;
  +    vertical-align: top;
   }
   
   .textPreview {
  @@ -812,8 +872,9 @@
       margin-bottom: 10px;
       padding-left: 10px;
       padding-right: 10px;
  -    width: 90%;
       background-color: white;
  +    margin-left: 80px;
  +    margin-right: 80px;
   }
   
   /* Box on page
  @@ -829,7 +890,6 @@
   
   .boxHeader {
       text-align: right;
  -    font-size: 110%;
       padding-left: 5px;
       padding-right: 5px;
       padding-top: 5px;
  @@ -838,13 +898,14 @@
       border-top: 1px solid #d3d2d1;
       border-left: 1px solid #d3d2d1;
       border-right: 1px solid #d3d2d1;
  +    font-size: 115%;
   }
   
   .boxHeader a {
       color: #576c74;
       line-height: 100%;
       margin-left: 5px;
  -    font-size: 80%;
  +    font-size: 70%;
   }
   
   .boxHeader a:hover {color: #000}
  @@ -864,7 +925,6 @@
       padding-left: 15px;
       padding-right: 15px;
       font-weight: normal;
  -    font-size: 80%;
       color: #962325;
       border-left: 1px solid #d3d2d1;
       border-right: 1px solid #d3d2d1;
  @@ -890,7 +950,6 @@
   .popupDialogHead {
       text-align: left;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  -    font-size: 85%;
       font-weight: bold;
       color: #000;
       padding-left: 13px;
  @@ -945,7 +1004,6 @@
   
   .directoryPathPanel .directoryButton {
   	font-weight: bold;
  -	font-size: 85%;
   	padding: 2px;
   	border-style: none;
   }
  @@ -1005,7 +1063,6 @@
       text-align: left;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       font-weight: bold;
  -    font-size: 11px;
       padding-left: 13px;
       padding-right: 10px;
       padding-top: 5px;
  @@ -1091,7 +1148,6 @@
   
   .progressbarLabel {
       font-weight: bold;
  -    font-size: 85%;
   }
   
   
  @@ -1113,3 +1169,89 @@
   #userSearchForm\:userListPager {
       margin-top: 10px;
   }
  +
  +/* Tag Display
  +----------------------------------------------- */
  +
  +#tagTable {
  +    margin-top: 10px;
  +}
  +
  +/* User Info
  +----------------------------------------------- */
  +
  +.userInfo {
  +    width: 100%;
  +    margin-top: 20px;
  +}
  +
  +
  +.userInfoDetails {
  +    vertical-align: top;
  +    width: 70%;
  +    padding-right: 15px;
  +}
  +
  +.userInfoDetails .form {
  +    margin-top: 0;
  +}
  +
  +.userInfoProfile {
  +    vertical-align: top;
  +}
  +
  +.userInfoProfileContent {
  +    font-size: 85%;
  +    line-height: 140%;
  +    color: #000;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    padding-top: 0;
  +    padding-bottom: 5px;    
  +}
  +
  +.userInfoPortraitWithBio {
  +    float: right;
  +    margin-left: 10px;
  +}
  +
  +.userInfoPortrait {
  +    margin-bottom: 10px;
  +    text-align: center;
  +    width: 100%;
  +}
  +
  +.userInfoPortraitImage {
  +    border: 1px solid #87786e;
  +}
  +
  +.userInfoBio{}
  +
  +.userInfoBio .wikiPara:first-child {
  +    margin-top: 0;
  +    padding-top: 0;
  +    border-top: 0;
  +}
  +
  +.userInfoBio .wikiPara{
  +    line-height: 140%;
  +}
  +
  +.userInfoEntry {
  +    clear: both;
  +    margin-bottom: 5px;
  +    margin-top: 5px;
  +}
  +
  +.userInfoEntryLabel {
  +    font-weight: bold;
  +}
  +
  +.userInfoEntryText {
  +}
  +
  +.userInfoEntryLink {
  +    color: #962325;
  +}
  +
  +.userInfoEntryLink:hover {color: #666}
  
  
  
  1.2       +10 -7     jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumTopics.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumTopics.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumTopics.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- forumTopics.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ forumTopics.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -1,6 +1,14 @@
  -.topicControlsContainer {
  +.forumDescriptionTopicControls {
  +    width: 100%;
  +}
  +
  +.forumDescription {
  +}
  +
  +.topicControls {
       text-align: right;
       white-space: nowrap;
  +    padding-left: 10px;
   }
   
   .topicFormContainer {
  @@ -15,7 +23,6 @@
   
   .topicPagerTable {
       width: 100%;
  -    font-size: 85%;
       font-weight: bold;
       padding: 0;
       margin: 0;
  @@ -40,7 +47,7 @@
   .forumsFeedLink {
       margin: 10px;
       float: right;
  -    margin-top: -50px;
  +    margin-top: -35px;
   }
   
   .forumsFeedLink img {
  @@ -48,10 +55,6 @@
       margin-right: 5px;
   }
   
  -.userInfoPopupContainer {
  -    text-align: left;
  -}
  -
   .forumDescription {
       text-align: left;
   }
  \ No newline at end of file
  
  
  
  1.2       +0 -41     jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumReplies.css
  
  	<<Binary file>>
  
  
  1.2       +5 -2      jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/userControl.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- userControl.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ userControl.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -1,4 +1,5 @@
   #userControl {
  +    display: inline;
   }
   
   #userControl .userControlLabel {
  @@ -11,9 +12,11 @@
   
   #userControl .userControlInput {
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  -    font-size: 75%;
  -    padding: 2px;
  +    font-size: 90%;
  +    padding: 1px;
  +    padding-top: 0;
       margin: 0;
  +    margin-bottom: 1px;
       border: 0;
   }
   
  
  
  
  1.2       +8 -2      jboss-seam/examples/wiki/view/themes/sfwkorg/css/searchControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: searchControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/searchControl.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- searchControl.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ searchControl.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -2,6 +2,10 @@
   }
   
   #searchControlForm {
  +    display: inline;
  +    margin: 0;
  +    border: 0;
  +    padding: 0;
   }
   
   #searchControl .searchControlTable {
  @@ -17,9 +21,11 @@
   
   #searchControl .searchControlInput {
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  -    font-size: 75%;
  -    padding: 2px;
  +    font-size: 90%;
  +    padding: 1px;
  +    padding-top: 0;
       margin: 0;
  +    margin-bottom: 1px;
       border: 0;
   }
   
  
  
  
  1.2       +0 -3      jboss-seam/examples/wiki/view/themes/sfwkorg/css/feedTeasers.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: feedTeasers.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/feedTeasers.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- feedTeasers.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ feedTeasers.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -3,13 +3,11 @@
   }
   
   .teaserTitle {
  -    font-size: 120%;
       margin-bottom: 5px;
       font-weight: bold;
   }
   
   .teaserAuthorDate {
  -    font-size: 90%;
       text-align: right;
   }
   
  @@ -20,6 +18,5 @@
   }
   
   .teaserBody {
  -    font-size: 110%;
       line-height: 130%;
   }
  \ No newline at end of file
  
  
  
  1.2       +6 -11     jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumList.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumList.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumList.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- forumList.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ forumList.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -12,14 +12,13 @@
   }
   
   .forumTitle {
  -    font-weight: bold;
  -    font-size: 120%;
  -    margin-top: 15px;
  +    font-weight: normal;
  +    line-height: 180%;
   }
   
   .forumDescription {
       white-space: normal;
  -    margin-bottom: 15px;
  +    line-height: 130%;
   }
   
   .topicGotoIcon {
  @@ -30,7 +29,7 @@
   .forumsFeedLink {
       margin: 10px;
       float: right;
  -    margin-top: -30px;
  +    margin-top: -40px;
   }
   
   .forumsFeedLink img {
  @@ -43,11 +42,7 @@
   }
   
   .forumFeedLink img {
  -    margin-left: 8px;
  -    margin-right: 8px;
  -    margin-bottom: 2px;
  +    margin-left: 5px;
  +    margin-bottom: 3px;
   }
   
  -.userInfoPopupContainer {
  -    text-align: left;
  -}
  
  
  
  1.2       +0 -3      jboss-seam/examples/wiki/view/themes/sfwkorg/css/blogDirectory.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogDirectory.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/blogDirectory.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- blogDirectory.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ blogDirectory.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -8,7 +8,6 @@
   
   .blogEntryHeader {
       background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  -    font-size: 110%;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 2px;
  @@ -18,7 +17,6 @@
   .blogEntryHeader div {
       text-align: right;
       white-space: nowrap;
  -    font-size: 75%;
       font-weight: normal;
       line-height: 100%;
       padding-top: 3px;
  @@ -71,7 +69,6 @@
   
   .blogPagerTable {
       width: 100%;
  -    font-size: 85%;
       font-weight: bold;
       padding: 0;
       margin: 0;
  
  
  
  1.2       +19 -15    jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumPosting.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumPosting.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumPosting.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- forumPosting.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ forumPosting.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -1,29 +1,33 @@
  -.postingHeaderGrid {
  -    background: #fff url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
  -    border: 1px solid #d3d2d1;
  -    padding-top: 5px;
  -    padding-bottom: 5px;
  +.forumPostingHeaderInfoControls {
       width: 100%;
  +    margin-bottom: 10px;
   }
   
  -.postingHeaderInfo {
  -    font-size: 90%;
  -    padding-left: 10px;
  +.forumPostingHeaderInfo {
  +    text-align: left;
  +    color:#576c74;
  +    font-weight: bold;
   }
   
  -.postingHeaderInfo .item {
  -    margin-right: 20px;
  +.forumPostingHeaderControls {
  +    text-align: right;
  +    white-space: nowrap;
   }
   
  -.postingHeaderControls {
  +.forumPostingControls {
       text-align: right;
       white-space: nowrap;
  +    margin-bottom: 10px;
   }
   
  -.postingSubject {
  -
  +.forumPostingDocumentWrapper {
  +    border-left: 1px solid #d3d2d1;
  +    border-right: 1px solid #d3d2d1;
  +    border-top: 1px solid #d3d2d1;
  +    padding: 5px;
   }
   
  -.userInfoPopupContainer {
  -    left: 30%;    
  +.noComments {
  +    border-bottom: 1px solid #C3BBB6;
   }
  \ No newline at end of file
  +
  
  
  
  1.2       +17 -19    jboss-seam/examples/wiki/view/themes/sfwkorg/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/sfwkorg/css/mainMenu.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- mainMenu.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ mainMenu.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -1,5 +1,5 @@
   #mainMenu {
  -    width: 220px;
  +    width: 260px;
       background-color: #433930;
       border-top: 8px solid rgb(31, 32, 26);
       border-bottom: 8px solid rgb(31, 32, 26);
  @@ -10,7 +10,6 @@
   }
   
   #mainMenu .level1 {
  -    border-bottom: 1px solid #433930;
   }
   
   #mainMenu .level1Body {
  @@ -26,41 +25,45 @@
   #mainMenu .level1Link {
       color:#ca884e;
       margin-left: 10px;
  -    font-size: 12px;
  -    font-weight:500;
  +    font-size: 110%;
   }
   
   #mainMenu .level1Link:hover { color: #ffaf64; }
   
   #mainMenu .level1Children {
  -    background-color:#433930;
  +    background-color:#2A2B24;
  +    border-bottom: 1px solid #433930;
   }
   
   #mainMenu .level2 {
       padding-left: 10px;
  -    background-color:#32332b;
  -    padding-top: 2px;
  -    padding-bottom: 2px;
  +    background-color:#2A2B24;
  +    padding-top: 3px;
  +    padding-bottom: 3px;
   }
   
   #mainMenu .level2Marker {
  -    display: none;
  +    color: #ca884e;
  +    margin-right: 4px;
  +    font-size: 85%;
   }
   
   #mainMenu .level2Link {
       color: #ca884e;
       white-space: nowrap;
  -    font-size: 10px;
  -    font-weight:500;
  +    font-size: 85%;
   }
   
   #mainMenu .level2Link:hover {color: #ffaf64}
   
   #mainMenu .level2Children {
  -    background-color: #32332b;
  +    background-color: #2A2B24;
   }
   
  -#mainMenu .level3 {}
  +#mainMenu .level3 {
  +    padding-top: 2px;
  +    padding-bottom: 2px;
  +}
   
   #mainMenu .level3Marker {
       padding-left: 2px;
  @@ -70,8 +73,7 @@
   }
   
   #mainMenu .level3Link {
  -    font-size: 9px;
  -    font-weight:500;
  +    font-size: 80%;
       color: #ca884e;
       white-space: nowrap;
   }
  @@ -89,8 +91,6 @@
   }
   
   #mainMenu .mainMenuFooter .feedIcon {
  -    vertical-align: text-bottom;
  -    padding-left: 5px;
   }
   
   #mainMenu .mainMenuFooter .feedLink {
  @@ -100,6 +100,4 @@
   
   #mainMenu .mainMenuFooter .feedText {
       color:#ca884e;
  -    font-size: 12px;
  -    font-weight:500;
   }
  \ No newline at end of file
  
  
  
  1.2       +0 -2      jboss-seam/examples/wiki/view/themes/sfwkorg/css/blogArchive.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogArchive.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/css/blogArchive.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- blogArchive.css	20 Nov 2007 08:05:07 -0000	1.1
  +++ blogArchive.css	19 Dec 2007 04:29:24 -0000	1.2
  @@ -4,7 +4,6 @@
   .blogArchiveCombo {
       border: 0;
       color: #000;
  -    font-size: 91%;
       font-weight: normal;
   }
   
  @@ -15,6 +14,5 @@
       padding-left: 15px;
       padding-right: 15px;
       font-weight: normal;
  -    font-size: 100%;
       color: #962325;
   }
  
  
  
  1.1      date: 2007/12/19 04:29:24;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/sfwkorg/css/forumStickyPosting.css
  
  Index: forumStickyPosting.css
  ===================================================================
  .forumPostingHeaderInfoControls {
      width: 100%;
      margin-bottom: 10px;
  }
  
  .forumPostingHeaderInfo {
      text-align: left;
      color:#576c74;
      font-weight: bold;
  }
  
  .forumPostingHeaderControls {
      text-align: right;
      white-space: nowrap;
  }
  
  .forumPostingControls {
      text-align: right;
      white-space: nowrap;
      margin-bottom: 10px;
  }
  
  .forumPostingDocumentWrapper {
      border-left: 1px solid #d3d2d1;
      border-right: 1px solid #d3d2d1;
      border-top: 1px solid #d3d2d1;
      padding: 5px;
  }
  
  .noComments {
      border-bottom: 1px solid #C3BBB6;
  }
  
  
  
  



More information about the jboss-cvs-commits mailing list