2011-05-26 17:11:16 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
#map-of-science-response {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
font: 0.9em Helvetica;
|
|
|
|
margin: auto;
|
|
|
|
min-height: 600px;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-05-28 00:05:42 +00:00
|
|
|
#map-of-science-info {
|
|
|
|
margin-bottom: 6px;
|
2011-06-13 20:15:09 +00:00
|
|
|
margin-top: 6px;
|
2011-05-28 00:05:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide-dom-on-init {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:11:16 +00:00
|
|
|
#left-column {
|
|
|
|
float: left;
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right-column {
|
|
|
|
float: right;
|
|
|
|
width: 640px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#map_area {
|
|
|
|
width: 640px;
|
|
|
|
height: 480px;
|
|
|
|
}
|
|
|
|
|
2011-05-28 00:05:42 +00:00
|
|
|
#percent-mapped-info {
|
|
|
|
float:right;
|
|
|
|
display: none;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:11:16 +00:00
|
|
|
#header-entity-label {
|
|
|
|
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
|
|
|
font-size: 1.5275em;
|
|
|
|
color: #2485ae;
|
|
|
|
line-height: 1.3em;
|
|
|
|
padding-top:15px;
|
|
|
|
padding-bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.clear-selected-entities {
|
|
|
|
background-color: #878787;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-arrows {
|
|
|
|
font-size: 0.9em;
|
|
|
|
padding: 0 !important;
|
|
|
|
text-decoration: none;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blockElement {
|
|
|
|
top: 10px !important;
|
|
|
|
}
|
|
|
|
|
2011-06-03 21:45:47 +00:00
|
|
|
/* tooltip */
|
|
|
|
#tt {
|
|
|
|
font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
position:absolute;
|
|
|
|
display:block;
|
|
|
|
background:url(../../../images/visualization/mapofscience/tooltip/tt_left.gif) top left no-repeat
|
|
|
|
}
|
|
|
|
|
|
|
|
#tttop {
|
|
|
|
display:block;
|
|
|
|
height:5px;
|
|
|
|
margin-left:5px;
|
|
|
|
background:url(../../../images/visualization/mapofscience/tooltip/tt_top.gif) top right no-repeat;
|
|
|
|
overflow:hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
#ttcont {
|
|
|
|
display:block;
|
|
|
|
padding:2px 12px 3px 7px;
|
|
|
|
margin-left:5px;
|
|
|
|
background:#666;
|
|
|
|
color:#FFF
|
|
|
|
}
|
|
|
|
|
|
|
|
#ttbot {
|
|
|
|
display:block;
|
|
|
|
height:5px;
|
|
|
|
margin-left:5px;
|
|
|
|
background:url(../../../images/visualization/mapofscience/tooltip/tt_bottom.gif) top right no-repeat;
|
|
|
|
overflow:hidden
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:11:16 +00:00
|
|
|
/* DataTable related css */
|
|
|
|
|
|
|
|
/* filter */
|
|
|
|
|
|
|
|
.filter-option {
|
|
|
|
color: #2485AE;
|
|
|
|
cursor: pointer;
|
|
|
|
/*padding-right: 5px;*/
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active-filter {
|
|
|
|
color: #595B5B;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filterInfoIcon {
|
|
|
|
vertical-align:top;
|
|
|
|
width:15px;
|
|
|
|
margin-left: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#science-areas-filter {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* search in table */
|
|
|
|
|
|
|
|
.sDomSearchBar {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
margin-left: 41%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reset-search {
|
|
|
|
color: #2485AE;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* table */
|
|
|
|
|
2011-05-28 00:05:42 +00:00
|
|
|
.science-area-tab {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-07-13 17:38:26 +00:00
|
|
|
hr.subtle-hr {
|
|
|
|
background-color: #BDBDBD;
|
|
|
|
border: 0 none;
|
|
|
|
height: 1px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:11:16 +00:00
|
|
|
#main-science-areas-table-container table {
|
|
|
|
cellpadding: 0;
|
|
|
|
cellspacing: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-science-areas-table-container table tr {
|
|
|
|
min-height: 30px;
|
|
|
|
max-height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datatable-table {
|
|
|
|
font-size: 0.9em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-05-28 00:05:42 +00:00
|
|
|
table.datatable-table tbody tr {
|
|
|
|
border-top: 3px solid;
|
|
|
|
}
|
|
|
|
|
2011-07-13 17:38:26 +00:00
|
|
|
a.map-of-science-links {
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:11:16 +00:00
|
|
|
#main-science-areas-table-footer {
|
|
|
|
margin-top: 10px;
|
2011-07-13 17:38:26 +00:00
|
|
|
text-align: center;
|
2011-05-26 17:11:16 +00:00
|
|
|
height: 25px;
|
2011-07-13 17:38:26 +00:00
|
|
|
max-width: 260px;
|
|
|
|
background-color: #2485AE;
|
|
|
|
height: 20px;
|
|
|
|
padding: 4px 5px 3px;
|
2011-05-26 17:11:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-science-areas-table-container {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filterInfo {
|
|
|
|
font-size: 0.81em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paginatedtabs {
|
|
|
|
font-size: 0.81em;
|
2011-05-28 00:05:42 +00:00
|
|
|
}
|