Skip to content

Commit

Permalink
bump version; update content section use full width
Browse files Browse the repository at this point in the history
  • Loading branch information
karloespiritu committed Feb 15, 2018
1 parent d2fab81 commit b92e135
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 34 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
@@ -1,9 +1,9 @@
# Released under MIT License

Copyright (c) 2015 Karlo Espiritu.
Copyright (c) 2018 Karlo Espiritu.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -25,7 +25,7 @@ plugins:
- jekyll-paginate

# Custom vars
version: 2.0.0
version: 2.0.1

github:
repo: https://github.com/karloespiritu/blackdoc
2 changes: 1 addition & 1 deletion jekyll-theme-blackdoc.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-blackdoc"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.authors = ["Karlo Espiritu"]
spec.email = ["karloespiritu@gmail.com"]

Expand Down
67 changes: 37 additions & 30 deletions public/css/blackdoc.css
Expand Up @@ -10,7 +10,6 @@ ______ _ _ ______
* Designed, built, and released under MIT license by @karloespiritu.
*/


/*
* Contents
*
Expand All @@ -22,7 +21,6 @@ ______ _ _ ______
* Scrollbar
*/


/*
* Global resets
*
Expand All @@ -38,16 +36,26 @@ body {
background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'EB Garamond', serif;
color: #aaa;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-family: 'EB Garamond', serif;
color: #50585D;
color: #50585d;
font-kerning: auto;
font-feature-settings: "kern","liga","dlig","hlig","cswh";
font-feature-settings: "kern", "liga", "dlig", "hlig", "cswh";
font-synthesis: weight style;
}

Expand Down Expand Up @@ -76,7 +84,8 @@ a:hover {
border-color: #ebcb8b;
}

strong, b {
strong,
b {
color: #848471;
}
/* Code */
Expand All @@ -91,7 +100,10 @@ pre {
background-color: #222;
}

pre { white-space: pre; overflow: auto !important; }
pre {
white-space: pre;
overflow: auto !important;
}

hr {
display: block;
Expand Down Expand Up @@ -149,7 +161,7 @@ tbody tr:nth-child(odd) th {
/* Gist */
.gist-data {
background-color: #222 !important;
border-bottom: 1px solid #333 !important;;
border-bottom: 1px solid #333 !important;
}
.gist .markdown-body {
color: #999 !important;
Expand All @@ -160,7 +172,7 @@ tbody tr:nth-child(odd) th {
}

.gist-file {
border: 1px solid #333 !important;;
border: 1px solid #333 !important;
}

.gist-meta {
Expand All @@ -176,7 +188,7 @@ tbody tr:nth-child(odd) th {
.sidebar {
text-align: center;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
color: rgba(255, 255, 255, .5);
background-color: #000;
overflow: auto;
}
Expand All @@ -202,7 +214,6 @@ tbody tr:nth-child(odd) th {
margin-top: 0;
font-family: 'Noto Serif', serif;
font-size: 2.25rem;

}

/* Sidebar nav */
Expand All @@ -229,37 +240,36 @@ a.sidebar-nav-item:focus {

@media (min-width: 48em) {
.sidebar-sticky {
/* position: absolute;*/
right: 1rem;
/* position: absolute;*/
right: 1rem;
bottom: 1rem;
left: 1rem;
left: 1rem;
}
}


/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/

.content {
padding-top: 4rem;
padding-top: 4rem;
padding-bottom: 4rem;
}

@media (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 20rem;
margin-right: 2rem;
max-width: 95%;
margin-left: 18rem;
margin-right: 0rem;
}
}

@media (min-width: 64em) {
.content {
margin-left: 22rem;
margin-right: 4rem;
margin-left: 18rem;
margin-right: 0rem;
}
}

Expand Down Expand Up @@ -301,8 +311,6 @@ a.sidebar-nav-item:focus {
}
}



/*
* Themes
*
Expand Down Expand Up @@ -390,20 +398,19 @@ a.sidebar-nav-item:focus {
}
::-webkit-scrollbar-button {
width: 8px;
height:5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: #333;
border: thin solid #111;
/*box-shadow: 0px 0px 3px #111 inset;*/
border-radius:10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
background: #222;
border: thin solid #222;
border-radius:10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background:#7d7d7d;
background: #7d7d7d;
}

0 comments on commit b92e135

Please sign in to comment.