changes to the styling of temporal graph --redoing this because of a previous svn commit error.

This commit is contained in:
bkoniden 2011-01-05 16:18:10 +00:00
parent 69c5986f7b
commit d915da32b3

View file

@ -1,4 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
@CHARSET "UTF-8"; @CHARSET "UTF-8";
head,#body { head,#body {
@ -15,20 +16,16 @@ head,#body {
h1 { h1 {
padding-top: 10px; padding-top: 10px;
font-size: 1.5em; /* font-size: 1.5em; */
margin-left: 5%; margin-left: 5%;
} }
h2 { h2 {
font-size: 1.1em; /* font-size: 1.1em; */
margin-top: 10px; margin-top: 10px;
margin-bottom: 5px; margin-bottom: 5px;
} }
h3 {
font-size: 1.01em;
}
button{ button{
margin-top: 10px; margin-top: 10px;
float:right; float:right;
@ -106,7 +103,7 @@ form{
} }
#label a,#text { #label a,#text {
text-decoration: none; /* text-decoration: none; */
color: black; color: black;
font-family: Helvetica; font-family: Helvetica;
font-size: 1em; font-size: 1em;
@ -116,6 +113,7 @@ form{
float:right; float:right;
margin-right:5%; margin-right:5%;
width:54%; width:54%;
margin-top: -43px;
} }
#counter,#total { #counter,#total {
@ -132,11 +130,11 @@ li{
} }
#paginatedTable{ #paginatedTable{
margin-top: 10px; margin-top:0px;
} }
.sDomSearchBar{ .sDomSearchBar{
margin-bottom: 10px; margin-bottom: -10px;
margin-left: 41%; margin-left: 41%;
} }
@ -144,54 +142,54 @@ li{
background-color: #ECFFB3 !important; background-color: #ECFFB3 !important;
} }
/*
.metallic{ .metallic{
background-color: #212D34; background-color: #212D34;
color: white; color: white;
margin-left: 20px;
} }
*/
#leftUpper{ #leftUpper{
/*
border: 1px #3D454E solid; border: 1px #3D454E solid;
border-top: 10px #3D454E solid; border-top: 10px #3D454E solid;
background-color: #D9D9D9; background-color: #D9D9D9;
padding-left: 10px;
*/
} }
#leftLower{ #leftLower{
/*
border: 1px #3D454E solid; border: 1px #3D454E solid;
border-top: 10px #3D454E solid; border-top: 10px #3D454E solid;
}
#navcontainer{ padding-left: 10px;
background: none repeat scroll 0 0 #3D454E; */
height: 1%;
padding: 8px 22em 8px 20px;
position: relative;
}
#navlist li
{
display: inline;
list-style-type: none;
padding: 20px;
}
#navlist li a{
color: white;
text-decoration: none;
} }
#bottomButtons{ #bottomButtons{
width: 50%; width: 100%;
float:right; float:right;
margin-right: 5%; margin: 20px 0 20px 0;
}
button.green-button{
width: 31%;
margin: 0 1% 0 1%;
} }
#stopwordsdiv{ #stopwordsdiv{
margin-top: 10px; margin-top: 10px;
margin-left: 10px;
} }
p.displayCounter{ p.displayCounter{
padding-bottom: 4px; padding-bottom: 4px;
border-bottom: 1px solid gray; border-bottom: 1px solid gray;
}
#comparisonHeader, #entityHeader, #entitylevelheading, #comparisonParameter, #headerText{
color: #2485ae;
} }