NIHVIVO-556: CSS clean up
This commit is contained in:
parent
e18c18d2a7
commit
37d89bba4f
3 changed files with 32 additions and 21 deletions
|
@ -30,3 +30,4 @@ VIVO wilma theme: screen styles
|
|||
@import url("formedit.css");
|
||||
|
||||
@import url("../../../css/menupage/menupage.css"); /* we need to call it from the theme until freemarker controller and menupage.ftl are created */
|
||||
@import url("../../../css/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */
|
|
@ -29,6 +29,31 @@ body {
|
|||
body{
|
||||
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
|
||||
}
|
||||
/* h1,h2,h3,h4,h5,h6 ------> */
|
||||
h2{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 22px;
|
||||
color: #2485ae;
|
||||
}
|
||||
h3{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 18px;
|
||||
color: #2485ae;
|
||||
}
|
||||
h4{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 16px;
|
||||
color: #2485ae;
|
||||
}
|
||||
h5{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 14px;
|
||||
color: #2485ae;
|
||||
}
|
||||
/* HEADER ------> */
|
||||
#branding {
|
||||
position: relative;
|
||||
|
@ -167,12 +192,6 @@ ul#main-nav {
|
|||
padding: 20px;
|
||||
}
|
||||
/* INTRO ------> */
|
||||
h2{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 22px;
|
||||
color: #2485ae;
|
||||
}
|
||||
#intro {
|
||||
float: left;
|
||||
width: 570px;
|
||||
|
@ -294,12 +313,6 @@ p.request-account a{
|
|||
color:#fff;
|
||||
}
|
||||
/* HOME SEARCH ------> */
|
||||
h3{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 18px;
|
||||
color: #2485ae;
|
||||
}
|
||||
#search-home {
|
||||
float: left;
|
||||
width: 533px;
|
||||
|
@ -335,12 +348,6 @@ input.search-home-vivo {
|
|||
padding-left: 30px;
|
||||
}
|
||||
/* BROWSE ------> */
|
||||
h4{
|
||||
padding: 10px 0 12px 0;
|
||||
margin:0;
|
||||
font-size: 16px;
|
||||
color: #2485ae;
|
||||
}
|
||||
#browse {
|
||||
clear: both;
|
||||
width: 920px;
|
||||
|
|
|
@ -89,9 +89,12 @@
|
|||
</nav>
|
||||
|
||||
<div id="wrapper-content">
|
||||
<#-- mb863: using for now until we have controllers page.ftl to render the two templates commented below-->
|
||||
<#-- mb863: using for now until we have controllers page.ftl to render the templates commented below-->
|
||||
<#--<#include "menupage/menupage.ftl">-->
|
||||
<#--<#include "menupage/menupage--classgroup-people.ftl">-->
|
||||
<#--<#include "individual/individual--generic-class.ftl">-->
|
||||
<#--<#include "individual/individual--foaf-person.ftl">-->
|
||||
|
||||
${body}
|
||||
</div> <!-- #wrapper-content -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue