NIHVIVO-1954: Removed edit.css from wilma. Added content of edit.css into wilma.css. Removed styles for Highlights section. Added space between selector name and opening bracket.

This commit is contained in:
mb863 2011-01-28 21:50:54 +00:00
parent 0ef2fda7a9
commit 8d4ac5ea5c
2 changed files with 359 additions and 471 deletions

View file

@ -1,253 +0,0 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
input[type="text"],
input[type="password"]{
border: 0;
font-size: 14px;
padding: .5em;
background: #fff;
border: 1px solid #e0dfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 0.8em;
}
input.block{
margin-bottom: 20px;
}
label{
margin-top: .5em;
}
/* mb: id selector for submit will be replaced for a class selector. Markup needs to be changed*/
input#submit,
input#submit:visited{
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
border: 0;
margin: 0;
background-color: #749a02;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6em;
margin-top: .5em;
}
input#delete,
input#delete:visited{
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
border: 0;
margin: 0;
background-color: #398aac;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6em;
}
input#submit:hover{
color: #fff;
background-color: #b2d15a;
}
input#delete:hover{
color: #fff;
background-color: #93c3d4;
}
input#delete:active,
input#submit:active{
top: 1px;
}
form textarea {
border: 1px solid #e0dfdf;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.maxWidth{
margin-top: 20px;
width: 100%;
}
form a:link.cancel, form a:visited.cancel {
text-decoration: underline;
color: #f70;
border-color: none;
padding-left: 3px;
}
form a:hover.cancel, form a:active.cancel {
text-decoration: none;
color: #f70;
background: none;
}
.validationError {
font-weight: normal;
color: #cc0000;
margin-bottom: .3em;
}
p.submit {
margin-top: 0;
padding-top: 0;
}
.editingForm table {
border-color: #dfe6e6;
}
.editingForm td{
padding: 3px;
}
.editingForm .entryFormHead {
background-color: #f1f2ee;
border-color: #dfe6e6;
}
.editingForm .entryFormHead h2{
color: #5F6464;
}
.form-item {
margin-top:.3em;
background-color: #fff;
border-color: #e0dfdf;
font-size: .8em;
border-width: 1px;
color: #595B5B;
padding: .3em;
}
.navlinkblock {
color: #5F6464;
}
.header {
color: #5F6464;
}
.database_header {
background-color: #f1f2ee;
color: #2485ae;
font-size: 1em;
}
.database_upperleftcorner {
color: #5F6464;
font-size: 1em;
}
.database_upperleftcenter {
background-color: #B0C4DE;
color: #5F6464;
font-size: 1em;
}
.rownumheader {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
}
.headercenter {
color: #5F6464;
font-size: 10pt;
font-style: normal;
text-align: center;
}
.postheader {
background-color: #E6E6FA;
color: #777;
font-size: 1em;
}
.database_postheader {
background-color: #f7f9f9;
font-size: 1em;
}
.postheadercenter {
font-size: 1em;
}
.postheaderright {
font-size: 1em;
}
.verticalfieldlabel {
color: #5F6464;
font-size: .8em;
}
.row, .rowvert {
background-color: #f7f9f9;
color: #5F6464;
font-size: 10pt;
font-style: normal;
text-align: left;
line-height: 2em;
}
.rowalternate {
background-color: #fff;
color: #5F6464;
font-size: 1em;
line-height: 2em;
}
.rowbold {
background-color: #FFFAFA;
color: #5F6464;
font-size: 1em;
}
.rownum {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
}
.form-background {
background-color: #fff;
}
.formsEdit p{
/*padding-top: 1em;*/
margin-bottom: 1.8em;
padding-bottom: 0;
margin-top: 0;
}
.formsEdit p.validationError{
margin-bottom: 1.8em;
margin-top: 0;
padding-top: 0;
font-size: .8em;
}
form.deleteForm{
margin-top: 2em;
padding-top: 1em;
border-top: 1px dotted #e3e9e9;
}
form h3.delete-entry{
padding-right: .8em;
display: inline;
}
form h2{
margin-bottom: 0;
padding-bottom: 10px;
}
form select{
border: 0;
font-size: 14px;
padding: .5em;
background: #fff;
border: 1px solid #e0dfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 0.8em;
margin-top: .7em;
margin-right: .5em;
}
.notice{
margin-top: 1em;
border: 1px dotted #FFD324;
}
a.ingestMenu:link, a.ingestMenu:visited{
text-decoration: none;
color: #5E6363;
}
a.ingestMenu:hover, a.ingestMenu:active{
text-decoration: none;
color: #2485AE;
}

View file

@ -43,6 +43,7 @@ h2{
font-size: 1.375em;
/*color: #2485ae; //Original color*/
color: #064d68;
line-height: 1.5em;
}
h2 a {
color: #2485ae;
@ -71,6 +72,266 @@ h5{
font-size: .875em;
color: #064d68;
}
/* -------------------------------------------------> */
/* EDITING STYLES ----------------------------------> */
/* -------------------------------------------------> */
input[type="text"],
input[type="password"] {
border: 0;
font-size: 14px;
padding: .5em;
background: #fff;
border: 1px solid #e0dfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 0.8em;
}
input.block {
margin-bottom: 20px;
}
label {
margin-top: .5em;
}
/* mb: id selector for submit will be replaced for a class selector. Markup needs to be changed*/
input#submit,
input#submit:visited {
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
border: 0;
margin: 0;
background-color: #749a02;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6em;
margin-top: .5em;
}
input#delete,
input#delete:visited {
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
border: 0;
margin: 0;
background-color: #398aac;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6em;
}
input#submit:hover {
color: #fff;
background-color: #b2d15a;
}
input#delete:hover {
color: #fff;
background-color: #93c3d4;
}
input#delete:active,
input#submit:active {
top: 1px;
}
form textarea {
border: 1px solid #e0dfdf;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.maxWidth {
margin-top: 20px;
width: 100%;
}
form a:link.cancel, form a:visited.cancel {
text-decoration: underline;
color: #f70;
border-color: none;
padding-left: 3px;
}
form a:hover.cancel, form a:active.cancel {
text-decoration: none;
color: #f70;
background: none;
}
.validationError {
font-weight: normal;
color: #cc0000;
margin-bottom: .3em;
}
p.submit {
margin-top: 0;
padding-top: 0;
}
.editingForm table {
border-color: #dfe6e6;
}
.editingForm td {
padding: 3px;
}
.editingForm .entryFormHead {
background-color: #f1f2ee;
border-color: #dfe6e6;
}
.editingForm .entryFormHead h2 {
color: #5F6464;
}
.form-item {
margin-top:.3em;
background-color: #fff;
border-color: #e0dfdf;
font-size: .8em;
border-width: 1px;
color: #595B5B;
padding: .3em;
}
.navlinkblock {
color: #5F6464;
}
.header {
color: #5F6464;
}
.database_header {
background-color: #f1f2ee;
color: #2485ae;
font-size: 1em;
}
.database_upperleftcorner {
color: #5F6464;
font-size: 1em;
}
.database_upperleftcenter {
background-color: #B0C4DE;
color: #5F6464;
font-size: 1em;
}
.rownumheader {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
}
.headercenter {
color: #5F6464;
font-size: 10pt;
font-style: normal;
text-align: center;
}
.postheader {
background-color: #E6E6FA;
color: #777;
font-size: 1em;
}
.database_postheader {
background-color: #f7f9f9;
font-size: 1em;
}
.postheadercenter {
font-size: 1em;
}
.postheaderright {
font-size: 1em;
}
.verticalfieldlabel {
color: #5F6464;
font-size: .8em;
}
.row, .rowvert {
background-color: #f7f9f9;
color: #5F6464;
font-size: 10pt;
font-style: normal;
text-align: left;
line-height: 2em;
}
.rowalternate {
background-color: #fff;
color: #5F6464;
font-size: 1em;
line-height: 2em;
}
.rowbold {
background-color: #FFFAFA;
color: #5F6464;
font-size: 1em;
}
.rownum {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
}
.form-background {
background-color: #fff;
}
.formsEdit p {
/*padding-top: 1em;*/
margin-bottom: 1.8em;
padding-bottom: 0;
margin-top: 1.2em;
}
.formsEdit p.validationError {
margin-bottom: 1.8em;
margin-top: 0;
padding-top: 0;
font-size: .8em;
}
form.deleteForm {
margin-top: 2em;
padding-top: 1em;
border-top: 1px dotted #e3e9e9;
}
form h3.delete-entry {
padding-right: .8em;
display: inline;
}
form h2 {
margin-bottom: 0;
padding-bottom: 10px;
}
form select {
border: 0;
font-size: 14px;
padding: .5em;
background: #fff;
border: 1px solid #e0dfdf;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 0.8em;
margin-top: .7em;
margin-right: .5em;
}
.notice {
margin-top: 1em;
border: 1px dotted #FFD324;
}
a.ingestMenu:link, a.ingestMenu:visited {
text-decoration: none;
color: #5E6363;
}
a.ingestMenu:hover, a.ingestMenu:active {
text-decoration: none;
color: #2485AE;
}
/* -------------------------------------------------> */
/* HOMEPAGE AND INTERIOR PAGES STYLES --------------> */
/* -------------------------------------------------> */
/* HEADER ------> */
#branding {
position: relative;
@ -429,67 +690,6 @@ ul#classes-in-classgroup a.selected {
svg text:hover {
color: #2EA0CF;
}
/* HIGHLIGHTS ------> */
#highlights {
clear: both;
width: 920px;
margin: 0 auto;
margin-top: 40px;
height: 400px;
border: 1px solid #dfe6e6;
background: #f7f9f9;
padding-bottom: 50px;
}
#highlights h4 {
width: 13%;
height: 30px;
margin-bottom: 27px;
padding-left: 15px;
font-weight: normal;
line-height: 38px;
color: #fff;
background: #5e6363;
font-size: 20px;
}
#highlights h5 {
color: #91b039;
font-size: 14px;
padding-bottom: 20px;
}
.global-highlights {
border: 1px solid #e8e8e8;
background: #fff;
float: left;
width: 235px;
padding: 24px;
}
/* FEATURED PEOPLE ------> */
#featured-people {
margin-left: 20px;
margin-right: 15px;
}
article.featured-people {
width: 245px;
height: 100px;
}
article.vcard p.fn {
float: left;
width: 130px;
font-size: 12px;
line-height: 1.3em;
margin-left: 20px;
color: #303e4e;
font-weight: bold;
}
article.vcard span.title {
display: block;
font-weight: normal;
font-style: italic;
}
article.vcard span.org {
display: block;
font-weight: normal;
}
p.view-all {
clear: both;
width: 200px;
@ -500,62 +700,6 @@ p.view-all {
a.view-all-style {
color: #303e4e
}
/* UPCOMING EVENTS------> */
#upcoming-events {
margin-right: 15px
}
article.vevent {
width: 233px;
height: 59px;
clear: both;
}
time.dtstart {
width: 40px;
height: 59px;
float: left;
background: url(../images/date-display.jpg) 0 0 no-repeat;
color: #fff;
text-align: center;
padding-top: 10px;
font-size: 20px;
}
time.dtstart span {
display: block;
font-size: 11px;
color: #fff;
margin-top: -10px;
}
p.summary {
padding-left: 50px;
padding-top: 12px;
color: #303e4e;
font-size: 12px;
font-weight: bold;
}
p.summary time {
display: block;
padding-top: 0;
font-weight: normal;
}
/* LATEST PUBLICATIONS ------> */
#latest-publications article {
width: 232px;
height: 35px;
background: url(../images/icon-pub.png) 0 0 no-repeat;
padding-bottom: 10px;
float: left;
}
p.publication-content {
padding-left: 40px;
color: #303e4e;
font-size: 12px;
font-weight: bold;
line-height: 1.3em;
}
p.publication-content span {
display: block;
font-weight: normal;
}
/* FOOTER------> */
footer {
clear: both;
@ -615,8 +759,6 @@ a.powered-by-vivo:hover {
color: #4e5051;
text-decoration: none;
}
/* GENERAL STYLE ------> */
p{
margin-bottom: 1.3em;
}
@ -1235,6 +1377,5 @@ a {
color: #5E6363;
font-size: 1em;
margin-left: 0.6em;
font-weight: bold;
}