metamaps--metamaps/app/assets/stylesheets/clean.css.erb

760 lines
15 KiB
Plaintext
Raw Normal View History

2014-08-10 17:06:58 +00:00
@font-face {
font-family: 'din-medium';
2015-10-23 15:34:18 +00:00
src: url(<%= asset_path 'Fonts/din.eot' %>);
src: url(<%= asset_path 'Fonts/din.eot?#iefix' %>) format('embedded-opentype'),
url(<%= asset_path 'Fonts/din.woff' %>) format('woff'),
url(<%= asset_path 'Fonts/din.ttf' %>) format('truetype'),
url(<%= asset_path 'Fonts/din.svg#din-medium' %>) format('svg');
2014-08-10 17:06:58 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'din-regular';
2015-10-23 15:34:18 +00:00
src: url(<%= asset_path 'Fonts/din-reg.eot' %>);
src: url(<%= asset_path 'Fonts/din-reg.eot?#iefix' %>) format('embedded-opentype'),
url(<%= asset_path 'Fonts/din-reg.woff' %>) format('woff'),
url(<%= asset_path 'Fonts/din-reg.ttf' %>) format('truetype'),
url(<%= asset_path 'Fonts/din-reg.svg#din-reg' %>) format('svg');
font-weight: normal;
font-style: normal;
}
2014-08-10 17:06:58 +00:00
.backface-visible {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
#famousOverlay {
2015-12-22 21:34:30 +00:00
position:absolute;
2014-08-10 17:06:58 +00:00
top: 0;
width: 100%;
height: 100%;
margin:0;
z-index: 0;
2014-08-10 17:06:58 +00:00
}
2014-08-10 23:13:25 +00:00
#yield {
2014-08-10 17:06:58 +00:00
display:none;
}
2014-08-11 22:57:34 +00:00
#toast {
display: none;
}
2014-08-10 17:06:58 +00:00
/*.animations {
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
-ms-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}*/
.mapElement {
display: none;
}
.mapPage .mapElement, .topicPage .mapElement {
2014-08-10 17:06:58 +00:00
display: block;
}
.mapPage .mapElementHidden {
display:none;
}
2014-08-10 17:06:58 +00:00
/* loading */
#loading {
width: 28px;
height: 28px;
position: fixed;
top: 50%;
margin-left: -14px;
left: 50%;
margin-top: -14px;
}
/* end loading */
/* logo */
2014-08-12 22:14:04 +00:00
.footer {
2015-01-23 02:42:45 +00:00
z-index: 3 !important; /* important necessary for firefox */
2014-08-12 22:14:04 +00:00
}
2014-08-10 17:06:58 +00:00
.logo {
2014-08-17 18:46:07 +00:00
color: #9E9E9E;
2014-08-10 17:06:58 +00:00
font-family: "vinyl", sans-serif;
font-style: italic;
text-transform: uppercase;
font-weight: 400;
font-size: 30px;
line-height: 30px;
text-align: center;
}
.bottomLinks {
color: #9e9e9e;
font-size: 12px;
text-align: center;
list-style: none;
}
.bottomLinks li {
display: inline-block;
2014-08-27 02:51:50 +00:00
cursor:pointer;
2014-08-10 17:06:58 +00:00
}
.bottomLinks li a {
color: #9e9e9e;
}
/* end logo */
/* upperLeftUI */
.upperLeftUI {
position: absolute;
2014-08-10 17:06:58 +00:00
top: 10px;
left: 24px;
z-index:3;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
border-radius: 2px;
}
.explorePage .upperLeftUI {
box-shadow: none;
}
.unauthenticated .homePage .homeButton {
display:none;
}
.homeButton {
width: 40px;
height: 32px;
2014-08-27 02:51:50 +00:00
background-color: #757575;
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri('home_light.png') %>);
2014-08-27 02:51:50 +00:00
background-repeat: no-repeat;
background-position: center center;
2014-08-10 17:06:58 +00:00
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
float:left;
}
2014-08-27 02:51:50 +00:00
.homeButton:hover {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri('home_light.png') %>);
2014-08-27 02:51:50 +00:00
}
2014-08-10 17:06:58 +00:00
.homeButton a {
display:block;
width: 40px;
height: 32px;
}
/* end upperLeftUI */
/* upperRightUI */
.upperRightUI {
position: absolute;
2014-08-10 17:06:58 +00:00
top: 10px;
right: 24px;
2014-09-03 23:05:25 +00:00
z-index:4;
2014-08-10 17:06:58 +00:00
}
.upperRightUI .upperRightEl {
float: left;
}
.upperRightBox {
position: absolute;
top:42px;
right:0;
2014-08-27 02:51:50 +00:00
background-color: #E0E0E0;
border-radius: 2px;
2014-08-10 17:06:58 +00:00
box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
}
.supportUs.upperRightEl {
cursor: pointer;
color: #4fc059;
font-size: 14px;
height: 14px;
margin: 9px 8px 9px 0;
display: none;
}
.homePage .supportUs, .explorePage .supportUs {
display: block;
}
2014-08-10 17:06:58 +00:00
.upperRightMapButtons {
top: -42px; /* puts it just offscreen */
}
.mapPage .upperRightMapButtons, .topicPage .upperRightMapButtons {
2014-08-10 17:06:58 +00:00
top: 0;
}
2014-08-27 02:51:50 +00:00
.upperRightIcon {
width: 32px;
height: 32px;
2015-10-26 04:24:17 +00:00
background-image: url(<%= asset_data_uri('topright_sprite.png') %>);
2014-08-27 02:51:50 +00:00
background-repeat: no-repeat;
cursor: pointer;
}
.sidebarFilterIcon {
background-position: -64px 0;
2014-08-27 02:51:50 +00:00
}
.sidebarForkIcon {
background-position: -96px 0;
2014-08-27 02:51:50 +00:00
}
.addMap {
background-position: -128px 0;
margin-right:10px;
}
.sidebarFilterIcon:hover {
background-position: -64px -32px;
}
.sidebarForkIcon:hover {
background-position: -96px -32px;
}
.addMap:hover {
background-position: -128px -32px;
2014-08-27 02:51:50 +00:00
margin-right:10px;
}
2014-08-10 17:06:58 +00:00
/* end upperRightUI */
2014-08-10 23:13:25 +00:00
2014-08-27 02:51:50 +00:00
/* yield */
.famousYield {
overflow-y:auto;
}
2014-08-10 23:13:25 +00:00
/* homepage */
.homeWrapper.homeText {
margin-top: 5%;
}
.fullWidthWrapper {
width: 100%;
}
.fullWidthWrapper.withVideo {
2014-11-29 17:25:11 +00:00
height: 315px;
background: #757575;
}
2014-08-10 23:13:25 +00:00
.homeWrapper {
width: 800px;
margin: 0 auto;
2014-08-10 23:13:25 +00:00
color: #424242;
}
.homeTitle {
2014-12-01 00:55:48 +00:00
font-size: 64px;
2014-08-10 23:13:25 +00:00
line-height: 48px;
text-align: center;
margin-bottom: 20px;
}
.homeIntro {
font-size: 22px;
2014-08-10 23:13:25 +00:00
line-height: 26px;
text-align: justify;
margin: 32px 0 20px;
font-family: 'din-regular', helvetica, sans-serif;
2014-08-10 23:13:25 +00:00
}
.homeWrapper .green {
color: #4fc059;
}
.homeWrapper .din-medium {
font-family: 'din-medium', helvetica, sans-serif;
}
2014-08-10 23:13:25 +00:00
.homeVideo {
margin-bottom: 20px;
float: left;
2014-08-10 23:13:25 +00:00
}
.homeWrapper .callToAction {
float: left;
width: 216px;
2014-11-29 17:25:11 +00:00
padding: 8px 0 8px 24px;
color: #F5F5F5;
}
.callToAction h3 {
font-size: 24px;
}
.callToAction p {
margin: 8px 0 16px;
font-size: 13px;
line-height: 16px;
font-family: 'din-regular', helvetica, sans-serif;
text-align: left;
}
.callToAction a, .callToAction button {
2014-08-10 23:13:25 +00:00
display: block;
width: 220px;
height: 12px;
padding: 16px 0;
text-align: center;
border-radius: 2px;
font-size: 12px;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
margin: 0 auto;
color: #FFFFFF;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
2014-08-10 23:13:25 +00:00
}
.callToAction .requestInviteCTA {
background-color: #4fc059;
2014-11-29 17:25:11 +00:00
margin-bottom: 12px;
2014-08-10 23:13:25 +00:00
}
.callToAction .requestInviteCTA:hover {
background-color: #49ad4e;
}
.callToAction .exploreFeaturedCTA {
background-color: #a354cd;
2014-11-29 17:25:11 +00:00
margin-bottom: 12px;
2014-08-10 23:13:25 +00:00
}
.callToAction .exploreFeaturedCTA:hover {
background-color: #9150bc;
}
.callToAction .learnMoreCTA {
background-color: #4fb5c0;
2014-12-01 00:55:48 +00:00
margin-bottom: 12px;
}
.callToAction .learnMoreCTA:hover {
background-color: #419599;
}
.fullWidthWrapper.withPartners {
2015-10-26 04:22:40 +00:00
background: url(<%= asset_data_uri('homepage_bg_fade.png') %>) no-repeat center -300px;
}
.homeWrapper.homePartners {
padding: 64px 0 280px;
height: 96px;
}
2014-08-10 23:13:25 +00:00
/* end home page */
2014-08-10 17:06:58 +00:00
/* infoAndHelp */
.mapPage .infoAndHelp, .topicPage .infoAndHelp {
right: 70px;
}
2014-11-15 22:43:24 +00:00
.mapPage .openCheatsheet .tooltipsAbove, .topicPage .openCheatsheet .tooltipsAbove {
2014-11-14 13:21:09 +00:00
left: 29px;
}
.unauthenticated .homePage .infoAndHelp {
2014-11-28 02:45:04 +00:00
display:none;
}
2014-08-10 17:06:58 +00:00
.infoAndHelp {
position: absolute;
bottom: 20px;
right: 20px;
2014-08-10 17:06:58 +00:00
z-index: 3;
width: auto;
font-style: italic;
height: 32px;
}
.infoElement {
float:left;
width: 32px;
height:32px;
cursor: pointer;
}
.openCheatsheet {
2015-10-26 04:24:17 +00:00
background-image: url(<%= asset_data_uri('help_sprite.png') %>);
2014-08-27 02:51:50 +00:00
background-repeat:no-repeat;
}
.openCheatsheet:hover {
background-position: 0 -32px;
2014-08-10 17:06:58 +00:00
}
.mapInfoIcon {
2014-08-10 17:06:58 +00:00
position: relative;
top: 56px; /* puts it just offscreen */
2015-10-26 04:24:17 +00:00
background-image: url(<%= asset_data_uri('mapinfo_sprite.png') %>);
2014-08-27 02:51:50 +00:00
background-repeat:no-repeat;
}
.mapInfoIcon:hover {
background-position: 0 -32px;
2014-08-10 17:06:58 +00:00
}
.mapPage .mapInfoIcon {
2014-08-10 17:06:58 +00:00
top: 0;
}
/* end infoAndHelp */
/* mapControls */
.mapControls {
position: absolute;
2014-08-10 17:06:58 +00:00
bottom: 24px;
right:-32px; /* puts it just offscreen */
width:32px;
z-index: 3;
}
.mapPage .mapControls, .topicPage .mapControls {
2015-12-12 16:31:54 +00:00
right: 24px;
2014-08-10 17:06:58 +00:00
}
.topicPage .zoomExtents {
display: none;
}
2014-08-10 17:06:58 +00:00
.mapControl {
width:32px;
height:32px;
background-color: #424242;
2014-08-17 18:46:07 +00:00
background-repeat: no-repeat;
2014-08-27 02:51:50 +00:00
background-position: 0 0;
2014-08-10 17:06:58 +00:00
cursor:pointer;
}
2014-11-12 18:31:15 +00:00
.mapControls:hover, .infoAndHelp:hover {
z-index: 4;
}
2014-11-12 18:36:41 +00:00
.takeScreenshot {
margin-bottom: 5px;
border-radius: 2px;
2015-10-23 15:19:25 +00:00
background-image: url(<%= asset_data_uri 'screenshot_sprite.png' %>);
display: none;
}
.takeScreenshot:hover {
background-position: -32px 0;
}
.canEditMap .takeScreenshot {
display: block;
}
2014-11-12 18:36:41 +00:00
2014-08-17 18:46:07 +00:00
.zoomExtents {
2014-08-27 02:51:50 +00:00
margin-bottom:5px;
border-radius: 2px;
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri('extents_sprite.png') %>);
2014-08-17 18:46:07 +00:00
}
2014-11-12 18:31:15 +00:00
2014-10-24 16:10:56 +00:00
.zoomExtents:hover {
background-position: -32px 0;
}
2014-11-12 18:31:15 +00:00
.zoomExtents:hover .tooltips, .zoomIn:hover .tooltips, .zoomOut:hover .tooltips, .takeScreenshot:hover .tooltips, .sidebarFilterIcon:hover .tooltipsUnder, .sidebarForkIcon:hover .tooltipsUnder, .addMap:hover .tooltipsUnder, .authenticated .sidebarAccountIcon:hover .tooltipsUnder,
.mapInfoIcon:hover .tooltipsAbove, .openCheatsheet:hover .tooltipsAbove, .chat-button:hover .tooltips {
2014-11-12 18:31:15 +00:00
display: block;
}
.hide {
2015-12-12 16:31:54 +00:00
display: none !important;
2014-11-12 18:31:15 +00:00
}
.tooltips {
display: none;
position: absolute;
background: black;
text-align: center;
right: 45px;
color: white;
border-radius: 2px;
font-family: din-regular;
line-height: 15px;
font-size: 12px;
padding: 3px 5px 2px;
white-space: nowrap;
margin-top: 5px;
}
.tooltipsUnder {
display: none;
position: absolute;
background: black;
text-align: center;
color: white;
border-radius: 2px;
font-family: din-regular;
line-height: 15px;
font-size: 12px;
padding: 3px 5px 2px;
white-space: nowrap;
margin-top: 36px;
}
.tooltipsAbove {
display: none;
position: absolute;
background: black;
text-align: center;
text-transform: none;
color: white;
border-radius: 2px;
font-family: din-regular;
line-height: 15px;
font-size: 12px;
padding: 3px 5px 2px;
white-space: nowrap;
margin-top: -23px;
font-style: normal;
}
.sidebarFilterIcon .tooltipsUnder {
margin-left: -4px;
}
.sidebarForkIcon .tooltipsUnder {
margin-left: -34px;
}
.sidebarForkIcon div:after{
left: 45%;
}
.addMap .tooltipsUnder {
margin-left: -36px;
}
.addMap div:after {
left: 45%;
}
.mapInfoIcon .tooltipsAbove {
left: -11px;
}
.chat-button .tooltips {
top: 10px;
}
2014-11-12 18:31:15 +00:00
.openCheatsheet .tooltipsAbove {
2014-11-14 13:21:09 +00:00
left: -4px;
2014-11-12 18:31:15 +00:00
}
.sidebarAccountIcon .tooltipsUnder {
2015-12-12 16:31:54 +00:00
margin-left: -12px;
2014-11-12 18:31:15 +00:00
margin-top: 40px;
}
.zoomExtents div::after, .zoomIn div::after, .zoomOut div::after, .takeScreenshot div:after, .chat-button div.tooltips::after {
2014-11-12 18:31:15 +00:00
content: '';
position: absolute;
top: 57%;
left: 100%;
margin-top: -6px;
width: 0;
height: 0;
border-left: 4px solid #000000;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
}
.sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after {
2014-11-12 18:31:15 +00:00
content: '';
position: absolute;
2015-12-12 16:31:54 +00:00
right: 40%;
margin-top: -7px;
2014-11-12 18:31:15 +00:00
width: 0;
height: 0;
border-bottom: 4px solid #000000;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
2015-12-12 16:31:54 +00:00
.sidebarFilterIcon div:after {
right: 37% !important;
}
2014-11-12 18:31:15 +00:00
.mapInfoIcon div:after, .openCheatsheet div:after {
content: '';
position: absolute;
top: 76%;
2014-11-12 18:31:15 +00:00
left: 41%;
margin-top: 5px;
width: 0;
height: 0;
border-top: 4px solid #000000;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
2014-08-10 17:06:58 +00:00
.zoomIn {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri('zoom_sprite.png') %>);
2014-11-12 18:31:15 +00:00
background-position: 0 /…0;
2014-08-10 17:06:58 +00:00
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
2014-10-24 16:10:56 +00:00
.zoomIn:hover {
background-position: -32px 0;
}
2014-08-10 17:06:58 +00:00
.zoomOut {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri('zoom_sprite.png') %>);
2014-08-27 02:51:50 +00:00
background-position:0 -32px;
2014-08-10 17:06:58 +00:00
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
2014-10-24 16:10:56 +00:00
.zoomOut:hover {
background-position: -32px -32px;
}
2014-08-10 17:06:58 +00:00
/* end mapControls */
/* explore maps */
2016-07-31 03:48:22 +00:00
#exploreMapsHeader {
position: absolute;
width: 100%;
}
2014-08-10 17:06:58 +00:00
.exploreMapsBar {
z-index:2;
background-color:#FAFAFA;
2016-07-31 03:48:22 +00:00
height: 42px;
padding-top: 52px;
2014-08-10 17:06:58 +00:00
}
.exploreMapsMenu {
display: block;
width: 100%;
height:42px;
background-color:#EEEEEE;
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
2014-08-10 17:06:58 +00:00
}
.exploreMapsCenter {
2016-07-31 03:48:22 +00:00
margin: 0 auto;
display: block;
width: 419px;
2014-08-10 17:06:58 +00:00
}
2014-08-27 02:51:50 +00:00
.exploreMapsButton {
2014-08-10 17:06:58 +00:00
color: #757575;
cursor: default;
font-weight: normal;
font-family: 'din-medium';
font-size: 14px;
height: 14px;
2014-08-17 18:46:07 +00:00
padding: 14px 16px 12px 40px;
border-bottom: 2px solid rgba(0,0,0,0);
2014-08-10 17:06:58 +00:00
display: inline-block;
2014-08-12 22:14:04 +00:00
cursor: pointer;
2014-08-27 02:51:50 +00:00
position:relative;
2014-08-10 17:06:58 +00:00
}
2014-08-27 02:51:50 +00:00
.exploreMapsButton:hover, .exploreMapsButton.active {
2014-08-10 17:06:58 +00:00
text-decoration: none;
color: #424242;
2014-08-17 18:46:07 +00:00
border-bottom: 2px solid #00BCD4;
}
2014-08-27 02:51:50 +00:00
.exploreMapsButton.mapperButton {
height: 40px;
padding: 0;
}
.mapperButton img.exploreMapperImage {
float: left;
border-radius: 12px;
margin-top: 8px;
margin-right: 8px;
}
.exploreMapperName {
white-space: nowrap;
float: left;
margin-top: 12px;
}
2014-08-27 02:51:50 +00:00
.exploreMapsButton .exploreMapsIcon {
background-repeat: no-repeat;
width:32px;
height:32px;
position:absolute;
top:5px;
left:5px;
}
.exploreMapsCenter .myMaps .exploreMapsIcon {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
background-position: 0 0;
2014-08-17 18:46:07 +00:00
}
.exploreMapsCenter .sharedMaps .exploreMapsIcon {
background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
background-position: -96px 0;
}
2014-08-27 02:51:50 +00:00
.exploreMapsCenter .activeMaps .exploreMapsIcon {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
background-position: -32px 0;
2014-08-17 18:46:07 +00:00
}
2014-08-27 02:51:50 +00:00
.exploreMapsCenter .featuredMaps .exploreMapsIcon {
2015-10-26 04:22:40 +00:00
background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
background-position: -64px 0;
2014-08-27 02:51:50 +00:00
}
2014-10-24 16:10:56 +00:00
.myMaps:hover .exploreMapsIcon, .myMaps.active .exploreMapsIcon {
background-position: 0 -32px;
}
.activeMaps:hover .exploreMapsIcon, .activeMaps.active .exploreMapsIcon {
background-position: -32px -32px;
}
.featuredMaps:hover .exploreMapsIcon, .featuredMaps.active .exploreMapsIcon {
background-position: -64px -32px;
2014-08-10 17:06:58 +00:00
}
.sharedMaps:hover .exploreMapsIcon, .sharedMaps.active .exploreMapsIcon {
background-position: -96px -32px;
}
2014-08-10 17:06:58 +00:00
.mapsWrapper {
/*overflow-y: auto; */
padding: 32px 32px 56px 32px;
2014-08-10 17:06:58 +00:00
}
/* end explore maps */
/* toast */
.toast {
background-color: #323232;
color: #F5F5F5;
padding: 16px;
border-radius: 2px;
z-index: 4 !important; /* important necessary for firefox */
2014-08-10 17:06:58 +00:00
font-size: 14px;
line-height:14px;
}
.toast a {
color: #4fc059;
}
/* end toast */
/* feedback */
body a#barometer_tab {
2015-10-23 15:56:29 +00:00
background-image: url(<%= asset_path 'feedback_sprite.png' %>);
2014-08-27 02:51:50 +00:00
background-position: 0 0;
background-color: transparent;
height: 110px;
margin-left:0;
margin-top:-55px;
top: 50%;
width: 22px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
2014-08-27 02:51:50 +00:00
}
body a#barometer_tab:hover {
background-position: 0 -110px;
}
.hideVideos .collaborator-video {
display: none !important;
}
.hideCursors .collabCompass {
display: none !important;
}