|
+{MAIN_SECTION: END}
+
+{MAIN_SECTION: header_plain // Another header for small popup forms.}
+
+
+
+
+
+{MAIN_SECTION: END}
|
diff --git a/seraph/images/header.png b/seraph/images/header.png new file mode 100755 index 0000000..e3c87a3 Binary files /dev/null and b/seraph/images/header.png differ diff --git a/seraph/images/tableHeaderbg.png b/seraph/images/tableHeaderbg.png new file mode 100644 index 0000000..2a54cf4 Binary files /dev/null and b/seraph/images/tableHeaderbg.png differ diff --git a/seraph/images/tableHeaderbg2.png b/seraph/images/tableHeaderbg2.png new file mode 100644 index 0000000..a1d1972 Binary files /dev/null and b/seraph/images/tableHeaderbg2.png differ diff --git a/seraph/tmpl/forum.css.tmpl b/seraph/tmpl/forum.css.tmpl new file mode 100755 index 0000000..895d9e2 --- /dev/null +++ b/seraph/tmpl/forum.css.tmpl @@ -0,0 +1,218 @@ +/** +* copyright : (C) 2001-2019 Advanced Internet Designs Inc. +* email : forum@prohost.org +* $Id$ +* +* This program is free software; you can redistribute it and/or modify it +* under the terms of the GNU General Public License as published by the +* Free Software Foundation; version 2 of the License. +**/ + +{PHP_FILE: input: forum.css.t; output: forum.css;} + +{SECTION: css_overrides} + +/* COLOR PALETTE - Mourning Glory - https://www.canva.com/colors/color-palettes/mourning-glory/ */ +/* +* MAIN +* Ebony - #0E050F +* Dark Blue - #170B3B +* Indigo - #341948 +* Lavender - #695E93 +* Cloud - #C5C6D0 +* Wings Logo - #B89F81 +* +* SPECIAL +* Heliotrope - #DF73FF +* Phlox - #DF00FF +*/ + +body { + background: #0E050F; + background-color: #0E050F; + color: #C5C6D0; +} + +.header, .content, .footer { + border-color: #170B3B; +} + +.SmallText { + color: #B89F81; +} + +.DateText { + color: #C5C6D0; +} + +a:link, a:visited, a:active, a.PagerLink { + color: #341948; +} + +.RowStyleA, td.tt { + color: #C5C6D0; + background-color: #695E93; +} + +.RowStyleB, .curtime, fieldset { + color: #C5C6D0; + background-color: #341948; +} + +.RowStyleC { + color: #C5C6D0; + background-color: #170B3B; +} + +.MsgToolBar { + background-color: #341948; +} + +.MsgTable { + border: 1px solid #0E050F; +} + +blockquote { + background-color: #FFEFFE; + border-left: 1px dashed #170B3B; +} + +blockquote blockquote { + background-color: #E7DEED; +} + +blockquote blockquote blockquote { + background-color: #C8BFCC; +} + +.dashed { + border-color: #1b7cad; +} + +.MsgR1 { + color: #B89F81; + background-color: #170B3B; +} + +.MsgR2, .MsgIg { + color: #C5C6D0; + background-color: #341948; +} + +.MsgR3 { + color: #C5C6D0; + background-color: #695E93; +} + +a.thLnk:link, a.thLnk:active, a.thLnk:visited { + color: #341948; +} + +a.thLnk:visited { + color: #170B3B; +} + +a.big:link, a.big:active, a.big:visited { + color: #170B3B; +} + +a.small:link, a.small:active, a.small:visited { + color: #341948; +} + +a:hover, a.big:hover, a.thLnk:hover, td.msgud a:hover, td.msgot a:hover { + color: #341948; +} + +th { + color: #C5C6D0; +} + +th.SelFS { + border-bottom: 1px solid white; +} + +td.NoAvatar { + background-color: #695E93; +} + +td.Av1, td.Av2 { + background-color: #695E93; +} + +td.tabI, td.tabA, td.tabI:hover, td.tabOVER { + background-color: #341948; +} + +td.tabOVER, td.tabI:hover, td.tabI:active { + background-color: #170B3B; +} + +td.tabON, td.tabON:link, td.tabON:active, td.tabON:visited, td.tabON:hover { + color: #C5C6D0; + background-color: #5C4177; +} + +td.msgud, td.msgot, div.ctags { + color: #C5C6D0; +} + +td.msgud a, td.msgot a { + color: #B89F81; +} + +table.pmDu { + border-color: #170B3B; +} + +tr.mnavH { + background-color: #695E93; +} + +tr.mnavM { + background-color: #341948; +} + +a.MsgSubText:active { + color: #2E1033; +} + +legend { + color: #0E050F; + background-color: #C5C6D0; +} + +input { + background-color: #C5C6D0; + color: #0E050F; +} + +.PollTable, .ContentTable, .MsgTable, .DialogTable, .PreviewTable, .AnnonTable { + background-color: #695E93; +} + +.header { color:#B89F81; background-color: #483270; } +.header a { color:#B89F81; } +.headbutton { background-color: #1D003F; } +.headdescr { color: #C5C6D0; } + +.footer { color:#B89F81; background-color: #483270; } +.footer p { color: #C5C6D0; } +.footer a { color:#B89F81; } + +.content { color:#B89F81; background-color: #170B3B; } +.content a { color:#B89F81; } + +.GenText { color: #C5C6D0; } + +.CatDesc { color: #0E050F; } +.CatDesc a { color: #341948; } + +.adminColor { color: #F7F32C; } +.modsColor { color: #2cf758; } + +#UserControlPanel li a { color: #B89F81; } + +#ShowLinks a { color: #B89F81; } + +{SECTION: END} diff --git a/seraph/tmpl/header.tmpl b/seraph/tmpl/header.tmpl new file mode 100755 index 0000000..04b21f4 --- /dev/null +++ b/seraph/tmpl/header.tmpl @@ -0,0 +1,65 @@ +/** +* copyright : (C) 2001-2020 Advanced Internet Designs Inc. +* email : forum@prohost.org +* $Id$ +* +* This program is free software; you can redistribute it and/or modify it +* under the terms of the GNU General Public License as published by the +* Free Software Foundation; version 2 of the License. +**/ + +{MAIN_SECTION: header // The forum's page header.} + +
+ + + +
+ {GVAR: FORUM_TITLE}
+ |
+{MAIN_SECTION: END}
+
+{MAIN_SECTION: header_plain // Another header for small popup forms.}
+
+
+
+
+
+{MAIN_SECTION: END}
|