Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ compile '/**/*.{html,md}' do
filter :colorize_syntax, :default_colorizer => :rouge
layout '/default.*'
# enhance quotes and such
filter :typogruby
#filter :typogruby
# pretty-print, find errors
filter :tidy if @config[:prod]
end
Expand Down Expand Up @@ -70,3 +70,5 @@ layout '/**/*.slim', :slim, {
sort_attrs: false
}
layout '/**/*.html', :erb

layout '/**/*.rb', :rb
19 changes: 14 additions & 5 deletions content/css/easyrpg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $backgroundgreen: #2d631d;
$lightgrey: #F5F5F5;
$darkgrey: #202020;

@media screen {
@media xscreen {

/* Main */
body {
Expand Down Expand Up @@ -53,7 +53,7 @@ $darkgrey: #202020;
margin: 0;
}

p > code, li > code, dd > code, td > code, {
p > code, li > code, dd > code, td > code {
background: #faf8f0;
word-wrap: break-word;
box-decoration-break: clone;
Expand Down Expand Up @@ -164,7 +164,7 @@ $darkgrey: #202020;

/* Content */
#content {
background-color: $lightgrey;
// background-color: $lightgrey;
padding: 1px 0;

ul {
Expand All @@ -183,15 +183,16 @@ $darkgrey: #202020;
background-color: $darkgrey;
margin-top: -1px;
margin-bottom: 0;
padding: 0 0.5em;
display: inline-block;
padding: 2em 0.5em;
//display: inline-block;
text-align: center;

li {
display: inline;
line-height: $mheight;
vertical-align: middle;
white-space: nowrap;
margin: 10px;

a {
display: inline-block;
Expand Down Expand Up @@ -317,6 +318,9 @@ $darkgrey: #202020;
}

@import "bits/download-tabs.scss";



}

@import "bits/burger-menu.scss";
Expand All @@ -326,3 +330,8 @@ $darkgrey: #202020;

@import "vendor/magnific-popup.scss";
@import "vendor/rouge-github-dark.scss";

@import "newLayout/modern-normalize.min.scss";
@import "newLayout/font-awesome.min.css";
@import "newLayout/main.scss";

4 changes: 4 additions & 0 deletions content/css/newLayout/font-awesome.min.css

Large diffs are not rendered by default.

Loading