Continued updates for /enthusiast draft

This commit is contained in:
walkews 2017-07-14 17:12:19 -05:00
parent e82149c072
commit 7c0e9e7921
4 changed files with 79 additions and 22 deletions

View file

@ -4,7 +4,14 @@ body{
}
.kpi {
/* color: #B80000; */
font-weight:10;
font-weight:4;
font-size:16px;
}
.kpi-value {
/* color: #B80000; */
font-weight:8;
font-size:18px;
padding: 10px 20px 10px 0px;
}
.chosen{
@ -47,12 +54,40 @@ body{
.title{
font-size:22px;
color:#B80000;
color:#0071A7;
font: bold;
}
.sentiment-chart-title{
color:#0071A7;
/*text-align: center;*/
}
.word-cloud-title{
color:#0071A7;
/*text-align: center;*/
}
.sentiment-chart{
text-align: center;
vertical-align: middle;
line-height: 200px;
}
text-align:center;
vertical-align: middle;
line-height: 150px;
height:300px;
background-color:grey;
li
}
#myNavbar{
/* background-color:#0071A7;
}
#navbar{
background-color:#0071A7;
}
#navbar-header{
background-color:#0071A7;
}
.active{
background-color:#0071A7;
}*/

View file

@ -27,7 +27,7 @@ var data = {
],
'colors': {
'IMDB Score': '#B80000',
'gross': '#fd8d3c',
'gross': '#0071A7',
'x': '#08414C'
}
},
@ -92,7 +92,7 @@ word_coud_settings = {
width: 500,
height: 350,
classPattern: null,
colors: ['#bd0026', '#e31a1c', '#800026', '#fc4e2a', '#fd8d3c', '#feb24c', '#fed976'],// '#ffeda0', '#ffffcc'],
colors: ['#0071A7', '#000E29', '#24A854',],// '#ffeda0', '#ffffcc'],
fontSize: {
from: 0.1,
to: 0.02