Further development of Wilma theme, still include a lot of temporary files and directories. There are duplicated files, wrong file image location, still a work in progress.

This commit is contained in:
mb863 2010-10-25 18:43:26 +00:00
parent 3dd0b5163f
commit 97720d3720
34 changed files with 2844 additions and 32 deletions

View file

@ -41,7 +41,7 @@ html, body {
}
/* BRANDING ------> */
h2.vivo-logo {
h2.vivo-logo {
position:absolute;
width:386px;
height:59px;
@ -97,11 +97,10 @@ ul#header-nav a:hover, ul#header-nav a:active {
/* <------ HEADER */
/*MAIN NAVIGATION------> */
ul#main-nav {
display:block;
width:968px;
height:48px;
height:46px;
border:1px solid #dce4e3;
background-color:#f7f9f9;
margin:0 auto;
@ -111,10 +110,11 @@ ul#main-nav {
}
#main-nav li {
float:left;
line-height:40px;
background:url(../images/separator-main-nav.jpg) right -3px no-repeat;
line-height:46px;
background:url(../images/separator-main-nav.jpg) right -2px no-repeat;
}
#main-nav li a {
padding-left: 16px;
padding-right: 16px;
display:block;
@ -127,23 +127,24 @@ ul#main-nav {
}
#main-nav li a.selected {
color:#002b44;
background:url(../images/selected-main-nav.jpg) left -3px no-repeat;
background:url(../images/selected-main-nav.jpg) left -1px no-repeat;
margin-left:18px;
}
/* <------ MAIN NAVIGATION */
#wrapper-content {
width:970px;
clear:both;
width:930px;
margin:0 auto;
background:#fff;
min-height:450px;
padding:20px;
}
/* INTRO ------> */
#intro {
float:left;
width:600px;
width:570px;
padding-bottom:40px;
}
#intro h3 {
@ -258,8 +259,8 @@ p.forgot-password a {
clear:both;
float:left;
margin-left:38px;
margin-top:20px;
padding-top:20px;
margin-top:0;
padding-top:15px;
border-top:1px solid #e8ece9;
}
/* <------ LOG IN */
@ -298,7 +299,7 @@ input.search-home-vivo {
height:20px;
font-size:14;
color:#fff;
padding-top:15px;
padding-top:10px;
padding-left:30px;
}
/* <------ SEARCH */
@ -447,6 +448,7 @@ ul#class-group-list .count-individuals {
height:400px;
border:1px solid #dfe6e6;
background:#f7f9f9;
padding-bottom:30px;
}
#highlights h2 {
background:#5e6363;
@ -535,12 +537,14 @@ time.dtstart {
background:url(../images/date-display.jpg) 0 0 no-repeat;
color:#fff;
text-align:center;
padding-top:12px;
padding-top:10px;
font-size:20px;
}
time.dtstart span {
display:block;
font-size:11px;
color:#fff;
margin-top:-10px;
}
p.summary {
padding-left:50px;
@ -551,7 +555,7 @@ p.summary {
}
p.summary time {
display:block;
padding-top:5px;
padding-top:0;
font-weight:normal;
}
/* <------ UPCOMING EVENTS */
@ -593,7 +597,7 @@ p.publication-content span {
}
#footer-content p.copyright {
float:left;
padding-top:50px;
padding-top:48px;
padding-left: 30px;
width:500px;
}