parent
7eeb2f2b8c
commit
e4bc713b63
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
@ -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} |
||||
@ -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.}<!DOCTYPE html> |
||||
<html lang="{LANG}" dir="{DIR}"> |
||||
<head> |
||||
<meta charset="{CHARSET}"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<meta name="description" content="{IF: !empty($META_DESCR)}{VAR: META_DESCR}{ELSE}{GVAR: FORUM_DESCR}{END}" /> |
||||
<title>{GVAR: FORUM_TITLE}{VAR: TITLE_EXTRA}</title> |
||||
<link rel="icon" type="image/png" href="{THEME_IMAGE_ROOT}/header.png"> |
||||
<link rel="search" type="application/opensearchdescription+xml" title="{GVAR: FORUM_TITLE} Search" href="{BASE}open_search.php" /> |
||||
{VAR: RSS} |
||||
<link rel="stylesheet" href="{THEME_ROOT}/forum.css" media="screen" title="Seraph Forum Theme" /> |
||||
<link rel="stylesheet" href="{BASE}js/ui/jquery-ui.css" media="screen" /> |
||||
<script src="{BASE}js/jquery.js"></script> |
||||
<script async src="{BASE}js/ui/jquery-ui.js"></script> |
||||
<script src="{BASE}js/lib.js"></script> |
||||
</head> |
||||
<body> |
||||
<!-- {INJECTION_POINT: left_block} --> |
||||
<div class="header"> |
||||
{IF: $GLOBALS['FUD_OPT_1'] & 1 && $GLOBALS['FUD_OPT_1'] & 16777216} |
||||
<div class="headsearch"> |
||||
<form id="headsearch" method="get" action="{ROOT}">{DEF: _hs} |
||||
<input type="hidden" name="t" value="search" /> |
||||
<br /><label accesskey="f" title="{MSG: search_forum_search}">{MSG: search_forum_search}:<br /> |
||||
<input type="search" name="srch" value="" size="20" placeholder="{MSG: search_forum_search}" /></label> |
||||
<input type="image" src="{THEME_IMAGE_ROOT}/search.png" title="{MSG: search}" name="btn_submit"> |
||||
</form> |
||||
</div> |
||||
{ENDIF} |
||||
<a href="{BASE}" title="{MSG: home}"> |
||||
<img class="headimg" src="{THEME_IMAGE_ROOT}/header.png" alt="" align="left" height="80" /> |
||||
<span class="headtitle">{GVAR: FORUM_TITLE}</span> |
||||
</a><br /> |
||||
<span class="headdescr">{GVAR: FORUM_DESCR}<br /><br /></span> |
||||
</div> |
||||
<div class="content"> |
||||
|
||||
<!-- Table for sidebars. --> |
||||
<table width="100%"><tr><td> |
||||
{MAIN_SECTION: END} |
||||
|
||||
{MAIN_SECTION: header_plain // Another header for small popup forms.}<!DOCTYPE html> |
||||
<html lang="{LANG}" dir="{DIR}"> |
||||
<head> |
||||
<meta charset="{CHARSET}"> |
||||
<meta name=viewport content="width=device-width, initial-scale=1"> |
||||
<title>{GVAR: FORUM_TITLE}{VAR: TITLE_EXTRA}</title> |
||||
<script src="{BASE}js/lib.js"></script> |
||||
<script async src="{BASE}js/jquery.js"></script> |
||||
<script async src="{BASE}js/ui/jquery-ui.js"></script> |
||||
<link rel="stylesheet" href="{THEME_ROOT}/forum.css" /> |
||||
</head> |
||||
<body> |
||||
<div class="content"> |
||||
{MAIN_SECTION: END} |
||||
Loading…
Reference in new issue