Sha256: 80b0d2d76c8cde8566ef26a16947f6f895b8dfdcb899e3edb6d9924f4509ad7a

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 KB

Contents

/* Table of Contents
==================================================
#Trunk
#Media Queries */

/* #Trunk
================================================== */
.trunk {
  background-color: rgba(43,50,53,1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.3);
  left: 0;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1060;
}
.trunk-buffer { padding: 30px 0; }
.trunk-search input {
  background-color: transparent;
  border-color: rgba(255,255,255,0.25);
  color: rgba(255,255,255,1);
  font-weight: 200;
}
.trunk-search input:-moz-placeholder { color: rgba(255,255,255,0.40); }
.trunk-search input:-ms-input-placeholder { color: rgba(255,255,255,0.40); }
.trunk-search input::-webkit-input-placeholder { color: rgba(255,255,255,0.40); }
.trunk-nav a {
  border-radius: 3px;
  color: rgba(255,255,255,0.8);
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 13px;
  padding: 12px 15px 10px 0;
  text-shadow: 0 1px 0 rgba(0,0,0,1);
}
.trunk-nav a:hover {
  background-color: rgba(0,0,0,0.075);
  color: rgba(255,255,255,1);
  padding-left: 15px;
}
.trunk-account {
  border-top: 1px solid rgba(255,255,255, 0.1);
  margin-top: 10px;
}
.trunk-account li {
  float: left;
  margin: 10px 5px 0 0;
  width: 207px;
}
.trunk-account li:last-child { margin-right: 0; }
.trunk-account li a {
  border-radius: 3px;
  color: rgba(255,255,255,0.8);
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 3px 0;
  text-align: center;
}
.trunk-account li a:hover {
  background-color: rgba(0,0,0,0.075);
  color: rgba(255,255,255,1);
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 767px) {
  .trunk-account li { width: 147px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .trunk-account li { width: 207px; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quantum-0.0.10 vendor/assets/stylesheets/trunk.css.scss
quantum-0.0.9 vendor/assets/stylesheets/trunk.css.scss