2017-09-13 14:31:48 +00:00
|
|
|
$mid-gray: #8A8A8A;
|
|
|
|
$mid-gray-opacity: rgba(66, 66, 66, 0.6);
|
|
|
|
|
2016-02-03 13:38:41 +00:00
|
|
|
.nameCounter {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1px;
|
|
|
|
right: 2px;
|
|
|
|
font-size: 11px;
|
2017-09-13 14:31:48 +00:00
|
|
|
font-family: helvetica, sans-serif;
|
2016-02-03 13:38:41 +00:00
|
|
|
color: #727272;
|
|
|
|
line-height: 11px;
|
2017-03-07 03:49:46 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.riek-editing + .nameCounter {
|
|
|
|
display: block;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nameCounter.forMap {
|
|
|
|
color: #FFF;
|
|
|
|
bottom: -11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nameCounter.forTopic {
|
2017-03-07 03:49:46 +00:00
|
|
|
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#center-container {
|
|
|
|
position:relative;
|
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2017-03-07 03:49:46 +00:00
|
|
|
|
2016-02-03 13:38:41 +00:00
|
|
|
/* background-color:#031924; */
|
|
|
|
color:#444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showcard {
|
|
|
|
position:absolute;
|
|
|
|
top:100px;
|
|
|
|
left:100px;
|
|
|
|
width:300px;
|
|
|
|
background-color:#F5F5F5;
|
|
|
|
text-align: left;
|
|
|
|
overflow: visible;
|
|
|
|
z-index:2;
|
|
|
|
color: #424242;
|
|
|
|
border-radius:2px;
|
2017-09-08 20:58:17 +00:00
|
|
|
box-shadow: 2px 3px 3px rgba(125, 125, 125, 0.23), -2px -1px 3px rgba(125, 125, 125, 0.16);
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
margin: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infovis {
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2016-08-01 17:38:57 +00:00
|
|
|
position: absolute;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.showcard .permission {
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph {
|
|
|
|
display:block;
|
|
|
|
position:relative;
|
|
|
|
width:100%;
|
|
|
|
z-index: 25;
|
|
|
|
}
|
|
|
|
.CardOnGraph.hasAttachment {
|
|
|
|
min-height:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .title {
|
2016-10-26 09:01:05 +00:00
|
|
|
word-break: break-word;
|
2017-09-10 21:17:56 +00:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
2016-02-03 13:38:41 +00:00
|
|
|
display: table;
|
2017-09-10 21:17:56 +00:00
|
|
|
padding: 20px 0;
|
2016-02-03 13:38:41 +00:00
|
|
|
text-align: center;
|
|
|
|
font-family: 'din-regular', sans-serif;
|
|
|
|
width: 300px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .titleWrapper {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0 16px;
|
|
|
|
}
|
|
|
|
.canEdit #titleActivator:hover {
|
|
|
|
background-image: url(<%= asset_data_uri('edit.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: bottom right;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.showcard .title .riek-editing {
|
2016-02-03 13:38:41 +00:00
|
|
|
font-family: 'din-regular', sans-serif;
|
|
|
|
color: #424242;
|
2017-09-10 21:17:56 +00:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
2016-02-03 13:38:41 +00:00
|
|
|
padding: 5px 0;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
background: none;
|
|
|
|
text-align:center;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .scroll {
|
|
|
|
display:block;
|
|
|
|
padding: 8px 0 8px 16px;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height:15px;
|
|
|
|
font-family: helvetica, sans-serif;
|
|
|
|
overflow-y: auto;
|
2017-09-10 21:17:56 +00:00
|
|
|
|
|
|
|
p.emptyDesc {
|
2017-09-13 14:31:48 +00:00
|
|
|
color: $mid-gray-opacity;
|
2017-09-10 21:17:56 +00:00
|
|
|
}
|
2017-09-13 01:37:49 +00:00
|
|
|
|
|
|
|
a.mdSupport {
|
|
|
|
color: #4fb5c0;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
.CardOnGraph.hasAttachment .scroll {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.CardOnGraph .desc .riek-editing {
|
2016-02-03 13:38:41 +00:00
|
|
|
font-size: 13px;
|
|
|
|
line-height:15px;
|
|
|
|
font-family: helvetica, sans-serif;
|
|
|
|
color: #424242;
|
|
|
|
padding: 0;
|
2017-09-17 13:01:44 +00:00
|
|
|
width: 258px;
|
2016-02-03 13:38:41 +00:00
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
background: none;
|
2017-09-17 13:01:44 +00:00
|
|
|
overflow-y: scroll;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
2016-10-31 07:38:16 +00:00
|
|
|
/*
|
|
|
|
* Styling for Markdown in topic cards
|
|
|
|
*/
|
|
|
|
|
|
|
|
.CardOnGraph .desc {
|
|
|
|
p, ol, ul {
|
|
|
|
padding: 0.15em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-style: normal;
|
|
|
|
padding: 0.25em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* End Markdown styling
|
|
|
|
*/
|
2016-10-07 16:03:50 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.CardOnGraph .riek_desc {
|
2016-02-03 13:38:41 +00:00
|
|
|
display:block;
|
2017-09-17 13:01:44 +00:00
|
|
|
padding-right: 26px;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
2017-09-17 13:01:44 +00:00
|
|
|
.canEdit .CardOnGraph .riek_desc:not(.riek-editing):hover {
|
2016-02-03 13:38:41 +00:00
|
|
|
background-image: url(<%= asset_data_uri('edit.png') %>);
|
|
|
|
background-position: top right;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse .best_in_place_desc {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .links {
|
2017-03-07 03:49:46 +00:00
|
|
|
position: relative;
|
2017-09-10 21:17:56 +00:00
|
|
|
z-index: 2;
|
2016-02-03 13:38:41 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.linkItem {
|
|
|
|
float: left;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
color: #424242;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
2016-02-03 13:38:41 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
a {
|
|
|
|
color: #424242;
|
|
|
|
}
|
|
|
|
}
|
2016-02-03 13:38:41 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.icon {
|
|
|
|
padding: 0;
|
|
|
|
height: 48px;
|
2017-09-10 21:17:56 +00:00
|
|
|
margin-right: 10px;
|
2017-03-07 03:49:46 +00:00
|
|
|
|
|
|
|
.metacodeImage {
|
|
|
|
cursor: move;
|
2017-09-08 20:58:17 +00:00
|
|
|
position: absolute;
|
2017-09-10 21:17:56 +00:00
|
|
|
left: -18px;
|
|
|
|
top: 6px;
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
background-size:36px 36px;
|
2017-03-07 03:49:46 +00:00
|
|
|
background-position:0 0;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
}
|
2017-09-10 21:17:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .info {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.linkItem {
|
|
|
|
float: left;
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
2017-09-13 14:31:48 +00:00
|
|
|
color: $mid-gray-opacity;
|
2017-09-10 21:17:56 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
2017-03-16 21:58:56 +00:00
|
|
|
|
2017-09-10 21:17:56 +00:00
|
|
|
a {
|
2017-09-13 14:31:48 +00:00
|
|
|
color: $mid-gray-opacity;
|
2017-09-10 21:17:56 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-13 14:31:48 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.contributor {
|
|
|
|
bottom: 7px;
|
2017-09-10 21:17:56 +00:00
|
|
|
margin-left: 16px;
|
2017-03-07 03:49:46 +00:00
|
|
|
|
|
|
|
.contributorIcon {
|
|
|
|
position: relative;
|
2017-09-10 21:17:56 +00:00
|
|
|
display: inline-block;
|
2017-03-07 03:49:46 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
border-radius: 16px;
|
2017-09-10 21:17:56 +00:00
|
|
|
margin: 5px 5px 5px 0;
|
|
|
|
top: 11px;
|
2017-03-07 03:49:46 +00:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-family: 'din-regular', sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contributorName {
|
|
|
|
font-family: din-regular;
|
2017-09-10 21:17:56 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 97px;
|
|
|
|
padding: 0 8px 0 4px;
|
2017-03-07 03:49:46 +00:00
|
|
|
white-space: nowrap;
|
2017-09-10 21:17:56 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2017-03-07 03:49:46 +00:00
|
|
|
}
|
|
|
|
}
|
2016-02-03 13:38:41 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.mapCount {
|
2017-09-10 21:17:56 +00:00
|
|
|
padding:17px 38px 17px 0;
|
|
|
|
width: 22px;
|
|
|
|
text-align: right;
|
2017-03-07 03:49:46 +00:00
|
|
|
|
|
|
|
.mapCountIcon {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 0;
|
2017-03-07 03:49:46 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
background-image: url(<%= asset_data_uri('map32_sprite.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
cursor: pointer;
|
2017-09-10 21:17:56 +00:00
|
|
|
opacity: 0.6;
|
2017-03-07 03:49:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover .mapCountIcon {
|
|
|
|
background-position: 0 -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip, .hoverTip {
|
|
|
|
top: 44px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 0px;
|
2017-03-07 03:49:46 +00:00
|
|
|
font-size: 12px !important;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: 26px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 10px;
|
2017-03-07 03:49:46 +00:00
|
|
|
margin-top: -30px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2017-09-13 14:31:48 +00:00
|
|
|
border-bottom: 4px solid $mid-gray;
|
2017-03-07 03:49:46 +00:00
|
|
|
border-left: 5px solid transparent;
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.hoverTip {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-family: 'din-regular';
|
|
|
|
top: 44px;
|
|
|
|
font-size: 12px !important;
|
|
|
|
position: absolute;
|
2017-09-13 14:31:48 +00:00
|
|
|
background: $mid-gray;
|
2017-03-07 03:49:46 +00:00
|
|
|
color: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
line-height: 17px;
|
|
|
|
padding: 3px 5px 2px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip a:hover {
|
|
|
|
color: #757575;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip li {
|
|
|
|
list-style-type: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding: 6px 10px;
|
|
|
|
display: block;
|
|
|
|
height: 14px;
|
|
|
|
font-family: 'din-regular', helvetica, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
2016-02-03 13:38:41 +00:00
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.synapseCount {
|
2017-09-10 21:17:56 +00:00
|
|
|
width: 22px;
|
|
|
|
padding:17px 38px 17px 0;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 4px;
|
2017-03-07 03:49:46 +00:00
|
|
|
|
|
|
|
.synapseCountIcon {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 0;
|
2017-03-07 03:49:46 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
background-image: url(<%= asset_data_uri('synapse32_sprite.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
2017-09-10 21:17:56 +00:00
|
|
|
opacity: 0.6;
|
2017-03-07 03:49:46 +00:00
|
|
|
}
|
|
|
|
hover .synapseCountIcon {
|
|
|
|
background-position: 0 -32px;
|
|
|
|
}
|
|
|
|
.tip {
|
|
|
|
position: absolute;
|
2017-09-13 14:31:48 +00:00
|
|
|
background: $mid-gray;
|
2017-03-07 03:49:46 +00:00
|
|
|
width: auto;
|
|
|
|
top: 44px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 0px;
|
2017-03-07 03:49:46 +00:00
|
|
|
color: white;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-family: 'din-regular';
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 4px 4px 4px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -8px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 12px;
|
2017-03-07 03:49:46 +00:00
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2017-09-13 14:31:48 +00:00
|
|
|
border-bottom: 4px solid $mid-gray;
|
2017-03-07 03:49:46 +00:00
|
|
|
border-left: 5px solid transparent;
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
}
|
|
|
|
}
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.showMore {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #4FC059;
|
|
|
|
}
|
|
|
|
|
2017-09-10 21:17:56 +00:00
|
|
|
.linkItem.mapPerm {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2016-02-03 13:38:41 +00:00
|
|
|
.mapPerm {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 32px;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
background-image: url(<%= asset_data_uri('permissions32_sprite.png') %>);
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.mapPerm.co {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.mapPerm.pu {
|
|
|
|
background-position: -64px 0;
|
|
|
|
}
|
|
|
|
.mapPerm.pr {
|
|
|
|
background-position: -32px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yourTopic .mapPerm:hover, .yourEdge .mapPerm:hover {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
.yourTopic .mapPerm.minimize, .yourEdge .mapPerm.minimize {
|
2017-09-10 21:17:56 +00:00
|
|
|
cursor: pointer;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect {
|
|
|
|
list-style: none;
|
|
|
|
width: 32px;
|
|
|
|
height: 64px;
|
|
|
|
position: relative;
|
|
|
|
top: 32px;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect li {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
background-image: url(<%= asset_data_uri('permissions32_sprite.png') %>);
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .commons {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .public {
|
|
|
|
background-position: -64px 0;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .private {
|
|
|
|
background-position: -32px 0;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .commons:hover {
|
|
|
|
background-position: 0 -32px;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .public:hover {
|
|
|
|
background-position: -64px -32px;
|
|
|
|
}
|
|
|
|
.mapPerm .permissionSelect .private:hover {
|
|
|
|
background-position: -32px -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .metacodeTitle {
|
2017-09-08 20:58:17 +00:00
|
|
|
font-family: 'din-regular';
|
2016-02-03 13:38:41 +00:00
|
|
|
line-height: 24px;
|
2017-03-07 03:49:46 +00:00
|
|
|
height: 26px;
|
2017-09-10 21:17:56 +00:00
|
|
|
font-size: 18px;
|
|
|
|
padding: 13px 24px 9px 24px;
|
2016-02-03 13:38:41 +00:00
|
|
|
color: #424242;
|
2017-09-10 21:17:56 +00:00
|
|
|
width: 120px;
|
|
|
|
max-width: 120px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
.permission.canEdit .metacodeTitle {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.permission.canEdit .expandMetacodeSelect {
|
2017-09-10 21:17:56 +00:00
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 4px;
|
2016-02-03 13:38:41 +00:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url(<%= asset_data_uri('arrowright_sprite.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 -32px;
|
2017-09-10 21:17:56 +00:00
|
|
|
display: inline-block;
|
|
|
|
-webkit-transform: rotate(90deg);
|
|
|
|
transform: rotate(90deg);
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
.permission.canEdit .minimize .expandMetacodeSelect {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.CardOnGraph .metacodeName {
|
|
|
|
display: inline-block;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
2017-03-07 03:49:46 +00:00
|
|
|
|
2016-02-03 13:38:41 +00:00
|
|
|
.CardOnGraph .metacodeSelect {
|
|
|
|
display:none;
|
|
|
|
width:auto;
|
|
|
|
z-index: 2;
|
|
|
|
background: #EAEAEA;
|
|
|
|
white-space: nowrap;
|
2017-03-07 03:49:46 +00:00
|
|
|
position: absolute;
|
2017-09-10 21:17:56 +00:00
|
|
|
top: 48px;
|
|
|
|
box-shadow: 2px 2px 2px rgba(125, 125, 125, 0.23), -2px -1px 3px rgba(125, 125, 125, 0.16);
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul {
|
2017-03-07 03:49:46 +00:00
|
|
|
position: relative;
|
2016-02-03 13:38:41 +00:00
|
|
|
line-height: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: helvetica, sans-serif;
|
|
|
|
display:block;
|
|
|
|
width: 100%;
|
|
|
|
margin:0;
|
|
|
|
padding: 0;
|
|
|
|
list-style:none;
|
|
|
|
border: 1px solid #BDBDBD;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul li {
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
cursor:pointer;
|
|
|
|
position: relative;
|
|
|
|
padding: 9px 24px 9px 12px;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul li:hover {
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul li img {
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
left: 8px;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul li .mSelectName {
|
|
|
|
margin-left: 28px;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect ul ul {
|
|
|
|
display:none;
|
|
|
|
position: absolute;
|
|
|
|
left: 100%;
|
|
|
|
top: -1px;
|
|
|
|
max-height: 270px;
|
|
|
|
overflow-y: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect li:hover ul {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeSelect .expandMetacodeSet {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 8px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url(<%= asset_data_uri('arrowright_sprite.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 -32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* too close to right side of screen case */
|
|
|
|
.onRightEdge.metacodeSelect {
|
|
|
|
right: 1px;
|
|
|
|
left: auto;
|
|
|
|
top: 46px;
|
|
|
|
}
|
|
|
|
.onRightEdge.metacodeSelect ul ul {
|
|
|
|
left: auto;
|
|
|
|
right: 100%;
|
|
|
|
}
|
|
|
|
/* too close to bottom of screen case */
|
|
|
|
.onBottomEdge.metacodeSelect {
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.onBottomEdge.metacodeSelect ul ul {
|
|
|
|
top: auto;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip li {
|
|
|
|
list-style-type: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
padding: 10px 34px;
|
|
|
|
display: block;
|
|
|
|
height: 14px;
|
|
|
|
font-family: 'din-regular', helvetica, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-10-17 03:46:55 +00:00
|
|
|
.CardOnGraph .hoverForTip:hover .tip, #mapContribs:hover .tip {
|
2016-02-03 13:38:41 +00:00
|
|
|
display:block;
|
|
|
|
}
|
2016-10-17 03:46:55 +00:00
|
|
|
.CardOnGraph .tip {
|
2016-02-03 13:38:41 +00:00
|
|
|
position: absolute;
|
2017-09-13 14:31:48 +00:00
|
|
|
background: $mid-gray;
|
2016-02-03 13:38:41 +00:00
|
|
|
top: 35px;
|
2017-09-10 21:17:56 +00:00
|
|
|
right: 0;
|
2016-02-03 13:38:41 +00:00
|
|
|
color: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size:15px !important;
|
|
|
|
line-height:17px;
|
|
|
|
padding: 3px 5px 2px;
|
|
|
|
z-index:100;
|
|
|
|
}
|
|
|
|
|
|
|
|
#embedlyLinkLoader {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.CardOnGraph .link-adder {
|
2016-02-03 13:38:41 +00:00
|
|
|
width:100%;
|
|
|
|
height:47px;
|
2017-03-07 03:49:46 +00:00
|
|
|
position: relative;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.link-adder a {
|
2016-02-03 13:38:41 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
2017-03-07 03:49:46 +00:00
|
|
|
margin-left: 40px;
|
2016-02-03 13:38:41 +00:00
|
|
|
padding-top:9px;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addlink, #addupload {
|
|
|
|
display: inline-block;
|
|
|
|
width: 102px;
|
|
|
|
height: 12px;
|
2017-03-07 03:49:46 +00:00
|
|
|
text-align: left;
|
2016-02-03 13:38:41 +00:00
|
|
|
padding: 18px 0 18px 48px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #9e9e9e;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addlink:hover, #addupload:hover {
|
|
|
|
color: #616161;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentIcon {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
left: 12px;
|
|
|
|
}
|
|
|
|
#linkIcon {
|
|
|
|
background-image: url(<%= asset_data_uri('link_sprite.png') %>);
|
|
|
|
}
|
|
|
|
#uploadIcon {
|
|
|
|
background-image: url(<%= asset_data_uri('upload_sprite.png') %>);
|
|
|
|
}
|
|
|
|
#addlink:hover #linkIcon, #addupload:hover #uploadIcon {
|
|
|
|
background-position: 0 -24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addLink {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#addLinkInput {
|
|
|
|
height: 32px;
|
|
|
|
width: 268px;
|
|
|
|
padding: 8px 16px 8px 16px;
|
|
|
|
position: relative;
|
|
|
|
border: none;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addLinkInput input{
|
2017-09-10 21:17:56 +00:00
|
|
|
padding: 9px 27px 9px 31px;
|
2016-02-03 13:38:41 +00:00
|
|
|
height: 12px;
|
2017-09-10 21:17:56 +00:00
|
|
|
width: 210px;
|
2016-02-03 13:38:41 +00:00
|
|
|
margin: 0 0 0 0;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
font-family: 'din-regular', helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
#addLinkIcon {
|
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
left: 20px;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 0 0;
|
|
|
|
background-image: url(<%= asset_data_uri('link_sprite.png') %>);
|
|
|
|
pointer-events: none;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#addLinkReset {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 15px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
float:none;
|
|
|
|
background-image: url(<%= asset_data_uri('remove.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.embeds.nonEmbedlyLink {
|
|
|
|
padding-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#embedlyLink {
|
|
|
|
border-left: 8px solid #CCC;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 8px;
|
|
|
|
padding-left: 12px;
|
|
|
|
-moz-box-shadow: 1px 1px 5px 0 #ccc;
|
|
|
|
-webkit-box-shadow: 1px 1px 5px 0 #ccc;
|
|
|
|
box-shadow: 1px 1px 5px 0 #ccc;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
-moz-border-radius-bottomright: 8px;
|
|
|
|
-webkit-border-bottom-right-radius: 8px;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkActions {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .embeds {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linkremove {
|
|
|
|
background-image: url(<%= asset_data_uri 'remove.png' %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
|
|
|
right: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cardSettings {
|
|
|
|
position: absolute;
|
|
|
|
left: 12px;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editSettings {
|
|
|
|
background: #ddd;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 5px 0 5px 5px;
|
|
|
|
position: relative;
|
|
|
|
left: 16px;
|
|
|
|
width: 175px;
|
|
|
|
opacity: 0.98;
|
|
|
|
box-shadow: 4px 4px 5px #888888;
|
|
|
|
border: 1px solid #AAA;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editSettings span {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse {
|
|
|
|
border-radius: 2px;
|
|
|
|
width: 270px;
|
|
|
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
|
|
|
|
}
|
|
|
|
|
|
|
|
#editSynUpperBar {
|
|
|
|
background: #FFFFFF url(<%= asset_data_uri('synapse32.png') %>) no-repeat 8px center;
|
|
|
|
min-height: 48px;
|
|
|
|
height: 48px;
|
|
|
|
border-bottom: 1px solid #222222;
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#editSynLowerBar {
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
height: 48px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#synapseCardCount {
|
|
|
|
font-size: 18px;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding-left: 44px;
|
|
|
|
width: 20px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse_desc {
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: 'din-regular', helvetica, sans-serif;
|
|
|
|
padding: 8px 38px 8px 4px;
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
|
2017-03-07 03:49:46 +00:00
|
|
|
.canEdit span.titleWrapper:hover {
|
2016-02-03 13:38:41 +00:00
|
|
|
background-image: url(<%= asset_data_uri('edit.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
2017-03-07 03:49:46 +00:00
|
|
|
background-position: 95% 95%;
|
2016-02-03 13:38:41 +00:00
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse .best_in_place_desc textarea {
|
|
|
|
font-family: 'din-regular', sans-serif;
|
|
|
|
color: #424242;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
background: none;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropdownSynapses {
|
|
|
|
position: absolute;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
top: 12px;
|
|
|
|
right: 8px;
|
|
|
|
background-image: url(<%= asset_data_uri('arrowdown_sprite.png') %>);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 4px -12px;
|
|
|
|
}
|
|
|
|
#dropdownSynapses:hover {
|
|
|
|
background-position: 4px -28px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
#switchSynapseList {
|
|
|
|
display: none;
|
|
|
|
list-style: none;
|
|
|
|
width: 270px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-bottom: 1px solid #BBBBBB;
|
|
|
|
}
|
|
|
|
#switchSynapseList li {
|
|
|
|
padding: 8px 8px 8px 68px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: 'din-regular';
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
#switchSynapseList li:hover {
|
|
|
|
background: #DAB539;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edgeUser {
|
|
|
|
display:inline-block;
|
|
|
|
position: relative;
|
|
|
|
margin: 12px 0 0 11px;
|
|
|
|
}
|
|
|
|
#edgeUser img {
|
|
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
#edgeUser.hoverForTip:hover .tip {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
#edgeUser .tip {
|
|
|
|
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: 9px;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edgeUser:hover div:before{
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
margin-top: -7px;
|
|
|
|
margin-left: 2px;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-bottom: 4px solid #000000;
|
|
|
|
border-left: 5px solid transparent;
|
|
|
|
border-right: 5px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse .mapPerm {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse_left, #edit_synapse_right {
|
|
|
|
position: absolute;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
top: 12px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
#edit_synapse_right {
|
|
|
|
background-image: url(<%= asset_data_uri('synapsedirectionright_sprite.png') %>);
|
2017-03-07 03:49:46 +00:00
|
|
|
right: 16px;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
#edit_synapse_left {
|
|
|
|
background-image: url(<%= asset_data_uri('synapsedirectionleft_sprite.png') %>);
|
2017-03-07 03:49:46 +00:00
|
|
|
right: 56px;
|
2016-02-03 13:38:41 +00:00
|
|
|
}
|
|
|
|
#edit_synapse_left.checked, #edit_synapse_right.checked {
|
|
|
|
background-position: 0 -48px;
|
|
|
|
}
|
|
|
|
.canEdit #edit_synapse_left, .canEdit #edit_synapse_right {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.canEdit #edit_synapse_left:not(.checked):hover, .canEdit #edit_synapse_right:not(.checked):hover {
|
|
|
|
background-position: 0 -24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* mapper card */
|
|
|
|
|
|
|
|
.mapper {
|
2016-10-24 14:23:05 +00:00
|
|
|
display: inline-block;
|
2016-10-24 14:35:23 +00:00
|
|
|
vertical-align: bottom;
|
2016-02-03 13:38:41 +00:00
|
|
|
width:220px;
|
|
|
|
height:340px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: left;
|
|
|
|
overflow: visible;
|
|
|
|
background: #E0E0E0;
|
|
|
|
border-radius:2px;
|
2016-10-24 13:42:26 +00:00
|
|
|
margin:16px;
|
2016-02-03 13:38:41 +00:00
|
|
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapperCard {
|
|
|
|
width:100%;
|
|
|
|
height:308px;
|
|
|
|
padding: 16px 0;
|
|
|
|
color:#424242;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapperImage {
|
|
|
|
margin: 16px auto 0;
|
|
|
|
width: 96px;
|
|
|
|
}
|
|
|
|
.mapperImage img {
|
|
|
|
border-radius: 48px;
|
|
|
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.23);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapperName {
|
|
|
|
font-size: 24px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 24px;
|
2016-10-24 14:23:05 +00:00
|
|
|
padding: 0 5%;
|
2016-02-03 13:38:41 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2016-10-24 14:23:05 +00:00
|
|
|
width: 90%;
|
2016-02-03 13:38:41 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapperInfo {
|
|
|
|
color: #DB5D5D;
|
|
|
|
text-align:center;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mapperMetadata {
|
|
|
|
background: url(<%= asset_data_uri('profile_card_sprite.png') %>) no-repeat center 0;
|
|
|
|
height: 64px;
|
|
|
|
width: 160px;
|
|
|
|
margin: 16px auto 0;
|
|
|
|
}
|
|
|
|
.mapperMetadata .metadataSection {
|
|
|
|
width: 32%;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.mapperMetadata .metadataSection div {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #424242;
|
|
|
|
margin: 14px 0;
|
|
|
|
}
|
|
|
|
.mapperMetadata .metadataMaps {
|
|
|
|
color: #DB5D5D;
|
|
|
|
}
|
|
|
|
.mapperMetadata .metadataTopics {
|
|
|
|
color: #4FC059;
|
|
|
|
}
|
|
|
|
.mapperMetadata .metadataSynapses {
|
|
|
|
color: #DAB539;
|
|
|
|
}
|