Skip to content

Instantly share code, notes, and snippets.

@ryancsf
Last active February 20, 2019 09:59
Show Gist options
  • Save ryancsf/47c69bacc2d8c76b5e51087f0aa33949 to your computer and use it in GitHub Desktop.
Save ryancsf/47c69bacc2d8c76b5e51087f0aa33949 to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Merriweather|Open+Sans');
body {
font-family: 'Open Sans', sans-serif;
}
div#navbarone,
div#navbartwo {
position: absolute;
}
/* breadcrumb */
.breadcrumbview {
display: none;
}
/* sidebar */
#explorerarea > .container-fluid > .row > .col-md-4 {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* main-content */
#explorerarea > .container-fluid > .row > .col-md-8 {
max-width: 768px;
}
#sidebar {
position: absolute !important;
width: 300px !important;
}
/* Import Navigation bar */
#navbartwo {
display: none;
}
#explorerarea > .container-fluid > .row {
display: flex;
position: relative;
justify-content: center;
}
#explorerarea {
margin-top: 0;
background-color: #eff1f4;
}
userrecord .panel {
display: flex;
flex-direction: column;
border: 0;
border-radius: 12px;
box-shadow: none;
}
/* Book Name and Author */
userrecord .panel > .panel-heading {
order: 2;
padding-top: 4px;
}
userrecord .panel > .panel-body {
order: 1;
padding-bottom: 0;
color: #1c2024;
font-family: 'Merriweather', serif;
font-size: 18px;
font-weight: 900;
}
userrecord .panel > .panel-footer {
order: 3;
border: none;
border-radius: 12px;
}
/* Panel of Icons */
userrecord .panel > .panel-footer > span {
display: none;
margin-right: 12px;
}
#navbartwo > .container-fluid > .row {
display: flex;
flex-direction: row-reverse;
}
ti-tag-item {
background-color: #ebf1f5;
}
tags-input .tags .tag-item {
height: auto;
padding: 4px 8px;
border: none;
background-color: #eef3f6;
color: #30373f;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: 800;
}
tags-input .tags .tag-item .remove-button {
color: #30373f;
}
tags-input .tags .input::placeholder {
color: #fff;
}
tags-input .tags .input {
width: auto !important;
min-height: 27px;
padding: 12px;
color: #30373f;
}
userrecord .panel > .panel-footer > span.minibutton > span.ng-binding {
color: #636f7b;
font-size: 12px;
}
userrecord .panel > .panel-footer > span.minibutton > i {
margin-right: 4px;
}
.clippinginfo,
.clippingcreated {
display: none;
}
.clippingbook {
margin-right: 4px;
}
userrecord .panel > .panel-heading > .row > .col-md-8 {
display: flex;
align-items: center;
}
.clippingbook,
.clippingauthor {
color: #636f7b;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-weight: normal;
}
.list-group-item {
background-color: #eff1f4;
}
li.list-group-item.ng-binding.ng-scope.indentlistitem.selector.active {
border-left: 3px solid #f0515c;
}
.navbar-default .navbar-collapse {
border-bottom: 1px solid #ecf0f1;
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment