NIHVIVO-1979: Made stylesheets syntax consistent across the app.

This commit is contained in:
mb863 2011-02-02 02:59:12 +00:00
parent fa0d314699
commit c54f2c75b7
16 changed files with 846 additions and 634 deletions

View file

@ -1,8 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document */
/* <------ INDIVIDUAL CORE:OVERVIEW */ /* <------ INDIVIDUAL CORE:OVERVIEW */
#overview { #overview {
clear: left; clear: left;

View file

@ -1,17 +1,76 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
.ui-state-error h1 { font-size:14px; margin:0; padding:0; color: #CD0A0A; font-weight: bold; } .ui-notify {
.ui-state-error p { color: #CD0A0A; } width: 350px;
position: fixed;
top: 10px;
right: 10px;
}
.ui-notify-message {
padding: 10px;
margin-bottom: 15px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.ui-notify-message h1 {
font-size: 14px;
margin: 0;
padding: 0;
}
.ui-notify-message p {
margin: 3px 0;
padding: 0;
line-height: 18px
}
.ui-notify-message:last-child {
margin-bottom: 0;
}
.ui-notify-message-style {
background: #000;
background: rgba(0,0,0,0.8);
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
box-shadow: 0 0 6px #000;
}
.ui-notify-message-style h1 {
color: #fff;
font-weight: bold;
}
.ui-notify-message-style p {
color: #fff;
}
.ui-notify-close {
color: #fff;
text-decoration: underline
}
.ui-notify-click {
cursor: pointer;
}
.ui-notify-cross {
margin-top: -4px;
float: right;
cursor: pointer;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
padding: 2px;
}
.ui-notify-cross:hover {
color: #ffffab;
}
.ui-notify-cross:active {
position:relative;
top: 1px;
}
.ui-state-error h1 {
font-size: 14px;
margin: 0;
padding: 0;
color: #cd0a0a;
font-weight: bold;
}
.ui-state-error p {
color: #cd0a0a;
}

View file

@ -1,305 +1,634 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* CSS Document */ /* CSS Document */
body{ body {
background:url(../../../site_icons/visualization/coauthorship/bg.gif) repeat-x 0 0 #FDF9EE; color:#4E4628; background: url(../../../site_icons/visualization/coauthorship/bg.gif) repeat-x 0 0 #FDF9EE;
font:normal 14px/19px Arial, Helvetica, sans-serif; color: #4E4628;
margin:0; padding:0;} font: normal 14px/19px Arial, Helvetica, sans-serif;
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{ margin: 0;
margin:0; padding:0;} padding: 0;
ul{ }
list-style:none;} div,
.spacer{ h1,
font-size:0; line-height:0; clear:both;} h2,
h3,
h4,
/* ----------------- top navigation start --------------------- */ h5,
#topNav{ h6,
width:1000px; position:relative; form,
margin:0 auto; padding:8px 0 0 50px;} label,
#topNav h1{ input,
color:#786E4E; span,
ul,
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;} li,
#topNav h1 span{ p,
color:#0B0B0B; a {
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;} margin: 0;
#topNav img{ padding: 0;
} }
#topNav ul{ ul {
background:url(../../../site_icons/visualization/coauthorship/top_ul_bg.gif) no-repeat 0 8px; list-style: none;
width:503px; height:23px; padding:8px 0 0 8px; margin:0 0 0 217px;} }
#topNav ul li{ .spacer {
background-color:#E1DBC7; color:#0B0B0B; float:left; font-size:0 ;
font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform:uppercase;} line-height: 0;
#topNav ul li a{ clear: both;
background-color:#E1DBC7; color:#0B0B0B; }
font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; /* top navigation */
text-transform:uppercase; text-align:center; text-decoration:none; #topNav {
width:65px; height:23px; display:block;} width: 1000px;
#topNav ul li a.hover{ position: relative;
background:url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7; color:#FFFFFF; margin: 0 auto;
font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 8px 0 0 50px;
text-transform:uppercase; text-align:center; text-decoration:none; }
width:65px; height:23px; display:block;} #topNav h1 {
#topNav ul li a:hover{ color: #786E4E;
background:url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7; color:#FFFFFF; font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
font:bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif; }
text-transform:uppercase; text-align:center; text-decoration:none; #topNav h1 span {
width:65px; height:23px; display:block;} color: #0B0B0B;
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;
/* ----------------- top navigation end --------------------- */ }
/* ----------------- shadow start --------------------------- */ #topNav ul {
#topShadow{ background: url(../../../site_icons/visualization/coauthorship/top_ul_bg.gif) no-repeat 0 8px;
background:url(../../../site_icons/visualization/coauthorship/top_shadow.gif) no-repeat 0 0 #FDF9EE; width: 503px;
color:#4E4628; height: 23px;
width:822px; padding: 8px 0 0 8px;
height:34px; margin: 0 0 0 217px;
float:left; }
#topNav ul li {
background-color: #E1DBC7;
color: #0B0B0B; float:left;
font: bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#topNav ul li a {
background-color: #E1DBC7;
color: #0B0B0B;
font: bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
text-decoration: none;
width: 65px;
height :23px;
display: block;
}
#topNav ul li a.hover {
background: url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7;
color: #FFFFFF;
font: bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
text-decoration: none;
width: 65px;
height: 23px;
display: block;
}
#topNav ul li a:hover {
background: url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7;
color: #FFFFFF;
font: bold 11px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align: center;
text-decoration: none;
width: 65px;
height: 23px;
display: block;
}
/* shadow */
#topShadow {
background: url(../../../site_icons/visualization/coauthorship/top_shadow.gif) no-repeat 0 0 #FDF9EE;
color: #4E4628;
width: 822px;
height: 34px;
float: left;
margin-top: 9px; margin-top: 9px;
margin-right: 0; margin-right: 0;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0; margin-left: 0;
} }
#bottomShadow{ #bottomShadow {
background:url(../../../site_icons/visualization/coauthorship/bottom_shadow.gif) no-repeat 0 0 #FDF9EE; color:#4E4628; background: url(../../../site_icons/visualization/coauthorship/bottom_shadow.gif) no-repeat 0 0 #FDF9EE;
width:1000px; height:24px; float:left;} color: #4E4628;
/* ----------------- shadow end --------------------------- */ width: 1000px;
/* ----------------- body start --------------------------- */ height: 24px;
#body{ float: left;
width:1000px; margin:0 auto; position:relative;} }
#bodyPannel{ /* body start */
background:url(../../../site_icons/visualization/coauthorship/midle_bg.gif) repeat-y 0 0 #FDF9EE; #body {
color:#4E4628; width: 1000px;
width:765px; margin: 0 auto;
float:left; position: relative;
}
#bodyPannel {
background: url(../../../site_icons/visualization/coauthorship/midle_bg.gif) repeat-y 0 0 #FDF9EE;
color: #4E4628;
width: 765px;
float: left;
padding-top: 0; padding-top: 0;
padding-right: 28px; padding-right: 28px;
padding-bottom: 0; padding-bottom: 0;
padding-left: 28px; padding-left: 28px;
} }
#bodyPannel form.search{ #bodyPannel form.search {
background-color:#FFFFFF; color:#000000; border:#ECE8DB 1px solid; background-color: #FFFFFF;
width:248px; padding:7px 17px 27px 17px; float:left;} color: #000000;
#bodyPannel form.search h2{ border: #ECE8DB 1px solid;
background:url(../../../site_icons/visualization/coauthorship/search_h2_bg.gif) no-repeat 0 0 #FFFFFF; color:#786E4E; width: 248px;
width:197px; padding:0 0 10px 50px; float:left; padding: 7px 17px 27px 17px;
font:normal 24px/42px Georgia, "Times New Roman", Times, serif;} float: left;
#bodyPannel form.search h2 span{ }
background-color:#FFFFFF; color:#0B0B0B; #bodyPannel form.search h2 {
font:normal 24px/42px Georgia, "Times New Roman", Times, serif;} background: url(../../../site_icons/visualization/coauthorship/search_h2_bg.gif) no-repeat 0 0 #FFFFFF;
#bodyPannel form.search label{ color: #786E4E;
background-color:#FFFFFF; color:#0B0B0B; margin:0 0 8px 0; float:left; width: 197px; padding:0 0 10px 50px;
font:bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;} float: left;
#bodyPannel form.search input{ font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid; }
width:158px; height:22px; padding:2px; margin:0 0 8px 0; float:right; #bodyPannel form.search h2 span {
font:normal 14px/20px Arial, Helvetica, sans-serif;} background-color: #FFFFFF;
#bodyPannel form.search p{ color: #0B0B0B;
background-color:#FFFFFF; color:#CC0000; float:left; margin:6px 0 0 0; font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
font:normal 13px/15px Arial, Helvetica, sans-serif;} }
#bodyPannel form.search input.check{ #bodyPannel form.search label {
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid; background-color: #FFFFFF;
width:15px; height:15px; float:left; margin:6px 0 0 9px;} color: #0B0B0B;
#bodyPannel form.search input.submit{ margin: 0 0 8px 0;
background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 37px 0 #FFFFFF; color:#0B0B0B; border:none; float: left;
width:53px; height:13px; float:right; margin:7px 0 0 0; padding:0 23px 0 0; cursor:pointer; font: bold 10px/28px Arial, Helvetica, sans-serif;
font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;} text-transform: uppercase;
#eventLink{ }
width:345px; padding:0 0 0 70px; float:left;} #bodyPannel form.search input {
#eventLink h2{ background-color: #EFEBDE;
background:url(../../../site_icons/visualization/coauthorship/event_link_bg.gif) no-repeat 0 7px #FFFFFF; color:#786E4E; color: #0B0B0B;
padding:6px 0 10px 48px; border: #C3BCA4 1px solid;
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;} width: 158px;
#eventLink h2 span{ height: 22px;
background-color:#FFFFFF; color:#0B0B0B; padding: 2px;
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;} margin: 0 0 8px 0; float: right;
#eventLink ul{ font: normal 14px/20px Arial, Helvetica, sans-serif;
float:left; padding:0 0 0 5px;} }
#eventLink ul li{ #bodyPannel form.search p {
font:normal 13px/19px Arial, Helvetica, sans-serif; background-color: #FFFFFF;
background:url(../../../site_icons/visualization/coauthorship/red_arrow.gif) no-repeat 0 7px #FFFFFF; color:#4E4628; color: #CC0000; float:left;
padding:0 0 0 6px;} margin: 6px 0 0 0;
#eventLink ul li a{ font: normal 13px/15px Arial, Helvetica, sans-serif;
font:normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none; }
background-color:#FFFFFF; color:#4E4628; #bodyPannel form.search input.check {
padding:0 4px; display:block;} background-color: #EFEBDE;
#eventLink ul li a:hover{ color: #0B0B0B;
font:normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none; border: #C3BCA4 1px solid;
background-color:#F4EFDF; color:#4E4628; width: 15px;
padding:0 4px; display:block;} height: 15px;
#eventLink a.more{ float: left;
background:url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 66px 0 #FFFFFF; color:#0B0B0B; float:right; margin: 6px 0 0 9px;
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; }
padding:0 20px 0 0; margin:5px 10px 0 0;} #bodyPannel form.search input.submit {
#eventLink a.more:hover{ background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 37px 0 #FFFFFF;
background:url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 66px 0 #FFFFFF; color:#0B0B0B; float:right; color: #0B0B0B;
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; border: none;
padding:0 20px 0 0; margin:5px 10px 0 0;} width: 53px; height:13px;
#midle{ float:right; margin:7px 0 0 0;
background:url(../../../site_icons/visualization/coauthorship/picture.gif) no-repeat 0 0 #FFFFFF; color:#4E4628; padding: 0 23px 0 0;
padding:270px 0 0 0;} cursor: pointer;
#midle h2{ font:normal 10px/13px Arial, Helvetica, sans-serif;
background-color:#FFFFFF; color:#0B0B0B; text-transform: uppercase;
font:normal 28px/46px Georgia, "Times New Roman", Times, serif;} }
#midle h2 span{ #eventLink {
background-color:#FFFFFF; color:#A60101; width: 345px;
font:normal 28px/46px Georgia, "Times New Roman", Times, serif;} padding: 0 0 0 70px;
#midle p{ float: left;
font:normal 14px/19px Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#4E4628;} }
#midle a.more{ #eventLink h2 {
background:url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 66px 0 #FFFFFF; color:#0B0B0B; float:right; background: url(../../../site_icons/visualization/coauthorship/event_link_bg.gif) no-repeat 0 7px #FFFFFF;
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; color: #786E4E;
padding:0 20px 0 0; margin:5px 35px 0 0;} padding: 6px 0 10px 48px;
#midle a.more:hover{ font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
background:url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 66px 0 #FFFFFF; color:#0B0B0B; float:right; }
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; #eventLink h2 span {
padding:0 20px 0 0; margin:5px 35px 0 0;} background-color: #FFFFFF;
#colorBg{ color: #0B0B0B;
background-color:#FCFAF3; float:left; color:#0B0B0B; font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
margin:18px 0 0 0; padding:18px 40px 18px 38px; width:642px;} }
#futurePlans{ #eventLink ul {
width:298px; float:left;} float: left;
#futurePlans h2.text1{ padding: 0 0 0 5px;
background-color:#FCFAF3; color:#0B0B0B; }
font:normal 28px/40px Georgia, "Times New Roman", Times, serif;} #eventLink ul li {
#futurePlans h2.text1 span{ font: normal 13px/19px Arial, Helvetica, sans-serif;
background-color:#FCFAF3; color:#A60101; background: url(../../../site_icons/visualization/coauthorship/red_arrow.gif) no-repeat 0 7px #FFFFFF;
font:normal 28px/40px Georgia, "Times New Roman", Times, serif;} color: #4E4628;
#futurePlans ul{ float:left;} padding: 0 0 0 6px;
#futurePlans ul li{ }
font:normal 13px/19px Arial, Helvetica, sans-serif; color:#4E4628; #eventLink ul li a {
background:url(../../../site_icons/visualization/coauthorship/red_bullet.gif) no-repeat 0 6px #FCFAF3; padding:0 0 0 10px;} font: normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none;
#futurePlans ul li a{ background-color: #FFFFFF;
font:bold 13px/19px Arial, Helvetica, sans-serif; text-decoration:none; color: #4E4628;
background-color:#FCFAF3; color:#4E4628; display:block;} padding: 0 4px;
#futurePlans ul li a:hover{ display: block;
font:bold 13px/19px Arial, Helvetica, sans-serif; text-decoration:none; }
background-color:#EAE6D9; color:#4E4628; display:block;} #eventLink ul li a:hover {
#futurePlans p{ font: normal 13px/19px Arial, Helvetica, sans-serif;
background:url(../../../site_icons/visualization/coauthorship/boeder.gif) repeat-x 0 14px #FCFAF3; color:#0B0B0B; text-decoration: none;
height:13px; line-height:13px; padding:14px 0 19px 0;} background-color: #F4EFDF;
#futurePlans p a.more{ color: #4E4628;
background:url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 76px 0 #FCFAF3; color:#0B0B0B; float:right; padding: 0 4px;
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; display: block;
padding:0 20px 0 10px; margin:0;} }
#futurePlans p a.more:hover{ #eventLink a.more {
background:url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 76px 0 #FCFAF3; color:#0B0B0B; float:right; background: url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 66px 0 #FFFFFF;
font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; color: #0B0B0B;
padding:0 20px 0 10px; margin:0;} float: right;
#newsLetter{ font: bold 10px/13px Arial, Helvetica, sans-serif; text-decoration: none;
margin:0 auto;} text-transform: uppercase;
#newsLetter span.nltop{ padding: 0 20px 0 0;
background:url(../../../site_icons/visualization/coauthorship/newsletter_top.gif) no-repeat 0 0 #FFFFFF; color:#000000; margin: 5px 10px 0 0;
line-height:0; font-size:0; height:15px; display:block;} }
#newsLetter span.nlbottom{ #eventLink a.more:hover {
background:url(../../../site_icons/visualization/coauthorship/newsletter_bottom.gif) no-repeat 0 0 #FFFFFF; color:#000000; background: url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 66px 0 #FFFFFF;
line-height:0; font-size:0; height:14px; display:block;} color: #0B0B0B;
#newsLetter .middle{ float: right;
background:url(../../../site_icons/visualization/coauthorship/newsletter_midle.gif) repeat-y 0 0 #FFFFFF; font: bold 10px/13px Arial, Helvetica, sans-serif;
color:#000000; text-decoration: none;
width:140px; text-transform: uppercase;
padding-left:5px; padding: 0 20px 0 0;
padding-right:5px; margin:5px 10px 0 0;
}
#midle {
background: url(../../../site_icons/visualization/coauthorship/picture.gif) no-repeat 0 0 #FFFFFF;
color: #4E4628;
padding: 270px 0 0 0;
}
#midle h2 {
background-color: #FFFFFF;
color: #0B0B0B;
font: normal 28px/46px Georgia, "Times New Roman", Times, serif;
}
#midle h2 span {
background-color: #FFFFFF;
color: #A60101;
font: normal 28px/46px Georgia, "Times New Roman", Times, serif;
}
#midle p {
font: normal 14px/19px Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #4E4628;
}
#midle a.more {
background: url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 66px 0 #FFFFFF;
color: #0B0B0B;
float:right;
font: bold 10px/13px Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
padding: 0 20px 0 0;
margin: 5px 35px 0 0;
}
#midle a.more: hover {
background: url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 66px 0 #FFFFFF;
color: #0B0B0B; float:right;
font: bold 10px/13px Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
padding: 0 20px 0 0;
margin: 5px 35px 0 0;
}
#colorBg {
background-color: #FCFAF3;
float: left;
color: #0B0B0B;
margin: 18px 0 0 0;
padding: 18px 40px 18px 38px;
width: 642px;
}
#futurePlans {
width: 298px;
float: left;
}
#futurePlans h2.text1 {
background-color: #FCFAF3;
color: #0B0B0B;
font: normal 28px/40px Georgia, "Times New Roman", Times, serif;
}
#futurePlans h2.text1 span {
background-color: #FCFAF3;
color: #A60101;
font: normal 28px/40px Georgia, "Times New Roman", Times, serif;
}
#futurePlans ul {
float: left;
}
#futurePlans ul li {
font: normal 13px/19px Arial, Helvetica, sans-serif;
color: #4E4628;
background: url(../../../site_icons/visualization/coauthorship/red_bullet.gif) no-repeat 0 6px #FCFAF3;
padding: 0 0 0 10px;
}
#futurePlans ul li a {
font: bold 13px/19px Arial, Helvetica, sans-serif; text-decoration:none;
background-color: #FCFAF3;
color: #4E4628;
display: block;
}
#futurePlans ul li a:hover {
font: bold 13px/19px Arial, Helvetica, sans-serif;
text-decoration: none;
background-color: #EAE6D9;
color: #4E4628;
display: block;
}
#futurePlans p {
background: url(../../../site_icons/visualization/coauthorship/boeder.gif) repeat-x 0 14px #FCFAF3;
color: #0B0B0B;
height: 13px;
line-height: 13px;
padding: 14px 0 19px 0;
}
#futurePlans p a.more {
background: url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 76px 0 #FCFAF3;
color: #0B0B0B;
float: right;
font: bold 10px/13px Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: uppercase;
padding: 0 20px 0 10px;
margin: 0;
}
#futurePlans p a.more:hover {
background: url(../../../site_icons/visualization/coauthorship/more_bg_h.gif) no-repeat 76px 0 #FCFAF3;
color: #0B0B0B;
float: right;
font: bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none;
text-transform: uppercase;
padding: 0 20px 0 10px;
margin: 0;
}
#newsLetter {
margin: 0 auto;
}
#newsLetter span.nltop {
background: url(../../../site_icons/visualization/coauthorship/newsletter_top.gif) no-repeat 0 0 #FFFFFF;
color: #000000;
line-height: 0;
font-size: 0;
height: 15px;
display: block;
}
#newsLetter span.nlbottom {
background: url(../../../site_icons/visualization/coauthorship/newsletter_bottom.gif) no-repeat 0 0 #FFFFFF;
color: #000000;
line-height: 0;
font-size: 0;
height: 14px;
display: block;
}
#newsLetter .middle {
background: url(../../../site_icons/visualization/coauthorship/newsletter_midle.gif) repeat-y 0 0 #FFFFFF;
color: #000000;
width: 140px;
padding-left: 5px;
padding-right: 5px;
}
#newsLetter form.newsLetter h2.text2 {
background:u rl(../../../site_icons/visualization/coauthorship/newsletter_h2_bg.gif) no-repeat 0 0;
color: #786E4E;
padding: 0 0 10px 65px;
float: left;
width: 228px;
height: 37px;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#newsLetter form.newsLetter h2.text2 span {
background-color: #FFFFFF;
color: #0B0B0B;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#newsLetter form.newsLetter label {
background-color: #FFFFFF;
color: #0B0B0B;
margin: 0 0 8px 0;
float: left;
font: bold 10px/28px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#newsLetter form.newsLetter input {
background-color: #EFEBDE;
color: #0B0B0B;
border: #C3BCA4 1px solid;
width: 168px;
height: 22px;
padding: 2px;
margin: 0 0 8px 15px;
float: left;
font: normal 14px/20px Arial, Helvetica, sans-serif;
}
#newsLetter form.newsLetter input.submit {
background: url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 45px 0 #FFFFFF;
color: #0B0B0B;
border: none;
width: 60px;
height: 13px;
float: right;
margin: 7px 34px 0 0;
padding: 0 30px 0 0;
cursor: pointer;
font: normal 10px/13px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#contact {
width: 312px;
float: right;
}
#contact span.ctop {
background: url(../../../site_icons/visualization/coauthorship/contact_top.gif) no-repeat 0 0 #FCFAF3;
color: #000000;
line-height: 0;
font-size: 0;
height: 14px;
display: block;
}
#contact span.cbottom {
background: url(../../../site_icons/visualization/coauthorship/contact_bottom.gif) no-repeat 0 0 #FCFAF3;
color: #000000;
line-height: 0;
font-size: 0;
height: 25px;
display: block;
}
#contact form.contact {
background: url(../../../site_icons/visualization/coauthorship/contact_midle.gif) repeat-y 0 0 #FCFAF3;
color: #000;
width: 272px;
padding: 0 20px;
float: left;
}
#contact form.contact h2.text3 {
background: url(../../../site_icons/visualization/coauthorship/contact_h2_bg.gif) no-repeat 0 0 #FFFFFF;
color: #0B0B0B;
padding: 0 0 10px 55px;
float: left; width:228px;
height: 37px;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#contact form.contact h2.text3 span {
background-color: #FFFFFF;
color: #A60101;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#contact form.contact label {
background-color: #FFFFFF;
color: #0B0B0B;
margin: 0 0 8px 0;
float: left;
font: bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;
}
#contact form.contact input {
background-color: #EFEBDE;
color: #0B0B0B;
border: #C3BCA4 1px solid;
width: 168px;
height: 22px;
padding: 2px;
margin: 0 0 8px 15px;
float: right;
font: normal 14px/20px Arial, Helvetica, sans-serif;
}
#contact form.contact textarea {
background-color: #EFEBDE;
color: #0B0B0B;
border: #C3BCA4 1px solid;
width: 168px;
height: 66px;
padding: 2px;
margin: 0 0 13px 15px;
float: right;
font: normal 14px/20px Arial, Helvetica, sans-serif;
}
#contact form.contact input.submit {
background: url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 45px 0 #FFFFFF;
color: #0B0B0B;
border: none;
width: 60px;
height: 13px;
float: right;
margin: 0 0 0 10px;
padding: 0 20px 0 0;
cursor: pointer;
font: normal 10px/13px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
#contact form.contact input.reset {
background: url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 45px 0 #FFFFFF;
color: #0B0B0B;
border: none;
width: 60px; height:13px;
float: right;
margin: 0;
padding: 0 15px 0 0;
cursor: pointer;
font: normal 10px/13px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
/* footer */
#footer {
position: relative;
margin: 0 auto;
width: 678px;
padding: 12px 0 50px;
}
#footer a.xhtml {
background-color: #CC0000;
color: #FFFFFF;
width: 49px;
height: 16px;
margin: 0 6px 0 0;
font: bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block;
text-align: center;
text-decoration: none;
float: left;
}
#footer a.xhtml:hover {
background-color: #0B0B0B;
color: #FFFFFF;
width: 49px;
height: 16px;
margin: 0 6px 0 0;
font: bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block;
text-align: center;
text-decoration: none;
float: left;
}
#footer a.css {
background-color: #0B0B0B;
color: #FFFFFF;
width: 38px;
height: 16px;
font: bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block;
text-align: center;
text-decoration: none;
float: left;
}
#footer a.css:hover {
background-color: #CC0000;
color: #FFFFFF;
width: 38px;
height: 16px;
font: bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display: block; text-align:center;
text-decoration: none;
float: left;
}
#footer ul {
float: right;
}
#footer ul li {
float: left; color:#0B0B0B;
background-color: #FDF9EE;
font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer ul li a {
color: #0B0B0B;
background-color: #FDF9EE;
padding: 0 8px;
text-decoration: none;
font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer ul li a:hover {
color: #0B0B0B;
background-color: #EFEBDE;
padding: 0 8px;
text-decoration: none;
font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer p {
color: #A90000;
background-color: #FDF9EE;
padding: 0 8px;
float: right;
font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer p.tworld {
color: #0B0B0B;
background-color: #FDF9EE;
padding: 0 8px;
float: right;
font: normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer p.tworld a {
color: #0B0B0B;
background-color: #FDF9EE;
text-decoration: none;
font: normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer p.tworld a:hover {
color: #0B0B0B;
background-color: #EFEBDE;
text-decoration: none;
font: normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
} }
#newsLetter form.newsLetter h2.text2{
background:url(../../../site_icons/visualization/coauthorship/newsletter_h2_bg.gif) no-repeat 0 0; color:#786E4E;
padding:0 0 10px 65px; float:left; width:228px; height:37px;
font:normal 24px/30px Georgia, "Times New Roman", Times, serif;}
#newsLetter form.newsLetter h2.text2 span{
background-color:#FFFFFF; color:#0B0B0B;
font:normal 24px/30px Georgia, "Times New Roman", Times, serif;}
#newsLetter form.newsLetter label{
background-color:#FFFFFF; color:#0B0B0B; margin:0 0 8px 0; float:left;
font:bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#newsLetter form.newsLetter input{
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid;
width:168px; height:22px; padding:2px; margin:0 0 8px 15px; float:left;
font:normal 14px/20px Arial, Helvetica, sans-serif;}
#newsLetter form.newsLetter input.submit{
background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 45px 0 #FFFFFF; color:#0B0B0B; border:none;
width:60px; height:13px; float:right; margin:7px 34px 0 0; padding:0 30px 0 0; cursor:pointer;
font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#contact{
width:312px; float:right;}
#contact span.ctop{
background:url(../../../site_icons/visualization/coauthorship/contact_top.gif) no-repeat 0 0 #FCFAF3; color:#000000;
line-height:0; font-size:0; height:14px; display:block;}
#contact span.cbottom{
background:url(../../../site_icons/visualization/coauthorship/contact_bottom.gif) no-repeat 0 0 #FCFAF3; color:#000000;
line-height:0; font-size:0; height:25px; display:block;}
#contact form.contact{
background:url(../../../site_icons/visualization/coauthorship/contact_midle.gif) repeat-y 0 0 #FCFAF3; color:#000000;
width:272px; padding:0 20px; float:left;}
#contact form.contact h2.text3{
background:url(../../../site_icons/visualization/coauthorship/contact_h2_bg.gif) no-repeat 0 0 #FFFFFF; color:#0B0B0B;
padding:0 0 10px 55px; float:left; width:228px; height:37px;
font:normal 24px/30px Georgia, "Times New Roman", Times, serif;}
#contact form.contact h2.text3 span{
background-color:#FFFFFF; color:#A60101;
font:normal 24px/30px Georgia, "Times New Roman", Times, serif;}
#contact form.contact label{
background-color:#FFFFFF; color:#0B0B0B; margin:0 0 8px 0; float:left;
font:bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#contact form.contact input{
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid;
width:168px; height:22px; padding:2px; margin:0 0 8px 15px; float:right;
font:normal 14px/20px Arial, Helvetica, sans-serif;}
#contact form.contact textarea{
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid;
width:168px; height:66px; padding:2px; margin:0 0 13px 15px; float:right;
font:normal 14px/20px Arial, Helvetica, sans-serif;}
#contact form.contact input.submit{
background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 45px 0 #FFFFFF; color:#0B0B0B; border:none;
width:60px; height:13px; float:right; margin:0 0 0 10px; padding:0 20px 0 0; cursor:pointer;
font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}
#contact form.contact input.reset{
background:url(../../../site_icons/visualization/coauthorship/more_bg.gif) no-repeat 45px 0 #FFFFFF; color:#0B0B0B; border:none;
width:60px; height:13px; float:right; margin:0; padding:0 15px 0 0; cursor:pointer;
font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}
/* ----------------- body end --------------------------- */
/* ----------------- footer start --------------------------- */
#footer{
position:relative; margin:0 auto; width:678px; padding:12px 0 50px;}
#footer a.xhtml{
background-color:#CC0000; color:#FFFFFF; width:49px; height:16px; margin:0 6px 0 0;
font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display:block; text-align:center; text-decoration:none; float:left;}
#footer a.xhtml:hover{
background-color:#0B0B0B; color:#FFFFFF; width:49px; height:16px; margin:0 6px 0 0;
font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display:block; text-align:center; text-decoration:none; float:left;}
#footer a.css{
background-color:#0B0B0B; color:#FFFFFF; width:38px; height:16px;
font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display:block; text-align:center; text-decoration:none; float:left;}
#footer a.css:hover{
background-color:#CC0000; color:#FFFFFF; width:38px; height:16px;
font:bold 13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
display:block; text-align:center; text-decoration:none; float:left;}
#footer ul{
float:right;}
#footer ul li{
float:left; color:#0B0B0B; background-color:#FDF9EE;
font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer ul li a{
color:#0B0B0B; background-color:#FDF9EE; padding:0 8px; text-decoration:none;
font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer ul li a:hover{
color:#0B0B0B; background-color:#EFEBDE; padding:0 8px; text-decoration:none;
font:normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer p{
color:#A90000; background-color:#FDF9EE; padding:0 8px; float:right;
font:normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer p.tworld{
color:#0B0B0B; background-color:#FDF9EE; padding:0 8px; float:right;
font:normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer p.tworld a{
color:#0B0B0B; background-color:#FDF9EE; text-decoration:none;
font:normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#footer p.tworld a:hover{
color:#0B0B0B; background-color:#EFEBDE; text-decoration:none;
font:normal 12px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#nodeData div { #nodeData div {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
@ -314,5 +643,5 @@ color:#0B0B0B;
#nodeData .works .numbers { #nodeData .works .numbers {
text-align: right; text-align: right;
width: 40px; width: 40px;
float:left; float: left;
} }

View file

@ -1,4 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
.disabled-checkbox-event-receiver { .disabled-checkbox-event-receiver {
background-color: white; background-color: #fff;
} }

View file

@ -1,23 +1,17 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
@CHARSET "UTF-8";
#body { #body {
font: 0.9em Helvetica; font: 0.9em Helvetica;
background-color: #fff; background-color: #fff;
min-height: 800px; min-height: 800px;
width: 100%; width: 100%;
/*min-width: 900px;*/
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;
} }
.easy-deselect-label a.temporal-vis-url { .easy-deselect-label a.temporal-vis-url {
float: right; float: right;
} }
a.temporalGraphLinks { a.temporalGraphLinks {
/*float:right;*/
background-color: #2485AE; background-color: #2485AE;
color: white; color: white;
cursor: pointer; cursor: pointer;
@ -29,36 +23,29 @@ a.temporalGraphLinks {
text-decoration: none; text-decoration: none;
padding-bottom: 3px; padding-bottom: 3px;
} }
a.clear-selected-entities { a.clear-selected-entities {
background-color: #878787; background-color: #878787;
} }
#paginated-table-footer { #paginated-table-footer {
margin-top: 10px; margin-top: 10px;
text-align: left; text-align: left;
height: 25px; height: 25px;
} }
#loading-comparisons { #loading-comparisons {
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-weight: bold;
} }
#loading-comparisons img { #loading-comparisons img {
vertical-align: sub; vertical-align: sub;
} }
#legend-row-header a { #legend-row-header a {
background-color: #878787; background-color: #878787;
} }
#reset-search { #reset-search {
color: #2485AE; color: #2485AE;
cursor: pointer; cursor: pointer;
margin-left: 10px; margin-left: 10px;
} }
#yaxislabel { #yaxislabel {
font-size: 12px; font-size: 12px;
float:right; float:right;
@ -70,29 +57,24 @@ a.clear-selected-entities {
margin-top: 50px; margin-top: 50px;
position: absolute !important; position: absolute !important;
} }
#xaxislabel{ #xaxislabel{
font-size: 12px; font-size: 12px;
margin-top: -5px; margin-top: -5px;
text-align: center; text-align: center;
} }
#notification-container { #notification-container {
position: inherit; position: inherit;
} }
.disabled-checkbox-event-receiver { .disabled-checkbox-event-receiver {
height: 21px; height: 21px;
position: absolute; position: absolute;
width: 21px; width: 21px;
display:none; display:none;
} }
#functions{ #functions{
margin-top: 20px; margin-top: 20px;
margin-bottom: -40px; margin-bottom: -40px;
} }
#bar { #bar {
height: 20px; height: 20px;
float: left; float: left;
@ -103,72 +85,58 @@ a.clear-selected-entities {
#checkbox{ #checkbox{
float:left; float:left;
} }
.easy-deselect-label { .easy-deselect-label {
float: left; float: left;
font-size: 12px; font-size: 12px;
width: 160px; width: 160px;
text-align: left; text-align: left;
} }
.easy-deselect-label a,
.easy-deselect-label a, #text { #text {
text-decoration: none; text-decoration: none;
color: black; color: black;
font-family: Helvetica; font-family: Helvetica;
font-size: 1em; font-size: 1em;
} }
.easy-deselect-label .entity-label { .easy-deselect-label .entity-label {
color:red; color: #f00;
} }
.small-arrows { .small-arrows {
font-size: 0.9em; font-size: 0.9em;
padding: 0 !important; padding: 0 !important;
text-decoration: none; text-decoration: none;
vertical-align: top; vertical-align: top;
} }
#header-entity-label { #header-entity-label {
font-size: 1.1em; font-size: 1.1em;
font-weight: bold; font-weight: bold;
} }
.ellipsis { .ellipsis {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
.entity-label-url { .entity-label-url {
width: 125px; width: 125px;
margin-left: 10px; margin-left: 10px;
display:inline-block; display: inline-block;
text-decoration: underline; text-decoration: underline;
} }
.ellipsis.multiline { .ellipsis.multiline {
white-space: normal; white-space: normal;
} }
#searchresult { #searchresult {
margin-top: 50px; margin-top: 50px;
} }
#graphContainer { #graphContainer {
margin-bottom: 15px; margin-bottom: 15px;
width: 450px; width: 450px;
height: 250px; height: 250px;
margin-left: 23px; margin-left: 23px;
} }
#leftblock { #leftblock {
float: left; float: left;
/*margin-left: 5%;*/
width: 39%; width: 39%;
} }
#text { #text {
margin-left: 5px; margin-left: 5px;
} }
@ -179,54 +147,48 @@ a.clear-selected-entities {
font-size: 13px; font-size: 13px;
font-weight: normal; font-weight: normal;
} }
#rightblock { #rightblock {
float:right; float:right;
margin-right:3%; margin-right:3%;
width:54%; width:54%;
} }
#counter,
#counter,#total { #total {
color: red; color: #f00;
} }
#heading { #heading {
margin-top: 10px; margin-top: 10px;
} }
#paginatedTable { #paginatedTable {
margin-top:0px; margin-top: 0;
} }
.sDomSearchBar { .sDomSearchBar {
margin-bottom: -10px; margin-bottom: -10px;
margin-left: 41%; margin-left: 41%;
} }
.datatablerowhighlight { .datatablerowhighlight {
background-color: #ECFFB3 !important; background-color: #ECFFB3 !important;
} }
.datatablerowhighlight td { .datatablerowhighlight td {
font-weight: bold !important; font-weight: bold !important;
} }
#bottomButtons{ #bottomButtons{
width: 100%; width: 100%;
float:right; float:right;
margin: 20px 0 20px 0; margin: 20px 0 20px 0;
} }
#stopwordsdiv{ #stopwordsdiv{
margin-top: 10px; margin-top: 10px;
margin-left: 10px; margin-left: 10px;
} }
p.displayCounter{ p.displayCounter{
padding-bottom: 4px; padding-bottom: 4px;
border-bottom: 1px solid gray; border-bottom: 1px solid gray;
} }
#comparisonHeader,
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter, #headerText { #entityHeader,
#entitylevelheading,
#comparisonParameter,
#headerText {
color: #2485ae; color: #2485ae;
} }

View file

@ -1,121 +1,105 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
a.no_href_styles { a.no_href_styles {
border: 0; border: 0;
} }
.no_href_styles a:ACTIVE,
.no_href_styles a:ACTIVE,.no_href_styles a:BEFORE,.no_href_styles a:FOCUS,.no_href_styles a:HOVER,.no_href_styles a:VISITED,.no_href_styles a:LINK .no_href_styles a:BEFORE,
.no_href_styles a:FOCUS,
.no_href_styles a:HOVER,
.no_href_styles a:VISITED,
.no_href_styles a:LINK
{ /*color: white;*/ { /*color: white;*/
border: 0; border: 0;
} }
.vis_stats { .vis_stats {
background: #fff; background: #fff;
clear: right; clear: right;
width:67%; width: 67%;
margin-left:33%; margin-left: 33%;
} }
.vis-tables { .vis-tables {
padding: 10px; padding: 10px;
background-color: #FFF; background-color: #FFF;
border: 1px solid #ddebf1; border: 1px solid #ddebf1;
float:left; float: left;
font-size: 0.8em; font-size: 0.8em;
width: 44%; width: 44%;
margin: 0 10px 10px 0; margin: 0 10px 10px 0;
} }
p.datatable { p.datatable {
font-size: 12px; font-size: 12px;
display: block; display: block;
margin: 2px; margin: 2px;
padding: 0 padding: 0
} }
.datatable table { .datatable table {
text-align: left; text-align: left;
} }
.datatable img { .datatable img {
float: left; float: left;
cursor: pointer; cursor: pointer;
} }
#sparkline-container { #sparkline-container {
margin-left: 33%; margin-left: 33%;
width: 67%; width: 67%;
} }
#profileImage img{ #profileImage img{
width: 90px; width: 90px;
height: auto; height: auto;
} }
#body h1 { #body h1 {
margin:0.0em; margin: 0;
} }
#ego_profile h1 a { #ego_profile h1 a {
text-decoration: none; text-decoration: none;
} }
.sparkline_wrapper_table { .sparkline_wrapper_table {
display: inline; display: inline;
vertical-align: bottom; vertical-align: bottom;
} }
.investigator_name, .investigator_name,
.author_name { .author_name {
color: #2485AE; color: #2485AE;
font-weight: bold; font-weight: bold;
} }
.neutral_investigator_name, .neutral_investigator_name,
.neutral_author_name { .neutral_author_name {
color: #2485AE; color: #2485AE;
font-weight: bold; font-weight: bold;
} }
.investigator_moniker, .investigator_moniker,
.author_moniker { .author_moniker {
color: #9C9C9C; color: #9C9C9C;
} }
.sub_headings { .sub_headings {
color: #121b3c; color: #121b3c;
padding-top: 10px; padding-top: 10px;
float:left; float: left;
margin-right: 10px; margin-right: 10px;
} }
.toggle_visualization { .toggle_visualization {
max-width: 180px; max-width: 180px;
float:right; float: right;
display:none; display: none;
} }
#grant-count-sparkline-include, #grant-count-sparkline-include,
#publication-count-sparkline-include { #publication-count-sparkline-include {
float: left; float: left;
width: 50%; width: 50%;
} }
#coinvestigator-count-sparkline-include, #coinvestigator-count-sparkline-include,
#coauthor-count-sparkline-include { #coauthor-count-sparkline-include {
float: right; float: right;
width: 50%; width: 50%;
} }
.sub_headings a { .sub_headings a {
font-size:0.7em; font-size: .7em;
font-weight:normal; font-weight:normal;
} }
table.sparkline_wrapper_table td, th { table.sparkline_wrapper_table td, th {
vertical-align: bottom; vertical-align: bottom;
} }
#ego_profile { #ego_profile {
height: 1%; /* this was the key to killing the IE6 bug (no upper photo and sparklines jump on hover). Solution? Give the parent layout */ height: 1%; /* this was the key to killing the IE6 bug (no upper photo and sparklines jump on hover). Solution? Give the parent layout */
background: #fff; background: #fff;
@ -123,46 +107,37 @@ table.sparkline_wrapper_table td, th {
float: left; float: left;
max-width: 50%; max-width: 50%;
} }
#ego_label { #ego_label {
font-size:1.1em; font-size: 1.1em;
} }
#ego_profile_image { #ego_profile_image {
float:left; float: left;
padding-right: 5px; padding-right: 5px;
} }
#ego_profile_image img { #ego_profile_image img {
width: 90px; width: 90px;
height: auto; height: auto;
} }
#ego_sparkline { #ego_sparkline {
cursor:pointer; cursor: pointer;
height:36px; height: 36px;
width:471px; width: 471px;
} }
#coauthorships_table th { #coauthorships_table th {
vertical-align: top; vertical-align: top;
} }
.sparkline_range{ .sparkline_range{
font-size: 0.9em; font-size: .9em;
font-weight: bold; font-weight: bold;
} }
.vis-tables table td{ .vis-tables table td{
padding-right: 10px; padding-right: 10px;
width: 50%; width: 50%;
} }
#visPanel { #visPanel {
float: right; float: right;
width: 600px; width: 600px;
} }
.vis-tables table caption{ .vis-tables table caption{
width: 100%; width: 100%;
padding-bottom: 10px; padding-bottom: 10px;
@ -170,76 +145,54 @@ table.sparkline_wrapper_table td, th {
font-size: 16px; font-size: 16px;
text-align: left; text-align: left;
} }
.vis-tables table{ .vis-tables table{
width: 100%; width: 100%;
} }
.vis-tables table thead{ .vis-tables table thead{
text-align: left; text-align: left;
} }
.vis-tables table thead tr th { .vis-tables table thead tr th {
background-color:#eaeaea; background-color: #eaeaea;
font-size:14px; font-size: 14px;
padding:5px; padding: 5px;
vertical-align:top; vertical-align: top;
text-align:left; text-align: left;
} }
.vis-tables table tbody { .vis-tables table tbody {
font-size:12px; font-size: 12px;
} }
.vis-tables table tbody td { .vis-tables table tbody td {
text-align:left; text-align: left;
padding:5px; padding: 5px;
} }
.moniker{
moniker{ margin-top: 0;
margin-top: 0px;
} }
.spacer{ .spacer{
font-size:0; line-height:0; clear:both;} font-size: 0;
line-height: 0;
clear: both;
/* ----------------- body start --------------------------- */ }
/* <------ BODY START*/
#body{ #body{
max-width:900px; max-width: 900px;
min-width:800px; min-width: 800px;
margin:0 auto; margin: 0 auto;
position:relative; position: relative;
background: white; background: white;
} }
#bodyPannel{ #bodyPannel{
background: #FFFFFF; background: #FFFFFF;
/* width:765px;
float:left;*/
/*padding-top: 0;
padding-right: 28px;
padding-bottom: 0;
padding-left: 16px;*/
height: 840px; height: 840px;
} }
#dataPanel { #dataPanel {
/* margin-top: 50px;
width: 25%;
background-color: #f7f9f9;
height: 80%;
padding-left: 10px;
padding-bottom: 30px;*/
border-color: #DFE6E6; border-color: #DFE6E6;
border: 1px solid; border: 1px solid;
background: #F7F9F9; background: #F7F9F9;
width:250px; width: 250px;
height:615px; height: 615px;
margin-top: 15px; margin-top: 15px;
} }
#dataPanel div { #dataPanel div {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
@ -252,40 +205,32 @@ moniker{
color: #2485AE; color: #2485AE;
font-size: 14px; font-size: 14px;
} }
#dataPanel .investigator_stats .numbers, #dataPanel .investigator_stats .numbers,
#dataPanel .author_stats .numbers { #dataPanel .author_stats .numbers {
text-align: right; text-align: right;
width: 40px; width: 40px;
float:left; float:left;
} }
#data-panel-content h4 { #data-panel-content h4 {
padding-bottom: 0; padding-bottom: 0;
} }
#data-panel-content { #data-panel-content {
margin-left: 15px; margin-left: 15px;
margin-top: 15px; margin-top: 15px;
} }
/* <------ CONTAINER OVERRIDE FROM LIQUID.CSS*/
/* container override from liquid.css */
.container { .container {
width: inherit; width: inherit;
} }
#incomplete-data { #incomplete-data {
line-height: 150%; line-height: 150%;
margin-right: 15px; margin-right: 15px;
} }
.graphml-file-link { .graphml-file-link {
padding-top: 20px; padding-top: 20px;
height: 20px; height: 20px;
font-size: 0.9em; font-size: .9em;
} }
#profileTitle { #profileTitle {
background-color: #2A2A2A; background-color: #2A2A2A;
color: white; color: white;
@ -294,8 +239,6 @@ moniker{
padding: 10px; padding: 10px;
width: 54px; width: 54px;
} }
#table_heading{ #table_heading{
/* margin-bottom:20px; */
width: 80%; width: 80%;
} }

View file

@ -7,72 +7,57 @@
span.incomplete-data-holder, span.incomplete-data-holder,
#incomplete-data { #incomplete-data {
padding: 5px; padding: 5px;
font-size: 0.8em; font-size: .8em;
color: #444; color: #444;
border: dotted 1px #eee; border: dotted 1px #eee;
background-color: #ffb; background-color: #ffb;
} }
#incomplete-data { #incomplete-data {
margin-top: 1.6em; margin-top: 1.6em;
font-size: 1.0em; font-size: 1em;
} }
.collaboratorship-icon { .collaboratorship-icon {
float: left; float: left;
padding-right: 5px; padding-right: 5px;
} }
.collaboratorship-link {
/*padding-top: 3px;*/
}
.collaboratorship-link a { .collaboratorship-link a {
font-size: 0.9em; font-size: 0.9em;
} }
.collaboratorship-link h3 { .collaboratorship-link h3 {
line-height: 1em !important; line-height: 1em !important;
font-size: 1em !important; font-size: 1em !important;
margin-bottom: 0px !important; margin-bottom: 0 !important;
padding-top: 0px !important; padding-top: 0 !important;
padding-right: 0px !important; padding-right: 0 !important;
padding-left: 0px !important; padding-left: 0 !important;
padding-bottom: 0px !important; padding-bottom: 0 !important;
} }
.collaboratorship-link h3 a { .collaboratorship-link h3 a {
color: #2485AE; color: #2485AE;
font-size: .9em !important; font-size: .9em !important;
text-decoration: underline; text-decoration: underline;
} }
.collaboratorship-link-container { .collaboratorship-link-container {
width: 180px; width: 180px;
} }
.collaboratorship-link-separator { .collaboratorship-link-separator {
margin-top: 20px; margin-top: 20px;
border-top: 1px dotted #A6B1B0; border-top: 1px dotted #A6B1B0;
padding-top: 20px; padding-top: 20px;
} }
.sparkline_text { .sparkline_text {
font-size: .8em; font-size: .8em;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
line-height: 1.5em; line-height: 1.5em;
} }
.google-visualization-sparkline-default { .google-visualization-sparkline-default {
margin-bottom: 5px; margin-bottom: 5px;
} }
.google-visualization-sparkline-image { .google-visualization-sparkline-image {
border: 1px solid #cfe4ed; border: 1px solid #cfe4ed;
display: block; display: block;
} }
.google-visualization-sparkline-selected { .google-visualization-sparkline-selected {
background-color: blue; background-color: blue;
border-spacing: 0; border-spacing: 0;
@ -80,17 +65,14 @@ span.incomplete-data-holder,
font-size: small; font-size: small;
padding: 1px; padding: 1px;
} }
.visualization-menupage-link { .visualization-menupage-link {
float: right; float: right;
margin-top: 0.8em; margin-top: .8em;
padding-left: 1.6em; padding-left: 1.6em;
} }
.temporal-graph { .temporal-graph {
background: url(../../images/visualization/temporal_vis_small_icon.jpg) top left no-repeat; background: url(../../images/visualization/temporal_vis_small_icon.jpg) top left no-repeat;
} }
.infoIcon { .infoIcon {
padding-right:30px; padding-right:30px;
} }

View file

@ -3,47 +3,42 @@
#authorships { #authorships {
margin-left: 0; margin-left: 0;
} }
#authorships li { #authorships li {
list-style: none; list-style: none;
margin-bottom: .75em; margin-bottom: .75em;
} }
/* Use class dd rather than jQuery UI's class ui-sortable, so that we can remove /* Use class dd rather than jQuery UI's class ui-sortable, so that we can remove
* the class if there's fewer than one author. We don't want to remove the ui-sortable the class if there's fewer than one author. We don't want to remove the ui-sortable
* class, in case we want to re-enable DD without a page reload. class, in case we want to re-enable DD without a page reload. */
*/
#authorships.dd li { #authorships.dd li {
padding-left: 1em; padding-left: 1em;
background: url("../images/sortable_icon.png") no-repeat left center; background: url("../images/sortable_icon.png") no-repeat left center;
cursor: move; cursor: move;
} }
#authorships .authorNameWrapper { #authorships .authorNameWrapper {
display: inline-block; display: inline-block;
width: 15em; width: 15em;
} }
#showAddForm span.or { #showAddForm span.or {
display: none; display: none;
} }
#showAddForm a.cancel { #showAddForm a.cancel {
margin-left: 2em; margin-left: 2em;
} }
form h3 { form h3 {
margin-bottom: .5em; margin-bottom: .5em;
} }
form a:link.cancel,
form a:link.cancel, form a:visited.cancel, form a:visited.cancel,
#authorships a:link.remove, #authorships a:visited.remove, #authorships a:link.remove,
#authorships a:link.undo, #authorships a:visited.undo, #authorships a:visited.remove,
#showAddForm a:link.cancel, #showAddForm a:visited.cancel { #authorships a:link.undo,
#authorships a:visited.undo,
#showAddForm a:link.cancel,
#showAddForm a:visited.cancel {
color: #f70; color: #f70;
border-color: #f70; border-color: #f70;
} }
form a:hover.cancel, form a:hover.cancel,
#authorships a:hover.remove, #authorships a:hover.remove,
#authorships a:hover.undo, #authorships a:hover.undo,
@ -51,49 +46,38 @@ form a:hover.cancel,
color: #fff; color: #fff;
background: #f70; background: #f70;
} }
#authorships a.undo { #authorships a.undo {
margin-left: 1em; margin-left: 1em;
} }
#content form p.inline { #content form p.inline {
clear: left; clear: left;
margin-bottom: 0; margin-bottom: 0;
padding-top: 1em; padding-top: 1em;
} }
#content form p.inline input, #content form p.inline input,
#content form p.inline label { #content form p.inline label {
float: left; float: left;
clear: none; clear: none;
} }
#content form p.inline label { #content form p.inline label {
width: 13em; width: 13em;
margin-top: 0; margin-top: 0;
} }
#content form p.inline input { #content form p.inline input {
margin-bottom: 0; margin-bottom: 0;
} }
#content form p.inline span.hint { #content form p.inline span.hint {
margin-left: .5em; margin-left: .5em;
} }
#selectedAuthor { #selectedAuthor {
clear: left; clear: left;
} }
#content form #selectedAuthor p.inline label { #content form #selectedAuthor p.inline label {
width: 10em; width: 10em;
} }
#content form p.submit { #content form p.submit {
margin-top: 3em; margin-top: 3em;
} }
/* Disabling undo links for the present. Add back later. */ /* Disabling undo links for the present. Add back later. */
/* /*
a.undo { a.undo {

View file

@ -1,30 +1,23 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* /* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms
* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms that don't load customFormWithAutocomplete.css still have access to these styles. */
* that don't load customFormWithAutocomplete.css still have access to these styles.
*/
.acSelection { .acSelection {
display: none; display: none;
margin-top: 2em; margin-top: 2em;
} }
.acSelectionInfo { .acSelectionInfo {
background-color: #d9d9d9; background-color: #d9d9d9;
padding: .5em 1em; padding: .5em 1em;
} }
ul.ui-autocomplete { ul.ui-autocomplete {
font-size: .95em; font-size: .95em;
} }
li.ui-menu-item a.ui-corner-all { li.ui-menu-item a.ui-corner-all {
text-align: left; text-align: left;
padding-left: .25em; padding-left: .25em;
} }
.acSelectorWithHelpText{ .acSelectorWithHelpText{
font-style: italic; font-style: italic;
color: #555; color: #555;

View file

@ -3,139 +3,99 @@
form.customForm div { form.customForm div {
clear: left; clear: left;
} }
form.customForm h6 { form.customForm h6 {
font-size: 110%; font-size: 110%;
} }
form.customForm div.addNewLink { form.customForm div.addNewLink {
float: left; float: left;
clear: none; clear: none;
margin-left: 5em; margin-left: 5em;
margin-top: .9em; margin-top: .9em;
width: 200px; width: 200px;
padding: 0.8em; padding: .8em;
border: 1px solid #9c9c9c; border: 1px solid #9c9c9c;
display: none; /* Hide if Javascript disabled. Javascript will show. */ display: none; /* Hide if Javascript disabled. Javascript will show. */
} }
form.customForm .existing span.requiredHint, form.customForm .existing span.requiredHint,
form.customForm .new span.requiredHint { form.customForm .new span.requiredHint {
display: none; /* Hide if Javascript disabled. Javascript will show. */ display: none; /* Hide if Javascript disabled. Javascript will show. */
} }
form.customForm .existing { form.customForm .existing {
float: left; float: left;
clear: none; clear: none;
} }
.existingOrNew { .existingOrNew {
font-style: italic; font-style: italic;
margin-left: 1em; margin-left: 1em;
} }
.new { .new {
padding: .6em 0 .6em 1.5em; padding: .6em 0 .6em 1.5em;
border: 1px solid #9c9c9c; border: 1px solid #9c9c9c;
width: 300px; width: 300px;
} }
form.customForm p.inline input, form.customForm p.inline input,
form.customForm p.inline label { form.customForm p.inline label {
float: left; float: left;
clear: left; clear: left;
} }
form.customForm p.inline.year input { form.customForm p.inline.year input {
margin-top: -1.75em; margin-top: -1.75em;
} }
/*
#form.customForm p.inline.year span.hint {
margin-right: 38.5em;
margin-top: -2.4em;
}
*/
input, input,
select, select,
form.customForm p { form.customForm p {
/*margin-bottom: 1em;*/
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
} }
option { option {
padding: 0 2px; padding: 0 2px;
} }
form.customForm .hint { form.customForm .hint {
color: #9c9c9c; color: #9c9c9c;
font-weight: normal; font-weight: normal;
} }
form.customForm .requiredHint { form.customForm .requiredHint {
color: #c00; color: #c00;
font-weight: normal; font-weight: normal;
font-size: small; font-size: small;
} }
form.customForm #requiredLegend { form.customForm #requiredLegend {
font-style: italic; font-style: italic;
margin-top: .5em; margin-top: .5em;
} }
form.customForm p.validationError { form.customForm p.validationError {
clear: both; clear: both;
margin-bottom: 1.8em; margin-bottom: 1.8em;
margin-top: 0; margin-top: 0;
padding-top: 0; padding-top: 0;
padding-left: 0.4em; padding-left: .4em;
font-size: .8em; font-size: .8em;
} }
form.customForm a.close { form.customForm a.close {
float: right; float: right;
margin-right: 1em; margin-right: 1em;
font-size: 90%; font-size: 90%;
} }
form.customForm a.close:link, form.customForm a.close:link,
form.customForm a.close:visited { form.customForm a.close:visited {
border-color: #FF7700; border-color: #ff7700;
color: #FF7700; color: #ff7700;
} }
form.customForm textarea { form.customForm textarea {
width: 30%; width: 30%;
} }
div.acSelection{ div.acSelection {
margin-bottom: 15px; margin-bottom: 15px;
} }
/* fix bad alignment in IE 6 and 7
.or, .cancel{
vertical-align:top;
}*/
/* Message displayed for an unsupported browser. Hide on page load; JavaScript
* shows if needed.
*/
#ie67DisableWrapper { #ie67DisableWrapper {
display: none; display: none;
} }
/* <------ DATE TIME*/
/**********
dateTime
**********/
fieldset.dateTime label { fieldset.dateTime label {
display: inline; display: inline;
} }
fieldset.dateTime select { fieldset.dateTime select {
margin-top: 0; margin-top: 0;
} }

View file

@ -10,26 +10,21 @@
#requiredLegend { #requiredLegend {
display: none; display: none;
} }
form.customForm p.inline label { form.customForm p.inline label {
display: inline; display: inline;
clear: none; clear: none;
float: none; float: none;
margin-right: 1em; margin-right: 1em;
} }
.verifyMatch { .verifyMatch {
margin-left: .5em; margin-left: .5em;
} }
form.customForm h4 { form.customForm h4 {
margin-top: 1em; margin-top: 1em;
margin-bottom: .75em; margin-bottom: .75em;
} }
.acSelector[disabled="disabled"] .acSelector[disabled="disabled"]{
{ border-width: 0;
border-width:0px; background: none;
background:none; color: #000;
color:#000;
} }

View file

@ -1,4 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix for homepage in IE6 browsers */ /* Fix for homepage in IE6 browsers */
body { body {
background-position: center, 0; background-position: center, 0;
@ -44,7 +45,7 @@ ul#vgraph-classes {
width: 265px; width: 265px;
margin-left: 15px; margin-left: 15px;
} }
#browse-by{ #browse-by {
padding-bottom: 20px; padding-bottom: 20px;
} }
ul#browse-classes { ul#browse-classes {
@ -77,9 +78,8 @@ article.foaf-person {
ul#classgroup-list.vis { ul#classgroup-list.vis {
width: 38%; width: 38%;
} }
/* Fix for site admin */ /* Fix for site admin: the wonders of the IE float model...
/* the wonders of the IE float model...fix to maintain sanity in rendering sections of site admin */ fix to maintain sanity in rendering sections of site admin targets IE7 and below */
/* targets IE7 and below */
#adminDashboard .pageBodyGroup { #adminDashboard .pageBodyGroup {
*float: none !important; *float: none !important;
*display: inline !important; *display: inline !important;

