Skip to content

Commit

Permalink
GTNPORTAL-2873 Revert Portal Extension Quickstart skin from JPP back to
Browse files Browse the repository at this point in the history
GateIn
  • Loading branch information
ppalaga committed Mar 29, 2013
1 parent ae8c9ed commit d5bf081
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 26 deletions.
@@ -0,0 +1,102 @@

#banner {
border-top: 1px solid #b5b6b6;
}

.UIBannerPortlet {
background: url('DefaultSkin/background/banner-bg.jpg') repeat-x; /* orientation=lt */
background: url('DefaultSkin/background/banner-bg.jpg') repeat-x; /* orientation=rt */
border-left: 1px solid #b4b4b4;
border-right: 1px solid #b4b4b4;
_height: 0;
}

.UIBannerPortlet .LeftBanner {
/*border-top: 1px solid #b5b6b6;*/
padding-left: 10px; /* orientation=lt */
padding-right: 10px; /* orientation=rt */
border: 0;
}

.UIBannerPortlet .RightBanner {
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
}

.UIBannerPortlet .MiddleBanner {
height: 66px;
}

.UIBannerPortlet .LeftLoginContainer {
float: right; /* orientation=lt */
float: left; /* orientation=rt */
}

.UIBannerPortlet .RightLoginContainer {
}

.UIBannerPortlet .MiddleLoginContainer {
padding: 5px 15px 1px;
}

.UIBannerPortlet .Signin {

}

.UIBannerPortlet .MiddleLoginContainer a {
color: #963c3e;
outline: none;
}

.UIBannerPortlet .MiddleLoginContainer a:hover {
color: #176ba6;
}

.UIBannerPortlet .MiddleLoginContainer .Name {
text-align: left;
color: #666666;
margin-bottom: 6px;
line-height: 35px;
float: left;
}

.UIBannerPortlet .MiddleLoginContainer .Logout {
margin-right: 12px;
cursor: pointer;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
margin-right: 12px;
cursor: pointer;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: #2c0102;
background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
margin-right: 12px;
cursor: pointer;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: #2c0102;
background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Language {
cursor: pointer;
font-weight: bold;
float: left;
display: block;
color: #2c0102;
line-height: 35px;
}
@@ -1,30 +1,42 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#banner {
border-top: 1px solid #b5b6b6;
}
}

.UIBannerPortlet {
background: url('DefaultSkin/background/banner-bg.jpg') repeat-x; /* orientation=lt */
background: url('DefaultSkin/background/banner-bg.jpg') repeat-x; /* orientation=rt */
border-left: 1px solid #b4b4b4;
border-right: 1px solid #b4b4b4;
_height: 0;
zoom: 100%;
background: #B5B6B6;
}

.UIBannerPortlet .LeftBanner {
/*border-top: 1px solid #b5b6b6;*/
border-top: 1px solid #b5b6b6;
padding-left: 10px; /* orientation=lt */
padding-right: 10px; /* orientation=rt */
border: 0;
}

.UIBannerPortlet .RightBanner {
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
background: url('DefaultSkin/background/gatein-portal-extension-logo.png') no-repeat left 11px; /* orientation=lt */
background: url('DefaultSkin/background/gatein-portal-extension-logo.png') no-repeat right -39px; /* orientation=rt */
}

.UIBannerPortlet .MiddleBanner {
height: 66px;
height: 43px;
}

.UIBannerPortlet .LeftLoginContainer {
Expand All @@ -44,16 +56,16 @@
}

.UIBannerPortlet .MiddleLoginContainer a {
color: #963c3e;
color: #0d62af;
outline: none;
}

.UIBannerPortlet .MiddleLoginContainer a:hover {
color: #176ba6;
color: #e7e7e7;
}

.UIBannerPortlet .MiddleLoginContainer .Name {
text-align: left;
text-align: left;
color: #666666;
margin-bottom: 6px;
line-height: 35px;
Expand All @@ -63,40 +75,40 @@
.UIBannerPortlet .MiddleLoginContainer .Logout {
margin-right: 12px;
cursor: pointer;
float: left;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: white;
}

.UIBannerPortlet .MiddleLoginContainer .Login {
margin-right: 12px;
margin-right: 12px;
cursor: pointer;
float: left;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: #2c0102;
color: white;
background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Register {
margin-right: 12px;
margin-right: 12px;
cursor: pointer;
float: left;
float: left;
font-weight: bold;
display: block;
line-height: 35px;
color: #2c0102;
color: white;
background: none;
}

.UIBannerPortlet .MiddleLoginContainer .Language {
cursor: pointer;
font-weight: bold;
float: left;
display: block;
color: #2c0102;
line-height: 35px;
color: white;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5bf081

Please sign in to comment.