VIVO-201: removed some css redundancies

This commit is contained in:
Tim Worrall 2014-09-22 13:00:45 -04:00
parent 793dbc2657
commit 337c6b4c8b
13 changed files with 160 additions and 456 deletions

View file

@ -139,11 +139,6 @@ p#networks {
border-top: 1px solid #DDE4E3;
padding-top: 10px;
}
.collaboratorship-link-separator-solid {
margin-top: 10px;
border-top: 1px solid #DDE4E3;
padding-top: 10px;
}
.sparkline_text {
font-size: .9em;
text-align: left;
@ -174,27 +169,21 @@ div#pub_count_short_sparkline_vis {
height: 48px;
margin-bottom: 20px;
}
/* <------ INDIVIDUAL TEMPORAL GRAPH */
/* <------ INDIVIDUAL TEMPORAL GRAPH & MAP O' SCIENCE*/
#temporal-graph {
padding: 0 3px 8px 0;
background-color: #fff;
margin-top: -4px;
}
#temporal-graph h3 img {
padding-right: 10px;
vertical-align: middle;
}
/* <------ INDIVIDUAL MAP O' SCIENCE */
#map-of-science {
padding: 0 3px 24px 0;
background-color: #fff;
}
#temporal-graph h3 img,
#map-of-science h3 img {
padding-right: 10px;
vertical-align: middle;
}
#map-of-science {
padding: 0 3px 24px 0;
background-color: #fff;
}
/* <------ POSITIONS */
ul#individual-personInPosition {
list-style-type: circle;
@ -213,7 +202,7 @@ ul#individual-personInPosition li:last-child {
div#contactsWebpages {
width:100%;
display:inline;
clear:both
clear:both;
}
div#contactContainer {
width:50%;
@ -264,15 +253,6 @@ span#qrCodeImage {
overflow:visible;
z-index:1000;
}
span#qrCodeImage img {
padding: 1.7em 1.7em 0 1.7em;
}
a.qrCloseLink {
float: right;
padding-right: 1em;
margin-right: 0;
font-size: .8em;
}
/* MISCELLANEOUS------> */
span#quickViewLink {
clear:both;
@ -281,10 +261,6 @@ span#quickViewLink {
span#quickViewLink img {
margin-top:35px;
}
a#manageLabels {
margin-left:20px;
font-size:0.7em;
}
/****** FROM WILMA.CSS ******/
#individual-info h2.mainPropGroup {
border-bottom: 1px solid #DDE4E3;

View file

@ -78,9 +78,6 @@ span#qrCodeImage {
text-align:middle;
overflow:visible;
}
span#qrCodeImage img {
padding: 1.7em 1.7em 0 1.7em;
}
/* <----- WEBPAGE CONTENT LEFT SIDE -----> */
.edit-mainImage {
position: absolute;
@ -190,15 +187,6 @@ div#profileTypeContainer h2 {
padding-top:0 !important;
background:red !important;
}
ul#individual-visualization li {
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #5e6363;
}
ul#individual-visualization li:last-child {
border: none;
}
/* <------ POSITIONS ------> */
ul#individual-personInPosition {
list-style-type: circle;
@ -221,13 +209,15 @@ ul#individual-personInPosition li {
margin-left: 8px !important;
}
/* <------ GEOGRAPHIC FOCUS */
ul#individual-geographicFocus li {
ul#individual-geographicFocus li,
ul#individual-visualization li {
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #5e6363;
}
ul#individual-geographicFocus li:last-child {
ul#individual-geographicFocus li:last-child,
ul#individual-visualization li:last-child {
border: none;
}
/* <------ MISC. ------> */

View file

@ -68,9 +68,6 @@ ul#additional-emails li {
margin-top: 10px;
}
/* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */
#individual-info.withThumb {
width: 78%;
}
#individual-intro .individual-overview {
margin: 0;
display: inline;
@ -168,34 +165,25 @@ p.view-all-coauthors {
width: 200px;
text-align: left;
}
/* <------ INDIVIDUAL TEMPORAL GRAPH */
/* <------ INDIVIDUAL TEMPORAL GRAPH & MAP O' SCIENCE */
#temporal-graph {
padding: 0 3px 20px 0;
background-color: #fff;
}
#temporal-graph h3 {
margin: 0;
padding: 0;
}
#temporal-graph h3 img {
padding-right: 10px;
vertical-align: text-top;
}
/* <------ INDIVIDUAL MAP O' SCIENCE */
#map-of-science {
padding: 0 29px 20px 0;
background-color: #fff;
}
#map-of-science h3 {
margin: 0;
padding: 0;
}
#temporal-graph h3 img,
#map-of-science h3 img {
padding-right: 10px;
vertical-align: text-top;
}
#map-of-science {
padding: 0 29px 20px 0;
background-color: #fff;
}
#map-of-science h3,
#temporal-graph h3 {
margin: 0;
padding: 0;
}
/* <------ POSITIONS */
ul#individual-personInPosition {
list-style-type: circle;
@ -209,12 +197,7 @@ ul#individual-personInPosition li:last-child {
}
/* <------ RESEARCH AREA */
ul#individual-hasResearchArea li {
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #5e6363;
}
ul#individual-hasResearchArea li,
ul#individual-facultyMemberships li {
float: left;
padding-right: 10px;

View file

@ -73,6 +73,7 @@ ul {
height :23px;
display: block;
}
#topNav ul li a:hover,
#topNav ul li a.hover {
background: url(../../../site_icons/visualization/coauthorship/top_btn_h.gif) no-repeat 0 0 #E1DBC7;
color: #FFFFFF;
@ -84,17 +85,6 @@ ul {
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;
@ -145,19 +135,12 @@ ul {
float: left;
font: normal 24px/42px Georgia, "Times New Roman", Times, serif;
}
#eventLink h2 span,
#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;
@ -205,11 +188,6 @@ ul {
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;
@ -403,6 +381,7 @@ ul {
color: #0B0B0B;
font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
}
#bodyPannel form.search label,
#newsLetter form.newsLetter label {
background-color: #FFFFFF;
color: #0B0B0B;

View file

@ -9,7 +9,9 @@
overflow: hidden;
}
#body {
#body,
#error-container,
span#copy-vis-viewlink {
display: none;
}
@ -23,9 +25,6 @@
color:#aaa;
margin-left:-18px;
}
#error-container {
display: none;
}
/*
This is for the overlay that happens when you change the parameter. Somehow the top
@ -114,10 +113,6 @@ img.bar-count-icon {
font-size: 0.75em;
}
span#copy-vis-viewlink {
display: none;
}
img#copy-vis-viewlink-icon {
cursor: pointer;
}
@ -134,7 +129,8 @@ a.temporalGraphLinks {
text-decoration: none;
padding-bottom: 3px;
}
a.clear-selected-entities {
a.clear-selected-entities,
#legend-row-header a {
background-color: #878787;
}
#paginated-table-footer {
@ -149,9 +145,6 @@ a.clear-selected-entities {
#loading-comparisons img {
vertical-align: sub;
}
#legend-row-header a {
background-color: #878787;
}
#reset-search {
color: #2485AE;
cursor: pointer;

View file

@ -13,11 +13,6 @@
margin-bottom: 6px;
margin-top: 6px;
}
.hide-dom-on-init {
display: none;
}
#left-column {
float: left;
width: 260px;
@ -211,11 +206,7 @@ hr.subtle-hr {
height: 30px;
}
.datatable-table {
font-size: 0.9em;
width: 100%;
}
.datatable-table,
.entity-datatable-table {
font-size: 0.9em;
width: 100%;
@ -262,10 +253,7 @@ a.map-of-science-links {
margin-top: 0;
}
.filterInfo {
font-size: 0.81em;
}
.filterInfo,
.paginatedtabs {
font-size: 0.81em;
}
@ -286,7 +274,8 @@ a.map-of-science-links {
/* --------------------------------------------------------------> */
/* SPECIAL STYLES FOR THE error */
/* --------------------------------------------------------------> */
#error-container {
#error-container,
.hide-dom-on-init {
display: none;
}

View file

