Skip to content

Instantly share code, notes, and snippets.

@andrewgioia
Last active April 26, 2017 14:50
Show Gist options
  • Save andrewgioia/96d11cb2d3350f6a55e74567e2eb7067 to your computer and use it in GitHub Desktop.
Save andrewgioia/96d11cb2d3350f6a55e74567e2eb7067 to your computer and use it in GitHub Desktop.
TeachBoost Night Theme: Athena
/* Layout */
.row.page,
footer {
background: #4b4b4b;
}
footer {
color: #eee;
}
section .row.wide.callout {
background-color: #007db6;
}
section .row.wide.callout.yellow {
background-color: #AA850A;
}
section .row.wide.callout.green {
background-color: #2BA02B;
}
.light-background {
background-color: #4b4b4b;
}
.border-bottom-light {
border-bottom: 1px solid #222 !important;
}
/* Forms */
.menu .search-box .form-control {
border: 1px solid #222;
}
.btn.on-gray,
.input-group-addon {
background-color: #2b2b2b;
color: #eee;
text-shadow: 0 1px 0 #000;
}
.btn.on-gray:hover {
background-color: #222;
}
.input-group-addon {
border-color: #111;
}
label {
color: #ccc;
}
/* Sidebar */
.menu a {
color: #99c7dc;
}
.menu .active a,
.menu a:hover {
background: #3b3b3b;
color: #eee;
}
.menu .category-title a {
color: #eee;
text-shadow: 0 1px 0 #333;
}
.menu .category-title a:hover {
background: #4b4b4b;
}
/* Content */
.content {
background: #3b3b3b;
}
#categoryTree {
border-top: 1px solid #222;
}
#categoryTree li {
border-bottom: 1px solid #222;
}
.category-border {
border-bottom: 3px solid #2b2b2b;
}
.summary-box {
border-color: #222;
}
#markdownButtons .content-tab {
border: 1px solid #222;
}
#markdownButtons .content-tab.active {
background: #222;
border-bottom: 1px solid #222;
color: #eee;
}
#markdownButtons .content-tab {
background: #333;
}
#markdownButtons .content-tab:not(.active):hover {
background: #222;
}
#markdownTextArea:focus+#markdownButtons .content-tab.active {
background: #333;
border-bottom: 1px solid #333;
}
#markdownButtons .content-tab.active.preview {
background: #3b3b3b;
border-bottom: 1px solid #3b3b3b;
}
.page-sections li.section {
background: #2b2b2b;
border: 1px solid #2b2b2b;
}
ul.section-articles li.article {
border: 1px solid #555;
}
.page-sections.sortable .sortable-dragging {
background: #777;
}
.sortable-placeholder {
background: #999;
}
/* Docs */
h2 {
border-bottom: 1px solid #666;
color: #ccc;
}
hr {
border-top: 1px solid #666;
}
.content img,
.content .video-container iframe {
background: #222;
border: 1px solid #222;
box-shadow: 0 5px 20px #222;
}
.content .page-meta {
color: #aaa;
}
/* Tables */
table > thead > tr > th {
background: #333;
border-bottom: 3px solid #2b2b2b;
}
table.table-striped > tbody > tr:nth-child(odd) > td,
table.table-striped > tbody > tr:nth-child(odd) > th {
background: #4b535a;
}
table.table-striped > tbody > tr:nth-child(even) > td,
table.table-striped > tbody > tr:nth-child(even) > th {
background: #535C64;
}
table.table-striped > tbody > tr > td,
table.table-striped > tfoot > tr > td,
table.table-striped > thead > tr > td {
border-top: 1px solid #2b2b2b;
border-bottom: 1px solid #2b2b2b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment