NIHVIVO-1979: Made stylesheets syntax consistent across the app.
This commit is contained in:
parent
fa0d314699
commit
c54f2c75b7
16 changed files with 846 additions and 634 deletions
|
@ -1,318 +1,647 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* CSS Document */
|
||||
body{
|
||||
background:url(../../../site_icons/visualization/coauthorship/bg.gif) repeat-x 0 0 #FDF9EE; color:#4E4628;
|
||||
font:normal 14px/19px Arial, Helvetica, sans-serif;
|
||||
margin:0; padding:0;}
|
||||
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
|
||||
margin:0; padding:0;}
|
||||
ul{
|
||||
list-style:none;}
|
||||
.spacer{
|
||||
font-size:0; line-height:0; clear:both;}
|
||||
|
||||
|
||||
/* ----------------- top navigation start --------------------- */
|
||||
#topNav{
|
||||
width:1000px; position:relative;
|
||||
margin:0 auto; padding:8px 0 0 50px;}
|
||||
#topNav h1{
|
||||
color:#786E4E;
|
||||
|
||||
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#topNav h1 span{
|
||||
color:#0B0B0B;
|
||||
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#topNav img{
|
||||
}
|
||||
#topNav ul{
|
||||
background:url(../../../site_icons/visualization/coauthorship/top_ul_bg.gif) no-repeat 0 8px;
|
||||
width:503px; height:23px; padding:8px 0 0 8px; margin:0 0 0 217px;}
|
||||
#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;}
|
||||
|
||||
/* ----------------- top navigation end --------------------- */
|
||||
/* ----------------- shadow start --------------------------- */
|
||||
#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-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
body {
|
||||
background: url(../../../site_icons/visualization/coauthorship/bg.gif) repeat-x 0 0 #FDF9EE;
|
||||
color: #4E4628;
|
||||
font: normal 14px/19px Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#bottomShadow{
|
||||
background:url(../../../site_icons/visualization/coauthorship/bottom_shadow.gif) no-repeat 0 0 #FDF9EE; color:#4E4628;
|
||||
width:1000px; height:24px; float:left;}
|
||||
/* ----------------- shadow end --------------------------- */
|
||||
/* ----------------- body start --------------------------- */
|
||||
#body{
|
||||
width:1000px; margin:0 auto; 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-right: 28px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 28px;
|
||||
div,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
form,
|
||||
label,
|
||||
input,
|
||||
span,
|
||||
ul,
|
||||
li,
|
||||
p,
|
||||
a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#bodyPannel form.search{
|
||||
background-color:#FFFFFF; color:#000000; border:#ECE8DB 1px solid;
|
||||
width:248px; padding:7px 17px 27px 17px; float:left;}
|
||||
#bodyPannel form.search h2{
|
||||
background:url(../../../site_icons/visualization/coauthorship/search_h2_bg.gif) no-repeat 0 0 #FFFFFF; color:#786E4E;
|
||||
width:197px; padding:0 0 10px 50px; float:left;
|
||||
font:normal 24px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#bodyPannel form.search h2 span{
|
||||
background-color:#FFFFFF; color:#0B0B0B;
|
||||
font:normal 24px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#bodyPannel form.search label{
|
||||
background-color:#FFFFFF; color:#0B0B0B; margin:0 0 8px 0; float:left;
|
||||
font:bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;}
|
||||
#bodyPannel form.search input{
|
||||
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid;
|
||||
width:158px; height:22px; padding:2px; margin:0 0 8px 0; float:right;
|
||||
font:normal 14px/20px Arial, Helvetica, sans-serif;}
|
||||
#bodyPannel form.search p{
|
||||
background-color:#FFFFFF; color:#CC0000; float:left; margin:6px 0 0 0;
|
||||
font:normal 13px/15px Arial, Helvetica, sans-serif;}
|
||||
#bodyPannel form.search input.check{
|
||||
background-color:#EFEBDE; color:#0B0B0B; border:#C3BCA4 1px solid;
|
||||
width:15px; height:15px; float:left; margin:6px 0 0 9px;}
|
||||
#bodyPannel form.search input.submit{
|
||||
background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 37px 0 #FFFFFF; color:#0B0B0B; border:none;
|
||||
width:53px; height:13px; float:right; margin:7px 0 0 0; padding:0 23px 0 0; cursor:pointer;
|
||||
font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;}
|
||||
#eventLink{
|
||||
width:345px; padding:0 0 0 70px; float:left;}
|
||||
#eventLink h2{
|
||||
background:url(../../../site_icons/visualization/coauthorship/event_link_bg.gif) no-repeat 0 7px #FFFFFF; color:#786E4E;
|
||||
padding:6px 0 10px 48px;
|
||||
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#eventLink h2 span{
|
||||
background-color:#FFFFFF; color:#0B0B0B;
|
||||
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;}
|
||||
#eventLink ul{
|
||||
float:left; padding:0 0 0 5px;}
|
||||
#eventLink ul li{
|
||||
font:normal 13px/19px Arial, Helvetica, sans-serif;
|
||||
background:url(../../../site_icons/visualization/coauthorship/red_arrow.gif) no-repeat 0 7px #FFFFFF; color:#4E4628;
|
||||
padding:0 0 0 6px;}
|
||||
#eventLink ul li a{
|
||||
font:normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none;
|
||||
background-color:#FFFFFF; color:#4E4628;
|
||||
padding:0 4px; display:block;}
|
||||
#eventLink ul li a:hover{
|
||||
font:normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none;
|
||||
background-color:#F4EFDF; color:#4E4628;
|
||||
padding:0 4px; display:block;}
|
||||
#eventLink 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 10px 0 0;}
|
||||
#eventLink 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 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;
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
.spacer {
|
||||
font-size:0 ;
|
||||
line-height: 0;
|
||||
clear: both;
|
||||
}
|
||||
/* top navigation */
|
||||
#topNav {
|
||||
width: 1000px;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
padding: 8px 0 0 50px;
|
||||
}
|
||||
#topNav h1 {
|
||||
color: #786E4E;
|
||||
font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#topNav h1 span {
|
||||
color: #0B0B0B;
|
||||
font:normal 28px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#topNav ul {
|
||||
background: url(../../../site_icons/visualization/coauthorship/top_ul_bg.gif) no-repeat 0 8px;
|
||||
width: 503px;
|
||||
height: 23px;
|
||||
padding: 8px 0 0 8px;
|
||||
margin: 0 0 0 217px;
|
||||
}
|
||||
#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-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
#bottomShadow {
|
||||
background: url(../../../site_icons/visualization/coauthorship/bottom_shadow.gif) no-repeat 0 0 #FDF9EE;
|
||||
color: #4E4628;
|
||||
width: 1000px;
|
||||
height: 24px;
|
||||
float: left;
|
||||
}
|
||||
/* body start */
|
||||
#body {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
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-right: 28px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 28px;
|
||||
}
|
||||
#bodyPannel form.search {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
border: #ECE8DB 1px solid;
|
||||
width: 248px;
|
||||
padding: 7px 17px 27px 17px;
|
||||
float: left;
|
||||
}
|
||||
#bodyPannel form.search h2 {
|
||||
background: url(../../../site_icons/visualization/coauthorship/search_h2_bg.gif) no-repeat 0 0 #FFFFFF;
|
||||
color: #786E4E;
|
||||
width: 197px; padding:0 0 10px 50px;
|
||||
float: left;
|
||||
font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#bodyPannel form.search h2 span {
|
||||
background-color: #FFFFFF;
|
||||
color: #0B0B0B;
|
||||
font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#bodyPannel form.search label {
|
||||
background-color: #FFFFFF;
|
||||
color: #0B0B0B;
|
||||
margin: 0 0 8px 0;
|
||||
float: left;
|
||||
font: bold 10px/28px Arial, Helvetica, sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#bodyPannel form.search input {
|
||||
background-color: #EFEBDE;
|
||||
color: #0B0B0B;
|
||||
border: #C3BCA4 1px solid;
|
||||
width: 158px;
|
||||
height: 22px;
|
||||
padding: 2px;
|
||||
margin: 0 0 8px 0; float: right;
|
||||
font: normal 14px/20px Arial, Helvetica, sans-serif;
|
||||
}
|
||||
#bodyPannel form.search p {
|
||||
background-color: #FFFFFF;
|
||||
color: #CC0000; float:left;
|
||||
margin: 6px 0 0 0;
|
||||
font: normal 13px/15px Arial, Helvetica, sans-serif;
|
||||
}
|
||||
#bodyPannel form.search input.check {
|
||||
background-color: #EFEBDE;
|
||||
color: #0B0B0B;
|
||||
border: #C3BCA4 1px solid;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
float: left;
|
||||
margin: 6px 0 0 9px;
|
||||
}
|
||||
#bodyPannel form.search input.submit {
|
||||
background:url(../../../site_icons/visualization/coauthorship/submit_bg.gif) no-repeat 37px 0 #FFFFFF;
|
||||
color: #0B0B0B;
|
||||
border: none;
|
||||
width: 53px; height:13px;
|
||||
float:right; margin:7px 0 0 0;
|
||||
padding: 0 23px 0 0;
|
||||
cursor: pointer;
|
||||
font:normal 10px/13px Arial, Helvetica, sans-serif;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#eventLink {
|
||||
width: 345px;
|
||||
padding: 0 0 0 70px;
|
||||
float: left;
|
||||
}
|
||||
#eventLink h2 {
|
||||
background: url(../../../site_icons/visualization/coauthorship/event_link_bg.gif) no-repeat 0 7px #FFFFFF;
|
||||
color: #786E4E;
|
||||
padding: 6px 0 10px 48px;
|
||||
font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#eventLink h2 span {
|
||||
background-color: #FFFFFF;
|
||||
color: #0B0B0B;
|
||||
font: normal 28px/42px Georgia, "Times New Roman", Times, serif;
|
||||
}
|
||||
#eventLink ul {
|
||||
float: left;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
#eventLink ul li {
|
||||
font: normal 13px/19px Arial, Helvetica, sans-serif;
|
||||
background: url(../../../site_icons/visualization/coauthorship/red_arrow.gif) no-repeat 0 7px #FFFFFF;
|
||||
color: #4E4628;
|
||||
padding: 0 0 0 6px;
|
||||
}
|
||||
#eventLink ul li a {
|
||||
font: normal 13px/19px Arial, Helvetica, sans-serif; text-decoration:none;
|
||||
background-color: #FFFFFF;
|
||||
color: #4E4628;
|
||||
padding: 0 4px;
|
||||
display: block;
|
||||
}
|
||||
#eventLink ul li a:hover {
|
||||
font: normal 13px/19px Arial, Helvetica, sans-serif;
|
||||
text-decoration: none;
|
||||
background-color: #F4EFDF;
|
||||
color: #4E4628;
|
||||
padding: 0 4px;
|
||||
display: block;
|
||||
}
|
||||
#eventLink 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 10px 0 0;
|
||||
}
|
||||
#eventLink 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 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 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #000;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #000;
|
||||
}
|
||||
#nodeData .italicize {
|
||||
font-style: italic;
|
||||
font-style: italic;
|
||||
}
|
||||
#nodeData .bold {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
#nodeData .works .numbers {
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
float:left;
|
||||
}
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
float: left;
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
.disabled-checkbox-event-receiver {
|
||||
background-color: white;
|
||||
}
|
||||
background-color: #fff;
|
||||
}
|
|
@ -1,23 +1,17 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
#body {
|
||||
font: 0.9em Helvetica;
|
||||
background-color: #fff;
|
||||
min-height: 800px;
|
||||
width: 100%;
|
||||
/*min-width: 900px;*/
|
||||
margin: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.easy-deselect-label a.temporal-vis-url {
|
||||
float: right;
|
||||
}
|
||||
|
||||
a.temporalGraphLinks {
|
||||
/*float:right;*/
|
||||
background-color: #2485AE;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
|
@ -29,36 +23,29 @@ a.temporalGraphLinks {
|
|||
text-decoration: none;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
a.clear-selected-entities {
|
||||
background-color: #878787;
|
||||
}
|
||||
|
||||
#paginated-table-footer {
|
||||
margin-top: 10px;
|
||||
text-align: left;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
#loading-comparisons {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#loading-comparisons img {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
#legend-row-header a {
|
||||
background-color: #878787;
|
||||
}
|
||||
|
||||
#reset-search {
|
||||
color: #2485AE;
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#yaxislabel {
|
||||
font-size: 12px;
|
||||
float:right;
|
||||
|
@ -70,29 +57,24 @@ a.clear-selected-entities {
|
|||
margin-top: 50px;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
#xaxislabel{
|
||||
font-size: 12px;
|
||||
margin-top: -5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#notification-container {
|
||||
position: inherit;
|
||||
}
|
||||
|
||||
.disabled-checkbox-event-receiver {
|
||||
height: 21px;
|
||||
position: absolute;
|
||||
width: 21px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#functions{
|
||||
margin-top: 20px;
|
||||
margin-bottom: -40px;
|
||||
}
|
||||
|
||||
#bar {
|
||||
height: 20px;
|
||||
float: left;
|
||||
|
@ -103,72 +85,58 @@ a.clear-selected-entities {
|
|||
#checkbox{
|
||||
float:left;
|
||||
}
|
||||
|
||||
.easy-deselect-label {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
width: 160px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.easy-deselect-label a, #text {
|
||||
.easy-deselect-label a,
|
||||
#text {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
font-family: Helvetica;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.easy-deselect-label .entity-label {
|
||||
color:red;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.small-arrows {
|
||||
font-size: 0.9em;
|
||||
padding: 0 !important;
|
||||
text-decoration: none;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#header-entity-label {
|
||||
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.entity-label-url {
|
||||
width: 125px;
|
||||
margin-left: 10px;
|
||||
display:inline-block;
|
||||
display: inline-block;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.ellipsis.multiline {
|
||||
white-space: normal;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#searchresult {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#graphContainer {
|
||||
margin-bottom: 15px;
|
||||
width: 450px;
|
||||
height: 250px;
|
||||
margin-left: 23px;
|
||||
}
|
||||
|
||||
#leftblock {
|
||||
float: left;
|
||||
/*margin-left: 5%;*/
|
||||
width: 39%;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
@ -179,54 +147,48 @@ a.clear-selected-entities {
|
|||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#rightblock {
|
||||
float:right;
|
||||
margin-right:3%;
|
||||
width:54%;
|
||||
}
|
||||
|
||||
#counter,#total {
|
||||
color: red;
|
||||
#counter,
|
||||
#total {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
#heading {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#paginatedTable {
|
||||
margin-top:0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.sDomSearchBar {
|
||||
margin-bottom: -10px;
|
||||
margin-left: 41%;
|
||||
}
|
||||
|
||||
.datatablerowhighlight {
|
||||
background-color: #ECFFB3 !important;
|
||||
}
|
||||
|
||||
.datatablerowhighlight td {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
#bottomButtons{
|
||||
width: 100%;
|
||||
float:right;
|
||||
margin: 20px 0 20px 0;
|
||||
}
|
||||
|
||||
#stopwordsdiv{
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
p.displayCounter{
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter, #headerText {
|
||||
#comparisonHeader,
|
||||
#entityHeader,
|
||||
#entitylevelheading,
|
||||
#comparisonParameter,
|
||||
#headerText {
|
||||
color: #2485ae;
|
||||
}
|
|
@ -1,121 +1,105 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
a.no_href_styles {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.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: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
|
||||
{ /*color: white;*/
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.vis_stats {
|
||||
background: #fff;
|
||||
clear: right;
|
||||
width:67%;
|
||||
margin-left:33%;
|
||||
width: 67%;
|
||||
margin-left: 33%;
|
||||
}
|
||||
|
||||
.vis-tables {
|
||||
padding: 10px;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #ddebf1;
|
||||
float:left;
|
||||
float: left;
|
||||
font-size: 0.8em;
|
||||
width: 44%;
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
|
||||
p.datatable {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin: 2px;
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.datatable table {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.datatable img {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sparkline-container {
|
||||
margin-left: 33%;
|
||||
width: 67%;
|
||||
}
|
||||
|
||||
#profileImage img{
|
||||
width: 90px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#body h1 {
|
||||
margin:0.0em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#ego_profile h1 a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.sparkline_wrapper_table {
|
||||
display: inline;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.investigator_name,
|
||||
.author_name {
|
||||
color: #2485AE;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.neutral_investigator_name,
|
||||
.neutral_author_name {
|
||||
color: #2485AE;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.investigator_moniker,
|
||||
.author_moniker {
|
||||
color: #9C9C9C;
|
||||
}
|
||||
|
||||
.sub_headings {
|
||||
color: #121b3c;
|
||||
padding-top: 10px;
|
||||
float:left;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.toggle_visualization {
|
||||
max-width: 180px;
|
||||
float:right;
|
||||
display:none;
|
||||
float: right;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#grant-count-sparkline-include,
|
||||
#publication-count-sparkline-include {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#coinvestigator-count-sparkline-include,
|
||||
#coauthor-count-sparkline-include {
|
||||
float: right;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.sub_headings a {
|
||||
font-size:0.7em;
|
||||
font-size: .7em;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
table.sparkline_wrapper_table td, th {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#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 */
|
||||
background: #fff;
|
||||
|
@ -123,46 +107,37 @@ table.sparkline_wrapper_table td, th {
|
|||
float: left;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#ego_label {
|
||||
font-size:1.1em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#ego_profile_image {
|
||||
float:left;
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#ego_profile_image img {
|
||||
width: 90px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#ego_sparkline {
|
||||
cursor:pointer;
|
||||
height:36px;
|
||||
width:471px;
|
||||
cursor: pointer;
|
||||
height: 36px;
|
||||
width: 471px;
|
||||
}
|
||||
|
||||
#coauthorships_table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.sparkline_range{
|
||||
font-size: 0.9em;
|
||||
font-size: .9em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.vis-tables table td{
|
||||
padding-right: 10px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#visPanel {
|
||||
float: right;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.vis-tables table caption{
|
||||
width: 100%;
|
||||
padding-bottom: 10px;
|
||||
|
@ -170,76 +145,54 @@ table.sparkline_wrapper_table td, th {
|
|||
font-size: 16px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vis-tables table{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.vis-tables table thead{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vis-tables table thead tr th {
|
||||
background-color:#eaeaea;
|
||||
font-size:14px;
|
||||
padding:5px;
|
||||
vertical-align:top;
|
||||
text-align:left;
|
||||
background-color: #eaeaea;
|
||||
font-size: 14px;
|
||||
padding: 5px;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.vis-tables table tbody {
|
||||
font-size:12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.vis-tables table tbody td {
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
moniker{
|
||||
margin-top: 0px;
|
||||
.moniker{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
.spacer{
|
||||
font-size:0; line-height:0; clear:both;}
|
||||
|
||||
|
||||
/* ----------------- body start --------------------------- */
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
clear: both;
|
||||
}
|
||||
/* <------ BODY START*/
|
||||
#body{
|
||||
max-width:900px;
|
||||
min-width:800px;
|
||||
margin:0 auto;
|
||||
position:relative;
|
||||
max-width: 900px;
|
||||
min-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
background: white;
|
||||
}
|
||||
#bodyPannel{
|
||||
background: #FFFFFF;
|
||||
/* width:765px;
|
||||
float:left;*/
|
||||
/*padding-top: 0;
|
||||
padding-right: 28px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 16px;*/
|
||||
height: 840px;
|
||||
}
|
||||
|
||||
#dataPanel {
|
||||
/* margin-top: 50px;
|
||||
width: 25%;
|
||||
background-color: #f7f9f9;
|
||||
height: 80%;
|
||||
padding-left: 10px;
|
||||
padding-bottom: 30px;*/
|
||||
|
||||
#dataPanel {
|
||||
border-color: #DFE6E6;
|
||||
border: 1px solid;
|
||||
background: #F7F9F9;
|
||||
width:250px;
|
||||
height:615px;
|
||||
width: 250px;
|
||||
height: 615px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#dataPanel div {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
|
@ -252,40 +205,32 @@ moniker{
|
|||
color: #2485AE;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#dataPanel .investigator_stats .numbers,
|
||||
#dataPanel .author_stats .numbers {
|
||||
text-align: right;
|
||||
width: 40px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
#data-panel-content h4 {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#data-panel-content {
|
||||
margin-left: 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
/* container override from liquid.css */
|
||||
/* <------ CONTAINER OVERRIDE FROM LIQUID.CSS*/
|
||||
.container {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#incomplete-data {
|
||||
line-height: 150%;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.graphml-file-link {
|
||||
padding-top: 20px;
|
||||
height: 20px;
|
||||
font-size: 0.9em;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
#profileTitle {
|
||||
background-color: #2A2A2A;
|
||||
color: white;
|
||||
|
@ -294,8 +239,6 @@ moniker{
|
|||
padding: 10px;
|
||||
width: 54px;
|
||||
}
|
||||
|
||||
#table_heading{
|
||||
/* margin-bottom:20px; */
|
||||
width: 80%;
|
||||
}
|
||||
}
|
|
@ -7,72 +7,57 @@
|
|||
span.incomplete-data-holder,
|
||||
#incomplete-data {
|
||||
padding: 5px;
|
||||
font-size: 0.8em;
|
||||
font-size: .8em;
|
||||
color: #444;
|
||||
border: dotted 1px #eee;
|
||||
background-color: #ffb;
|
||||
}
|
||||
|
||||
#incomplete-data {
|
||||
margin-top: 1.6em;
|
||||
font-size: 1.0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.collaboratorship-icon {
|
||||
float: left;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.collaboratorship-link {
|
||||
/*padding-top: 3px;*/
|
||||
}
|
||||
|
||||
.collaboratorship-link a {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.collaboratorship-link h3 {
|
||||
line-height: 1em !important;
|
||||
font-size: 1em !important;
|
||||
margin-bottom: 0px !important;
|
||||
padding-top: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
padding-left: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.collaboratorship-link h3 a {
|
||||
color: #2485AE;
|
||||
font-size: .9em !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.collaboratorship-link-container {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.collaboratorship-link-separator {
|
||||
margin-top: 20px;
|
||||
border-top: 1px dotted #A6B1B0;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.sparkline_text {
|
||||
font-size: .8em;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-default {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-image {
|
||||
border: 1px solid #cfe4ed;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.google-visualization-sparkline-selected {
|
||||
background-color: blue;
|
||||
border-spacing: 0;
|
||||
|
@ -80,17 +65,14 @@ span.incomplete-data-holder,
|
|||
font-size: small;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.visualization-menupage-link {
|
||||
float: right;
|
||||
margin-top: 0.8em;
|
||||
margin-top: .8em;
|
||||
padding-left: 1.6em;
|
||||
}
|
||||
|
||||
.temporal-graph {
|
||||
background: url(../../images/visualization/temporal_vis_small_icon.jpg) top left no-repeat;
|
||||
}
|
||||
|
||||
.infoIcon {
|
||||
padding-right:30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue