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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -48,7 +48,7 @@
<h3>${i18n().manage_editors}</h3> <h3>${i18n().manage_editors}</h3>
<ul id="editorships" ${ulClass}> <ul id="dragDropList" ${ulClass}>
<script type="text/javascript"> <script type="text/javascript">
var editorshipData = []; var editorshipData = [];
@ -67,7 +67,7 @@
<span class="editor"> <span class="editor">
<#-- This span is here to assign a width to. We can't assign directly to the a.editorName, <#-- 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. --> 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)> <#if (editorUri?length > 0)>
<span class="editorName">${editorName}</span> <span class="editorName">${editorName}</span>
<#else> <#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" />', ${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/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/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>')} ${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; overflow:hidden;
width:100%; width:100%;
} }
.concepts .column {
float:left;
padding-right:3px;
clear:none !important; /*Overriding customFor div's clearing*/
}
.concepts .row { .concepts .row {
clear:both; clear:both;
float:left; float:left;
border-bottom: 1px solid #5F6464; border-bottom: 1px solid #5F6464;
} }
.conceptLabel {
width:220px;
}
.conceptType { .conceptType {
width: 40px; width: 40px;
} }
@ -61,17 +50,19 @@ form#addConceptForm span#createOwnOne{
float:left; float:left;
} }
.existingConcept .column , .conceptHeadings .column { .existingConcept .column,
.conceptHeadings .column,
.concepts .column {
float:left; float:left;
padding-right:3px; padding-right:3px;
clear:none !important; /*Overriding customFor div's clearing*/ clear:none !important; /*Overriding customFor div's clearing*/
} }
/*label and semantic type if it exists*/ /*label and semantic type if it exists*/
.existingConcept .conceptLabelInfo, .conceptHeadings .conceptLabelInfo { .conceptLabel,
width:220px; .existingConcept .conceptLabelInfo,
} .conceptHeadings .conceptLabelInfo,
existingConcept .conceptVocabSource,
.existingConcept .conceptVocabSource, .conceptHeadings .conceptVocabSource { .conceptHeadings .conceptVocabSource {
width:220px; 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 { #content form p.inline span.hint {
margin-left: .5em; margin-left: .5em;
} }
#selectedAuthor {
clear: left;
}
#content form #selectedAuthor p.inline label { #content form #selectedAuthor p.inline label {
width: 10em; width: 10em;
} }

View file

@ -328,7 +328,7 @@ var addEditorForm = {
/* Drag-and-drop */ /* Drag-and-drop */
initEditorDD: function() { initEditorDD: function() {
var editorshipList = $('#editorships'), var editorshipList = $('#dragDropList'),
editorships = editorshipList.children('li'); editorships = editorshipList.children('li');
if (editorships.length < 2) { 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. ?? // 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), var pos = addEditorForm.getPosition(ui.item),
nextpos = pos + 1, nextpos = pos + 1,
editorships = $('#editorships'), editorships = $('#dragDropList'),
next = addEditorForm.findEditorship('position', nextpos); next = addEditorForm.findEditorship('position', nextpos);
if (next.length) { if (next.length) {
@ -637,7 +637,7 @@ var addEditorForm = {
// Disable DD and associated cues if only one editor remains // Disable DD and associated cues if only one editor remains
disableEditorDD: function() { disableEditorDD: function() {
var editorships = $('#editorships'), var editorships = $('#dragDropList'),
editorNameWrapper = $('.editorNameWrapper'); editorNameWrapper = $('.editorNameWrapper');
editorships.sortable({ disable: true } ); editorships.sortable({ disable: true } );

View file

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