This is the files changed for the Seraph FUDForum theme used on forum.seraphim.garden. https://forum.seraphim.garden
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SeraphForumTheme/seraph/tmpl/forum.css.tmpl

222 lines
3.5 KiB

/**
* 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;
}
.StClr {
color: #2CF758;
}
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: #DF73FF;
}
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}