@ -46,10 +46,6 @@ p.datatable {
width: 67%;
float: right;
}
#profileImage img{
width: 90px;
height: auto;
}
#body h1 {
margin: 0;
}
@ -61,10 +57,7 @@ p.datatable {
vertical-align: bottom;
}
.investigator_name,
.author_name {
color: #2485AE;
font-weight: bold;
}
.author_name,
.neutral_investigator_name,
.neutral_author_name {
color: #2485AE;
@ -86,18 +79,12 @@ p.datatable {
display: none;
margin-top: -55PX;
}
#publication-count-sparkline-include {
float: left;
width: 50%;
}
#coauthor-count-sparkline-include {
float: right;
width: 50%;
}
#publication-count-sparkline-include,
#grant-count-sparkline-include {
float: left;
width: 50%;
}
#coauthor-count-sparkline-include,
#coinvestigator-count-sparkline-include {
float: right;
width: 50%;
@ -124,7 +111,8 @@ table.sparkline_wrapper_table td, th {
float: left;
padding-right: 5px;
}
#ego_profile_image img {
#ego_profile_image img,
#profileImage img {
width: 90px;
height: auto;
}

View file

@ -14,7 +14,7 @@
<h2>${i18TextString} ${firstRow["deptLabel"]} ${i18n().department}</h2>
<#break>
</#list>
<table id="pageList" >
<table id="table-listing" >
<tr>
<th>${i18n().grant_name}</th>
<th>${i18n().close_date}</th>

View file

@ -48,7 +48,7 @@
<h3>${i18n().manage_editors}</h3>
<ul id="editorships" ${ulClass}>
<ul id="dragDropList" ${ulClass}>
<script type="text/javascript">
var editorshipData = [];
@ -67,7 +67,7 @@
<span class="editor">
<#-- This span is here to assign a width to. We can't assign directly to the a.editorName,
for the case when it's followed by an em tag - we want the width to apply to the whole thing. -->
<span class="editorNameWrapper">
<span class="itemName">
<#if (editorUri?length > 0)>
<span class="editorName">${editorName}</span>
<#else>
@ -169,7 +169,7 @@ var i18nStrings = {
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/smoothness/jquery-ui-1.8.9.custom.css" />',
'<link rel="stylesheet" href="${urls.base}/templates/freemarker/edit/forms/css/customForm.css" />',
'<link rel="stylesheet" href="${urls.base}/templates/freemarker/edit/forms/css/autocomplete.css" />',
'<link rel="stylesheet" href="${urls.base}/templates/freemarker/edit/forms/css/addEditorsToInformationResource.css" />')}
'<link rel="stylesheet" href="${urls.base}/templates/freemarker/edit/forms/css/manageDragDropList.css" />')}
${scripts.add('<script type="text/javascript" src="${urls.base}/js/jquery-ui/js/jquery-ui-1.8.9.custom.min.js"></script>')}

View file

@ -4,22 +4,11 @@
overflow:hidden;
width:100%;
}
.concepts .column {
float:left;
padding-right:3px;
clear:none !important; /*Overriding customFor div's clearing*/
}
.concepts .row {
clear:both;
float:left;
border-bottom: 1px solid #5F6464;
}
.conceptLabel {
width:220px;
}
.conceptType {
width: 40px;
}
@ -61,17 +50,19 @@ form#addConceptForm span#createOwnOne{
float:left;
}
.existingConcept .column , .conceptHeadings .column {
.existingConcept .column,
.conceptHeadings .column,
.concepts .column {
float:left;
padding-right:3px;
clear:none !important; /*Overriding customFor div's clearing*/
}
/*label and semantic type if it exists*/
.existingConcept .conceptLabelInfo, .conceptHeadings .conceptLabelInfo {
width:220px;
}
.existingConcept .conceptVocabSource, .conceptHeadings .conceptVocabSource {
.conceptLabel,
.existingConcept .conceptLabelInfo,
.conceptHeadings .conceptLabelInfo,
existingConcept .conceptVocabSource,
.conceptHeadings .conceptVocabSource {
width:220px;
}

View file

@ -42,9 +42,6 @@ class, in case we want to re-enable DD without a page reload. */
#content form p.inline span.hint {
margin-left: .5em;
}
#selectedAuthor {
clear: left;
}
#content form #selectedAuthor p.inline label {
width: 10em;
}

