This commit is contained in:
redmatrix 2016-01-10 17:40:20 -08:00
commit a524f0c2c1
8 changed files with 17846 additions and 17820 deletions

2
.gitignore vendored
View File

@ -27,6 +27,8 @@ custom/
apps/
# default startpage
home.html
# page header plugin
pageheader.html
# Ignore site TOS
doc/SiteTOS.md
# themes except for redbasic

View File

@ -1,4 +1,4 @@
nav, header {
nav, header, .pageheader {
display: none;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ body {
background-size: auto;
}
.generic-content-wrapper-styled, #profile-jot-wrapper {
.generic-content-wrapper-styled {
background-color: rgba(67,72,138,.8);
color: #FFF;
}

View File

@ -1,3 +1,4 @@
<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
@ -22,3 +23,4 @@
</div>
{{/if}}
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
</div>