View file

@ -1,4 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix for homepage */ /* Fix for homepage */
#search-field .submit { #search-field .submit {
padding-left: 14px; padding-left: 14px;

View file

@ -1,5 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
@charset "UTF-8";
/* CSS Document /* CSS Document
CSS reste by Eric Meyer: CSS reste by Eric Meyer:
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/ The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on... http://meyerweb.com/eric/tools/css/reset/

View file

@ -15,10 +15,12 @@ VIVO wilma theme: screen styles
2010-09-04 UI team 2010-09-04 UI team
Last updated Last updated
2010-10-28 2011-2-1
***************************************** *****************************************
*****************************************/ *****************************************/
@charset "UTF-8";
@import url("reset.css"); @import url("reset.css");
@import url("wilma.css"); @import url("wilma.css");

View file

@ -20,8 +20,7 @@ html,
body { body {
padding: 0; padding: 0;
height: 100%; /* needed for container min-height */ height: 100%; /* needed for container min-height */
font-family: 'Arimo', "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif; font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
/*font-size: 62.5%;*/
height: auto !important; /* real browsers */ height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/; height: 100%; /* IE6: treaded as min-height*/;
min-height: 100%; /* real browsers */ min-height: 100%; /* real browsers */
@ -41,17 +40,18 @@ h2 {
padding: 10px 0 12px 0; padding: 10px 0 12px 0;
margin: 0; margin: 0;
font-size: 1.375em; font-size: 1.375em;
/*color: #2485ae; //Original color*/
color: #064d68; color: #064d68;
line-height: 1.5em; line-height: 1.5em;
} }
h2 a { h2 a {
color: #2485ae; color: #2485ae;
} }
h2 a:link, h2 a:visited { h2 a:link,
h2 a:visited {
text-decoration: underline; text-decoration: underline;
} }
h2 a:hover, h2 a:active { h2 a:hover,
h2 a:active {
text-decoration: none; text-decoration: none;
} }
h3 { h3 {
@ -85,7 +85,7 @@ input[type="password"] {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
margin-bottom: 0.8em; margin-bottom: .8em;
} }
input.block { input.block {
margin-bottom: 20px; margin-bottom: 20px;
@ -93,7 +93,6 @@ input.block {
label { label {
margin-top: .5em; margin-top: .5em;
} }
/* mb: id selector for submit will be replaced for a class selector. Markup needs to be changed*/
input#submit, input#submit,
input#submit:visited { input#submit:visited {
background: #222 url(../images/alert-overlay.png) repeat-x; background: #222 url(../images/alert-overlay.png) repeat-x;
@ -158,13 +157,15 @@ form textarea {
margin-top: 20px; margin-top: 20px;
width: 100%; width: 100%;
} }
form a:link.cancel, form a:visited.cancel { form a:link.cancel,
form a:visited.cancel {
text-decoration: underline; text-decoration: underline;
color: #f70; color: #f70;
border-color: none; border-color: none;
padding-left: 3px; padding-left: 3px;
} }
form a:hover.cancel, form a:active.cancel { form a:hover.cancel,
form a:active.cancel {
text-decoration: none; text-decoration: none;
color: #f70; color: #f70;
background: none; background: none;
@ -311,7 +312,7 @@ form select {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
margin-bottom: 0.8em; margin-bottom: .8em;
margin-top: .7em; margin-top: .7em;
margin-right: .5em; margin-right: .5em;
} }
@ -319,11 +320,13 @@ form select {
margin-top: 1em; margin-top: 1em;
border: 1px dotted #FFD324; border: 1px dotted #FFD324;
} }
a.ingestMenu:link, a.ingestMenu:visited { a.ingestMenu:link,
a.ingestMenu:visited {
text-decoration: none; text-decoration: none;
color: #5E6363; color: #5E6363;
} }
a.ingestMenu:hover, a.ingestMenu:active { a.ingestMenu:hover,
a.ingestMenu:active {
text-decoration: none; text-decoration: none;
color: #2485AE; color: #2485AE;
} }
@ -367,7 +370,7 @@ ul#header-nav li {
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
border-right: 1px solid #7c7d7f; border-right: 1px solid #7c7d7f;
font-size: 0.7em; font-size: .7em;
color: #fff; color: #fff;
} }
ul#header-nav li.last { ul#header-nav li.last {
@ -522,9 +525,10 @@ ul#main-nav {
} }
#error-alert p { #error-alert p {
padding-left: 40px; padding-left: 40px;
font-size: 0.8em; font-size: .8em;
line-height: 1.3em; line-height: 1.3em;
color: #a12424; color: #a12424;
padding-top: 5px;
} }
#login-form label { #login-form label {
display: block; display: block;
@ -547,8 +551,8 @@ ul#main-nav {
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
} }
#login-form input.text-field:focus { #login-form input.text-field:focus {
border: 1px solid rgba(57, 138, 172, 0.5); border: 1px solid rgba(57, 138, 172, .5);
background-color: rgba(57, 138, 172, 0.1); background-color: rgba(57, 138, 172, .1);
} }
#login-form p.submit { #login-form p.submit {
width: 100px; width: 100px;
@ -611,13 +615,13 @@ p.password-note {
#flash-message { #flash-message {
border: 1px dotted #E2C822; border: 1px dotted #E2C822;
background-color: #FFF9D7; background-color: #FFF9D7;
padding: 0.5em; padding: .5em;
margin-bottom: 10px; margin-bottom: 10px;
} }
#welcome-message { #welcome-message {
border: 1px dotted #E2C822; border: 1px dotted #E2C822;
background-color: #FFF9D7; background-color: #FFF9D7;
padding: 0.25em; padding: .25em;
margin-bottom: 8px; margin-bottom: 8px;
} }
#welcome-msg-container { #welcome-msg-container {
@ -703,7 +707,7 @@ footer {
width: 970px; width: 970px;
height: 88px; height: 88px;
margin: 0 auto; margin: 0 auto;
font-size: 0.7em; font-size: .7em;
color: #4e5051; color: #4e5051;
background-color: #fff; background-color: #fff;
} }
@ -1022,7 +1026,7 @@ ul#alpha-browse-individuals .count-classes {
font-size: .75em; font-size: .75em;
} }
.alphaIndex { .alphaIndex {
font-size: 0.8em; font-size: .8em;
} }
/* BROWSE INDIVIDUALS------> */ /* BROWSE INDIVIDUALS------> */
#individuals-in-class { #individuals-in-class {
@ -1041,7 +1045,7 @@ ul#alpha-browse-individuals .count-classes {
font-size: 1em; font-size: 1em;
} }
nav.pagination.menupage { nav.pagination.menupage {
font-size: 0.8em; font-size: .8em;
} }
nav.pagination.menupage li.selected { nav.pagination.menupage li.selected {
color: #5e6363; color: #5e6363;
@ -1182,7 +1186,7 @@ ul.individual-urls-people li a {
line-height: 1.3em; line-height: 1.3em;
} }
h1.fn .preferred-title { h1.fn .preferred-title {
font-size: 0.825em; font-size: .825em;
color: #5e6363; color: #5e6363;
border-left: 1px solid #a6b1b0; border-left: 1px solid #a6b1b0;
} }
@ -1347,6 +1351,6 @@ a {
#adminDashboard .pageBodyGroup h4 { #adminDashboard .pageBodyGroup h4 {
color: #5E6363; color: #5E6363;
font-size: 1em; font-size: 1em;
margin-left: 0.6em; margin-left: .6em;
font-weight: bold; font-weight: bold;
} }