-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At this point, I realized I never checked if the CSS themes are compatible with the "Marked for Deletion (Old)" stuff.
- Loading branch information
1 parent
4bfe46b
commit ad92903
Showing
2 changed files
with
339 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
html { | ||
background: #23201F; | ||
color: #DDD6D3; | ||
} | ||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
a { | ||
color: #959494; | ||
text-decoration: none; | ||
} | ||
a:hover { | ||
color: rgba(222, 113, 97, 0.88); | ||
text-shadow: 0px 0px 3px #ad0000; | ||
} | ||
hr { | ||
border: none; | ||
border-top: 1px solid #866F6F; | ||
} | ||
.aheader { | ||
color: #3E3E3E; | ||
} | ||
.adminbar { | ||
text-align: right; | ||
clear: both; | ||
float: right; | ||
} | ||
.adminbar a, .aheader a { | ||
text-decoration: none; | ||
} | ||
.logo { | ||
clear: both; | ||
text-align: center; | ||
font-family: Tahoma, sans-serif; | ||
font-size: 28px; | ||
font-weight: bold; | ||
color: #C7C7C7; | ||
letter-spacing: -2px; | ||
} | ||
.theader { | ||
background: #54443D; | ||
color: #CEC6C6; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.postarea { | ||
} | ||
.rules { | ||
font-size: 10px; | ||
} | ||
.postarea table { | ||
border-spacing: 1px; | ||
} | ||
.postblock { | ||
background: #696969; | ||
border: 1px solid #000000; | ||
padding: 3px 5px; | ||
font-weight: bold; | ||
} | ||
.postinput { | ||
margin: 0px; | ||
padding: 2px 4px 3px 4px; | ||
border: 2px solid #171717; | ||
outline: none; | ||
} | ||
.footer { | ||
font-size: 12px; | ||
text-align: center; | ||
} | ||
.passvalid { | ||
background: #54443D; | ||
color: #FFFFFF; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.dellist { | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.delbuttons { | ||
text-align: center; | ||
padding-bottom: 4px; | ||
} | ||
.managehead { | ||
background: #696969; | ||
font-size: 14px; | ||
padding: 0px; | ||
} | ||
.postlists { | ||
background: #FFFFFF; | ||
width: 100%; | ||
padding: 0px; | ||
} | ||
.row1 { | ||
background: #3E3737; | ||
} | ||
.row2 { | ||
background: #54443D; | ||
} | ||
.unkfunc { | ||
background: inherit; | ||
color: #789922; | ||
} | ||
.filesize { | ||
text-decoration: none; | ||
} | ||
.filetitle, .replytitle { | ||
background: inherit; | ||
color: #E68B8B; | ||
font-weight: bold; | ||
} | ||
.postername, .commentpostername { | ||
color: #C72323; | ||
font-weight: bold; | ||
} | ||
.postertrip { | ||
color: #C72323; | ||
} | ||
.postername a, .commentpostername a, .postertrip a { | ||
color: #F76BA3; | ||
} | ||
.postername a:hover , .commentpostername a:hover , .postertrip a:hover { | ||
color: #FF98C6; | ||
} | ||
.oldpost { | ||
color: #CC1105; | ||
font-weight: bold; | ||
} | ||
.omittedposts, .abbrev { | ||
/* color: #707070; */ | ||
} | ||
.reply { | ||
background-color: #3E3737; | ||
border: 2px solid #1A1717; | ||
border-top: none; border-left: none; | ||
padding: 2px; | ||
} | ||
.doubledash { | ||
/* color: #B7C5D9; */ | ||
vertical-align: top; | ||
clear: both; | ||
float: left; | ||
} | ||
.thumbnailmsg { | ||
font-size: 10px; | ||
} | ||
.highlight { | ||
background-color: #6A4D43; | ||
border: 1px solid #BA9DBF; | ||
padding: 2px; | ||
} | ||
.quotelink { | ||
color: #DD0000; | ||
} | ||
table[border="1"] { | ||
background: #4A4A4A; | ||
border-width: 0 1px 1px 0; | ||
border-right: 1px solid #2d2d2d; border-bottom: 1px solid #171717; | ||
color: #BDBABA; | ||
padding: 0 6px; | ||
} | ||
table[border="1"] a { | ||
text-decoration: none; | ||
} | ||
table[border="1"] td { | ||
border: none; | ||
padding: 2px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
html { | ||
background: #140814; | ||
color: #96B4AA; | ||
} | ||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 10pt; | ||
} | ||
a { | ||
color: #D98518; | ||
text-shadow: 0px 0px 8px rgba(217,133,24,1); | ||
} | ||
a:hover { | ||
color: #FF9D1C; | ||
} | ||
.reflink a { | ||
color: #D98518; | ||
} | ||
hr { | ||
border: none; | ||
border-top: 1px solid #211923; | ||
} | ||
.aheader { | ||
color: #96B4AA; | ||
} | ||
.adminbar { | ||
text-align: right; | ||
clear: both; | ||
float: right; | ||
} | ||
.adminbar a, .aheader a { | ||
text-decoration: none; | ||
} | ||
.logo { | ||
clear: both; | ||
text-align: center; | ||
font-family: Tahoma, sans-serif; | ||
font-size: 28px; | ||
font-weight: bold; | ||
color: #96B4AA; | ||
letter-spacing: -2px; | ||
} | ||
.theader { | ||
background: #211923; | ||
color: #FFFFFF; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.postarea { | ||
} | ||
.rules { | ||
font-size: 10px; | ||
} | ||
.postarea table { | ||
border-spacing: 1px; | ||
} | ||
.postblock { | ||
background: #241023; | ||
border: 1px solid #46424C; | ||
padding: 3px 5px; | ||
font-weight: bold; | ||
} | ||
.postinput { | ||
margin: 0px; | ||
padding: 2px 4px 3px 4px; | ||
background: #241023; | ||
border: 1px solid #46424C; | ||
outline: none; | ||
color: inherit; | ||
} | ||
.postinput:focus { | ||
margin: 0px; | ||
padding: 2px 4px 3px 4px; | ||
border: 1px solid #96B4AA; | ||
outline: none; | ||
} | ||
.footer { | ||
font-size: 12px; | ||
text-align: center; | ||
} | ||
.passvalid { | ||
background: #211923; | ||
color: #FFFFFF; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.dellist { | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.delbuttons { | ||
text-align: center; | ||
padding-bottom: 4px; | ||
} | ||
.managehead { | ||
background: #211923; | ||
font-size: 14px; | ||
padding: 0px; | ||
} | ||
.postlists { | ||
background: #FFFFFF; | ||
width: 100%; | ||
padding: 0px; | ||
} | ||
.row1 { | ||
background: #241023; | ||
} | ||
.row2 { | ||
background: #331433; | ||
} | ||
.unkfunc { | ||
background: inherit; | ||
color: #789922; | ||
} | ||
.filesize { | ||
text-decoration: none; | ||
} | ||
.filetitle, .replytitle { | ||
background: inherit; | ||
color: #5995B3; | ||
font-weight: bold; | ||
} | ||
.postername, .commentpostername { | ||
color: #D98518; | ||
font-weight: bold; | ||
} | ||
.postertrip { | ||
color: #D98518; | ||
} | ||
.oldpost { | ||
color: #CC1105; | ||
font-weight: bold; | ||
} | ||
.omittedposts, .abbrev { | ||
color: #707070; | ||
} | ||
.reply { | ||
background-color: #241023; | ||
padding: 2px; | ||
} | ||
.doubledash { | ||
color: #707070; | ||
vertical-align: top; | ||
clear: both; | ||
float: left; | ||
} | ||
.thumbnailmsg { | ||
font-size: 10px; | ||
} | ||
.highlight { | ||
background-color: #331433; | ||
padding: 2px; | ||
} | ||
.quotelink { | ||
} | ||
input[type="checkbox"] { | ||
opacity: 0.25; | ||
} | ||
table[border="1"] { | ||
border-width: 0 0 0 0; | ||
color: #96B4AA; | ||
padding: 0 6px; | ||
} | ||
table[border="1"] a { | ||
text-decoration: none; | ||
} | ||
table[border="1"] td { | ||
border: none; | ||
padding: 2px; | ||
} |