metamaps--metamaps/app/assets/stylesheets/application.css

1914 lines
40 KiB
CSS
Raw Normal View History

2012-09-23 02:39:12 +00:00
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*= require base
*= require jquery.mCustomScrollbar
2012-12-14 07:16:17 +00:00
*= require jquery-ui
2012-09-23 02:39:12 +00:00
*/
/* clear styles */
2012-12-21 01:19:55 +00:00
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
legend {
margin: 0;
padding: 0;
2012-12-21 01:19:55 +00:00
}
img {
border: 0;
padding: 0;
margin: 0;
display: block;
text-indent: -9999px;
}
html,
body,
.main,
2014-08-10 17:06:58 +00:00
.wrapper {
height: 100%;
2012-12-21 01:19:55 +00:00
}
2014-06-12 02:38:48 +00:00
.wrapper.homePage {
2014-08-10 17:06:58 +00:00
/*background: url('mm-homepage-bg-image.png') no-repeat center -249px;*/
2014-06-12 02:38:48 +00:00
}
2014-08-10 17:06:58 +00:00
.wrapper.mapPage {
2014-08-02 02:50:23 +00:00
overflow: hidden;
}
2014-02-24 20:47:02 +00:00
/* scrollbar override */
2014-08-10 17:06:58 +00:00
.mCS_no_scrollbar {
padding-right: 0px !important;
2014-02-26 20:00:18 +00:00
}
2014-02-24 20:47:02 +00:00
.mCSB_container {
margin-right: 15px !important;
2014-02-24 20:47:02 +00:00
}
2014-02-26 23:52:54 +00:00
/* forgot password fix */
2014-02-10 04:36:23 +00:00
.forgotPassword input[type="submit"] {
padding: 0 5px;
width: auto;
}
2014-08-10 17:06:58 +00:00
html {
}
body {
2014-08-17 18:46:07 +00:00
background: #d8d9da url(shattered_@2X.png);
2014-08-10 17:06:58 +00:00
font-family: 'din-medium', helvetica, sans-serif;
color: #424242;
}
2014-08-10 17:06:58 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
2012-12-21 01:19:55 +00:00
}
a {
2014-08-10 17:06:58 +00:00
color: #424242;
text-decoration: none;
2012-12-21 01:19:55 +00:00
}
button.button,
a.button,
input[type="submit"] {
border: none;
2014-08-27 02:51:50 +00:00
height: 32px;
outline: none;
2014-08-27 02:51:50 +00:00
padding: 0 18px;
-webkit-box-shadow: none;
box-shadow: none;
2014-08-27 02:51:50 +00:00
background: #4FC059;
vertical-align: top;
2014-08-27 02:51:50 +00:00
color: #FFF;
margin: 0px;
cursor: pointer;
display: inline-block;
2014-08-27 02:51:50 +00:00
text-transform: uppercase;
font-size: 14px;
line-height: 16px;
text-align: center;
text-decoration: none;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-user-select: none;
2014-08-27 02:51:50 +00:00
font-family: 'din-medium', helvetica, sans-serif;
}
button.button:hover,
a.button:hover,
input[type="submit"]:hover {
2014-08-27 02:51:50 +00:00
background: #49AD4E;
}
button.button:active,
a.button:active,
input[type="submit"]:active {
background: #429B46;
}
/*
* Utility
*/
2012-12-21 01:19:55 +00:00
.clearfloat {
clear: both;
2012-12-21 01:19:55 +00:00
}
2013-01-08 04:40:58 +00:00
.leaveSpace {
display: block;
height: 50px;
}
.hidden {
display: none;
}
/*
* Layout stuffs
*/
2014-07-31 01:10:10 +00:00
/*#barometer_tab {
display: none;
2014-07-31 01:10:10 +00:00
}*/
2014-08-02 02:50:23 +00:00
#error_explanation {
background: #612127;
padding: 30px;
color: #FFF;
}
#error_explanation h2 {
display: none;
}
#error_explanation ul {
list-style: none;
}
.profile {
height: 100%;
margin-bottom: 50px;
}
2014-08-27 02:51:50 +00:00
.centeedProfile {
margin: 0 auto;
display: block;
width: 830px;
}
.requestInvite {
display: block;
margin: -720px auto 0;
}
.new_session,
.new_user,
.edit_user,
.forgotPassword {
display: block;
width: 250px;
2014-08-12 15:09:53 +00:00
background-color: #E0E0E0;
padding: 20px;
border-radius: 5px;
color: black;
box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
}
.centerGreyForm input[type="text"],
.centerGreyForm input[type="email"],
.centerGreyForm input[type="password"] {
width: 250px;
height: 32px;
font-size: 15px;
direction: ltr;
-webkit-appearance: none;
appearance: none;
display: inline-block;
margin: 0;
padding: 0 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}
.centerGreyForm input[type="text"]:hover,
.centerGreyForm input[type="email"]:hover,
.centerGreyForm input[type="password"]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
2012-12-21 01:19:55 +00:00
#closenewtopic,
#closenewsynapse {
position: absolute;
top: 3px;
right: 3px;
2012-12-21 01:19:55 +00:00
}
2014-08-10 17:06:58 +00:00
.new_topic {
/* start it off screen while it initializes the spinner, then it will be hidden with jquery */
top: -1000px;
left: -1000px;
display: block;
position: absolute;
width: 300px;
margin: -40px 0 0 -50px;
}
2014-08-10 17:06:58 +00:00
.new_synapse {
display: none;
position: absolute;
}
#new_topic .twitter-typeahead {
position: absolute !important;
top: 40px;
left: 50px;
z-index: 9999;
width: 202px;
height: 37px;
font-family: ':atp';
}
2014-08-10 17:06:58 +00:00
.new_topic #topic_name,
.new_topic .tt-hint {
width: 190px;
background: rgba(0, 0, 0, 0.8);
height: 25px;
margin: 0;
padding: 5px 5px;
border: 1px solid black;
outline: none;
font-size: 25px;
line-height: 35px;
color: rgba(255, 255, 255, 0.7);
}
.openMetacodeSwitcher {
display: block;
height: 20px;
width: 20px;
background-image: url('MMCCicon_metacode_set_change.png');
2014-06-11 14:25:33 +00:00
background-size: contain;
position: absolute;
z-index: 2;
top: 20px;
left: 30px;
}
#metacodeImg {
height: 120px;
}
#metacodeImgTitle {
float: left;
width: 120px;
text-align: center;
margin-left: 90px;
}
2014-02-05 01:28:06 +00:00
/* synapse autocomplete */
.new_topic #topic_name {
color: white;
}
.new_topic .tt-hint {
color: grey;
}
.new_topic #topic_name,
.new_topic .tt-hint {
width: 190px;
background: rgba(0, 0, 0, 0.8);
height: 25px;
margin: 0;
padding: 5px 5px;
border: 1px solid black;
outline: none;
font-size: 18px;
line-height: 35px;
2014-02-05 01:28:06 +00:00
}
.new_synapse #synapse_desc {
color: rgba(255, 255, 255, 0.7);
}
.new_synapse .tt-hint {
color: rgba(255, 255, 255, 0.4);
}
.new_synapse #synapse_desc,
.new_synapse .tt-hint {
width: 200px;
background: rgba(0, 0, 0, 0.8);
height: 18px;
margin: 0;
padding: 5px 5px;
border: 1px solid black;
outline: none;
font-size: 16px;
line-height: 20px;
2014-02-05 01:28:06 +00:00
}
label,
select,
input,
textarea {
display: block;
2012-12-21 01:19:55 +00:00
}
label {
margin-top: 10px;
margin-bottom: 4px;
2012-12-21 01:19:55 +00:00
}
.contentarea p,
.contentarea ul,
.contentarea ol,
.contentarea table {
font-size: 14px;
line-height: 1.55em;
padding: 0.5em 0
2012-12-21 01:19:55 +00:00
}
.contentarea ul li {
padding: 0.2em 0;
2012-12-21 01:19:55 +00:00
}
.contentarea ol li {
padding: 0.2em 0;
2012-12-21 01:19:55 +00:00
}
.contentarea ul {
margin: 0 0 0 1em;
2012-12-21 01:19:55 +00:00
}
.contentarea ol {
margin: 0 0 0 1.3em;
2012-12-21 01:19:55 +00:00
}
.main {
/*overflow:hidden; */
2012-12-21 01:19:55 +00:00
}
2013-03-29 06:38:13 +00:00
#infovis-canvas {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2013-03-29 06:38:13 +00:00
}
/* --- top options --*/
2013-07-10 18:02:38 +00:00
2012-12-21 01:19:55 +00:00
.headertop {
display: block;
position: fixed;
top: 20px;
z-index: 10;
border-radius: 5px;
margin: 10px 0px 10px 10px;
background: #111614;
padding: 5px 10px;
box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
}
.headertop .tab {
background: url(tab.png) no-repeat 0 0;
position: absolute;
top: -11px;
right: -2px;
display: block;
width: 45px;
height: 15px;
cursor: move;
}
.headertop button,
.headertop input {
height: 30px;
background: none;
color: #717474;
font-size: 17px;
border: none;
border-right: 1px solid #717474;
cursor: pointer;
margin: 3px 0;
clear: both;
float: right;
}
.headertop button:hover,
.headertop input:hover {
border-right: 1px solid #6d7310;
color: #6d7310;
2012-12-21 01:19:55 +00:00
}
.wrapper {
display: block;
height: 100%;
margin: 0 0;
2012-12-21 01:19:55 +00:00
}
/* account */
2012-12-21 01:19:55 +00:00
.sidebarAccount {
2014-08-10 17:06:58 +00:00
width: 32px;
height: 32px;
}
.unauthenticated .sidebarAccount {
width: 84px;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
border-radius: 2px;
2012-12-21 01:19:55 +00:00
}
.sidebarAccountIcon {
cursor: pointer;
2012-12-21 01:19:55 +00:00
}
2014-08-10 17:06:58 +00:00
.authenticated .sidebarAccountIcon {
height: 32px;
width: 32px;
}
.unauthenticated .sidebarAccountIcon {
width: 66px;
height: 14px;
padding: 9px;
border-radius: 2px;
background-color: #E0E0E0;
color: #424242;
text-transform: uppercase;
2014-08-27 02:51:50 +00:00
text-align: left;
2014-08-10 17:06:58 +00:00
font-size: 14px;
line-height: 14px;
2014-08-27 02:51:50 +00:00
position:relative;
}
.accountInnerArrow {
width:16px;
height:16px;
background-image: url(arrowdown_sprite.png);
background-repeat: no-repeat;
position:absolute;
top: 8px;
right:6px;
}
.unauthenticated .sidebarAccountIcon:hover .accountInnerArrow {
background-position: 0px -16px;
2014-08-10 17:06:58 +00:00
}
2014-07-27 19:57:35 +00:00
.sidebarAccountIcon img {
2014-08-27 02:51:50 +00:00
border-radius: 16px;
2014-07-27 19:57:35 +00:00
}
.sidebarAccountBox {
display: none;
height: auto;
}
2014-08-10 17:06:58 +00:00
.authenticated .sidebarAccountBox {
2014-08-27 02:51:50 +00:00
width: 138px;
padding: 16px;
2012-12-21 01:19:55 +00:00
}
2014-08-10 17:06:58 +00:00
.unauthenticated .sidebarAccountBox {
2014-08-27 02:51:50 +00:00
width: 270px;
height: 280px;
}
.sidebarAccountImage {
width:48px;
height:48px;
margin: 0 auto;
border-radius: 24px;
2012-12-21 01:19:55 +00:00
}
.sidebarAccountBox h3 {
text-transform: uppercase;
2014-08-27 02:51:50 +00:00
color:#424242;
font-size:14px;
line-height:14px;
margin-top:8px;
text-align:center;
max-width:138px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2012-12-21 01:19:55 +00:00
}
.sidebarAccountBox ul {
list-style: none;
2014-08-27 02:51:50 +00:00
margin-top:10px;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.sidebarAccountBox .accountListItem {
padding: 0;
background-size: 18px 18px;
background-repeat: no-repeat;
background-position: 0px 6px;
2014-08-27 02:51:50 +00:00
font-size: 14px;
line-height: 14px;
color: #757575;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountListItem:hover {
color: #424242;
}
2014-08-27 02:51:50 +00:00
.accountListItem .accountIcon {
width:32px;
height:32px;
position:absolute;
pointer-events:none;
background-repeat:no-repeat;
background-image: url(user_sprite.png);
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountSettings .accountIcon {
background-position: 0 0;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountAdmin .accountIcon {
background-position: 0 -32px;
}
2014-08-27 02:51:50 +00:00
.accountInvite .accountIcon {
background-position: 0 -64px;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountLogout .accountIcon {
background-position: 0 -96px;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountListItem a {
display: block;
2014-08-27 02:51:50 +00:00
padding: 9px 0 9px 62px;
color: #757575;
}
.accountListItem:hover a {
color: #424242;
}
.accountListItem:hover .accountIcon {
background-position-x: -32px;
2012-12-21 01:19:55 +00:00
}
2014-02-07 17:55:11 +00:00
li.accountInvite span {
display: block;
2014-08-27 02:51:50 +00:00
padding: 9px 0 9px 62px;
2014-02-07 17:55:11 +00:00
}
2014-08-27 02:51:50 +00:00
.accountImage {
background-image: url(user.png);
background-repeat: no-repeat;
height:84px;
width:84px;
margin: 24px auto;
}
.accountInput {
margin: 0 35px 10px;
}
.sidebarAccountBox input[type="email"],
.sidebarAccountBox input[type="password"] {
width: 200px;
height: 32px;
2014-08-27 02:51:50 +00:00
font-size: 14px;
direction: ltr;
2014-08-27 02:51:50 +00:00
outline:none;
-webkit-appearance: none;
appearance: none;
display: inline-block;
margin: 0;
2014-08-27 02:51:50 +00:00
padding: 0 10px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
2014-08-27 02:51:50 +00:00
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font: -webkit-small-control;
2014-08-27 02:51:50 +00:00
color: #BDBDBD;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
2014-08-27 02:51:50 +00:00
font-family: 'din-medium', helvetica, sans-serif;
}
.sidebarAccountBox input[type="email"]:hover,
.sidebarAccountBox input[type="password"]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2014-02-06 17:40:44 +00:00
}
2014-08-27 02:51:50 +00:00
.accountSubmit {
margin-left: 35px;
float:left;
}
.accountRememberMe {
float:right;
margin-right: 35px;
}
#user_remember_me {
margin-top: 11px;
}
#user_remember_me,
label[for="user_remember_me"] {
float: left;
font-size: 12px;
color: #424242;
}
.accountForgotPass {
margin: 8px 0 0 35px;
font-size: 12px;
}
.accountForgotPass a {
color: #757575;
2012-12-21 01:19:55 +00:00
}
2014-08-27 02:51:50 +00:00
.accountForgotPass a:hover {
color: #424242;
}
/* Save To New Map */
.sidebarFork {
width: 32px;
height: 32px;
}
.sidebarFork .hoverForTip:hover .tip {
display: block;
}
.sidebarFork .tip {
display: none;
position: absolute;
background: black;
text-align: center;
top: 36px;
right: 0;
color: white;
border-radius: 4px;
font-size: 15px !important;
line-height: 17px;
padding: 3px 5px 2px;
z-index: 100;
}
/* end Save To New Map */
/* Filter */
.sidebarFilter {
width: 32px;
height: 32px;
}
.sidebarFilterBox {
display:none;
2014-09-03 23:05:25 +00:00
width: 304px;
padding: 16px 0;
overflow-y: auto;
}
h3.filterBox {
text-align: left;
float: left;
}
.sidebarFilterBox span {
float: right;
padding: 1px 4px;
border-radius: 2px;
2014-09-03 23:05:25 +00:00
margin-right: 5px;
cursor: pointer;
2014-09-03 23:05:25 +00:00
font-size:12px;
}
.sidebarFilterBox span:hover {
color: #00BCD4;
}
.sidebarFilterBox ul {
list-style: none;
}
.sidebarFilterBox li {
float: left;
2014-09-03 23:05:25 +00:00
width: 72px;
height: 72px;
cursor: pointer;
2014-09-03 23:05:25 +00:00
text-align: center;
}
.sidebarFilterBox li:hover {
2014-09-03 23:05:25 +00:00
}
2014-09-03 23:05:25 +00:00
#filter_by_mapper li img {
width: 40px;
height: 40px;
border-radius: 20px;
margin: 8px auto;
}
#filter_by_metacode li img {
width: 40px;
height: 40px;
margin: 8px auto;
}
#filter_by_synapse li img {
width: 16px;
height: 16px;
margin: 8px auto;
}
.sidebarFilterBox li p {
font-size: 11px;
line-height: 11px;
2014-09-03 23:05:25 +00:00
font-family: 'din-regular', helvetica, sans-serif;
}
.sidebarFilterBox li.toggledOff {
opacity: 0.4;
}
2014-09-03 23:05:25 +00:00
.sidebarFilterBox h2 {
font-size: 18px;
margin-left: 16px;
line-height: 18px;
}
.sidebarFilterBox h3 {
text-align: left;
text-transform: uppercase;
2014-09-03 23:05:25 +00:00
font-size:14px;
float:left;
}
.filterBySection {
margin-left:16px;
width: 288px;
border-top: 1px solid #BDBDBD;
padding-top:8px;
margin-top:8px;
}
#filter_by_metacode {
2014-09-03 23:05:25 +00:00
}
#filter_by_mapper {
2014-09-03 23:05:25 +00:00
}
#filter_by_synapse {
2014-09-03 23:05:25 +00:00
}
/* end filter by metacode */
/* collaborate */
.sidebarCollaborate {
width: 32px;
height: 32px;
}
.sidebarCollaborateBox {
display: none;
height: auto;
2014-09-03 23:05:25 +00:00
padding: 16px;
width: 238px;
}
2014-06-11 20:47:46 +00:00
h3.realtimeBoxTitle {
margin-bottom: 10px;
text-align: left;
float: left;
2014-09-03 23:05:25 +00:00
font-size:18px;
line-height:18px;
}
2014-06-11 20:47:46 +00:00
.sidebarCollaborateBox .realtimeOnOff {
2014-09-03 23:05:25 +00:00
float: right;
2014-06-11 20:47:46 +00:00
padding: 4px;
border-radius: 2px;
margin-left: 12px;
cursor: pointer;
text-align: center;
2014-09-03 23:05:25 +00:00
font-size:12px;
2014-06-11 20:47:46 +00:00
}
2014-09-03 23:05:25 +00:00
.sidebarCollaborateBox .realtimeOnOff:hover {
color: #00bcd4;
2014-06-11 20:47:46 +00:00
}
2014-09-03 23:05:25 +00:00
.sidebarCollaborateBox .rtOff {
2014-06-11 20:47:46 +00:00
}
.sidebarCollaborateBox .rtOn {
2014-09-03 23:05:25 +00:00
2014-06-11 20:47:46 +00:00
}
.realtimeMapperList .rtMapper {
list-style-type: none;
white-space: nowrap;
2014-09-03 23:05:25 +00:00
overflow: hidden;
text-overflow: ellipsis;
padding: 9px 32px;
2014-06-11 20:47:46 +00:00
display: block;
2014-09-03 23:05:25 +00:00
height: 14px;
font-family: 'din-regular', helvetica, sans-serif;
font-size: 14px;
line-height: 14px;
position: relative;
2014-06-11 20:47:46 +00:00
}
2014-09-03 23:05:25 +00:00
.rtUserImage {
position: absolute;
top: 4px;
left: 0;
border-radius: 12px;
2014-06-11 20:47:46 +00:00
}
2014-09-03 23:05:25 +00:00
.littleJuntoIcon {
width: 24px;
height:24px;
position: absolute;
top: 4px;
right: 0;
background-image: url('junto24_sprite.png');
}
.realtimeMapperList .littleRtOff .littleJuntoIcon {
background-position: 0 0;
2014-06-11 20:47:46 +00:00
}
2014-09-03 23:05:25 +00:00
.realtimeMapperList .littleRtOn .littleJuntoIcon {
background-position: -24px 0;
}
/* end collaborate */
.nodemargin {
padding-top: 120px;
2012-12-21 01:19:55 +00:00
}
.divider {
margin: 20px 50px 20px 50px;
border-bottom: 2px solid #FFF;
2012-12-21 01:19:55 +00:00
}
.empty {
margin-left: 50px;
2012-12-21 01:19:55 +00:00
}
#menus {
margin: 0 7px;
2012-12-21 01:19:55 +00:00
}
/* right click menu */
.rightclickmenu {
position: absolute;
background: white;
z-index: 20;
border-radius: 2px;
color: black;
}
.rightclickmenu ul {
padding: 2px;
}
.rightclickmenu ul li {
list-style: none;
padding: 3px 10px 3px 30px;
font-family: arial, sans-serif;
font-size: 17px;
line-height: 17px;
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 5px 2px;
}
.rightclickmenu ul li:nth-child(odd) {
background-color: #FFF;
}
.rightclickmenu ul li:nth-child(even) {
background-color: #EEE;
}
.rightclickmenu ul li:hover {
background-color: #BBB;
background-position: 7px 2px;
cursor: pointer;
}
.rightclickmenu .rc-delete {
background-image: url(MMCCicon_delete_black.png);
}
.rightclickmenu .rc-remove {
background-image: url(MMCCicon_remove_from_map_black.png);
}
.rightclickmenu .rc-hide {
background-image: url(MMCCicon_hide.png);
}
.rightclickmenu .rc-center {
background-image: url(MMCCicon_center.png);
}
.rightclickmenu .rc-popout {
background-image: url(MMCCicon_pop-out_black.png);
}
.rightclickmenu .rc-permission {
background-image: url(MMCCicon_edit_permission_black.png);
position: relative;
}
.rightclickmenu .rc-metacode {
background-image: url(blank.png);
position: relative;
}
.rc-metacode li img {
float: left;
}
.rightclickmenu .rc-permission ul, .rightclickmenu .rc-metacode ul {
display: none;
background: white;
top: 0;
left: 100%;
position: absolute;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
}
.rightclickmenu .rc-permission:hover ul, .rightclickmenu .rc-metacode:hover ul {
display: block;
}
.rightclickmenu p {
padding: 7px;
}
/* end right click menu */
/* topic autocomplete */
2014-06-11 14:25:33 +00:00
#new_topic .tt-suggestion.tt-is-under-cursor,
#new_topic .tt-suggestion.tt-is-under-mouse-cursor {
background: #0E161D;
}
#new_topic .tt-suggestion {
padding: 5px;
2014-06-11 14:25:33 +00:00
background: rgba(42, 52, 60, 0.9);
;
}
#new_topic .autocompleteSection {
float: left;
}
#new_topic .topicTitle {
width: 130px;
line-height: 22px;
}
#new_topic .topicPermission {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
}
#new_topic .topicOriginatorIcon {
position: relative;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
background-image: url(MMCCicon_mapper.png);
}
#new_topic .topicOriginatorIcon:hover .tip {
display: block;
}
#new_topic .tip {
display: none;
position: absolute;
background: white;
width: auto;
top: 0;
left: 23px;
color: black;
white-space: nowrap;
border-radius: 4px;
font-size: 15px !important;
line-height: 15px;
padding: 2px 5px 2px;
z-index: 100;
}
/* synapse autocomplete */
2014-02-05 01:28:06 +00:00
#new_synapse .tt-dropdown-menu {
width: 212px;
background: #2A343C;
2014-02-05 01:28:06 +00:00
}
#new_synapse .tt-dropdown-menu h3 {
font-family: 'vinyl', helvetica, sans-serif;
text-transform: uppercase;
font-style: italic;
font-size: 14pxpx;
line-height: 16px;
margin: 3px;
2014-02-05 01:28:06 +00:00
}
2014-06-11 14:25:33 +00:00
#new_synapse .tt-suggestion.tt-is-under-cursor,
#new_synapse .tt-suggestion.tt-is-under-mouse-cursor {
background: #0E161D;
2014-02-05 01:28:06 +00:00
}
#new_synapse .tt-suggestion {
padding: 5px;
2014-02-05 01:28:06 +00:00
}
#new_synapse .autocompleteSection {
float: left;
2014-02-05 01:28:06 +00:00
}
#new_synapse .synapseDesc {
width: 162px;
line-height: 22px;
2014-02-05 01:28:06 +00:00
}
#new_synapse .synapsePermission {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
2014-02-05 01:28:06 +00:00
}
#new_synapse .synapseOriginatorIcon {
position: relative;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-size: 16px 16px;
background-image: url(MMCCicon_mapper.png);
2014-02-05 01:28:06 +00:00
}
#new_synapse .synapseOriginatorIcon:hover .tip {
display: block;
2014-02-05 01:28:06 +00:00
}
#new_synapse .tip {
display: none;
position: absolute;
background: white;
width: auto;
top: 0;
left: 23px;
color: black;
white-space: nowrap;
border-radius: 4px;
font-size: 15px !important;
line-height: 15px;
padding: 2px 5px 2px;
z-index: 100;
2014-02-05 01:28:06 +00:00
}
#new_synapse .tt-suggestion .resultnoresult .synapsePermission,
#new_synapse .tt-suggestion .resultnoresult .synapseOriginatorIcon {
display: none;
2014-02-05 01:28:06 +00:00
}
/* map info box */
2014-08-27 02:51:50 +00:00
/* map info box */
.wrapper div.mapInfoBox {
display: none;
position: absolute;
bottom: 40px;
right: 3px;
2014-08-27 02:51:50 +00:00
background-color: #424242;
color: #F5F5F5;
border-radius: 2px;
width: 360px;
height: 300px;
padding: 0;
font-style: normal;
text-align: center;
2014-08-27 02:51:50 +00:00
box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0px 3px 3px rgba(0,0,0,0.16);
}
.mapInfoName {
2014-08-27 02:51:50 +00:00
font-size: 18px;
line-height: 20px;
height: 20px;
padding: 26px 0;
}
.mapInfoStat {
2014-08-27 02:51:50 +00:00
background-color: #E0E0E0;
font-size: 18px;
line-height: 20px;
height: 48px;
padding: 0;
color: #424242;
}
.wrapper div.mapInfoName span,
.wrapper div.mapInfoDesc span {
float: none !important;
padding-bottom: 10px;
}
.infoStatIcon {
float: left;
width: 25px;
2014-08-27 02:51:50 +00:00
padding: 14px 0px 14px 45px;
height: 20px;
background-repeat: no-repeat;
text-align: left;
}
.mapContributors {
background-image: url(MMCCicon_mapper.png);
2014-08-27 02:51:50 +00:00
background-position: 13px center;
position: relative;
}
.infoStatIcon .tip {
display: none;
position: absolute;
background: white;
min-width: 180px;
max-width: 250px;
text-align: center;
color: black;
border-radius: 4px;
font-size: 15px !important;
line-height: 17px;
padding: 3px 5px 2px;
z-index: 100;
2014-02-05 03:03:24 +00:00
}
.mapContributors .tip {
top: 38px;
left: 6px;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .tip {
top: 0;
right: 32px;
}
2014-02-05 03:03:24 +00:00
.mapInfoBox .hoverForTip:hover .tip {
display: block;
2014-02-05 03:03:24 +00:00
}
.mapTopics {
2014-08-27 02:51:50 +00:00
background-image: url(topic32.png);
background-position: 13px center;
}
.mapSynapses {
2014-09-03 23:05:25 +00:00
background-image: url(synapse32.png);
2014-08-27 02:51:50 +00:00
background-position: 13px center;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission {
background-position: 0 center;
2014-08-27 02:51:50 +00:00
width: 32px;
height: 32px;
padding: 0;
2014-08-27 02:51:50 +00:00
margin: 8px 30px 8px 10px;
position: relative;
2014-09-03 23:05:25 +00:00
background-image: url(permissions32_sprite.png);
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission.commons {
2014-09-03 23:05:25 +00:00
background-position: 0 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission.public {
2014-09-03 23:05:25 +00:00
background-position: -64px 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission.private {
2014-09-03 23:05:25 +00:00
background-position: -32px 0;
}
.yourMap .mapPermission:hover {
2014-09-09 22:17:39 +00:00
background-image: url(arrowperms_sprite.png);
cursor: pointer;
2014-09-09 22:17:39 +00:00
background-position: -32px 0;
}
.yourMap .mapPermission.minimize {
2014-09-09 22:17:39 +00:00
background-image: url(arrowperms_sprite.png) !important;
cursor: pointer;
2014-09-09 22:17:39 +00:00
background-position: 0 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect {
list-style: none;
2014-08-27 02:51:50 +00:00
width: 32px;
height: 64px;
position: relative;
2014-08-27 02:51:50 +00:00
top: 32px;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect li {
2014-08-27 02:51:50 +00:00
width: 32px;
height: 32px;
background-repeat: no-repeat;
2014-09-03 23:05:25 +00:00
background-image: url(permissions32_sprite.png);
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .commons {
2014-09-03 23:05:25 +00:00
background-position: 0 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .public {
2014-09-03 23:05:25 +00:00
background-position: -64px 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .private {
2014-09-03 23:05:25 +00:00
background-position: -32px 0;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .commons:hover {
2014-09-03 23:05:25 +00:00
background-position: 0 -32px;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .public:hover {
2014-09-03 23:05:25 +00:00
background-position: -64px -32px;
}
2014-03-04 00:58:03 +00:00
.mapInfoBox .mapPermission .permissionSelect .private:hover {
2014-09-03 23:05:25 +00:00
background-position: -32px -32px;
}
.mapInfoBox .mapInfoDesc {
2014-08-27 02:51:50 +00:00
font-family: helvetica, sans-serif;
color: #E0E0E0;
margin: 8px;
height: 106px;
font-size: 14px;
line-height: 16px;
2014-09-03 23:05:25 +00:00
overflow-y: auto;
2014-08-27 02:51:50 +00:00
}
.mapInfoBox .mapInfoMeta {
height: 35px;
border-top: 1px solid #F5F5F5;
padding: 6px 0 7px;
}
.mapInfoBox .mapInfoMeta p {
margin: 4px 0;
2014-08-27 02:51:50 +00:00
font-size: 12px;
color: #F5F5F5;
}
2014-08-27 02:51:50 +00:00
2014-02-05 05:03:44 +00:00
/* lightboxes */
#lightbox_overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 1000000;
display: none;
2014-02-05 05:03:44 +00:00
}
#lightbox_main {
2014-08-27 02:51:50 +00:00
width: 770px;
height: auto;
margin: 0 auto;
z-index: 2;
position: relative;
top: 50%;
background-color: transparent;
color: black;
2014-02-05 05:03:44 +00:00
}
#lightbox_screen {
top: 0;
left: 0;
z-index: 1;
width: 100%;
position: absolute;
background-color: #000;
2014-07-31 01:10:10 +00:00
opacity: 0.0;
filter: alpha(opacity=0);
-moz-opacity: 0.0;
2014-02-05 05:03:44 +00:00
}
#lightbox_overlay #lightbox_main #lightbox_header {
padding: 6px 5px 1px 0;
background-color: #333;
font-weight: bold;
height: 18px;
border: solid 2px #000;
2014-02-05 05:03:44 +00:00
}
#lightbox_overlay #lightbox_main a#lightbox_close {
/*background-image: url(../images/barometer_close.png);*/
cursor: pointer;
height: 42px;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
overflow: hidden;
position: absolute;
top: -23px;
right: -22px;
width: 42px;
z-index: 4;
border: none;
2014-02-05 05:03:44 +00:00
}
#lightbox_content {
2014-08-27 02:51:50 +00:00
/* background: white url(metacode-watermark.png) 443px -30px no-repeat;
padding: 20px;
2014-08-27 02:51:50 +00:00
border-radius: 5px;*/
width: 552px;
height: 434px;
background-color: #e0e0e0;
padding: 64px 124px 64px 124px;
border-radius: 2px;
2014-02-05 05:03:44 +00:00
}
.lightboxContent h3 {
2014-08-27 02:51:50 +00:00
/* font-style: italic;
text-transform: uppercase;
font-family: 'vinyl';
font-size: 30px;
line-height: 35px;
2014-08-27 02:51:50 +00:00
color: black;*/
font-family: 'din-medium';
font-size: 24px;
text-transform: uppercase;
color: #424242;
text-align: left;
padding: 0 0 0 0;
2014-02-05 05:03:44 +00:00
}
2014-02-06 17:40:44 +00:00
.lightboxContent h3.forCreateMap {
2014-09-09 19:13:53 +00:00
text-align: left;
2014-02-06 17:40:44 +00:00
}
2014-08-27 02:51:50 +00:00
#svi {
padding-top: 56px;
padding-left: 162px;
margin: 0 auto;
}
#svi1 {
font-family: 'din-medium';
font-size: 14px;
font-color: #424242;
text-transform: uppercase;
text-align: left;
display: inline-block;
}
#svi2 {
font-family: 'din-medium';
font-size: 14px;
font-color: #424242;
text-transform: uppercase;
text-align: left;
display: inline-block;
}
#svi1 > p, #svi2 > p {
width: 150px;
}
2014-02-05 05:03:44 +00:00
.lightboxContent {
2014-08-27 02:51:50 +00:00
font-family: 'din-regular';
font-size: 14px;
color: #424242;
text-align: left;
2014-02-05 05:03:44 +00:00
}
.openLightbox {
cursor: pointer;
}
2014-08-27 02:51:50 +00:00
.lightbox_links a {
height: 70px;
width: 104px;
border-radius: 2px;
padding-bottom: 0;
font-family: 'din-medium';
font-size: 14px;
text-transform: uppercase;
color: #757575;
text-align: center;
display: block;
cursor: pointer;
position:relative;
}
.lightbox_links a:hover {
color: #424242;
}
.lightbox_links a:active {
color: #00bcd4;
}
.lightbox_links .lightboxAboutIcon {
background-image: url(about_sprite.png);
background-repeat: no-repeat;
width:32px;
height:32px;
margin:10px auto;
background-position: 0 0;
}
.lightbox_links a:hover .lightboxAboutIcon {
background-position-y: -32px;
}
#lightbox_metamapps .lightboxAboutIcon {
background-position-x: 0;
}
#lightbox_community .lightboxAboutIcon {
background-position-x: -32px;
}
#lightbox_source .lightboxAboutIcon {
background-position-x: -64px;
}
#lightbox_blog .lightboxAboutIcon {
background-position-x: -96px;
}
#lightbox_term .lightboxAboutIcon {
background-position-x: -128px;
}
2014-09-09 19:13:53 +00:00
.permIcon .mapCrePermIcon {
background-image: url(permissions64sprite.png);
background-repeat: no-repeat;
width:64px;
height:64px;
margin:10px auto;
background-position: 0 0;
}
.mapCrePermIcon:hover {
background-position-y: -64px;
}
#map_CO {
background-position-x: 0;
}
#map_PU {
background-position-x: -64px;
}
#map_PR {
background-position-x: -128px;
}
/* jquery ui tabs */
.ui-tabs-hide {
display: none !important;
}
.ui-tabs-vertical {
2014-09-12 15:45:53 +00:00
}
.ui-tabs-vertical .ui-tabs-nav {
float: left;
2014-06-10 17:13:21 +00:00
width: 100px;
background: none;
border: none;
font-size: 15px;
padding: 0 !important;
}
.ui-tabs-vertical .ui-tabs-nav li {
clear: left;
width: 100%;
2014-09-12 15:45:53 +00:00
border: none !important;
background: none !important;
margin: 0 0 .2em 0 !important;
white-space: normal !important;
}
2014-06-11 14:25:33 +00:00
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active,
.ui-tabs-vertical .ui-tabs-nav li.ui-state-hover {
2014-09-12 15:45:53 +00:00
border-right: none;
}
.ui-tabs-vertical .ui-tabs-nav li a {
display: block;
width: 92%;
padding: 4% !important;
}
.ui-tabs-vertical .ui-tabs-panel {
padding: 5px !important;
float: right;
2014-06-10 17:13:21 +00:00
width: 388px;
}
/* switch metacode set */
#metacodeSwitchTabs {
width: 100%;
font-size: 17px;
line-height: 21px;
border: none;
}
#metacodeSwitchTabs .setTitle {
2014-09-09 22:17:39 +00:00
}
#metacodeSwitchTabs .setDesc {
2014-06-11 14:25:33 +00:00
margin-bottom: 5px;
}
2014-06-11 14:25:33 +00:00
.customMetacodeList,
.metacodeSetList {
height: 301px;
overflow: hidden;
margin: 5px 0 15px 0;
border-bottom: 1px solid #BBB;
}
.customMetacodeList ul li {
cursor: pointer;
}
2014-06-11 14:25:33 +00:00
.customMetacodeList ul li,
.metacodeSetList ul li {
list-style-type: none;
display: block;
padding: 0px;
2014-06-10 17:34:39 +00:00
width: 92px;
height: 70px;
float: left;
text-align: center;
}
.customMetacodeList li.toggledOff {
opacity: 0.4;
}
2014-06-11 14:25:33 +00:00
.customMetacodeList ul img,
.metacodeSetList ul img {
width: 40px;
height: 40px;
margin: 0 auto;
}
2014-06-11 14:25:33 +00:00
.customMetacodeList ul p,
.metacodeSetList ul p {
display: block;
margin: 0;
background: none;
font-size: 14px;
line-height: 14px;
}
#metacodeSwitchTabs button.button {
width: auto !important;
padding: 0 10px;
font-weight: normal;
2014-02-05 05:03:44 +00:00
}
2014-09-10 20:32:18 +00:00
/* about, getInvolved */
2014-09-10 22:12:21 +00:00
#aboutParms {
margin: 30px auto;
2014-09-11 12:39:56 +00:00
width: 218px;
2014-09-10 22:12:21 +00:00
font-family: 'din-medium', helvetica, sans-serif;
}
#leftAboutParms {
text-align: left;
float: left;
margin-right: 30px;
}
#rightAboutParms {
text-align: left;
float: left;
}
#about > p, #getInvolved > p, #invite > p {
2014-08-27 02:51:50 +00:00
/* color: #000;
font-size: 16px;*/
margin: 10px 0;
2014-09-10 22:12:21 +00:00
line-height: 20px;
2014-02-05 17:37:21 +00:00
}
2014-02-05 05:03:44 +00:00
#about ul {
list-style: none;
2014-02-05 05:03:44 +00:00
}
#about ul li {
display: inline-block;
2014-02-05 05:03:44 +00:00
}
2014-09-10 22:12:21 +00:00
2014-02-07 17:55:11 +00:00
/* invite */
2014-09-10 22:12:21 +00:00
.joinCodes {
text-align: center;
display: block;
2014-09-10 22:12:21 +00:00
color: #424242;
font-family: 'din-medium', helvetica, sans-serif;
}
#joinCodesBox {
margin-top: 30px;
2014-02-07 17:55:11 +00:00
}
2014-02-05 17:37:21 +00:00
/* new map */
2014-02-05 17:37:21 +00:00
.new_map {
color: black;
2014-02-05 17:37:21 +00:00
}
2014-02-06 17:40:44 +00:00
.new_map .inputGroup {
margin: 15px 0 5px;
2014-09-09 19:13:53 +00:00
position: relative;
2014-02-06 17:40:44 +00:00
}
.new_map label {
float: left;
width: 100px;
2014-09-09 19:13:53 +00:00
text-align: left;
margin-right: 15px;
2014-09-09 19:13:53 +00:00
font-size: 18px;
color: #424242;
font-family: 'din-regular', helvetica, sans-serif;
2014-02-06 17:40:44 +00:00
}
.new_map input[type="text"] {
2014-09-09 19:13:53 +00:00
font-family: 'din-medium', helvetica, sans-serif;
width: 400px;
height: 32px;
2014-09-09 19:13:53 +00:00
font-size: 14px;
direction: ltr;
-webkit-appearance: none;
appearance: none;
display: inline-block;
margin: 0;
padding: 0 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
2014-09-09 19:13:53 +00:00
border-radius: 2px;
color: #424242;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
2014-09-09 19:13:53 +00:00
float: right;
}
.new_map input[type="text"]:hover,
.new_map textarea:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2014-02-06 17:40:44 +00:00
}
.new_map textarea {
2014-09-09 19:13:53 +00:00
color: #424242;
padding: 8px;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
resize: none;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
2014-09-09 19:13:53 +00:00
font-family: 'din-medium', helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
2014-09-09 19:13:53 +00:00
width: 400px;
box-sizing: border-box;
float: right;
border-radius: 2px;
}
.permHelper {
position: absolute;
width: 128px;
top: 36px;
color: #424242;
font-family: 'din-regular', helvetica, sans-serif;
font-size: 12px;
}
.permIconWrapper {
width: 276px;
padding: 0 62px;
float: right;
2014-02-06 17:40:44 +00:00
}
.new_map .permIcon {
float: left;
width: 92px;
2014-09-09 19:13:53 +00:00
height: 102px;
position: relative;
2014-02-06 17:40:44 +00:00
}
.new_map .mapPermIcon {
2014-09-09 19:13:53 +00:00
background-image: url(permissions64sprite.png);
background-repeat: no-repeat;
width:64px;
height:64px;
margin:10px auto 0;
background-position: 0 0;
/* width: 60px;
height: 60px;
background-size: 48px 48px;
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto;
2014-09-09 19:13:53 +00:00
cursor: pointer;*/
2014-02-06 17:40:44 +00:00
}
2014-09-09 19:13:53 +00:00
.mapPermIcon:hover, .mapPermIcon.selected {
background-position-y: -64px;
2014-02-06 17:40:44 +00:00
}
2014-09-09 19:13:53 +00:00
#newmap_co {
background-position-x: 0;
2014-02-06 17:40:44 +00:00
}
2014-09-09 19:13:53 +00:00
#newmap_pu {
background-position-x: -64px;
2014-02-06 17:40:44 +00:00
}
2014-09-09 19:13:53 +00:00
#newmap_pr {
background-position-x: -128px;
2014-02-06 17:40:44 +00:00
}
2014-09-09 19:13:53 +00:00
2014-02-06 17:40:44 +00:00
.new_map .permIcon h4 {
font-style: italic;
font-family: 'Vinyl';
text-transform: uppercase;
font-size: 18px;
line-height: 20px;
2014-09-09 19:13:53 +00:00
color: #424242 ;
text-align: center;
2014-02-06 17:40:44 +00:00
}
.new_map .tip {
display: none;
2014-02-06 17:40:44 +00:00
}
.permText {
width: 360px;
2014-09-09 19:13:53 +00:00
margin: 16px 20px 0;
text-align: center;
2014-09-09 19:13:53 +00:00
float: right;
color: #424242;
font-family: 'din-regular', helvetica, sans-serif;
font-size: 14px;
2014-02-06 17:40:44 +00:00
}
.buttonWrapper {
2014-09-09 19:13:53 +00:00
width: 274px;
float:right;
margin: 16px 0 0 0;
2014-02-06 17:40:44 +00:00
}
.onConsole .new_map button.cancel {
margin-right: 20px;
2014-02-06 17:40:44 +00:00
}
.onConsole .new_map button,
.onConsole .new_map input.add {
float: left;
margin-top: 5px;
height: 40px;
font-size: 17px;
width: auto;
padding: 0 30px;
cursor: pointer;
font-weight: normal;
}
.onConsole .new_map button:hover,
.onConsole .new_map input.add:hover {
-webkit-box-shadow: none;
box-shadow: none;
2014-02-05 17:37:21 +00:00
}
/* Cheatsheet */
2014-07-31 01:10:10 +00:00
2014-06-14 22:21:54 +00:00
#cheatSheet {
width: 100%;
height: 350px;
2014-06-14 22:21:54 +00:00
font-size: 17px;
line-height: 21px;
border: none;
2014-09-12 15:45:53 +00:00
background: none;
padding: 0;
2014-06-14 22:21:54 +00:00
}
#cheatSheet .sectionTitle {
2014-07-31 01:10:10 +00:00
font-weight: bold;
}
2014-06-14 22:21:54 +00:00
#cheatSheet .csItem {
margin: 5px 0;
2014-07-31 01:10:10 +00:00
font-size: 15px;
line-height: 18px;
}
2014-06-14 22:21:54 +00:00
#cheatSheet .csItem img {
display: inline-block;
margin: 0 2px;
}
2014-06-14 22:21:54 +00:00
#cheatSheet .csTitle {
2014-09-09 22:17:39 +00:00
}
2014-06-14 22:21:54 +00:00
#cheatSheet .indented {
2014-07-31 01:10:10 +00:00
margin-left: 15px;
}
2014-09-12 15:45:53 +00:00
#helpWrapper {
background: none;
border: none;
border-bottom: 1px solid #BDBDBD;
border-radius: 0;
}
#helpWrapper li {
border: none;
background: none;
padding: 0;
margin: 0 30px 0 0;
border-bottom: 2px solid rgba(0,0,0,0);
}
#helpWrapper li:hover, #helpWrapper li.ui-state-active {
border-bottom: 2px solid #00BCD4;
}
#helpWrapper li a {
padding: 0;
font-family: 'din-medium', helvetica, sans-serif;
font-size: 14px;
}
#quickReference {
padding: 32px 0 0 0;
}
#quickReference ul {
width: 150px;
}
#quickReference li.ui-state-active a {
color: #00BCD4;
}
#tutorials {
padding: 16px 0 0 0;
}
.tutorialItem {
margin-top: 16px;
display: inline-block;
font-size: 14px;
font-family: 'din-medium', helvetica, sans-serif;
cursor: pointer;
color: #757575;
}
.tutorialItem:hover {
color: #424242;
}
.tutorialItem.active {
color: #00bcd4;
}
#upYourSkillz {
margin: 0 70px;
}
/* Admin Pages */
#wrapper > div.blackBox {
width: 700px;
margin: 0 auto;
padding: 20px 0 20px 20px;
background: rgba(0, 0, 0, 0.4);
color: white;
height: 100%;
overflow: hidden;
position: relative;
}
.blackBox .metacodeSetsDescription {
width: 314px;
}
2014-06-11 00:22:35 +00:00
.blackBox td.metacodeSetDesc {
2014-06-11 14:25:33 +00:00
width: 314px;
word-wrap: break-word;
2014-06-11 00:22:35 +00:00
}
.blackBox .metacodeSetImage {
2014-06-11 14:25:33 +00:00
width: 36px;
height: 36px;
float: left;
2014-06-11 00:22:35 +00:00
}
.blackBox tr {
2014-06-11 14:25:33 +00:00
display: table-row;
2014-06-11 00:22:35 +00:00
}
.blackBox tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.2);
}
.blackBox tr:nth-child(even) {
background: rgba(0, 0, 0, 0.3);
}
.blackBox th,
.blackBox td {
padding: 10px;
}
.blackBox td.iconURL {
2014-06-11 14:25:33 +00:00
max-width: 415px;
word-wrap: break-word;
}
.blackBox .field {
margin: 15px 0 5px;
}
.blackBox label {
float: left;
width: 100px;
margin-right: 15px;
}
.blackBox input[type="text"] {
width: 336px;
height: 32px;
font-size: 15px;
direction: ltr;
-webkit-appearance: none;
appearance: none;
display: inline-block;
margin: 0;
padding: 0 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
font-family: arial;
}
.blackBox input[type="text"]:hover,
.blackBox textarea:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.blackBox textarea {
padding: 8px;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
resize: none;
font: -webkit-small-control;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
font-family: arial;
font-size: 15px;
line-height: 17px;
width: 318px;
}
.blackBox .allMetacodes {
padding: 5px 0;
}
.blackBox a.button {
margin-right: 20px;
line-height: 40px;
}
.blackBox a.button,
.blackBox input.add {
float: left;
margin-top: 5px;
height: 40px;
font-size: 17px;
width: auto;
padding: 0 30px;
cursor: pointer;
font-weight: normal;
}
.blackBox a.button:hover,
.blackBox input.add:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
2014-02-07 17:55:11 +00:00
/* request */
#wrapper .requestInvite {
width: 700px;
margin: 0 auto;
padding: 20px;
background: rgba(0, 0, 0, 0.4);
color: white;
height: 100%;
overflow: hidden;
}
2014-07-31 01:10:10 +00:00
.home_bg {
display: block;
height: 100%;
}
2013-12-02 01:47:28 +00:00
2014-08-17 18:46:07 +00:00
#edit_synapse label,
#edit_synapse_left,
#edit_synapse_right {
display: inline-block;
}
#edit_synapse label.left {
margin-right: 0.5em;
}
.templates {
display: none;
}