View file

@ -328,7 +328,7 @@ var addEditorForm = {
/* Drag-and-drop */
initEditorDD: function() {
var editorshipList = $('#editorships'),
var editorshipList = $('#dragDropList'),
editorships = editorshipList.children('li');
if (editorships.length < 2) {
@ -381,7 +381,7 @@ var addEditorForm = {
// Seems we need to do this by hand. Can't see any way to do it with jQuery UI. ??
var pos = addEditorForm.getPosition(ui.item),
nextpos = pos + 1,
editorships = $('#editorships'),
editorships = $('#dragDropList'),
next = addEditorForm.findEditorship('position', nextpos);
if (next.length) {
@ -637,7 +637,7 @@ var addEditorForm = {
// Disable DD and associated cues if only one editor remains
disableEditorDD: function() {
var editorships = $('#editorships'),
var editorships = $('#dragDropList'),
editorNameWrapper = $('.editorNameWrapper');
editorships.sortable({ disable: true } );

View file

@ -29,12 +29,17 @@ body {
body {
background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat;
}
a:hover {
text-decoration: none;
}
a {
color: #2485AE;
}
a:hover,
h2 a:hover,
h2 a:active,
ul#header-nav a:link,
ul#header-nav a:visited,
.pagination.menupage li a {
text-decoration: none;
}
em {
font-style: italic;
}
@ -53,10 +58,6 @@ h2 a:link,
h2 a:visited {
text-decoration: underline;
}
h2 a:hover,
h2 a:active {
text-decoration: none;
}
h3 {
padding: 10px 0 12px 0;
margin: 0;
@ -140,9 +141,6 @@ input.form-button:visited {
font-size: 12px;
color: #fff;
}
#verbose-mode span {
color: #888C8C;
}
#verbose-mode b {
color: #595B5B;
}
@ -192,7 +190,10 @@ input.delete:active,
input#delete:active,
input.submit:active,
input#submit:active,
input.form-button:active {
input.form-button:active,
.button:active,
input.add-account:active,
section.accounts input.delete:active {
top: 1px;
}
form textarea {
@ -209,7 +210,9 @@ form textarea {
#itemList a.remove:visited,
#showAddForm a.cancel:link,
form a:link.cancel,
form a:visited.cancel{
form a:visited.cancel,
a.return:link,
a.return:visited {
text-decoration: underline;
color: #f70;
border-color: none;
@ -244,9 +247,6 @@ p.submit {
background-color: #f1f2ee;
border-color: #dfe6e6;
}
.editingForm .entryFormHead h2 {
color: #5F6464;
}
.form-item {
margin-top:.3em;
background-color: #fff;
@ -256,25 +256,12 @@ p.submit {
color: #595B5B;
padding: .3em;
}
a.return:link,
a.return:visited {
text-decoration: underline;
color: #f70;
border-color: none;
padding-left: 3px;
}
a.return:hover,
a.return:active {
text-decoration: none;
color: #f70;
background: none;
}
.navlinkblock {
color: #5F6464;
}
.header {
color: #5F6464;
}
.database_header {
background-color: #f1f2ee;
color: #2485ae;
@ -289,7 +276,8 @@ a.return:active {
color: #5F6464;
font-size: 1em;
}
.rownumheader {
.rownumheader,
.rownum {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
@ -309,9 +297,7 @@ a.return:active {
background-color: #f7f9f9;
font-size: 1em;
}
.postheadercenter {
font-size: 1em;
}
.postheadercenter,
.postheaderright {
font-size: 1em;
}
@ -341,11 +327,6 @@ a.return:active {
font-size: 10pt; /*1em;*/
line-height: 2em;
}
.rownum {
background-color: #F1F2EE;
color: #5F6464;
font-size: 1em;
}
.form-background {
background-color: #fff;
}
@ -406,7 +387,11 @@ a.account-menu:visited {
a.ingestMenu:hover,
a.ingestMenu:active,
a.account-menu:hover,
a.account-menu:active {
a.account-menu:active,
ul#alpha-browse-individuals a,
ul#browse-classes a,
ul#find-filters a,
ul#vgraph-classes a {
text-decoration: none;
color: #5E6363;
}
@ -420,7 +405,8 @@ ul.ingestMenu {
.display-inline {
display: inline-block;
}
.theme-dir {
.theme-dir,
#noContentMsg {
clear: both;
}
tr.editformcell td input[type="text"] {
@ -449,9 +435,6 @@ hr.formDivider {
margin-top: 15px;
opacity: 0.3;
}
tr.editformcell td select {
font-size: .8em;
}
.editingForm table {
width: 100%;
border: none;
@ -498,21 +481,11 @@ ul#header-nav li {
font-size: .7em;
color: #fff;
}
ul#header-nav li.last {
border-right: none;
}
ul#header-nav li:last-child {
padding-left: 1px;
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;
@ -620,7 +593,16 @@ body.loggedIn #intro {
line-height: 1.3em;
padding: 0 24px 0 24px;
}
#intro a {
#intro a,
#individual-intro ul.individual-urls li a,
#revision-build-date h3,
#terms h3,
#visual-graph h5,
.blue,
p.forgot-password a,
ul#individual-personInPosition li a,
ul.individual-urls li a,
ul.individual-urls-people li a {
color: #2485ae
}
/* LOG IN------> */
@ -644,9 +626,6 @@ body.login #login {
padding-top: 18px;
border-bottom: none;
}
h3.internal-auth {
color: #5E6363;
}
h3.internal-auth:hover {
color: #47B6D0;
}
@ -732,9 +711,6 @@ p.forgot-password {
padding-top: 1.2em;
padding-bottom: 1.2em;
}
p.forgot-password a {
color: #2485ae;
}
p.request-account {
width: 219px;
clear: both;
@ -744,9 +720,6 @@ p.request-account {
padding-top: 20px;
border-top: 1px solid #e8ece9;
}
p.request-account a {
color: #fff;
}
p.password-note {
font-size: 12px;
color: #949696;
@ -865,7 +838,10 @@ input.search-homepage {
padding-left: 0;
margin-left: 0;
}
#filter-search-nav a.active {
#filter-search-nav a.active,
#stats p,
p.request-account a,
ul#header-nav a {
color: #fff;
}
#filter-search-nav a {
@ -878,25 +854,15 @@ ul#browse-classgroups a {
padding-top: 3px;
padding-bottom: 3px;
}
ul#browse-classgroups a:hover {
ul#browse-classgroups a.selected,
ul#browse-classgroups a:hover,
ul#classes-in-classgroup a:hover,
ul#classes-in-classgroup a.selected,
ul#vgraph-classes a:hover,
ul#vgraph-classes a.selected {
background: url(../images/arrow.gif) 0 10px no-repeat;
color: #2ea0cf;
}
ul#browse-classgroups a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 10px no-repeat;
}
ul#classes-in-classgroup a:hover {
background: url(../images/arrow.gif) 0 10px no-repeat;
color: #2ea0cf;
}
ul#classes-in-classgroup a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 10px no-repeat;
}
#visual-graph h5 {
color: #2485ae;
}
svg text:hover {
color: #2EA0CF;
}
@ -927,13 +893,6 @@ a.view-all-style {
#home-stats {
margin-top: 30px;
}
#home-stats h4 {
border-top: 1px solid rgba(220,228,227,.42); /* stroke */
border-bottom: 1px solid rgba(220,228,227,.42); /* stroke */
background-color: #395d7f; /* layer fill content */
border-bottom: 2px solid #62b6d7;
color: #fff;
}
#stats li {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
@ -944,9 +903,6 @@ a.view-all-style {
background: #5e6363 url(../images/stats-bg.png) repeat-x 0 0;
color: #fff;
}
#stats p {
color: #fff;
}
#stats li a:hover {
opacity: .5;
}
@ -959,10 +915,6 @@ a.view-all-style {
float: left;
clear: both;
}
#home-research h4 {
display: inline;
padding: 3px 10px;
}
#home-research ul {
padding: 0.7em 0 0.6em 0.75em;
}
@ -990,7 +942,10 @@ a.view-all-style {
margin-left: 15px;
float: left;
}
#home-academic-depts h4 {
#home-academic-depts h4,
#home-faculty-mbrs h4,
#home-geo-focus h4,
#home-research h4 {
display: inline;
padding: 3px 10px;
}
@ -1009,10 +964,6 @@ a.view-all-style {
margin: 0 0 20px 15px;
float: left;
}
#home-faculty-mbrs h4 {
display: inline;
padding: 3px 10px;
}
div#tempSpacing {
margin-top:30px;
padding-left:20px;
@ -1060,21 +1011,14 @@ div#adjImgHeight {
#home-geo-focus {
clear: both;
display: inline-block;
margin-top: 10px;
margin-top: 30px;
height: 632px;
width: 921px;
}
#home-geo-focus h4 {
display: inline;
padding: 3px 10px;
}
#home-geo-focus div#timeIndicatorGeo {
text-align:center;
margin-top:100px;
}
#noContentMsg {
clear: both;
}
/* FOOTER------> */
footer {
clear: both;
@ -1111,33 +1055,27 @@ ul#footer-nav li {
padding-right: 10px;
border-right: 1px solid #c9c8c8;
}
ul#footer-nav li:last-child {
border-right: none
ul#footer-nav li:last-child,
ul#header-nav li.last,
ul#individual-hasResearchArea li:last-child,
ul#individual-facultyMemberships 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;
}
#footer-nav a:hover,
a.terms,
a.powered-by-vivo {
color: #09C;
text-decoration: none;
}
a.terms:hover,
a.powered-by-vivo:hover {
color: #4e5051;
text-decoration: none;
}
p{
p {
margin-bottom: 1.3em;
}
@ -1160,13 +1098,9 @@ p{
background-color: #111;
color: #fff;
}
.button:active {
top: 1px;
}
.blue {
color: #2485ae;
}
.green {
.green,
ul#individual-tools li a,
ul#individual-tools-people li a {
color: #b2d15a;
}
.small.button,
@ -1225,6 +1159,7 @@ p{
/* -------------------------------------------------> */
/* VISUAL GRAPH------> */
.property-group,
#menupage-intro {
width: 920px;
background: #fff;
@ -1249,30 +1184,6 @@ p{
font-weight: normal;
border-bottom: 1px solid #f3f3f4;
}
#menupage-content h4 {
font-size: 1.25em;
color: #2485ae;
font-weight: normal;
}
ul#vgraph-classes li {
border-bottom: 1px solid #dde4e3;
font-size: 1em;
}
ul#vgraph-classes a {
color: #5e6363;
text-decoration: none;
}
ul#vgraph-classes a:hover {
background: url(../images/arrow.gif) 0 10px no-repeat;
color: #2ea0cf;
}
ul#vgraph-classes a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 10px no-repeat;
}
ul#vgraph-classes .count-classes {
font-size: .75em;
}
/* FIND BY ------> */
#find-by {
border: 1px solid #e4eae9;
@ -1282,17 +1193,10 @@ ul#vgraph-classes .count-classes {
color: #2485ae;
font-weight: normal;
}
ul#find-filters a {
color: #5e6363;
text-decoration: none;
}
ul#find-filters a:hover {
background: url(../images/arrow.gif) 0 6px no-repeat;
color: #2ea0cf;
}
ul#find-filters a:hover,
ul#find-filters a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 6px no-repeat;
color: #2ea0cf;
}
/* RESEARCHERS ------> */
#researchers {
@ -1350,21 +1254,15 @@ ul#browse-classes {
border-right: 0;
background-color: #f1f2ee;
}
ul#browse-classes li {
ul#browse-classes li,
ul#vgraph-classes li {
border-bottom: 1px solid #dde4e3;
font-size: 1em;
}
ul#browse-classes a {
color: #5e6363;
text-decoration: none;
}
ul#browse-classes a:hover {
background: url(../images/arrow.gif) 4px 5px no-repeat;
color: #2ea0cf;
}
ul#browse-classes a:hover,
ul#browse-classes a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 4px 5px no-repeat;
color: #2ea0cf;
}
ul#browse-classes .count-classes {
font-size: 12px;
@ -1373,25 +1271,19 @@ ul#browse-classes .count-classes {
ul#alpha-browse-individuals {
background-color: #fff;
}
ul#alpha-browse-individuals li {
font-size: .8em;
}
ul#alpha-browse-individuals a {
color: #5e6363;
text-decoration: none;
}
ul#alpha-browse-individuals a:hover {
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
color: #2ea0cf;
}
ul#alpha-browse-individuals a:hover,
ul#alpha-browse-individuals a.selected {
color: #2ea0cf;
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
color: #2ea0cf;
}
ul#alpha-browse-individuals .count-classes {
ul#alpha-browse-individuals .count-classes,
ul#vgraph-classes .count-classes {
font-size: .75em;
}
.alphaIndex {
.alphaIndex,
.pagination.menupage,
tr.editformcell td select,
ul#alpha-browse-individuals li {
font-size: .8em;
}
nav#alpha-browse-container {
@ -1412,19 +1304,12 @@ nav#alpha-browse-container {
#individuals-in-class li img {
border: 2px solid #dde4e3;
}
#individuals-in-class li h1 {
#individuals-in-class li h1,
#property-group-menu ul,
article.property ul.property-list {
color: #5e6363;
font-size: 1em;
}
.pagination.menupage {
font-size: .8em;
}
.pagination.menupage li.selected {
color: #5e6363;
}
.pagination.menupage li a {
text-decoration: none;
}
.pagination.menupage li a:hover {
background: #5e6363;
}
@ -1470,7 +1355,8 @@ nav#alpha-browse-container {
background: #2485AE;
color: #fff;
}
#admin .uri-link {
#admin .uri-link,
#verbose-mode span {
color: #888c8c;
}
#admin a {
@ -1484,20 +1370,15 @@ nav#alpha-browse-container {
font-size: 1.375em;
color: #2485ae;
}
#individual-intro span.display-title {
#individual-intro span.display-title,
h1.fn .display-title {
font-size: .825em;
color: #5e6363;
border-left: 1px solid #A6B1B0;
border-left: 1px solid #a6b1b0;
}
ul#individual-tools {
color: #8AA149;
}
#individual-intro ul.individual-urls li a {
color: #2485ae;
}
h2#mainImage, #share-contact h2 {
color: #5E6363;
}
h2#webpage {
font-weight: bold;
}
@ -1509,19 +1390,14 @@ img.individual-photo {
padding-top: .8em;
display: block;
}
ul#individual-tools-people li a {
color: #b2d15a;
}
ul#individual-tools {
color: #8AA149
}
ul#individual-tools li a {
color: #b2d15a;
}
#share-contact a.email {
color: #5f6464;
}
#share-contact a.tel {
#share-contact a.email,
#share-contact a.tel,
.editingForm .entryFormHead h2,
.header,
.navlinkblock {
color: #5f6464;
}
ul.individual-urls {
@ -1531,17 +1407,17 @@ ul.individual-urls li {
font-size: .875em;
line-height: 1.6em;
}
ul.individual-urls li a {
color: #2485ae;
}
ul.individual-urls-people {
list-style: url(../../../images/individual/arrow-grey.gif);
}
ul.individual-urls-people li a {
color: #2485ae;
}
/* INDIVIDUAL RIGHT CONTENT ------> */
#individual-info {
#individual-info,
#property-group-menu a,
.grey,
.pagination.menupage li.selected,
h2#mainImage,
#share-contact h2,
h3.internal-auth {
color: #5e6363;
}
#individual-info h1.fn {
@ -1549,11 +1425,6 @@ ul.individual-urls-people li a {
color: #595B5B;
line-height: 1.3em;
}
h1.fn .display-title {
font-size: .825em;
color: #5e6363;
border-left: 1px solid #a6b1b0;
}
#individual-info h2 {
color: #5E6363;
font-size: 1em;
@ -1570,9 +1441,6 @@ ul#individual-personInPosition {
ul#individual-personInPosition li {
line-height: 1.8em;
}
ul#individual-personInPosition li a {
color: #2485ae;
}
.individual-overview {
font-size: 1em;
padding-right: 10px;
@ -1582,35 +1450,20 @@ ul#individual-personInPosition li a {
ul#individual-hasResearchArea li {
border-right: 1px solid #A6B1B0;
}
ul#individual-hasResearchArea li:last-child {
border-right: none;
}
ul#individual-facultyMemberships li {
border-right: 1px solid #A6B1B0;
}
ul#individual-facultyMemberships li:last-child {
border-right: none;
}
/* INDIVIDUAL VISUALIZATION ------> */
#right-hand-column h3 {
font-size: 1.25em;
color: #2485ae;
}
.publication-year-range {
.publication-year-range,
p.view-all-coauthors {
font-size: .875em;
}
a.all-vivo-publications {
font-size: .875em;
color: #5e6363;
}
/* <------ TEMPORAL GRAPH */
#temporal-graph h3 a {
color: #2485AE;
font-size: .8em !important;
text-decoration: underline;
vertical-align:text-top;
}
/* <------ MAP O' SCIENCE */
/* <------ TEMPORAL GRAPH and MAP O' SCIENCE */
#temporal-graph h3 a,
#map-of-science h3 a {
color: #2485AE;
font-size: .8em !important;
@ -1621,28 +1474,19 @@ a.all-vivo-publications {
img.co-author {
border: 2px solid #ebebeb;
}
#co-authors h3 {
#co-authors h3,
#right-hand-column h3 {
font-size: 1.25em;
color: #2485ae;
}
p.view-all-coauthors {
font-size: .875em;
}
/* PROPERTY GROUP MENU ------> */
#property-group-menu {
width: 920px;
background: #f1f2ee;
}
#property-group-menu ul {
color: #5e6363;
font-size: 1em;
}
#property-group-menu li {
background: url(../../../images/individual/separator-property-group-nav.jpg) right 10px no-repeat;
}
#property-group-menu a {
color: #5e6363;
}
#property-group-menu a:hover {
color: #002b44;
}
@ -1650,11 +1494,8 @@ p.view-all-coauthors {
background: none;
}
/* PROPERTY GROUP ------> */
.property-group {
width: 920px;
background: #fff;
}
section.property-group h2 {
section.property-group h2,
#menupage-content h4 {
font-size: 1.25em;
color: #2485ae;
font-weight: normal;
@ -1676,18 +1517,11 @@ article.property .data-property-statement {
font-size: 1em;
color: #5e6363;
}
article.property ul.property-list {
font-size: 1em;
color: #5e6363;
}
article.property ul.property-list li a {
/*color: #2485ae;*/ /* cappadona: seems unnecessarily specific and is overriding .more-less from individual.css so I'm commenting out for now */
line-height: 1.6em;
}
/* MISCELLANEOUS ------> */
.grey {
color: #5e6363;
}
.displace {
position: absolute;
left: -9999px;
@ -1751,9 +1585,6 @@ p.address-line {
#revision-build-date {
border-left: 1px solid #DFE6E6;
}
#revision-build-date h3{
color: #2485AE;
}
#revision-levels caption {
font-size: 18px;
color: #2485ae;
@ -1766,13 +1597,6 @@ color: #2485AE;
border: 1px solid #DFE6E6;
}
/* -------------------------------------------------> */
/* STATIC PAGES -----------------------------------> */
/* -------------------------------------------------> */
#terms h3 {
color: #2485ae;
}
/* -------------------------------------------------> */
/* IE message when JS is disabled -----------------> */
/* -------------------------------------------------> */
@ -1824,9 +1648,6 @@ section.accounts input.delete:hover {
background-color: #88acbb;
border: 1px solid #88acbb;
}
section.accounts input.delete:active {
top: 1px;
}
input.add-account,
input.add-account:visited {
background: url(../images/addNewAccount.png) 0 center no-repeat;
@ -1838,9 +1659,6 @@ input.add-account:hover {
background-color: #88acbb;
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
}
input.add-account:active {
top: 1px;
}
.disabledSubmit {
color: #ede ! important;
background-color: #b2d15a ! important;