Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
insync / usr / lib / insync / ideskui / html / css / share.css
Size: Mime:
/* Common */

.button {
  color: white;
  background-color: #2d3b4a;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 10px;
}

.button:hover {
  background-color: #394a5b;
}

.button#share-option {
  background-color: #2dba69;
}

.button#share-option:hover {
  background-color: #48d784 !important;
}

.button#message-option:hover {
  background-color: #394a5b !important;
}

input[type=text],
textarea {
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  padding: 5px 5px;
  color: #898989;
  border: 1px solid #6b878f;
  border-radius: 3px;
  background: transparent;
}

input[type=text]:hover, input[type=text]:focus,
textarea:hover, textarea:focus {
  color: white;
  border-color: white !important;
}

#add {
  background: url('../images/account/ignore_add.png') no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  border: 0;
  cursor: pointer;
}

/* Share */
#share {
  top: 30px;
  background-color: #151c29;
}

body{
  background: #151c29;
}

#share h1 {
  margin-bottom: 3px;
  font-size: 120%;
  font-weight: bold;
  line-height: 32px;
  white-space: nowrap;
}

#share.no-comments .commenter {
  display: none;
}

#shared-to {
  font-size: 90%;
  color: #999;
  margin-left: 7px;
}

#message-option {
 font-size: 80%;
}

#message-input {
  width: 100%;
  height: 70px;
  max-width: 100%;
  max-height: 70px;
  margin-top: 12px;
}

#add-sharees {
  position: absolute;
  top: 360px;
  width: 100%;
}

#add-sharees.small {
  top: 280px;
}

#sharee-input,
.twitter-typeahead,
.tt-hint,
.tt-dropdown-menu,
#suggestions {
  width: 100%;
  margin-bottom: 5px;
}

#suggestions {
  position: absolute;
  max-height: 85px;
  overflow-y: scroll;
}

#suggestions,
.tt-dropdown-menu {
  color: #ddd;
  background-color: #3b3b3b;
  opacity: 0.8;
}

#suggestions li,
.tt-suggestion {
  cursor: pointer;
  padding: 4px 5px;
}

#suggestions li.highlighted,
.tt-is-under-cursor {
  background-color: #15c5fa;
}


/* Permissions */

#permissions {
  position: absolute;
  top: 64px;
  right: 0;
  height: 315px;
  left: 0;
}

#permissions.small {
  height: 230px;
}

#permissions > ul {
  position: absolute;
  top: 0;
  left: -12px;
  right: 0;
  bottom: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 384px;
}

#permissions > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 10px;
}

#permissions > ul > li:hover {
  background-color: #212d3b;
}

#permissions > ul > li:last-child {
  margin: 0;
}

#permissions > ul > li .name {
  font-weight: bold;
}

#permissions > ul > li .name,
#permissions > ul > li .email {
  display: block;
}

#permissions > ul > li .remove {
  position: absolute;
  top: 14px;
  right: 10px;
  display: none;
  width: 20px;
  height: 20px;
  background: url(../images/share/remove-sharee.png) no-repeat center;
}

#permissions > ul > li .remove:hover {
  background: url(../images/share/remove-sharee-hover.png) no-repeat center;
}

#permissions > ul > li:hover .remove {
  display: inline-block;
}

#permissions > ul > li .roles {
  height: 16px;
}

#permissions > ul > li .roles li {
  font-size: 80%;
  display: inline-block;
  color: #909090;
  cursor: pointer;
  margin-right: 5px;
}

#permissions > ul > li .roles li:hover {
  color: #bbb;
}

#permissions > ul > li .roles .role {
  color: #15c6fa;
}

#permissions > ul > li#member-list-item {
  display: none;
}

#member-list-item > .name {
  display: inline-block !important;
}

#member-list-item > .arrow {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background: url(../images/white_arrow_down.png) no-repeat center;
  background-size: 10px;
}

#member-list-item > .arrow.up {
  background-image: url(../images/white_arrow_up.png);
}

#member-list-item > .subtext {
  display: block;
}

#permissions > ul > li.member {
  display: none;
  padding-left: 36px;
}

#permissions.show-members > ul > li.member {
  display: block;
}

#permissions > ul > li.simple-item > .subtext {
  font-size: 80%;
  color: #909090;
}


/* Advanced */

#advanced-open {
  font-size: 90%;
  position: absolute;
  right: 0;
  color: white;
}

#advanced-open:hover {
  color: #15c6fa;
}

#advanced {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  bottom: 0;
  right :0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  overflow-y: auto;
}

#advanced.no-comments .commenter {
  display: none;
}

#advanced, #advanced .button {
  font-size: 90%;
}

#advanced .panel {
  position: relative;
  background-color: #151c29;
  margin: 16px;
  padding: 16px 16px 48px 16px;
  line-height: 24px;
  opacity: 1;
  -webkit-transform: scale(1.0);
  -webkit-transition: all 0.2s ease-in-out;
}

#advanced .panel.start {
  opacity: 1;
  -webkit-transform: scale(0.8);
}

#advanced p,
#advanced ul {
  margin-bottom: 16px;
}

#advanced h3 {
  font-size: 110%;
  font-weight: bold;
}

#url {
  margin-top: 5px;
}

#url input[type=text] {
  width: 76%;
  font-size: 14px;
  height: 25px;
  line-height: 16px;
  padding: 5px 5px;
  color: #898989;
  border: 1px solid #6b878f;
  border-radius: 3px;
  background: transparent;
  margin-right: 10px;
  margin-top: 1px;
}

#url .button {
  height: 25px;
  border: 0;
  background-color: #00c4fc;
  border-radius: 2px;
}

#url .button:hover {
  transition-duration: .2s;
  background-color: #4ed8ff;
}

#advanced .commit {
  right: 16px;
  bottom: 16px;
}

input[type="checkbox"] {
  margin-right: 0.2em;
}

/* Team Drive items link sharing */
#team-drive-item-link-sharing {
  margin-bottom: 15px;
}

#link-sharing {
  display: none;
}

#link-sharing + span {
  display: inline-block;
  width: 31px;
  height: 13px;
  background: url(../images/share/toggle_off.png) no-repeat center;
}

#link-sharing:checked + span {
  background-image: url(../images/share/toggle_on.png);
}

#link-sharing-details, #private-message {
  margin-bottom: 15px;
}

#team-drive-item-link-sharing label {
  display: block;
}

#team-drive-role {
  position: relative;
}

#role-text {
  font-weight: bold;
}

#role-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  position: relative;
  top: 12px;
  left: 4px;
}

#team-drive-roles {
  display: none;
  position: absolute;
  padding: 5px;
  border: 1px solid #656565;
  right: 0;
  z-index: 100;
  background-color: black;
  left: 0;
  top: 16px;
  width: 100px;
}

#team-drive-roles > span {
  display: block;
  color: #656565;
  font-size: 12px;
  line-height: 20px;
}

#team-drive-roles > span:hover {
  color: white;
}


::-webkit-scrollbar {
  height: 5px;
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #151c29;
}
::-webkit-scrollbar-thumb {
  background-color: #303947;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #303947;
}