
2. Changed manual script includes to let template it do for us. 3. Changed default 10 colors for temporal graph line bars.
207 lines
No EOL
3.1 KiB
CSS
207 lines
No EOL
3.1 KiB
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
@CHARSET "UTF-8";
|
|
|
|
#body {
|
|
font: 0.9em Helvetica;
|
|
background-color: #fff;
|
|
min-height: 800px;
|
|
width: 100%;
|
|
/*min-width: 900px;*/
|
|
margin: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
a.temporalGraphLinks {
|
|
margin-top: 10px;
|
|
/*float:right;*/
|
|
height: 20px;
|
|
text-decoration: none;
|
|
width: 30%;
|
|
/*margin: 0 1% 0 1%;*/
|
|
background-color: #EAEAEA;
|
|
text-align: center;
|
|
padding: 3px;
|
|
padding-top: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#reset-search {
|
|
color: #2485AE;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#yaxislabel {
|
|
font-size: 12px;
|
|
float:right;
|
|
background-color: white;
|
|
color: #595B5B;
|
|
display: block;
|
|
height: 150px;
|
|
text-align: center;
|
|
padding-top: 50px;
|
|
position: absolute !important;
|
|
}
|
|
|
|
#xaxislabel{
|
|
font-size: 12px;
|
|
margin-top: -5px;
|
|
text-align: center;
|
|
}
|
|
|
|
#notification-container {
|
|
position: inherit;
|
|
}
|
|
|
|
.disabled-checkbox-event-receiver {
|
|
height: 21px;
|
|
position: absolute;
|
|
width: 21px;
|
|
display:none;
|
|
}
|
|
|
|
#functions{
|
|
margin-top: 20px;
|
|
margin-bottom: -40px;
|
|
}
|
|
|
|
#bar {
|
|
height: 20px;
|
|
float: left;
|
|
background-color: #fff;
|
|
width: 250px;
|
|
margin-left: 10px;
|
|
}
|
|
#checkbox{
|
|
float:left;
|
|
}
|
|
|
|
.easy-deselect-label {
|
|
float: left;
|
|
font-size: 12px;
|
|
width: 160px;
|
|
text-align: right;
|
|
}
|
|
|
|
.easy-deselect-label a, #text {
|
|
text-decoration: none;
|
|
color: black;
|
|
font-family: Helvetica;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.easy-deselect-label .entity-label {
|
|
color:red;
|
|
}
|
|
|
|
.small-arrows {
|
|
font-size: 0.9em;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
#header-entity-label {
|
|
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#header-entity-label a {
|
|
color: #13968C;
|
|
}
|
|
|
|
.ellipsis {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.entity-label-url {
|
|
width: 125px;
|
|
margin-right: 10px;
|
|
display:inline-block;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ellipsis.multiline {
|
|
white-space: normal;
|
|
}
|
|
|
|
#searchresult {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#graphContainer {
|
|
margin-bottom: 15px;
|
|
width: 450px;
|
|
height: 250px;
|
|
margin-left: 23px;
|
|
}
|
|
|
|
#leftblock {
|
|
float: left;
|
|
/*margin-left: 5%;*/
|
|
width: 39%;
|
|
}
|
|
|
|
#text {
|
|
margin-left: 5px;
|
|
}
|
|
#searchresult a {
|
|
text-decoration: none;
|
|
color: black;
|
|
font-family: Helvetica;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#rightblock {
|
|
float:right;
|
|
margin-right:3%;
|
|
width:54%;
|
|
}
|
|
|
|
#counter,#total {
|
|
color: red;
|
|
}
|
|
|
|
#heading {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#paginatedTable {
|
|
margin-top:0px;
|
|
}
|
|
|
|
.sDomSearchBar {
|
|
margin-bottom: -10px;
|
|
margin-left: 41%;
|
|
}
|
|
|
|
.datatablerowhighlight {
|
|
background-color: #ECFFB3 !important;
|
|
}
|
|
|
|
.datatablerowhighlight td {
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
#bottomButtons{
|
|
width: 100%;
|
|
float:right;
|
|
margin: 20px 0 20px 0;
|
|
}
|
|
|
|
#stopwordsdiv{
|
|
margin-top: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
p.displayCounter{
|
|
padding-bottom: 4px;
|
|
border-bottom: 1px solid gray;
|
|
}
|
|
|
|
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter, #headerText {
|
|
color: #2485ae;
|
|
} |