Skip to content
Permalink
Browse files
Add missing files in www
  • Loading branch information
zhanr committed Nov 19, 2020
1 parent 7ea8c7b commit a9acb531efbab8672e898ace19fbdb31ad46d53e
Show file tree
Hide file tree
Showing 8 changed files with 921 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Empty file.
@@ -0,0 +1,192 @@


/*------------------------------------------------*/
/*-------------------COVID Minder-----------------*/
/*------------------------------------------------*/
.map-title {
width: 80%;
z-index: 10;
position: absolute;
left: 50%;
top: 10px;
transform: translateX(-50%);
}

.NY_case_plots {
height: Calc(90% - 65px);
}



.select-bar {
position:absolute;
right:25px;
margin-top: 60px;
z-index: 999;
}

.leaflet-container {
background:none;
}

.dropdown-toggle > div:first-child {
display: inline-block;
}



.leaflet-top {
z-index: 999;
}

.shiny-options-group {
padding-left:10px;
}

.content-wrapper{
background-color: #f0f0f0;
}

.content{
background-color: #f5f5f5;
padding: 0;
}

.tab-content {
min-height: 75vh;
padding-right: 1%;
width: 100%;
background-color: #f0f0f0;
float: right;

}

@media screen and (min-width:768px){
.map-container {
display: flex;
justify-content: center;
align-items: center;
}

}

@media screen and (min-width:1085px){
.navbar-nav {
float: right;
}

.content-wrapper{
padding-top: 90px;
}

}

@media screen and (min-width:1600px) {
html, body, p, .input-sm {
font-size: 16px;
}
.main-header{
position: fixed;
}
.content-wrapper{
padding-top: 90px;
}
}


@media screen and (max-width:1160px){
.title-text {
/*height: 50px;*/
}
.NY_case_plots {
height: Calc(90% - 140px);
}
.main-header{
position: fixed;
}
.content-wrapper{
padding-top: 90px;
}

}


@media (max-width: 767px){
.skin-black .main-header>.logo {
background-color: #f7f7f7;
height:10vh;

}
#header_logo {
width: 10%;
display: inline;
vertical-align: middle;
}


.main-header {
position: fixed;
padding-top: 15px;
/* padding-bottom: 11px; */
width: 100%;
/* padding-right: 2%; */
background: #f7f7f7;
}

.title-text{
text-align:center;
}



.main-header .sidebar-toggle {
float: left;
background-color: transparent;
background-image: none;
padding: 4px 15px;
float: left;
margin-top: -60px;
margin-left: 15px;
background: #f7f7f7;
padding-left: 5px;
padding-bottom: 0;
}

.main-header .sidebar-toggle {
padding-top: 6px !important;

}

.title-rside{
display: none;
}

.main-header .navbar{
min-height: 0;
}

h1{
line-height: 2.5em;
}

#lastupdate{
display: table;
vertical-align: middle;
float: left;
margin-top: 0;
margin-left: 3%;

}

#title{
display:table;
vertical-align:middle;
line-height: 2.5em;
margin-bottom: 0;
margin-left: 3%;

margin-right: 21px;
}


}
@@ -0,0 +1,32 @@
/*------------------------------------------------*/
/*----------------MOCKUP STYLING------------------*/
/*------------------------------------------------*/



.tab-title {
text-align: center;
color:#343434;
padding:-5px;
}

.leaflet-container {
height:100%;
}

.gg_tooltip {
background-color: #f7f7f7;
background-color: rgba(245, 245, 245, 0.85);
padding: 0 10px;
margin: 10px 0;
line-height: 1.5em;
}

.footer {
text-align: center;
margin-bottom: 20px;
position: absolute;
width:100%;
}
/*------------------------------------------------*/

Empty file.
@@ -0,0 +1,47 @@


/*------------------------------------------------*/
/*-------------------COVID WarRoom-----------------*/
/*------------------------------------------------*/

.box-header {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
background: #B4B4B4;
text-align: center;
}
.box-title {
font-family: Source Sans Pro;
text-decoration: none solid rgb(240, 240, 240);
text-transform: uppercase;
color: white;
}
#box-header{
color: white;
font-size: 2.0rem;
line-height: 2.4rem;
}

.box{
border-top: none;
}
.mid-col {
height: auto;
padding: 6%;
background-color: white;

}

.mid-col-subhead {

height:auto;
margin:auto;
background: #7fa9ae;
font-family: Source Sans Pro;

color: #f0f0f0;
text-decoration: none solid rgb(240, 240, 240);
text-transform: uppercase;
text-align: center;

}

0 comments on commit a9acb53

Please sign in to comment.