Create gh-pages branch via GitHub

This commit is contained in:
Timothee "TTimo" Besset
2014-01-05 08:11:26 -08:00
parent 5bef67d16b
commit c6f29f7223
3 changed files with 30 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
/*******************************************************************************
Slate Theme for Github Pages
Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/
@@ -39,18 +39,11 @@ ol, ul {
list-style: none;
}
blockquote, q {
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a:focus {
outline: none;
}
/*******************************************************************************
Theme Styles
*******************************************************************************/
@@ -125,14 +118,11 @@ a {
-ms-transition: text-shadow 0.5s ease;
}
#main_content a:hover {
color: #0069ba;
text-shadow: #0090ff 0px 0px 2px;
}
a:hover, a:focus {text-decoration: underline;}
footer a:hover {
color: #43adff;
text-shadow: #0090ff 0px 0px 2px;
footer a {
color: #F2F2F2;
text-decoration: underline;
}
em {
@@ -158,6 +148,15 @@ img {
-ms-box-shadow: 0 0 5px #ebebeb;
}
p img {
display: inline;
margin: 0;
padding: 0;
vertical-align: middle;
text-align: center;
border: none;
}
pre, code {
width: 100%;
color: #222;
@@ -169,9 +168,6 @@ pre, code {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
pre {
@@ -199,16 +195,17 @@ blockquote {
border-left: 3px solid #bbb;
}
ul, ol, dl {
margin-bottom: 15px
}
ul li {
ul {
list-style: inside;
padding-left: 20px;
}
ol li {
ol {
list-style: decimal inside;
padding-left: 20px;
}
@@ -257,11 +254,6 @@ form {
padding: 20px;
}
img {
width: 100%;
max-width: 100%;
}
/*******************************************************************************
Full-Width Styles
*******************************************************************************/