RocksDB

 view release on metacpan or  search on metacpan

vendor/rocksdb/docs/_config.yml  view on Meta::CPAN

ghrepo: "facebook/rocksdb"

# Use these color settings to determine your colour scheme for the site.
color:
  # primary should be a vivid color that reflects the project's brand
  primary: "#2a2a2a"
  # secondary should be a subtle light or dark color used on page backgrounds
  secondary: "#f9f9f9"
  # Use the following to specify whether the previous two colours are 'light'
  # or 'dark' and therefore what colors can be overlaid on them
  primary-overlay: "dark"
  secondary-overlay: "light"

#Uncomment this if you want to enable Algolia doc search with your own values
#searchconfig:
#  apikey: ""
#  indexname: ""

# Blog posts are builtin to Jekyll by default, with the `_posts` directory.
# Here you can specify other types of documentation. The names here are `docs`
# and `top-level`. This means their content will be in `_docs` and `_top-level`.
# The permalink format is also given.

vendor/rocksdb/docs/_sass/_base.scss  view on Meta::CPAN

.navPusher {
  border-top: $header-height + $header-ptop + $header-pbot solid $primary-bg;
	height: 100%;
	left: 0;
	position: relative;
	z-index: 99;
}

.homeContainer {
  background: $primary-bg;
  color: $primary-overlay;

  a {
    color: $primary-overlay;
  }

  .homeSplashFade {
    color: white;
  }

  .homeWrapper {
    padding: 2em 10px;
    text-align: left;

vendor/rocksdb/docs/_sass/_base.scss  view on Meta::CPAN

      .pluginBlock {
        margin: 12px 0;
        padding: 0;
      }
    }

    a {
      &:hover,
      &:focus {
        background: $primary-bg;
        color: $primary-overlay;
      }
    }

    em, i {
      font-style: italic;
    }

    strong, b {
      font-weight: bold;
    }

vendor/rocksdb/docs/_sass/_base.scss  view on Meta::CPAN

          width: 50%;
        }

        .pagingNext {
          float: right;
          text-align: right;
        }

        a {
          border: none;
          color: $primary-overlay;
          display: block;
          padding: 4px 12px;

          &:hover {
            background-color: $secondary-bg;
            color: $text;
          }

          .pagerLabel {
            display: inline;

vendor/rocksdb/docs/_sass/_buttons.scss  view on Meta::CPAN

  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2em;
  padding: 10px;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;

  &:hover {
    background: $primary-bg;
    color: $primary-overlay;
  }
}

.homeContainer {
  .button {
    border-color: $primary-overlay;
    border-width: 1px;
    color: $primary-overlay;

    &:hover {
      background: $primary-overlay;
      color: $primary-bg;
    }
  }
}

.blockButton {
  display: block;
}

.edit-page-link {

vendor/rocksdb/docs/_sass/_header.scss  view on Meta::CPAN

.fixedHeaderContainer {
  background: $primary-bg;
  color: $primary-overlay;
  height: $header-height;
  padding: $header-ptop 0 $header-pbot;
  position: fixed;
  width: 100%;
  z-index: 9999;

  a {
    align-items: center;
    border: 0;
    color: $primary-overlay;
    display: flex;
    flex-flow: row nowrap;
    height: $header-height;
  }

  header {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    text-align: left;

vendor/rocksdb/docs/_sass/_header.scss  view on Meta::CPAN

      display: flex;
      flex-flow: row nowrap;
      margin: 0 -10px;

      li {
        padding: 0 10px;
        display: block;

        a {
          border: 0;
          color: $primary-overlay-special;
          font-size: 16px;
          font-weight: 400;
          line-height: 1.2em;

          &:hover {
            border-bottom: 2px solid $primary-overlay;
            color: $primary-overlay;
          }
        }

        &.navItemActive {
          a {
            color: $primary-overlay;
          }
        }
      }
    }
  }
}

/* 900px


vendor/rocksdb/docs/_sass/_header.scss  view on Meta::CPAN

        top: -9px;

        ul {
          margin: 0 -0.4em;
          li {
            display: inline-block;

            a {
              padding: 14px 0.4em;
              border: 0;
              color: $primary-overlay-special;
              display: inline-block;

              &:hover {
                color: $primary-overlay;
              }
            }

            &.navItemActive {
              a {
                color: $primary-overlay;
              }
            }
          }
        }
      }

      &.navigationFull {
        display: inline-block;
      }

vendor/rocksdb/docs/_sass/_poweredby.scss  view on Meta::CPAN

.poweredByContainer {
  background: $primary-bg;
  color: $primary-overlay;
  margin-bottom: 20px;

  a {
    color: $primary-overlay;
  }

  .poweredByWrapper {
    h2 {
      border-color: $primary-overlay-special;
      color: $primary-overlay-special;
    }
  }

  .poweredByMessage {
    color: $primary-overlay-special;
    font-size: 14px;
    padding-top: 20px;
  }
}

.poweredByItems {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

vendor/rocksdb/docs/_sass/_react_docs_nav.scss  view on Meta::CPAN

        }

        &::after {
          border-width: 5px 5px 0;
          margin-top: 2px;
        }
      }
    }

    .navGroup {
      background: $sidenav-overlay;
      margin: 1px 0;

      ul {
        display: none;
      }

      h3 {
        background: $sidenav-overlay;
        color: $sidenav-text;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2em;
        padding: 10px;
        transition: color 0.2s;

        i:not(:empty) {
          width: 16px;

vendor/rocksdb/docs/_sass/_react_docs_nav.scss  view on Meta::CPAN

        color: $sidenav-text;

        ul {
          display: block;
          padding-bottom: 10px;
          padding-top: 10px;
        }

        h3 {
          background: $primary-bg;
          color: $primary-overlay;

          i {
            display: none;
          }
        }
      }
    }

    ul {
      padding-left: 0;

vendor/rocksdb/docs/_sass/_react_header_nav.scss  view on Meta::CPAN

  }
}

.menuExpand {
  display: flex;
  flex-flow: column nowrap;
  height: 20px;
  justify-content: space-between;

  span {
    background: $primary-overlay;
    border-radius: 3px;
    display: block;
    flex: 0 0 4px;
    height: 4px;
    position: relative;
    top: 0;
    transition: background-color 0.3s, top 0.3s, opacity 0.3s, transform 0.3s;
    width: 20px;
  }
}

vendor/rocksdb/docs/_sass/_search.scss  view on Meta::CPAN

input[type="search"] {
    -moz-appearance:    none;
    -webkit-appearance: none;
}

.navSearchWrapper {
  align-self: center;
  position: relative;

  &::before {
    border: 3px solid $primary-overlay-special;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 6px;
    left: 15px;
    width: 6px;
    position: absolute;
    top: 4px;
    z-index: 1;
  }

  &::after {
    background: $primary-overlay-special;
    content: " ";
    height: 7px;
    left: 24px;
    position: absolute;
    transform: rotate(-45deg);
    top: 12px;
    width: 3px;
    z-index: 1;
  }

  .aa-dropdown-menu {
    background: $secondary-bg;
    border: 3px solid rgba($text, 0.25);
    color: $text;
    font-size: 14px;
    left: auto !important;
    line-height: 1.2em;
    right: 0 !important;

    .algolia-docsearch-suggestion--category-header {
      background: $primary-overlay-special;
      color: $primary-bg;

      .algolia-docsearch-suggestion--highlight {
        background-color: $primary-bg;
        color: $primary-overlay;
      }
    }

    .algolia-docsearch-suggestion--title .algolia-docsearch-suggestion--highlight,
    .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight {
        color: $primary-bg;
    }

    .algolia-docsearch-suggestion__secondary,
    .algolia-docsearch-suggestion--subcategory-column {
      border-color: rgba($text, 0.3);
    }
  }
}

input#search_input {
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px;
  background-color: rgba($primary-overlay-special, 0.25);
  border: none;
  color: rgba($primary-overlay-special, 0);
  outline: none;
  position: relative;
  transition: background-color .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), width .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), color .2s ease;
  width: 60px;

  &:focus, &:active {
    background-color: $secondary-bg;
    color: $text;
    width: 240px;
  }

vendor/rocksdb/docs/_sass/_search.scss  view on Meta::CPAN

      top: 14px;
    }
  }

  input#search_input_react {
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    background-color: rgba($primary-overlay-special, 0.25);
    border: none;
    color: $text;
    outline: none;
    position: relative;
    transition: background-color .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), width .2s cubic-bezier(0.68, -0.55, 0.265, 1.55), color .2s ease;
    width: 100%;

    &:focus, &:active {
      background-color: $primary-bg;
      color: $primary-overlay;
    }
  }

  .algolia-docsearch-suggestion--subcategory-inline {
    display: none;
  }

  & > span {
    width: 100%;
  }

vendor/rocksdb/docs/css/main.scss  view on Meta::CPAN

$base-font-size:    18px;
$small-font-size:   $base-font-size * 0.875;
$base-line-height:  1.4em;

$spacing-unit:      12px;

// Two configured colors (see _config.yml)
$primary-bg:        				{{ site.color.primary }};
$secondary-bg:      				{{ site.color.secondary }};

// $primary-bg overlays
{% if site.color.primary-overlay == 'light' %}
$primary-overlay:       		darken($primary-bg, 70%);
$primary-overlay-special:		darken($primary-bg, 40%);
{% else %}
$primary-overlay:      		 	#fff;
$primary-overlay-special:		lighten($primary-bg, 30%);
{% endif %}

// $secondary-bg overlays
{% if site.color.secondary-overlay == 'light' %}
$text:              #393939;
$sidenav: 				  darken($secondary-bg, 20%);
$sidenav-text: 			$text;
$sidenav-overlay: 	darken($sidenav, 10%);
$sidenav-active: 		lighten($sidenav, 10%);
{% else %}
$text:              #fff;
$sidenav: 				  lighten($secondary-bg, 20%);
$sidenav-text: 			$text;
$sidenav-overlay: 	lighten($sidenav, 10%);
$sidenav-active: 		darken($sidenav, 10%);
{% endif %}

$code-bg: 					#002b36;

$header-height: 34px;
$header-ptop: 10px;
$header-pbot: 8px;

// Width of the content area



( run in 0.311 second using v1.01-cache-2.11-cpan-65fba6d93b7 )