Fix Rename and Dup Actions ...
This commit is contained in:
186
wise-webapp/src/main/webapp/css/pageHeaders.css
Normal file
186
wise-webapp/src/main/webapp/css/pageHeaders.css
Normal file
@@ -0,0 +1,186 @@
|
||||
/* HEADER STYLES */
|
||||
#header {
|
||||
margin-top: 2px;
|
||||
height: 78px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
border-bottom: 1px solid #bbb4d6;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#headerToolbar {
|
||||
height: 25px;
|
||||
width: 100%;
|
||||
background-color: #171a17;
|
||||
border-top: 1px solid #999999;
|
||||
border-bottom: 1px solid #424141;
|
||||
color: white;
|
||||
font-size: small;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#headerContent {
|
||||
width: 800px;
|
||||
height: 78px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#headerLogo {
|
||||
margin-top: 8px;
|
||||
height: 80px;
|
||||
width: 160px;
|
||||
background: url("../images/logo-medium.png") no-repeat;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -50px;
|
||||
}
|
||||
|
||||
#headerSlogan {
|
||||
position: absolute;
|
||||
border-left: 1px dashed gray;
|
||||
margin-top: 8px;
|
||||
height: 1em;
|
||||
width: 100px;
|
||||
top: 40px;
|
||||
left: 137px;
|
||||
white-space: nowrap;
|
||||
padding-left: 7px;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#headerButtons {
|
||||
position: absolute;
|
||||
top: 65px;
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
#aboutLink, #faqLink, #feedbackLink, #logoutLink {
|
||||
float: right;
|
||||
z-index: 300;
|
||||
}
|
||||
|
||||
div#headerButtons a {
|
||||
float: left;
|
||||
color: #6F6F6F;
|
||||
padding: 0 10px;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
font-size: 120%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div#headerTitle {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
span#headerSubTitle {
|
||||
font-weight: lighter;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div#headerButtons a:hover {
|
||||
/*text-decoration: underline;*/
|
||||
color: #7e72ad;
|
||||
}
|
||||
|
||||
div#headerButtons activelink a, div#headerButtons activelink a:hover {
|
||||
text-decoration: none;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#signUpHeader {
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 50;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#signUpHeader a, #signUpHeader a:hover {
|
||||
font-size: 100%;
|
||||
color: #BBB4D6;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#editorHeader {
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
border-bottom: 1px solid #bbb4d6;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#footer {
|
||||
width: 100%;
|
||||
border-top: 1px solid #8e9181;
|
||||
text-align: center;
|
||||
font-size: 90%;
|
||||
background-color: white;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div#paypal {
|
||||
float: left;
|
||||
margin: -29px;
|
||||
}
|
||||
|
||||
|
||||
#headerLogo {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#headerLoading {
|
||||
padding-left: 40px;
|
||||
background: url('../images/ajax-loader.gif') #BBB4D6 no-repeat left;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 5px;
|
||||
width: 75px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: 1px solid;
|
||||
border-color: #f5f5f5;
|
||||
background-position: 5px 2px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
div#headerActions {
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.header_languages {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 30px;
|
||||
width: 100px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
div.header_language_flag {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
Reference in New Issue
Block a user