Skip to content

Instantly share code, notes, and snippets.

@IngwiePhoenix
Created December 27, 2015 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IngwiePhoenix/b527fba0b888614cf46e to your computer and use it in GitHub Desktop.
Save IngwiePhoenix/b527fba0b888614cf46e to your computer and use it in GitHub Desktop.
PurifyCSS
/*! ________ ___________ ________
`MMMMMMMb.`MM`MMMMMMMb. `MMMMMMMb.
MM `Mb MM MM `Mb MM `Mb
MM MM MM MM MM MM MM ____
MM .M9 MM MM MM MM MM 6MMMMb
MMMMMMM( MM MM .M9 MM MM MM' `Mb
MM `Mb MM MMMMMMM9' MM MM MM
MM MM MM MM \M\ MM MM .M9
MM MM MM MM \M\ MM MM MMMM
MM .M9 MM MM \M\ MM .M9 `Mb
_MMMMMMM9'_MM_MM_ \M\_MMMMMMM9' MM
MM
MM. ,M9
YMMMM9
You are looking at part of the BIRD3 source code.
It was coded with tons of love by me. :)
Please visit https://github.com/DragonsInn/BIRD3 to learn more
about the 3rd-party modules that are being used.
@copyright: Ingwie Phoenix 2015
@version:
@author: Ingwie Phoenix <ingwie2000@gmail.com>
@buildDate: Sun Dec 27 2015 10:24:09 GMT+0100 (CET)
*/
/*vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)*//*background color*/
/*selection color*/
.hljs::selection,
.hljs span::selection {
background: #373b41;
}
.hljs::-moz-selection,
.hljs span::-moz-selection {
background: #373b41;
}
/*foreground color*/
/*color: fg_yellow*/
/*color: fg_comment*/
/*color: fg_red*/
/*color: fg_green*/
/*color: fg_purple*/
/*color: fg_blue*/
/*color: fg_aqua*/
/*color: fg_orange*//*
This is the BIRD3 stylesheet, extending upon the base
Bootswatch Cyborg theme. Originally, this was written in WingStyle.
Now, this is a re-implementation in SCSS.
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
audio:not([controls]) {
display: none;
height: 0;}
a:active,
a:hover {
outline: 0;}
svg:not(:root) {
overflow: hidden;}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
a:hover, a:focus {
color: #2A9FD6;
text-decoration: underline;}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;}
a.text-primary:hover,
a.text-primary:focus {
color: #2180ac;}
a.text-success:hover,
a.text-success:focus {
color: #e6e6e6;}
a.text-info:hover,
a.text-info:focus {
color: #e6e6e6;}
a.text-warning:hover,
a.text-warning:focus {
color: #e6e6e6;}
a.text-danger:hover,
a.text-danger:focus {
color: #e6e6e6;}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #2180ac;}
a.bg-success:hover,
a.bg-success:focus {
background-color: #558000;}
a.bg-info:hover,
a.bg-info:focus {
background-color: #7a29a3;}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #cc6d00;}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #990000;}
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;}
.dl-horizontal dd:after {
clear: both;}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014\A0';}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\A0\2014';}
.container:before, .container:after {
content: " ";
display: table;}
.container:after {
clear: both;}
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;}
.container-fluid:after {
clear: both;}
.row:before, .row:after {
content: " ";
display: table;}
.row:after {
clear: both;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.form-control::-moz-placeholder {
color: #888;
opacity: 1;}
.form-control:-ms-input-placeholder {
color: #888;}
.form-control::-webkit-input-placeholder {
color: #888;}
.form-control::-ms-expand {
border: 0;
background-color: transparent;}
.has-success .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;}
.has-warning .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;}
.has-error .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;}
.form-horizontal .form-group:after {
clear: both;}
.btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus{
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;}
.btn:hover, .btn:focus{
color: #fff;
text-decoration: none;}
.btn:active{
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-default:focus{
color: #fff;
background-color: #282828;
border-color: #020202;}
.btn-default:hover {
color: #fff;
background-color: #282828;
border-color: #232323;}
.btn-default:active{
color: #fff;
background-color: #282828;
border-color: #232323;}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus{
color: #fff;
background-color: #161616;
border-color: #020202;}
.btn-default:active{
background-image: none;}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus{
background-color: #424242;
border-color: #424242;}
.btn-primary:focus{
color: #fff;
background-color: #2180ac;
border-color: #15506c;}
.btn-primary:hover {
color: #fff;
background-color: #2180ac;
border-color: #1f79a3;}
.btn-primary:active{
color: #fff;
background-color: #2180ac;
border-color: #1f79a3;}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus{
color: #fff;
background-color: #1b698e;
border-color: #15506c;}
.btn-primary:active{
background-image: none;}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus{
background-color: #2A9FD6;
border-color: #2A9FD6;}
.btn-success:focus{
color: #fff;
background-color: #558000;
border-color: #223400;}
.btn-success:hover {
color: #fff;
background-color: #558000;
border-color: #4e7600;}
.btn-success:active{
color: #fff;
background-color: #558000;
border-color: #4e7600;}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus{
color: #fff;
background-color: #3d5c00;
border-color: #223400;}
.btn-success:active{
background-image: none;}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus{
background-color: #77B300;
border-color: #77B300;}
.btn-info:focus{
color: #fff;
background-color: #7a29a3;
border-color: #4d1a66;}
.btn-info:hover {
color: #fff;
background-color: #7a29a3;
border-color: #74279b;}
.btn-info:active{
color: #fff;
background-color: #7a29a3;
border-color: #74279b;}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus{
color: #fff;
background-color: #652287;
border-color: #4d1a66;}
.btn-info:active{
background-image: none;}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus{
background-color: #9933CC;
border-color: #9933CC;}
.btn-warning:focus{
color: #fff;
background-color: #cc6d00;
border-color: #804400;}
.btn-warning:hover {
color: #fff;
background-color: #cc6d00;
border-color: #c26700;}
.btn-warning:active{
color: #fff;
background-color: #cc6d00;
border-color: #c26700;}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus{
color: #fff;
background-color: #a85a00;
border-color: #804400;}
.btn-warning:active{
background-image: none;}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus{
background-color: #FF8800;
border-color: #FF8800;}
.btn-danger:focus{
color: #fff;
background-color: #990000;
border-color: #4d0000;}
.btn-danger:hover {
color: #fff;
background-color: #990000;
border-color: #8f0000;}
.btn-danger:active{
color: #fff;
background-color: #990000;
border-color: #8f0000;}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus{
color: #fff;
background-color: #750000;
border-color: #4d0000;}
.btn-danger:active{
background-image: none;}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus{
background-color: #CC0000;
border-color: #CC0000;}
.btn-link:active{
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;}
.btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;}
.btn-link:hover, .btn-link:focus {
color: #2A9FD6;
text-decoration: underline;
background-color: transparent;}
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
color: #888;
text-decoration: none;}
.dropdown-toggle:focus {
outline: 0;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #fff;
background-color: #2A9FD6;}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #2A9FD6;}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #888;}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active{
z-index: 2;}
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table;}
.btn-toolbar:after {
clear: both;}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;}
.btn-group > .btn:first-child {
margin-left: 0;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;}
.btn-group .dropdown-toggle:active{
outline: 0;}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table;}
.btn-group-vertical > .btn-group:after {
clear: both;}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;}
.input-group .form-control:focus {
z-index: 3;}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;}
.input-group-addon:first-child {
border-right: 0;}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;}
.input-group-addon:last-child {
border-left: 0;}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;}
.nav:before, .nav:after {
content: " ";
display: table;}
.nav:after {
clear: both;}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #222;}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #888;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;}
.nav .open > a:hover, .nav .open > a:focus {
background-color: #222;
border-color: #2A9FD6;}
.nav-tabs > li > a:hover {
border-color: transparent transparent #282828;}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff;
background-color: #2A9FD6;
border: 1px solid #282828;
border-bottom-color: transparent;
cursor: default;}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #2A9FD6;}
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;}
.navbar:before, .navbar:after {
content: " ";
display: table;}
.navbar:after {
clear: both;}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table;}
.navbar-header:after {
clear: both;}
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table;}
.navbar-collapse:after {
clear: both;}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;}
.navbar-toggle:focus {
outline: 0;}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fff;
background-color: transparent;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: transparent;}
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #888;
background-color: transparent;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #282828;}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: transparent;
color: #fff;}
.navbar-default .navbar-link:hover {
color: #fff;}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #fff;}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #888;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: transparent;}
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #aaa;
background-color: transparent;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: transparent;
color: #fff;}
.navbar-inverse .navbar-link:hover {
color: #fff;}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #aaa;}
.label:empty {
display: none;}
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;}
.label-default[href]:hover, .label-default[href]:focus {
background-color: #282828;}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #2180ac;}
.label-success[href]:hover, .label-success[href]:focus {
background-color: #558000;}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #7a29a3;}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #cc6d00;}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #990000;}
.badge:empty {
display: none;}
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;}
a.thumbnail:hover,
a.thumbnail:focus{
border-color: #2A9FD6;}
.media:first-child {
margin-top: 0;}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
text-decoration: none;
color: #888;
background-color: #484848;}
.list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #ADAFAE;
color: #888;
cursor: not-allowed;}
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;}
.list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #888;}
.list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #2A9FD6;
border-color: #2A9FD6;}
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;}
.list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #d5ecf7;}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
color: #fff;
background-color: #669a00;}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #fff;
border-color: #fff;}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
color: #fff;
background-color: #8a2eb8;}
a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #fff;
border-color: #fff;}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
color: #fff;
background-color: #e67a00;}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #fff;
border-color: #fff;}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
color: #fff;
background-color: #b30000;}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #fff;
border-color: #fff;}
.panel-body:before, .panel-body:after {
content: " ";
display: table;}
.panel-body:after {
clear: both;}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);}
.modal-header:before, .modal-header:after {
content: " ";
display: table;}
.modal-header:after {
clear: both;}
.modal-footer:before, .modal-footer:after {
content: " ";
display: table;}
.modal-footer:after {
clear: both;}
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;}
.popover > .arrow:after {
border-width: 10px;
content: "";}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #202020;}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #202020;}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #202020;}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #202020;
bottom: -10px;}
.clearfix:before, .clearfix:after {
content: " ";
display: table;}
.clearfix:after {
clear: both;}
@-ms-viewport {
width: device-width;}
.alert-danger:hover {
color: #a82824;}
.btn:focus {
outline: dotted 2px #000;}
.close:hover, .close:focus {
outline: dotted 1px #000;}
div.active:focus {
outline: dotted 1px #000;}
.nav > li > a:hover, .nav > li > a:focus {
outline: dotted 1px #000;}
/**
* Dragon's Inn: Panels
* In here, we're going to set up variables and CSS for the panels.
*/.pm.new:hover {
background: rgba(0, 100, 0, 0.8);}
.pm.read:hover {
background: rgba(40, 40, 40, 0.8);}
/*
BIRD3 Bootstrap enhancements.
*//* navbar */
/* title */
.navbar-soft .navbar-brand:hover,
.navbar-soft .navbar-brand:focus {
color: white;
}
/* link */.navbar-soft .navbar-nav > li > a:hover,
.navbar-soft .navbar-nav > li > a:focus {
color: #E0E0E0;
}
.navbar-soft .navbar-nav > .active > a:hover,
.navbar-soft .navbar-nav > .active > a:focus {
color: white;
background-color: #303030;
}
.navbar-soft .navbar-nav > .open > a:hover,
.navbar-soft .navbar-nav > .open > a:focus {
color: white;
background-color: rgba(48,48,48,0.8);
}
/* caret */.navbar-soft .navbar-nav > .dropdown > a:hover .caret,
.navbar-soft .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333;
border-bottom-color: #333;
}
.navbar-soft .navbar-nav > .open > a:hover .caret,
.navbar-soft .navbar-nav > .open > a:focus .caret {
border-top-color: #555;
border-bottom-color: #555;
}
/* mobile version */.navbar-soft .navbar-toggle:hover,
.navbar-soft .navbar-toggle:focus {
background-color: #DDD;
}
/* Form controlz */
/* Thumbnail elements */
/* Tooltip *//* TextareaDecorator.css
* written by Colin Kuebler 2012
* Part of LDT, dual licensed under GPLv3 and MIT
* Provides styles for rendering a textarea on top of a pre with scrollbars
*//* settings you can play with *//* settings you shouldn't play with unless you have a good reason */
.color-picker > div:hover {
opacity: 1;}
@media (min-width: 768px) {
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #060606;}
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;}
}
@media (max-width: 767px) {
.navbar-form .form-group:last-child {
margin-bottom: 0;}
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: transparent;}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #888;
background-color: transparent;}
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: transparent;}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #aaa;
background-color: transparent;}
}
@media (max-width: 767px) {
.navbar-soft .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-soft .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment