2010-10-27 22:11:52 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
|
|
|
/* Tell the browser to render HTML 5 elements as block */
|
|
|
|
header,
|
|
|
|
hgroup,
|
|
|
|
section,
|
|
|
|
nav,
|
|
|
|
article,
|
|
|
|
aside,
|
2010-12-16 22:12:03 +00:00
|
|
|
footer{
|
2010-10-27 22:11:52 +00:00
|
|
|
display: block;
|
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
time{
|
2010-10-27 22:11:52 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
html,
|
2010-12-16 22:12:03 +00:00
|
|
|
body{
|
2010-10-27 22:11:52 +00:00
|
|
|
padding: 0;
|
|
|
|
height: 100%; /* needed for container min-height */
|
2010-12-21 19:25:23 +00:00
|
|
|
font-family: 'Arimo', "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
2010-10-29 15:55:41 +00:00
|
|
|
/*font-size: 62.5%;*/
|
2010-10-27 22:11:52 +00:00
|
|
|
height: auto !important; /* real browsers */
|
|
|
|
height: 100%; /* IE6: treaded as min-height*/;
|
|
|
|
min-height: 100%; /* real browsers */
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2010-10-29 20:03:16 +00:00
|
|
|
body{
|
|
|
|
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
|
|
|
|
}
|
2011-01-06 21:14:46 +00:00
|
|
|
a:hover{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-01-25 15:54:38 +00:00
|
|
|
a{
|
|
|
|
color: #2485AE;
|
|
|
|
}
|
2010-11-09 21:56:02 +00:00
|
|
|
/* h1,h2,h3,h4,h5,h6 ------> */
|
|
|
|
h2{
|
|
|
|
padding: 10px 0 12px 0;
|
2010-11-30 20:22:06 +00:00
|
|
|
margin: 0;
|
2010-11-09 21:56:02 +00:00
|
|
|
font-size: 22px;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
2010-12-13 20:16:26 +00:00
|
|
|
h2 a{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
h2 a:link, h2 a:visited{
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
h2 a:hover, h2 a:active{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-11-09 21:56:02 +00:00
|
|
|
h3{
|
|
|
|
padding: 10px 0 12px 0;
|
2010-11-30 20:22:06 +00:00
|
|
|
margin: 0;
|
2010-11-09 21:56:02 +00:00
|
|
|
font-size: 18px;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
h4{
|
|
|
|
padding: 10px 0 12px 0;
|
2010-11-30 20:22:06 +00:00
|
|
|
margin: 0;
|
2010-11-09 21:56:02 +00:00
|
|
|
font-size: 16px;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
h5{
|
|
|
|
padding: 10px 0 12px 0;
|
2010-11-30 20:22:06 +00:00
|
|
|
margin: 0;
|
2010-11-09 21:56:02 +00:00
|
|
|
font-size: 14px;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
/* HEADER ------> */
|
|
|
|
#branding {
|
|
|
|
position: relative;
|
|
|
|
width: 970px;
|
|
|
|
height: 114px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
/* BRANDING ------> */
|
2010-11-03 19:15:51 +00:00
|
|
|
h1.vivo-logo {
|
2010-10-27 22:11:52 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 386px;
|
|
|
|
height: 59px;
|
|
|
|
top: 28px;
|
|
|
|
left: 0;
|
|
|
|
background: url(../images/VIVO-logo.png) 0 0 no-repeat;
|
|
|
|
}
|
2010-11-03 19:15:51 +00:00
|
|
|
h1.vivo-logo a {
|
2010-10-27 22:11:52 +00:00
|
|
|
display: block;
|
|
|
|
width: 386px;
|
|
|
|
height: 59px;
|
|
|
|
}
|
|
|
|
/* HEADER NAV------> */
|
|
|
|
ul#header-nav {
|
|
|
|
float: right;
|
|
|
|
list-style: none;
|
|
|
|
height: 30px;
|
|
|
|
padding-top: 10px;
|
|
|
|
margin-right: 13px;
|
|
|
|
}
|
|
|
|
ul#header-nav li {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2010-12-16 22:26:59 +00:00
|
|
|
border-right: 1px solid #7c7d7f;
|
2010-10-27 22:11:52 +00:00
|
|
|
font-size: 0.7em;
|
2010-11-08 18:08:10 +00:00
|
|
|
color: #fff;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
ul#header-nav li.last {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
ul#header-nav li:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
ul#header-nav a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
ul#header-nav a:link,
|
|
|
|
ul#header-nav a:visited {
|
|
|
|
text-decoration: none
|
|
|
|
}
|
|
|
|
ul#header-nav a:hover,
|
|
|
|
ul#header-nav a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
/* SEARCH ------> */
|
|
|
|
#search {
|
2010-11-30 20:22:06 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 396px;
|
|
|
|
height: 38px;
|
|
|
|
top: 40px;
|
|
|
|
right: 10px;
|
|
|
|
padding-top: 5px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
#search-field {
|
2010-11-30 20:22:06 +00:00
|
|
|
width: 396px;
|
|
|
|
height: 38px;
|
|
|
|
background: url(../images/search-interior-pages.png) 0 0 no-repeat;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-29 16:35:01 +00:00
|
|
|
#search-field .submit {
|
2010-11-30 20:22:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 14px;
|
|
|
|
border: none;
|
|
|
|
padding-left: 25px;
|
|
|
|
padding-top: 8px;
|
|
|
|
cursor: pointer;
|
2010-11-29 16:35:01 +00:00
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
input.search-vivo {
|
2010-11-30 20:22:06 +00:00
|
|
|
float: left;
|
|
|
|
width: 290px;
|
|
|
|
height: 25px;
|
|
|
|
border: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #5e6363;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 5px;
|
2010-12-02 21:19:40 +00:00
|
|
|
padding:0;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
#search-form-modifier{
|
2010-11-30 20:22:06 +00:00
|
|
|
display: none;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
/* MAIN NAVIGATION------> */
|
|
|
|
ul#main-nav {
|
|
|
|
display: block;
|
|
|
|
width: 968px;
|
|
|
|
height: 46px;
|
|
|
|
border: 1px solid #dce4e3;
|
|
|
|
background-color: #f7f9f9;
|
|
|
|
margin: 0 auto;
|
|
|
|
list-style: none;
|
|
|
|
font-weight: 1em;
|
|
|
|
color: #706a66;
|
|
|
|
}
|
|
|
|
#main-nav li {
|
|
|
|
float: left;
|
|
|
|
line-height: 46px;
|
|
|
|
background: url(../images/separator-main-nav.jpg) right -2px no-repeat;
|
|
|
|
}
|
|
|
|
#main-nav li a {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
display: block;
|
|
|
|
color: #706a66;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#main-nav li a:hover {
|
|
|
|
color: #002b44;
|
|
|
|
/*background: url(../images/selected-main-nav.jpg) left -3px no-repeat;
|
|
|
|
margin-left: 21px;*/
|
|
|
|
}
|
|
|
|
#main-nav li a.selected {
|
|
|
|
color: #002b44;
|
|
|
|
background: url(../images/selected-main-nav.jpg) left -1px no-repeat;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
/* WRAPPER CONTENT------> */
|
|
|
|
#wrapper-content {
|
|
|
|
clear: both;
|
|
|
|
width: 930px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #fff;
|
2010-12-21 19:25:23 +00:00
|
|
|
min-height: 550px;
|
2010-10-27 22:11:52 +00:00
|
|
|
padding: 20px;
|
|
|
|
}
|
2010-12-16 22:12:03 +00:00
|
|
|
/* INTRO-BLURB ------> */
|
2010-10-27 22:11:52 +00:00
|
|
|
#intro {
|
|
|
|
float: left;
|
|
|
|
width: 570px;
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
2010-11-19 14:53:41 +00:00
|
|
|
|
|
|
|
#intro h2 {
|
2010-10-27 22:11:52 +00:00
|
|
|
padding: 35px 0 12px 24px;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2010-11-19 14:53:41 +00:00
|
|
|
#intro p{
|
2010-10-27 22:11:52 +00:00
|
|
|
font-size: 16px;
|
|
|
|
color: #5f6464;
|
|
|
|
line-height: 1.3em;
|
2011-01-16 19:04:11 +00:00
|
|
|
padding: 0 24px 0 24px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-19 14:53:41 +00:00
|
|
|
#intro a {
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #2485ae
|
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
/* LOG IN------> */
|
|
|
|
#login {
|
2010-11-19 20:55:19 +00:00
|
|
|
float: right;
|
2010-11-30 20:22:06 +00:00
|
|
|
width: 314px;
|
|
|
|
border: 1px solid #e8ece9;
|
|
|
|
margin-right: 25px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-top: 20px;
|
2010-11-05 17:42:46 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login h2 {
|
2010-10-27 22:11:52 +00:00
|
|
|
font-size: 22px;
|
|
|
|
color: #2485ae;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding-left: 15px;
|
|
|
|
padding-top: 18px;
|
|
|
|
border-bottom: none;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#error-alert {
|
2010-11-30 20:22:06 +00:00
|
|
|
margin: 0 12px;
|
2010-12-21 15:12:14 +00:00
|
|
|
margin-bottom: 12px;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
border: 1px dotted #a12424;
|
2010-11-19 20:55:19 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#error-alert img {
|
2010-11-30 20:22:06 +00:00
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: middle;
|
2010-11-19 20:55:19 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#error-alert p {
|
2010-11-30 20:22:06 +00:00
|
|
|
padding-left: 40px;
|
|
|
|
font-size: 0.8em;
|
2010-11-19 20:55:19 +00:00
|
|
|
line-height: 1.3em;
|
2010-11-30 20:22:06 +00:00
|
|
|
color: #a12424;
|
|
|
|
padding-top: 5px;
|
2010-11-19 20:55:19 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form label {
|
2010-11-30 20:22:06 +00:00
|
|
|
display: block;
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #5e6363;
|
2010-12-10 20:25:54 +00:00
|
|
|
padding-top: 0;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding-left: 38px;
|
|
|
|
font-size: 14px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form input.text-field {
|
2010-11-30 20:22:06 +00:00
|
|
|
border: 0;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
|
|
|
width: 219px;
|
|
|
|
height: 24px;
|
|
|
|
margin-left: 38px;
|
2010-10-27 22:11:52 +00:00
|
|
|
background: #fff;
|
2010-11-30 20:22:06 +00:00
|
|
|
border: 1px solid #e0dfdf;
|
2010-10-27 22:11:52 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
-moz-border-radius: 5px;
|
2010-11-05 17:42:46 +00:00
|
|
|
-webkit-border-radius: 5px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form input.text-field:focus {
|
2010-12-21 19:25:23 +00:00
|
|
|
border: 1px solid rgba(57, 138, 172, 0.5);
|
|
|
|
background-color: rgba(57, 138, 172, 0.1);
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form p.submit {
|
2010-11-30 20:22:06 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 40px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 38px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form p.submit-password{
|
2010-11-30 20:22:06 +00:00
|
|
|
height: 40px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-left: 38px;
|
2010-11-19 20:55:19 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form input.checkbox-remember-me {
|
2010-11-30 20:22:06 +00:00
|
|
|
float: left;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #5e6363;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding: 0;
|
|
|
|
margin-top: 33px;
|
|
|
|
margin-left: 20px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
#login-form label.label-remember-me {
|
2010-11-30 20:22:06 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #5e6363;
|
2010-11-30 20:22:06 +00:00
|
|
|
font-size: 12px;
|
|
|
|
width: 100px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 29px;
|
|
|
|
margin-right: 32px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
p.forgot-password {
|
2010-11-30 20:22:06 +00:00
|
|
|
clear: both;
|
|
|
|
margin-left: 38px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding-top: 1.2em;
|
|
|
|
padding-bottom: 1.2em;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
p.forgot-password a {
|
2010-11-05 17:42:46 +00:00
|
|
|
color: #2485ae;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-05 17:42:46 +00:00
|
|
|
p.request-account {
|
2010-11-30 20:22:06 +00:00
|
|
|
width: 219px;
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
margin-left: 38px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 20px;
|
|
|
|
border-top: 1px solid #e8ece9;
|
2010-11-05 17:42:46 +00:00
|
|
|
}
|
|
|
|
p.request-account a{
|
2010-11-30 20:22:06 +00:00
|
|
|
color: #fff;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-29 18:31:10 +00:00
|
|
|
p.password-note{
|
2010-11-19 20:55:19 +00:00
|
|
|
font-size: 12px;
|
|
|
|
color: #949696;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding-left: 38px;
|
2010-11-19 20:55:19 +00:00
|
|
|
}
|
2010-11-22 17:27:21 +00:00
|
|
|
#flash-message{
|
2010-11-30 20:22:06 +00:00
|
|
|
border: 1px dotted #E2C822;
|
|
|
|
background-color: #FFF9D7;
|
2010-12-20 20:12:58 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
margin-bottom: 10px;
|
2010-11-22 17:27:21 +00:00
|
|
|
}
|
2011-01-17 22:45:39 +00:00
|
|
|
#welcome-message{
|
|
|
|
border: 1px dotted #E2C822;
|
|
|
|
background-color: #FFF9D7;
|
|
|
|
padding: 0.25em;
|
2011-01-18 21:01:37 +00:00
|
|
|
margin-bottom: 8px;
|
2011-01-19 14:53:18 +00:00
|
|
|
}
|
|
|
|
#welcome-msg-container{
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-top: -10px;
|
|
|
|
margin-right:-10px;
|
|
|
|
height:34px;
|
2011-01-17 22:45:39 +00:00
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
/* HOME SEARCH ------> */
|
|
|
|
#search-home {
|
|
|
|
float: left;
|
|
|
|
width: 533px;
|
2011-01-16 19:04:11 +00:00
|
|
|
margin: 30px 0 0 24px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
#search-home h3 {
|
|
|
|
padding: 0;
|
|
|
|
font-size: 22px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
#search-home-field {
|
|
|
|
width: 483px;
|
|
|
|
height: 44px;
|
|
|
|
background: url(../images/search-field-and-button.png) 0 0 no-repeat;
|
|
|
|
}
|
2010-12-02 22:46:06 +00:00
|
|
|
#search-home-field input.submit {
|
2010-11-30 20:22:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 18px;
|
|
|
|
border: none;
|
2010-12-16 22:12:03 +00:00
|
|
|
padding-left: 23px;
|
2010-11-30 20:22:06 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
cursor: pointer;
|
2010-11-29 16:35:01 +00:00
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
input.search-home-vivo {
|
|
|
|
float: left;
|
|
|
|
margin: 10px 0 0 8px;
|
|
|
|
width: 350px;
|
|
|
|
height: 20px;
|
|
|
|
border: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #5e6363;
|
2010-12-03 15:44:09 +00:00
|
|
|
margin-left: 4px;
|
2010-12-06 22:04:40 +00:00
|
|
|
margin-top: 2px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
/* BROWSE ------> */
|
2010-11-24 18:26:04 +00:00
|
|
|
ul#browse-classgroups a:hover {
|
2010-10-27 22:11:52 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
2010-11-24 18:26:04 +00:00
|
|
|
ul#browse-classgroups a.selected {
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
2010-11-29 18:31:10 +00:00
|
|
|
ul#classgroup-list a:hover {
|
2010-10-27 22:11:52 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
2010-11-29 18:31:10 +00:00
|
|
|
ul#classgroup-list a.selected {
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
2011-01-24 18:22:16 +00:00
|
|
|
#visual-graph h5 {
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #2485ae;
|
|
|
|
}
|
2011-01-24 18:22:16 +00:00
|
|
|
svg text:hover {
|
|
|
|
color: #2EA0CF;
|
2010-12-09 19:04:27 +00:00
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
/* HIGHLIGHTS ------> */
|
|
|
|
#highlights {
|
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 40px;
|
|
|
|
height: 400px;
|
|
|
|
border: 1px solid #dfe6e6;
|
|
|
|
background: #f7f9f9;
|
2010-11-24 18:26:04 +00:00
|
|
|
padding-bottom: 50px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-08 18:08:10 +00:00
|
|
|
#highlights h4 {
|
|
|
|
width: 13%;
|
|
|
|
height: 30px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
padding-left: 15px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #fff;
|
|
|
|
background: #5e6363;
|
|
|
|
font-size: 20px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-08 18:08:10 +00:00
|
|
|
#highlights h5 {
|
2010-10-27 22:11:52 +00:00
|
|
|
color: #91b039;
|
|
|
|
font-size: 14px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
.global-highlights {
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
background: #fff;
|
|
|
|
float: left;
|
|
|
|
width: 235px;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
/* FEATURED PEOPLE ------> */
|
|
|
|
#featured-people {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
article.featured-people {
|
|
|
|
width: 245px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
article.vcard p.fn {
|
|
|
|
float: left;
|
|
|
|
width: 130px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.3em;
|
|
|
|
margin-left: 20px;
|
|
|
|
color: #303e4e;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
article.vcard span.title {
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
article.vcard span.org {
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
p.view-all {
|
|
|
|
clear: both;
|
|
|
|
width: 200px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: right;
|
|
|
|
color: #303e4e;
|
|
|
|
}
|
|
|
|
a.view-all-style {
|
|
|
|
color: #303e4e
|
|
|
|
}
|
|
|
|
/* UPCOMING EVENTS------> */
|
|
|
|
#upcoming-events {
|
|
|
|
margin-right: 15px
|
|
|
|
}
|
|
|
|
article.vevent {
|
|
|
|
width: 233px;
|
|
|
|
height: 59px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
time.dtstart {
|
|
|
|
width: 40px;
|
|
|
|
height: 59px;
|
|
|
|
float: left;
|
|
|
|
background: url(../images/date-display.jpg) 0 0 no-repeat;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
time.dtstart span {
|
|
|
|
display: block;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
p.summary {
|
|
|
|
padding-left: 50px;
|
|
|
|
padding-top: 12px;
|
|
|
|
color: #303e4e;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
p.summary time {
|
|
|
|
display: block;
|
|
|
|
padding-top: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
/* LATEST PUBLICATIONS ------> */
|
2010-11-24 18:26:04 +00:00
|
|
|
#latest-publications article {
|
2010-10-27 22:11:52 +00:00
|
|
|
width: 232px;
|
|
|
|
height: 35px;
|
|
|
|
background: url(../images/icon-pub.png) 0 0 no-repeat;
|
|
|
|
padding-bottom: 10px;
|
2010-12-16 22:12:03 +00:00
|
|
|
float: left;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
p.publication-content {
|
|
|
|
padding-left: 40px;
|
|
|
|
color: #303e4e;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
p.publication-content span {
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
/* FOOTER------> */
|
2010-10-29 15:55:41 +00:00
|
|
|
footer {
|
2010-10-27 22:11:52 +00:00
|
|
|
clear: both;
|
|
|
|
width: 970px;
|
|
|
|
height: 88px;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: #4e5051;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2010-10-29 15:55:41 +00:00
|
|
|
footer p.copyright {
|
2010-10-27 22:11:52 +00:00
|
|
|
float: left;
|
|
|
|
padding-top: 55px;
|
|
|
|
padding-left: 30px;
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
ul#footer-nav {
|
|
|
|
float: right;
|
|
|
|
list-style: none;
|
|
|
|
width: 200px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2011-01-18 15:30:19 +00:00
|
|
|
padding-top: 55px;
|
2010-10-27 22:11:52 +00:00
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
ul#footer-nav li {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
border-right: 1px solid #c9c8c8;
|
|
|
|
}
|
|
|
|
ul#footer-nav li:last-child {
|
|
|
|
border-right: none
|
|
|
|
}
|
|
|
|
#footer-nav a {
|
|
|
|
color: #4e5051
|
|
|
|
}
|
|
|
|
#footer-nav a:hover {
|
|
|
|
color: #09C;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.terms {
|
|
|
|
color: #09C;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.terms:hover {
|
|
|
|
color: #4e5051;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.powered-by-vivo {
|
|
|
|
color: #09C;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.powered-by-vivo:hover {
|
|
|
|
color: #4e5051;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-11-01 19:02:02 +00:00
|
|
|
|
2010-12-23 21:17:56 +00:00
|
|
|
/* GENERAL STYLE ------> */
|
2010-11-01 19:02:02 +00:00
|
|
|
p{
|
2010-11-30 20:22:06 +00:00
|
|
|
margin-bottom: 1.3em;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2010-11-01 19:02:02 +00:00
|
|
|
|
2010-10-27 22:11:52 +00:00
|
|
|
/* STYLED BUTTONS ------> */
|
|
|
|
.button,
|
|
|
|
.button:visited {
|
|
|
|
background: #222 url(../images/alert-overlay.png) repeat-x;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 7px 22px 8px;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
border-radius: 4px; /*This box should have a rounded corners in browsers supporting CSS3*/
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
/* : ;
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
|
|
|
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);*/
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
2010-11-30 20:22:06 +00:00
|
|
|
border: 0;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
.button:hover {
|
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.button:active {
|
2010-11-05 17:42:46 +00:00
|
|
|
top: 1px;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
.blue{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
.green{
|
|
|
|
color: #b2d15a;
|
|
|
|
}
|
2010-10-27 22:11:52 +00:00
|
|
|
.small.button,
|
|
|
|
.small.button:visited {
|
|
|
|
font-size: 11px
|
|
|
|
}
|
|
|
|
.button,
|
|
|
|
.button:visited {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1; /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
|
|
|
|
}
|
|
|
|
.green.button,
|
|
|
|
.green.button:visited {
|
2010-11-05 17:42:46 +00:00
|
|
|
background-color: #749a02;
|
2010-11-30 20:22:06 +00:00
|
|
|
color: #fff;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
.green.button:hover {
|
2010-11-05 17:42:46 +00:00
|
|
|
background-color: #b2d15a;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
.blue.button,
|
|
|
|
.blue.button:visited {
|
2010-11-05 17:42:46 +00:00
|
|
|
background-color: #398aac;
|
2010-11-30 20:22:06 +00:00
|
|
|
color: #fff;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
.blue.button:hover {
|
2010-11-05 17:42:46 +00:00
|
|
|
background-color: #58a2c1;
|
2010-10-27 22:11:52 +00:00
|
|
|
}
|
|
|
|
|
2011-01-14 20:27:30 +00:00
|
|
|
/* -------------------------------------------------> */
|
|
|
|
/* INDIVIDUAL LIST ---------------------------------> */
|
|
|
|
/* -------------------------------------------------> */
|
|
|
|
.pagination li.selectedNavPage{
|
|
|
|
color: #91b039;
|
|
|
|
}
|
|
|
|
.rdfLink {
|
|
|
|
border-left: 1px solid #a6b1b0;
|
|
|
|
}
|
|
|
|
.rdfLink a {
|
|
|
|
color: #84a655;
|
|
|
|
}
|
|
|
|
.individualList ul.individualData li {
|
|
|
|
border-right: solid 1px #a0a0a0;
|
|
|
|
}
|
|
|
|
.individualList ul {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.individualList li {
|
|
|
|
color: #9c9c9c;
|
|
|
|
}
|
|
|
|
.individualList li a {
|
|
|
|
font-weight: normal;
|
2011-01-25 15:54:38 +00:00
|
|
|
color: #2485AE;
|
2011-01-14 20:27:30 +00:00
|
|
|
}
|
|
|
|
|
2010-12-23 21:17:56 +00:00
|
|
|
/* -------------------------------------------------> */
|
2011-01-07 18:30:57 +00:00
|
|
|
/* MENU PAGES --------------------------------------> */
|
|
|
|
/* -------------------------------------------------> */
|
|
|
|
|
|
|
|
/* VISUAL GRAPH FOAF:PERSON------> */
|
|
|
|
#intro-menupage {
|
|
|
|
width: 920px;
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
#intro-menupage h3 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
color: #002b44;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #f3f3f4;
|
|
|
|
}
|
|
|
|
#content-foaf-person {
|
|
|
|
width: 620px;
|
|
|
|
border-right: 1px solid #e8ece9;
|
|
|
|
}
|
|
|
|
#content-foaf-person h4 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses li {
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a {
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a:hover {
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a.selected {
|
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses .count-classes {
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */
|
|
|
|
#content-generic-class {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
#content-generic-class h3 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
color: #002b44;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #f3f3f4;
|
|
|
|
}
|
|
|
|
#content-generic-class h4 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses {
|
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 35px;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses li {
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses a {
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses a:hover {
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses a.selected {
|
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
|
|
|
ul#vgraph-childClasses .count-classes {
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
#generic-class-graph {
|
|
|
|
border: 1px dotted #ccc;
|
|
|
|
}
|
|
|
|
/* FIND BY ------> */
|
|
|
|
#find-by {
|
|
|
|
border: 1 solid #749A02;
|
|
|
|
}
|
|
|
|
#find-by h3 {
|
|
|
|
font-size: 1.125em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
}
|
|
|
|
ul#find-filters li {
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
ul#find-filters a {
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#find-filters a:hover {
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
|
|
|
ul#find-filters a.selected {
|
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
|
|
|
/* NETWORK STATS ------> */
|
|
|
|
#network-stats {
|
|
|
|
width: 920px;
|
|
|
|
background: #f7f9f9;
|
|
|
|
border: 1px solid #d7e6e6;
|
|
|
|
}
|
|
|
|
#network-stats h3 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
#network-stats p {
|
|
|
|
padding: 15px 15px 15px 175px;
|
|
|
|
font-size: .875em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
|
|
|
/* RESEARCHERS ------> */
|
|
|
|
#researchers {
|
|
|
|
width: 920px;
|
|
|
|
background: #f7f9f9;
|
|
|
|
border: 1px solid #d7e6e6;
|
|
|
|
}
|
|
|
|
#researchers h3 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow.gif) 140px 27px no-repeat;
|
|
|
|
}
|
|
|
|
#researchers p {
|
|
|
|
font-size: 1.125em;
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
|
|
|
#researchers-slider {
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
#alpha-display {
|
|
|
|
font-size: 4.375em;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
color: #2485ae;
|
|
|
|
border-right: 1px dotted #dde4e3;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#profile-photo-display {
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
#profile-photo-display img {
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
}
|
|
|
|
#nav-display p {
|
|
|
|
font-size: 26px;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
#nav-display img {
|
|
|
|
border-left: 1px solid #e8e8e8;
|
|
|
|
}
|
|
|
|
/* BROWSE BY ------> */
|
|
|
|
#browse-by {
|
|
|
|
width: 920px;
|
|
|
|
border: 1px solid #dfe6e6;
|
|
|
|
background: #f7f9f9;
|
|
|
|
}
|
|
|
|
#browse-by h2 {
|
|
|
|
background: #5e6363;
|
|
|
|
font-size: 1.375em;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
/* BROWSE CLASSES ------> */
|
|
|
|
ul#browse-childClasses {
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
border-right: 0;
|
|
|
|
background-color: #f1f2ee;
|
|
|
|
}
|
|
|
|
ul#browse-childClasses li {
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
ul#browse-childClasses a {
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#browse-childClasses a:hover {
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
|
|
|
ul#browse-childClasses a.selected {
|
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
}
|
|
|
|
ul#browse-childClasses .count-classes {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
/* ALPHA BROWSE------> */
|
|
|
|
ul#alpha-browse-childClass {
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
background-color: #fff;
|
|
|
|
border-left: 1px solid #dde4e3;
|
2011-01-13 23:43:49 +00:00
|
|
|
border-bottom: none;
|
2011-01-07 18:30:57 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass li {
|
2011-01-13 23:43:49 +00:00
|
|
|
font-size: .8em;
|
2011-01-07 18:30:57 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a {
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a:hover {
|
2011-01-13 23:43:49 +00:00
|
|
|
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
|
2011-01-07 18:30:57 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a.selected {
|
|
|
|
color: #2ea0cf;
|
2011-01-13 23:43:49 +00:00
|
|
|
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
|
|
|
|
margin-right: 3px;
|
2011-01-18 15:39:10 +00:00
|
|
|
margin-left: 5px;
|
2011-01-07 18:30:57 +00:00
|
|
|
}
|
2011-01-18 11:46:52 +00:00
|
|
|
ul#alpha-browse-childClass .count-classes {
|
2011-01-07 18:30:57 +00:00
|
|
|
font-size: .75em;
|
|
|
|
}
|
|
|
|
.alphaIndex {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
/* BROWSE INDIVIDUALS------> */
|
|
|
|
#individuals-in-childClass {
|
2011-01-13 23:43:49 +00:00
|
|
|
width: 630px;
|
2011-01-07 18:30:57 +00:00
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
#individuals-in-childClass h3 {
|
|
|
|
font-size: 1.68em;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
2011-01-18 11:46:52 +00:00
|
|
|
#individuals-in-childClass li {
|
2011-01-07 18:30:57 +00:00
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
}
|
2011-01-18 11:46:52 +00:00
|
|
|
#individuals-in-childClass li img {
|
2011-01-07 18:30:57 +00:00
|
|
|
border: 2px solid #dde4e3;
|
|
|
|
}
|
2011-01-18 11:46:52 +00:00
|
|
|
#individuals-in-childClass li h1 {
|
2011-01-07 18:30:57 +00:00
|
|
|
color: #5e6363;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2011-01-18 00:17:13 +00:00
|
|
|
|
2011-01-07 18:30:57 +00:00
|
|
|
/* -------------------------------------------------> */
|
|
|
|
/* IMAGE UPLOAD-------------------------------------> */
|
2011-01-06 21:14:46 +00:00
|
|
|
/* -------------------------------------------------> */
|
|
|
|
/* <------ UPLOAD PICTURE*/
|
|
|
|
#photoUploadDefaultImage img{
|
|
|
|
border: 4px solid #DDE4E3;
|
|
|
|
}
|
|
|
|
#photoUploadForm{
|
|
|
|
border-left: 1px dotted #DDE4E3;
|
|
|
|
}
|
|
|
|
/* <------ CROP PICTURE*/
|
|
|
|
#photoCropping img{
|
|
|
|
border: 1px solid #DDE4E3;
|
|
|
|
}
|
|
|
|
#photoCropping{
|
|
|
|
margin-left: 20px;
|
|
|
|
padding-left: 40px;
|
|
|
|
background: url(../images/pointToCropPreview.jpg) 0 30px no-repeat;
|
|
|
|
}
|
|
|
|
#photoCroppingPreview{
|
|
|
|
width: 210px;
|
|
|
|
}
|
|
|
|
.photoCroppedPreview{
|
|
|
|
border: 4px solid #DDE4E3;
|
|
|
|
}
|
|
|
|
/* <------ DELETE PICTURE*/
|
|
|
|
#photoDeletingContainer{
|
|
|
|
border: 1px solid #bdbcbc;
|
|
|
|
}
|
|
|
|
/* -------------------------------------------------> */
|
2010-12-23 21:17:56 +00:00
|
|
|
/* INDIVIDUAL DISPLAY ------------------------------> */
|
|
|
|
/* -------------------------------------------------> */
|
2011-01-06 21:14:46 +00:00
|
|
|
|
2010-12-23 21:17:56 +00:00
|
|
|
/* ADMIN PANEL ------> */
|
|
|
|
.admin h3{
|
|
|
|
color: #fff;
|
|
|
|
background: #2485AE;
|
2011-01-04 22:20:10 +00:00
|
|
|
}
|
|
|
|
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
|
|
|
.foaf-person{
|
2011-01-20 18:31:47 +00:00
|
|
|
padding-top: .2em;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
|
|
|
/* INDIVIDUAL INTRO FOR ANY CLASS ------> */
|
|
|
|
#individual-intro h1{
|
|
|
|
font-size: 1.375em;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
#individual-intro span.preferred-title{
|
2011-01-04 22:20:10 +00:00
|
|
|
font-size: .825em;
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5e6363;
|
2011-01-05 15:30:10 +00:00
|
|
|
border-left: 1px solid #A6B1B0;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
ul#individual-tools{
|
2011-01-17 21:55:16 +00:00
|
|
|
color: #8AA149;
|
|
|
|
}
|
|
|
|
#individual-intro ul.individual-urls li a{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
2010-12-23 21:17:56 +00:00
|
|
|
/* INDIVIDUAL INTRO FOR PERSON ------> */
|
|
|
|
#individual-intro-person{
|
2011-01-24 03:08:30 +00:00
|
|
|
/*border-right: 1px solid #edf0ed;*/
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
/* INDIVIDUAL INTRO - LEFT SIDE CONTENT ------> */
|
2011-01-21 03:13:21 +00:00
|
|
|
img.individual-photo{
|
2010-12-23 21:17:56 +00:00
|
|
|
border: 7px solid #ebebeb;
|
|
|
|
}
|
|
|
|
ul#individual-tools-people{
|
|
|
|
border-bottom: 1px solid #e8ece9;
|
|
|
|
color: #b2d15a;
|
|
|
|
}
|
|
|
|
ul#individual-tools-people li a{
|
|
|
|
color: #b2d15a;
|
|
|
|
}
|
|
|
|
ul#individual-tools{
|
|
|
|
color: #8AA149
|
|
|
|
}
|
|
|
|
ul#individual-tools li a{
|
|
|
|
color: #b2d15a;
|
|
|
|
}
|
2011-01-06 16:52:19 +00:00
|
|
|
#share-contact a.email{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5f6464;
|
|
|
|
}
|
2011-01-06 16:52:19 +00:00
|
|
|
#share-contact a.tel{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5f6464;
|
|
|
|
}
|
2011-01-13 21:11:22 +00:00
|
|
|
ul.individual-urls{
|
2010-12-23 21:17:56 +00:00
|
|
|
list-style: url(../../../images/individual/arrow-grey.gif);
|
|
|
|
}
|
2011-01-05 20:37:05 +00:00
|
|
|
ul#individual-email,
|
|
|
|
ul#individual-phone{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
ul#individual-email li,
|
|
|
|
ul#individual-phone li{
|
2011-01-12 18:24:41 +00:00
|
|
|
line-height: 1.6em;
|
2011-01-05 20:37:05 +00:00
|
|
|
}
|
2011-01-12 15:59:46 +00:00
|
|
|
ul#individual-email li:last-child{
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2011-01-13 21:11:22 +00:00
|
|
|
ul.individual-urls li{
|
2010-12-23 21:17:56 +00:00
|
|
|
font-size: .875em;
|
2011-01-12 18:24:41 +00:00
|
|
|
line-height: 1.6em;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
2011-01-13 21:11:22 +00:00
|
|
|
ul.individual-urls li a{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #2485ae;
|
|
|
|
}
|
2011-01-13 21:11:22 +00:00
|
|
|
ul.individual-urls-people{
|
2010-12-23 21:17:56 +00:00
|
|
|
list-style: url(../../../images/individual/arrow-grey.gif);
|
|
|
|
}
|
2011-01-13 21:11:22 +00:00
|
|
|
ul.individual-urls-people li a{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
/* INDIVIDUAL RIGHT CONTENT ------> */
|
|
|
|
#individual-info{
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
|
|
|
#individual-info h1.fn{
|
|
|
|
font-size: 1.375em;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
h1.fn .preferred-title {
|
2011-01-04 18:59:54 +00:00
|
|
|
font-size: 0.825em;
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5e6363;
|
|
|
|
border-left: 1px solid #a6b1b0;
|
|
|
|
}
|
|
|
|
#individual-info h2{
|
|
|
|
font-size: 1.125em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2011-01-17 21:55:16 +00:00
|
|
|
#individual-info h3{
|
|
|
|
font-size: 1.125em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
2010-12-23 21:17:56 +00:00
|
|
|
ul#individual-positions{
|
|
|
|
font-size: 1em;
|
2011-01-24 17:43:56 +00:00
|
|
|
list-style: url("../../../images/individual/arrow-green.gif");
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
|
|
|
ul#individual-positions li{
|
2011-01-12 18:24:41 +00:00
|
|
|
line-height: 1.4em;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
|
|
|
ul#individual-positions li a{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
.individual-overview{
|
|
|
|
font-size: 1em;
|
2011-01-13 17:10:46 +00:00
|
|
|
padding-right: 10px;
|
2011-01-21 03:13:21 +00:00
|
|
|
padding-top: 10px;
|
2011-01-25 15:54:38 +00:00
|
|
|
width: 100%;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
|
|
|
ul#individual-areas{
|
|
|
|
padding-bottom: 24px;
|
|
|
|
}
|
|
|
|
ul#individual-areas li{
|
2011-01-04 18:59:54 +00:00
|
|
|
border-right: 1px solid #A6B1B0;
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
2011-01-04 18:59:54 +00:00
|
|
|
ul#individual-areas li:last-child{
|
2010-12-23 21:17:56 +00:00
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
ul#individual-areas li a{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
/* INDIVIDUAL VISUALIZATION ------> */
|
2011-01-21 03:13:21 +00:00
|
|
|
#visualization{
|
2011-01-05 15:30:10 +00:00
|
|
|
/*border-left: 1px solid #edf0ed;*/
|
2010-12-23 21:17:56 +00:00
|
|
|
}
|
|
|
|
/* SPARKLINES ------> */
|
|
|
|
#sparklines-publications h3{
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
.publication-year-range{
|
|
|
|
font-size: .875em;
|
|
|
|
}
|
|
|
|
a.all-vivo-publications{
|
|
|
|
font-size: .875em;
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
2011-01-05 20:37:05 +00:00
|
|
|
/* <------ TEMPORAL GRAPH */
|
|
|
|
#temporal-graph h3 a{
|
|
|
|
color: #2485AE;
|
|
|
|
font-size: .8em !important;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2010-12-23 21:17:56 +00:00
|
|
|
/* COAUTHORS ------> */
|
|
|
|
img.co-author{
|
|
|
|
border: 2px solid #ebebeb;
|
|
|
|
}
|
|
|
|
#co-authors h3{
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
p.view-all-coauthors{
|
|
|
|
font-size: .875em;
|
|
|
|
}
|
|
|
|
/* PROPERTY GROUP MENU ------> */
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu{
|
2010-12-23 21:17:56 +00:00
|
|
|
width: 920px;
|
|
|
|
background: #f1f2ee;
|
|
|
|
}
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu ul{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5e6363;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu li{
|
2010-12-23 21:17:56 +00:00
|
|
|
background: url(../../../images/individual/separator-property-group-nav.jpg) right 10px no-repeat;
|
|
|
|
}
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu a{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #5e6363;
|
|
|
|
}
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu a:hover{
|
2010-12-23 21:17:56 +00:00
|
|
|
color: #002b44;
|
|
|
|
}
|
2011-01-06 03:50:11 +00:00
|
|
|
#property-group-menu li:last-child{
|
2010-12-23 21:17:56 +00:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
/* PROPERTY GROUP ------> */
|
|
|
|
.property-group{
|
|
|
|
width: 920px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
section.property-group h2{
|
|
|
|
font-size: 1.25em;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
/*background:url(../../../images/individual/arrow-down.gif) 120px 24px no-repeat;*/
|
|
|
|
}
|
|
|
|
article.property{
|
|
|
|
width: 852px;
|
|
|
|
}
|
|
|
|
article.property h3{
|
|
|
|
background: #fafaf9;
|
|
|
|
font-size: 1.063em;
|
|
|
|
color: #8aa149;
|
|
|
|
}
|
|
|
|
article.property ul.property-list li.subclass h3 {
|
|
|
|
font-size: 1.063em;
|
|
|
|
color: #5E6363;
|
|
|
|
}
|
|
|
|
article.property .data-property-statement{
|
|
|
|
background: #fff;
|
|
|
|
font-size: 1em;
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
|
|
|
article.property ul.property-list{
|
|
|
|
font-size: 1em;
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
|
|
|
article.property ul.property-list li a{
|
|
|
|
color: #2485ae;
|
|
|
|
}
|
|
|
|
/* MISCELLANEOUS ------> */
|
|
|
|
.grey{
|
|
|
|
color: #5e6363;
|
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
.displace {
|
|
|
|
position: absolute;
|
|
|
|
left: -9999px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: underline
|
2011-01-12 18:24:41 +00:00
|
|
|
}
|
2011-01-20 18:31:47 +00:00
|
|
|
.middle {
|
2011-01-12 18:24:41 +00:00
|
|
|
vertical-align: middle;
|
2011-01-06 21:14:46 +00:00
|
|
|
}
|