packages feed

yesod-raml-docs-0.1.1: templates/style.hamlet

\            .hljs {
\                    background: transparent;
\                  }
\                  .parent {
\                    color: #999;
\                  }
\                  .list-group-item > .badge {
\                    float: none;
\                    margin-right: 6px;
\                  }
\                  .panel-title > .methods {
\                    float: right;
\                  }
\                  .badge {
\                    border-radius: 0;
\                    text-transform: uppercase;
\                    width: 70px;
\                    font-weight: normal;
\                    color: #f3f3f6;
\                    line-height: normal;
\                  }
\                  .badge_get {
\                    background-color: #63a8e2;
\                  }
\                  .badge_post {
\                    background-color: #6cbd7d;
\                  }
\                  .badge_put {
\                    background-color: #22bac4;
\                  }
\                  .badge_delete {
\                    background-color: #d26460;
\                  }
\                  .badge_patch {
\                    background-color: #ccc444;
\                  }
\                  .list-group, .panel-group {
\                    margin-bottom: 0;
\                  }
\                  .panel-group .panel+.panel-white {
\                    margin-top: 0;
\                  }
\                  .panel-group .panel-white {
\                    border-bottom: 1px solid #F5F5F5;
\                    border-radius: 0;
\                  }
\                  .panel-white:last-child {
\                    border-bottom-color: white;
\                    -webkit-box-shadow: none;
\                    box-shadow: none;
\                  }
\                  .panel-white .panel-heading {
\                    background: white;
\                  }
\                  .tab-pane ul {
\                    padding-left: 2em;
\                  }
\                  .tab-pane h2 {
\                    font-size: 1.2em;
\                    padding-bottom: 4px;
\                    border-bottom: 1px solid #ddd;
\                  }
\                  .tab-pane h3 {
\                    font-size: 1.1em;
\                  }
\                  .tab-content {
\                    border-left: 1px solid #ddd;
\                    border-right: 1px solid #ddd;
\                    border-bottom: 1px solid #ddd;
\                    padding: 10px;
\                  }
\                  #sidebar {
\                    margin-top: 30px;
\                    padding-right: 5px;
\                    overflow: auto;
\                    height: 90%;
\                  }
\                  .top-resource-description {
\                    border-bottom: 1px solid #ddd;
\                    background: #fcfcfc;
\                    padding: 15px 15px 0 15px;
\                    margin: -15px -15px 10px -15px;
\                  }
\                  .resource-description {
\                    border-bottom: 1px solid #fcfcfc;
\                    background: #fcfcfc;
\                    padding: 15px 15px 0 15px;
\                    margin: -15px -15px 10px -15px;
\                  }
\                  .resource-description p:last-child {
\                    margin: 0;
\                  }
\                  .list-group .badge {
\                    float: left;
\                  }
\                  .method_description {
\                    margin-left: 85px;
\                  }
\                  .method_description p:last-child {
\                    margin: 0;
\                  }
\                  .list-group-item {
\                    cursor: pointer;
\                  }
\                  .list-group-item:hover {
\                    background-color: #f5f5f5;
\                  }