Sha256: ee22cc76afd382317624fcb77912e1af2417ee27b5ca25192a0aacb5f6dd3d6e

Contents?: true

Size: 1.72 KB

Versions: 7

Compression:

Stored size: 1.72 KB

Contents

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

/* #Trunk
================================================== */
.trunk {
  background: rgba(58,144,216,1);
  margin: -40px 0 40px 0;
  width: 100%;
}
.trunk-buffer { padding: 30px 0; }
.trunk-search input {
  background: 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: 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: 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

7 entries across 7 versions & 1 rubygems

Version Path
flashgrid-1.3.0 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.2.0 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.1.2 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.1.1 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.1.0 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.0.22 vendor/assets/stylesheets/trunk.css.scss
flashgrid-1.0.21 vendor/assets/stylesheets/trunk.css.scss