Sha256: ac8067e597a9179420b48ccdbfd1ffe01d3b6bb8adec88cd040c5d6a0370ac73

Contents?: true

Size: 1.77 KB

Versions: 2

Compression:

Stored size: 1.77 KB

Contents

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

/* #Trunk
================================================== */
.trunk {
  background-color: rgba(58,144,216,1);
  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:focus { border-color: rgba(255,255,255,1); }
.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: 500;
  line-height: 13px;
  padding: 12px 15px 10px 0;
}
.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: 500;
  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
blueshift-0.0.2 vendor/assets/stylesheets/trunk.css.scss
blueshift-0.0.1 vendor/assets/stylesheets/trunk.css.scss