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

300 lines
5 KiB
CSS
Raw Normal View History

#center-container {
position:relative;
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;
}
.showcard, #showcard {
position:absolute;
display:block;
top:-1000px;
left:-1000px;
margin-top: -181px;
width:226px;
height:320px;
2012-10-15 01:23:50 +00:00
color:#FFF;
text-align: left;
overflow: visible;
z-index:14000;
background: #FFF;
border-radius:5px;
box-shadow: 6px 6px 8px rgba(0,0,0,0.4);
}
2012-12-21 01:19:55 +00:00
#showcard .contributor {
font-size:14px;
}
.text {
2012-12-21 01:19:55 +00:00
margin: 7px;
}
#infovis {
2012-12-21 01:19:55 +00:00
position:relative;
width:100%;
height:100%;
margin:0;
overflow:hidden;
}
.showcard .permission {
width:100%;
height:100%;
}
2012-12-21 01:19:55 +00:00
.CardOnGraph {
display:block;
position:relative;
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-21 01:19:55 +00:00
.CardOnGraph .scroll {
display:block;
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-21 01:19:55 +00:00
.CardOnGraph .title {
font-size:22px;
line-height:25px;
display:block;
padding:5px;
font-weight: bold;
text-align: center;
2012-12-21 01:19:55 +00:00
}
.best_in_place_name {
}
.best_in_place_name input{
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';
}
.desc {
2012-12-21 01:19:55 +00:00
font-size:15px;
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
}
.desc h3 {
2012-12-21 01:19:55 +00:00
font-style:normal;
margin-top:5px;
}
.best_in_place_desc input {
float: right;
margin: 2px 0px 0px 2px;
padding: 1px 5px;
}
.best_in_place_desc {
display:block;
margin-top:2px;
}
#edit_synapse .best_in_place_desc {
width: auto;
}
.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;
}
.CardOnGraph .icon {
position:absolute;
left:-20px;
cursor:move;
}
.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);
}
2012-12-21 01:19:55 +00:00
.CardOnGraph .link {
position:absolute;
bottom:5px;
2012-12-21 01:19:55 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-top: 1px solid #AAAAAA;
padding-top:8px;
width:100%;
height:25px;
2012-12-21 01:19:55 +00:00
}
.CardOnGraph .best_in_place_link {
width: 80%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
float: left;
padding-left: 5px;
padding-top:2px;
font-size: 16px;
line-height: 16px;
}
.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';
}
.CardOnGraph .go-link {
float: right;
margin: 3px 5px 0 0;
}
.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;
}
.permActivator {
width: 16px;
height: 16px;
background: url('settings.png') no-repeat 0 0;
overflow:hidden;
position: absolute;
left: 0px;
top: 30px;
}
#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;
margin-top: -1.3em;
2013-01-30 23:58:51 +00:00
}
#edit_synapse {
background: white;
border-radius: 5px;
padding: 5px;
color: #000;
}
#edit_synapse_name {
margin-left: 0.4em;
}
2013-01-30 23:58:51 +00:00
#edit_synapse .click-to-edit {
margin-left: 0.3em;
}