2012-10-09 03:18:00 +00:00
|
|
|
#center-container {
|
|
|
|
position:relative;
|
2012-10-21 17:19:59 +00:00
|
|
|
height:100%;
|
|
|
|
width:100%;
|
2012-10-15 01:23:50 +00:00
|
|
|
/* background-color:#031924; */
|
2012-10-27 19:51:22 +00:00
|
|
|
color:#444;
|
2012-10-09 03:18:00 +00:00
|
|
|
}
|
|
|
|
|
2012-12-15 09:27:55 +00:00
|
|
|
.showcard, #showcard {
|
2013-03-17 09:18:30 +00:00
|
|
|
position:absolute;
|
2014-02-01 08:57:19 +00:00
|
|
|
display:block;
|
|
|
|
top:-1000px;
|
|
|
|
left:-1000px;
|
2013-03-17 09:18:30 +00:00
|
|
|
margin-top: -181px;
|
2014-02-01 08:57:19 +00:00
|
|
|
width:226px;
|
|
|
|
height:320px;
|
2012-10-15 01:23:50 +00:00
|
|
|
color:#FFF;
|
2012-10-09 03:18:00 +00:00
|
|
|
text-align: left;
|
2012-12-15 09:27:55 +00:00
|
|
|
overflow: visible;
|
2014-02-01 08:57:19 +00:00
|
|
|
z-index:14000;
|
|
|
|
background: #FFF;
|
|
|
|
border-radius:5px;
|
|
|
|
box-shadow: 6px 6px 8px rgba(0,0,0,0.4);
|
2012-10-09 03:18:00 +00:00
|
|
|
}
|
2012-12-21 01:19:55 +00:00
|
|
|
|
|
|
|
#showcard .contributor {
|
|
|
|
font-size:14px;
|
|
|
|
}
|
2012-10-09 03:18:00 +00:00
|
|
|
|
|
|
|
.text {
|
2012-12-21 01:19:55 +00:00
|
|
|
margin: 7px;
|
2012-10-09 03:18:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#infovis {
|
2012-12-21 01:19:55 +00:00
|
|
|
position:relative;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
margin:0;
|
|
|
|
overflow:hidden;
|
2012-12-15 09:27:55 +00:00
|
|
|
}
|
|
|
|
|
2014-02-01 08:57:19 +00:00
|
|
|
.showcard .permission {
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
|
2012-12-21 01:19:55 +00:00
|
|
|
.CardOnGraph {
|
|
|
|
display:block;
|
|
|
|
position:relative;
|
2014-02-01 08:57:19 +00:00
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2012-12-21 01:19:55 +00:00
|
|
|
color:#000;
|
2013-01-06 23:40:48 +00:00
|
|
|
z-index: 25;
|
2012-12-21 01:19:55 +00:00
|
|
|
}
|
2012-12-15 09:27:55 +00:00
|
|
|
|
2012-12-21 01:19:55 +00:00
|
|
|
.CardOnGraph .scroll {
|
|
|
|
display:block;
|
2014-02-01 08:57:19 +00:00
|
|
|
padding:5px 10px;
|
2012-12-21 01:19:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .type {
|
|
|
|
position: absolute;
|
|
|
|
color: white;
|
|
|
|
top: -22px;
|
|
|
|
right: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2012-12-15 09:27:55 +00:00
|
|
|
|
2012-12-21 01:19:55 +00:00
|
|
|
.CardOnGraph .title {
|
|
|
|
font-size:22px;
|
|
|
|
line-height:25px;
|
|
|
|
display:block;
|
2014-02-01 08:57:19 +00:00
|
|
|
padding:5px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2012-12-21 01:19:55 +00:00
|
|
|
}
|
2012-12-15 09:27:55 +00:00
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.best_in_place_name {
|
2014-02-01 08:57:19 +00:00
|
|
|
|
2013-01-05 21:21:11 +00:00
|
|
|
}
|
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.best_in_place_name input{
|
2014-02-01 08:57:19 +00:00
|
|
|
height: 15px;
|
|
|
|
padding: 5px 0;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight:bold;
|
|
|
|
line-height: 25px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
text-align:center;
|
|
|
|
font-family: 'LatoLight';
|
2013-01-05 21:21:11 +00:00
|
|
|
}
|
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.desc {
|
2012-12-21 01:19:55 +00:00
|
|
|
font-size:15px;
|
2014-02-01 08:57:19 +00:00
|
|
|
line-height:19px;
|
|
|
|
}
|
|
|
|
.best_in_place_desc textarea {
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 19px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
font-family: 'LatoLight';
|
2012-12-21 01:19:55 +00:00
|
|
|
}
|
2012-12-15 09:27:55 +00:00
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.desc h3 {
|
2012-12-21 01:19:55 +00:00
|
|
|
font-style:normal;
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
2012-12-15 09:27:55 +00:00
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.best_in_place_desc input {
|
2013-01-05 21:21:11 +00:00
|
|
|
float: right;
|
|
|
|
margin: 2px 0px 0px 2px;
|
|
|
|
padding: 1px 5px;
|
|
|
|
}
|
|
|
|
|
2013-01-23 18:43:01 +00:00
|
|
|
.best_in_place_desc {
|
2013-01-05 21:21:11 +00:00
|
|
|
display:block;
|
|
|
|
margin-top:2px;
|
|
|
|
}
|
|
|
|
|
2013-01-27 22:21:19 +00:00
|
|
|
#edit_synapse .best_in_place_desc {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2014-02-01 08:57:19 +00:00
|
|
|
.CardOnGraph .links {
|
|
|
|
position:relative;
|
|
|
|
border-bottom: 1px solid #AAAAAA;
|
|
|
|
border-top: 1px solid #AAAAAA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .linkItem {
|
|
|
|
float:left;
|
|
|
|
min-width:40px;
|
|
|
|
height:40px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: 27px 27px;
|
2014-02-03 05:35:21 +00:00
|
|
|
z-index: 2;
|
|
|
|
position: relative;
|
2014-02-01 08:57:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.CardOnGraph .icon {
|
|
|
|
position:absolute;
|
2014-02-03 05:35:21 +00:00
|
|
|
width:100%;
|
|
|
|
z-index:1;
|
2014-02-01 08:57:19 +00:00
|
|
|
}
|
|
|
|
.linkItem.contributor {
|
|
|
|
background-image: url(MMCCicon_mapper_black.png);
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
|
|
|
.linkItem.mapCount {
|
|
|
|
background-image: url(MMCCicon_map_black.png);
|
|
|
|
background-size: 22px 22px;
|
|
|
|
background-position: 0px center;
|
|
|
|
line-height: 40px;
|
|
|
|
min-width: 16px;
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
.linkItem.synapseCount {
|
|
|
|
background-image: url(MMCCicon_synapse_black.png);
|
|
|
|
background-size: 22px 22px;
|
|
|
|
background-position: 0px center;
|
|
|
|
line-height: 40px;
|
|
|
|
min-width: 16px;
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
.linkItem.mapPerm {
|
|
|
|
|
|
|
|
}
|
|
|
|
.linkItem.mapPerm.co {
|
|
|
|
background-image: url(MMCCicon_commons.png);
|
|
|
|
}
|
|
|
|
.linkItem.mapPerm.pu {
|
|
|
|
background-image: url(MMCCicon_public.png);
|
|
|
|
}
|
|
|
|
.linkItem.mapPerm.pr {
|
|
|
|
background-image: url(MMCCicon_private.png);
|
|
|
|
}
|
|
|
|
.linkItem.topicPopout {
|
|
|
|
background-image: url(MMCCicon_pop-out_black.png);
|
2013-01-05 21:21:11 +00:00
|
|
|
}
|
|
|
|
|
2014-02-03 05:35:21 +00:00
|
|
|
.CardOnGraph .metacodeTitle {
|
|
|
|
font-style: italic;
|
|
|
|
font-family: 'vinyl';
|
|
|
|
text-transform: uppercase;
|
|
|
|
position: absolute;
|
|
|
|
line-height: 36px;
|
|
|
|
font-size: 20px;
|
|
|
|
display: none;
|
|
|
|
width: 90%;
|
|
|
|
padding-left: 10%;
|
|
|
|
padding-top: 4px;
|
|
|
|
background-color: crimson;
|
|
|
|
}
|
|
|
|
.CardOnGraph .metacodeImage {
|
|
|
|
cursor:move;
|
|
|
|
width:50px;
|
|
|
|
height:50px;
|
|
|
|
position:absolute;
|
|
|
|
left:-25px;
|
|
|
|
top:-5px;
|
|
|
|
background-size:50px 50px;
|
|
|
|
background-position:0 0;
|
|
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-12-21 01:19:55 +00:00
|
|
|
.CardOnGraph .link {
|
|
|
|
position:absolute;
|
2014-02-01 08:57:19 +00:00
|
|
|
bottom:5px;
|
2012-12-21 01:19:55 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2014-02-01 08:57:19 +00:00
|
|
|
border-top: 1px solid #AAAAAA;
|
|
|
|
padding-top:8px;
|
|
|
|
width:100%;
|
|
|
|
height:25px;
|
2014-02-03 05:35:21 +00:00
|
|
|
background: url(MMCCicon_link.png) no-repeat 6px 6px;
|
|
|
|
background-size:24px 24px;
|
2012-12-21 01:19:55 +00:00
|
|
|
}
|
2013-01-05 17:50:19 +00:00
|
|
|
|
2013-01-05 21:21:11 +00:00
|
|
|
.CardOnGraph .best_in_place_link {
|
2014-02-01 08:57:19 +00:00
|
|
|
width: 80%;
|
2013-01-05 21:21:11 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2014-02-03 05:35:21 +00:00
|
|
|
padding-left: 40px;
|
2013-01-05 21:21:11 +00:00
|
|
|
padding-top:2px;
|
2014-02-01 08:57:19 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
2013-01-05 17:50:19 +00:00
|
|
|
}
|
|
|
|
|
2014-02-01 08:57:19 +00:00
|
|
|
.best_in_place_link input{
|
|
|
|
height: 16px;
|
|
|
|
margin: -1px 0 0 0;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
|
|
|
font-family: 'LatoLight';
|
2013-01-05 17:50:19 +00:00
|
|
|
}
|
|
|
|
|
2013-01-05 21:21:11 +00:00
|
|
|
.CardOnGraph .go-link {
|
2014-02-03 05:35:21 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 34px;
|
|
|
|
height: 36px;
|
|
|
|
background: url(MMCCicon_go.png) no-repeat center center;
|
|
|
|
background-size: 20px 20px;
|
|
|
|
top: 0;
|
|
|
|
right: 12px;
|
2013-01-05 17:50:19 +00:00
|
|
|
}
|
2013-01-18 22:08:06 +00:00
|
|
|
|
|
|
|
.cardSettings {
|
|
|
|
position: absolute;
|
|
|
|
left: 12px;
|
2013-01-23 18:43:01 +00:00
|
|
|
top: 12px;
|
2013-01-18 22:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.editSettings {
|
|
|
|
background: #ddd;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 5px 0 5px 5px;
|
|
|
|
position: relative;
|
|
|
|
left: 16px;
|
2013-02-20 22:52:25 +00:00
|
|
|
width: 175px;
|
2013-01-18 22:08:06 +00:00
|
|
|
opacity: 0.98;
|
|
|
|
box-shadow: 4px 4px 5px #888888;
|
|
|
|
border: 1px solid #AAA;
|
2013-01-23 18:43:01 +00:00
|
|
|
z-index: 5;
|
2013-01-18 22:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.editSettings span {
|
2013-01-27 22:21:19 +00:00
|
|
|
display: inline-block;
|
2013-01-18 22:08:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.permActivator {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url('settings.png') no-repeat 0 0;
|
|
|
|
overflow:hidden;
|
2013-01-23 18:43:01 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 30px;
|
2013-01-18 22:08:06 +00:00
|
|
|
}
|
|
|
|
|
2013-01-27 22:21:19 +00:00
|
|
|
#edit_synapse .mapPerm,
|
|
|
|
#edit_synapse .permActivator {
|
|
|
|
position: static;
|
|
|
|
display: inline-block;
|
|
|
|
color: #000;
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 23:58:51 +00:00
|
|
|
#edit_synapse .mapPerm {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse .permActivator {
|
|
|
|
position: absolute;
|
2013-03-01 02:49:09 +00:00
|
|
|
margin-top: -1.3em;
|
2013-01-30 23:58:51 +00:00
|
|
|
}
|
|
|
|
|
2013-01-27 22:21:19 +00:00
|
|
|
#edit_synapse {
|
2014-02-01 08:57:19 +00:00
|
|
|
background: white;
|
|
|
|
border-radius: 5px;
|
2013-02-04 02:12:15 +00:00
|
|
|
padding: 5px;
|
|
|
|
color: #000;
|
2013-01-27 22:21:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#edit_synapse_name {
|
|
|
|
margin-left: 0.4em;
|
|
|
|
}
|
2013-01-30 23:58:51 +00:00
|
|
|
|
|
|
|
#edit_synapse .click-to-edit {
|
|
|
|
margin-left: 0.3em;
|
|
|
|
}
|