Sha256: 00d99b438d825acee725558ed8d31d8302f941b7c2aeb0d9e977dc9e99187a9f

Contents?: true

Size: 1.57 KB

Versions: 19

Compression:

Stored size: 1.57 KB

Contents

#menu {
  font-size: 1.3em;
  color: #bbb;
  top: -5px;
  position: relative;

  .title, a {
    font-size: 0.7em;
  }

  .title a {
    font-size: 1em;
  }

  .title {
    color: #555;
  }

  a:link, a:visited {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #bbd;
  }

  a:hover {
    color: #05a;
  }
}

#header {
  nav {
    float: right;

    color: #000;
    font-size: 0.7em;

    ul {
      list-style-type: none;
      &, & li {
        margin: 0px;
        padding: 0px;
        display: inline;
      }
      margin: 4px !important;
    }

    a {
      font-size: 1em;
    }
  }

  #search {
    float: right;
    margin-top: -3px;

    a:link, a:visited {
      box-shadow: #ddd -1px 1px 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;

      display: block;
      float: left;

      margin-right: 4px;
      padding: 8px 10px;

      color: #05a;
      background: #eaf0ff;

      text-decoration: none;
      border: 1px solid #d8d8e5;
    }

    a:hover {
      background: #f5faff;
      color: #06b;
    }

    a.active {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;

      padding-bottom: 20px;

      color: #fff;
      background: #568;

      border: 1px solid #457;
    }

    a.inactive {
      color: #999;
    }
  }
}

#search_frame {
  box-shadow: #aaa -7px 5px 25px;

  display: none;
  position: absolute;
  overflow-y: scroll;

  z-index: 9999;

  top: 36px;
  right: 18px;

  width: 500px;
  height: 80%;

  background: white;
  border: 1px solid #999;
  border-collapse: collapse;
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.5 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.4 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.3 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.2 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.1 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.1.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-4.0.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.4.3 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.4.2 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.4.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.3.1 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.3.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.2.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.1.1 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.1.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-3.0.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-2.0.0 node_modules/codo/themes/default/assets/stylesheets/header.styl
ela-1.1.0 node_modules/codo/themes/default/assets/stylesheets/header.styl