Old forums theme?

If it's not ZDoom, it goes here.
User avatar
Rachael
Posts: 13853
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Old forums theme?

Post by Rachael »

Graf Zahl wrote: Tue Aug 09, 2022 1:29 am Why can't the old themes be converted? Is the new format this different? One would expect that the developers of the forum software cared more about upgrade capabilities, but stuff like this breaking between versions is what makes people not upgrade their software.
Exactly why we were on 3.0.x for almost a decade after 3.1.0's release ....

I'm sure it's possible to convert it if someone writes a proper converter. But I don't have the time for that right now.
User avatar
KynikossDragonn
Posts: 272
Joined: Sat Dec 12, 2020 10:59 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Void Linux
Graphics Processor: Intel (Modern GZDoom)
Location: Independence, KS, USA

Re: Old forums theme?

Post by KynikossDragonn »

I used to do a lot of CSS and HTML stuff in the past, what do phpbb themes look like on the server side? I could try working on it on my own time if that's okay with everybody on the team.
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33

Re: Old forums theme?

Post by Kinsie »

Rachael wrote: Tue Aug 09, 2022 12:54 am
Kinsie wrote: Mon Aug 08, 2022 11:46 pm
wildweasel wrote: Mon Aug 08, 2022 6:18 pm and the focus is on getting the basic experience working first.
A skin that doesn’t actually, not-a-joke-or-exaggeration hurt my eyes seems like a pretty essential addition. Who do I have to bribe to get the old tan colour scheme pushed to the front of the queue?
Anyone who can do CSS can make a new skin.

You can use the element inspector that is available in nearly all browsers to change the colours to your liking - record the elements that are changed, put them in a new CSS file.

I've archived all the classic styles here:
https://github.com/ZDoom/zdoom-styles

Also the old dev environment I used to give to style authors is here: (you can set it up and make the styles "live" so that you can see how they worked)
viewtopic.php?t=56934

If anyone wants to translate them to the newer versions of phpBB feel free.

This archive includes all the classic phpBB styles that ZDoom used to use, as well as the two Lud/Accensus additions that came in the past decade. The most valuable part of this endeavor will probably be harvesting out the colour hex triplets from the old .css files to reuse them in remaking the styles again.
Okay.

Image

Image

This was done by taking the colors.css from the old style's prosilver-brown, and poorly copy-pasting it into a Stylus userstyle with the !important rule thrown onto the end of literally everything by way of find/replace so that it'd override everything in the current prosilver-zdoom theme. Oh, and also adding a couple of extra rules bolted onto the bottom to cover stuff that didn't translate over:

Code: Select all

/* KINSIE SHIT */

.wrap {
    background-color: #d1c2b4 !important;
    border-color: #d1c2b4 !important;
}

.bg3 {
    background-color: #e8dbcf !important;
}

.headerbar {
    background-color: #837971 !important;
}
Not perfect, and not something that can be thrown onto the server side by myself, but if I can hack this together on the client side in fifteen minutes with CSS skills that have like two presidential administrations of rust caking them...
User avatar
Chaosvolt
Posts: 73
Joined: Mon Apr 19, 2021 12:58 pm

Re: Old forums theme?

Post by Chaosvolt »

One slight improvement I just noticed to this new layout, there's an actual notifications indicator so we're not completely stuck with checking the post dropdown menu.

EDIT: Now if only signatures weren't disabled, being able to link to project threads would be handy. :V
User avatar
Caligari87
Admin
Posts: 6196
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him

Re: Old forums theme?

Post by Caligari87 »

Post signatures are cancer on any forum TBH. Most of the time they're larger than the post content.

he said, signing his post hypocritically
8-)
User avatar
Dan_The_Noob
Posts: 878
Joined: Tue May 07, 2019 12:24 pm
Graphics Processor: nVidia with Vulkan support

Re: Old forums theme?

Post by Dan_The_Noob »

It's cool that there has been some actual discussion about this.
i'm sure it will get better over time with some of the feedback here
User avatar
InsanityBringer
Posts: 3392
Joined: Thu Jul 05, 2007 4:53 pm
Location: opening the forbidden box

Re: Old forums theme?

Post by InsanityBringer »

Oh, you know, I'm now curious if some things were undone from the previous installation, like the small text thing

man, anyone remember the thread where people discovered size=1 worked?

I guess the minimum text size isn't a configurable property in phpbb...
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space

Re: Old forums theme?

Post by NeuralStunner »

Personally I always liked the DRDTeam theme, so that's what I'm on now. :)
AFADoomer wrote: Mon Aug 08, 2022 9:27 pm If anyone is interested, here's the CSS I'm using locally to restore left-aligned profiles and immediate visibility of the "Quick Links" menu items (Your Posts, New posts, etc.)
Yo, thanks for this. Right-side profiles grief me in ways that are difficult to put into words. The switch should still be a forum feature eventually, but this will work (for me) for now.
User avatar
AFADoomer
Posts: 1339
Joined: Tue Jul 15, 2003 4:18 pm

Re: Old forums theme?

Post by AFADoomer »

Glad to help!

Here's the CSS that I hacked together based on the old style sheet that emulates the old brown theme pretty closely. Still needs some cleanup, but it works when overlaid on either Prosilver_ZDoom or ProSilver Dark... Uses CSS gradients in place of a bunch of the background images that used to be there, and I'm sure there are still some differences, but most of the look and feel is there.

Code: Select all

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html,
body,
#wrap {
    color: #5A4B3C;
    background-color: #D1C2B4 !important;
    border: none;
}

h1,
#site-description * {
    color: #FFFFFF;
}

.postbody .content,
h2 {
    color: #3F3128 !important;
}

h3 {
    border-bottom-color: #993333 !important;
    color: #985011 !important;
    font-size: 1.7em !important;
}

hr {
    border-color: #FFFFFF;
    border-top-color: #993333;
}

hr.dashed {
    border-top-color: #A89B8E;
}

.button,
.button .icon {
    color: #985011 !important;
}

.action-bar .button,
.action-bar .button .icon,
.search-box .button,
.search-box .button .icon,
.action {
    color: #3176b5 !important;
}

.dropdown .dropdown-contents,
.dropdown .jumpbox-cat-link,
.dropdown .jumpbox-sub-link {
    background-color: #E8DBCF !important;
    border-color: #985011;
}

.dropdown .pointer {
    border-color: #985011 transparent;
}

.dropdown .pointer-inner,
.jumpbox .dropdown .pointer-inner {
    border-color: #E8DBCF transparent;
}

.header {
    max-height: 2em;
}

/* Search box
--------------------------------------------- */
.search-box fieldset * {
    color: #FFFFFF !important;
}

.search-box input {
    border: 1px solid #0051A8 !important;
    color: #000000 !important;
}

.search-header {
    box-shadow: none;
}

input::placeholder {
    color: #000000 !important;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
    background-color: #A0B5BA !important;
    background-image: linear-gradient(#587b85, #a0b4b9) !important;
    border: none;
}

.navbar {
    background-color: #C2AD99 !important;
}

.forabg {
    padding: 5px;
    background-color: #899CB2 !important;
    background-image: linear-gradient(#4c6a85, #899bb3) !important;
}

.forumbg {
    padding: 5px;
    background-color: #A0B5BA !important;
    background-image: linear-gradient(#587b85, #a0b4b9) !important;
}

.panel {
    background-color: #E8DBCF !important;
    color: #3F3D28 !important;
}

.post:target .content {
    color: #000000;
}

.post:target h3 a {
    color: #000000;
}

.bg1,
.bg3 .topicreview .bg1,
ul.topiclist li.bg1 {
    background-color: #E0D3C7 !important;
}
.bg2,
.bg3 .topicreview .bg2,
ul.topiclist li.bg2 {
    background-color: #E8DBCF !important;
}
.bg3 {
    background-color: #71939A;
    color: #333 !important;
}
.bg4 {
    background-color: #E5DCD4 !important;
}

.ucprowbg {
    background-color: #DCDEE2;
}

.fieldsbg {
    background-color: #E7E8EA;
}

/* Horizontal lists
----------------------------------------*/
ul#nav-main {
    border-bottom: 1px solid #B87430;
}

ul#nav-main .icon-gray {
    color: #FFF;
}

/* Same as forumtitle links */
ul.navlinks a {
    color: #003366;
}
ul.navlinks a:hover {
    color: #BC2A4D;
}
ul.navlinks a:active {
    color: #895210;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
    color: #FFFFFF;
}

table.table1 tbody tr {
    border-color: #CFC8BF;
}

table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
    background-color: #CDE7E1;
    color: #000;
}

table.table1 td {
    color: #554532;
}

table.table1 tbody td {
    border-top-color: #FAFAFA;
}

table.table1 tbody th {
    border-bottom-color: #000000;
    color: #333333;
    background-color: #FFFFFF;
}

table.info tbody th {
    color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
    color: #000000;
}

dl.details dd {
    color: #6A5744;
}

.sep {
    color: #D97411;
}

/* Pagination
---------------------------------------- */
.pagination li.active span {
    color: #FFFFFF;
    background-color: #BF8246 !important;
    border-color: #BF8246 !important;
}

.pagination li a,
.pagination li a:link,
.pagination li a:visited,
.pagination li a:active,
.pagination li a.button .icon {
    color: #8C745D !important;
    background-color: #EDECEB !important;
    border-color: #BFBAB4 !important;
}

.pagination li a:hover {
    border-color: #D18436 !important;
    background-color: #D18436 !important;
    color: #FFF !important;
}

.pagination li a:hover .icon {
    color: #FFF !important;
    background-color: transparent !important;
}

/* Pagination in viewforum for multipage topics */
.row .pagination span a,
li.pagination span a {
    background-color: #FFFFFF;
}

.row .pagination span a:hover,
li.pagination span a:hover {
    background-color: #D17F36;
}

/* Miscellaneous styles
---------------------------------------- */
.copyright {
    color: #553333;
}

.error {
    color: #BC2A4D;
}

.reported {
    background-color: #F7ECEF;
}

li.reported:hover {
    background-color: #ECD5D8 !important;
}

div.rules {
    background-color: #ECD5D8;
    color: #BC2A4D;
}

p.rules {
    background-color: #ECD5D8;
    background-image: none;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a:link {
    color: #660000;
}
a:visited {
    color: #660000;
}
a:hover {
    color: #D31141;
}
a:active {
    color: #C64C6A;
}

/* Links on gradient backgrounds */
#search-box a:link,
.navbg a:link,
.forumbg .header a:link,
.forabg .header a:link,
th a:link {
    color: #FFFFFF !important;
}

#search-box a:visited,
.navbg a:visited,
.forumbg .header a:visited,
.forabg .header a:visited,
th a:visited {
    color: #FFFFFF !important;
}

#search-box a:hover,
.navbg a:hover,
.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
    color: #FFD8A8 !important;
}

#search-box a:active,
.navbg a:active,
.forumbg .header a:active,
.forabg .header a:active,
th a:active {
    color: #FFE6C8 !important;
}

/* Links for forum/topic lists */
a.forumtitle {
    color: #003366;
}

a.forumtitle:visited {
    color: #003366;
}

a.forumtitle:hover {
    color: #BC2A4D;
}

a.forumtitle:active {
    color: #895210;
}

a.topictitle,
a.topictitle:visited,
.postbody h3.first a {
    color: #003366;
}

/* a.topictitle:visited { color: #368AD2; } */
a.topictitle:hover,
.postbody h3.first a:hover {
    color: #BC2A4D;
}

a.topictitle:active,
.postbody h3.first a:active {
    color: #895210;
}

/* Links around the report review box */
#reportbox h3#review a,
#reportbox a.top2,
#ucp .display-actions a,
#mcp .display-actions a {
    color: #E2D989;
}

#reportbox h3#review a:hover,
#reportbox a.top2:hover,
#ucp .display-actions a:hover,
#mcp .display-actions a:hover {
    color: #FFF8B4;
}

#reportbox h3#review a:active,
#reportbox a.top2:active,
#ucp .display-actions a:active,
#mcp .display-actions a:active {
    color: #DED687;
}

/* Wiki links */
.wikilink,
.wikilink:link {
    color: #8F3481;
    border-bottom-color: #D23683;
}

.wikilink:visited {
    color: #C14683;
    border-bottom-color: #666666;
}

.wikilink:active {
    color: #D23683;
}

.wikilink:hover {
    background-color: #ECC9C7;
    color: #D20068;
}

/* Post body links */
.postlink,
.postlink:link {
    color: #D23636;
    border-bottom-color: #D23636;
}

.postlink:visited {
    color: #96714A;
    border-bottom-color: #666666;
}

.postlink:active {
    color: #D28A36;
}

.postlink:hover {
    background-color: #F6EEDA;
    color: #73440D;
}

.signature a,
.signature a:visited,
.signature a:active,
.signature a:hover {
    background-color: transparent;
}

/* Profile links */
.postprofile a:link,
.postprofile a:active,
.postprofile a:visited,
.postprofile dt.author a {
    color: #660000;
}

.postprofile a:hover,
.postprofile dt.author a:hover {
    color: #D31141;
}

/* Profile searchresults */
.search .postprofile a {
    color: #660000;
}

.search .postprofile a:hover {
    color: #D31141;
}

/* Back to top of page */
a.up:hover {
    background-color: transparent;
}

a.left:hover {
    color: #B24A30;
}

a.right:hover {
    color: #B24A30;
}


/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.forums {
    background-color: #E8DBCF;
}

ul.topiclist li {
    color: #5F513D;
    border-radius: 0px;
}

ul.topiclist dd {
    border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
    border-right-color: #fff;
    border-left-color: transparent;
}

li.row {
    background-color: #D1C2B4 !important;
    border-top: 1px solid #FFFFF3;
    border-bottom: 1px solid #8F5700;
    padding: 5px 0 0 0;
}

li.row strong {
    color: #000000;
}

ul.topiclist li.row:hover {
    background-color: #B4CBD1 !important;
}

li.row:hover dd {
    border-left: 1px solid #dde !important;
}

.rtl li.row:hover dd {
    border-right-color: #dde;
    border-left-color: transparent;
}

li.header dt,
li.header dd {
    color: #FFFFFF !important;
}

.row-item::before {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-left: 0.5em;
    border: 2px solid #597a89;
    background-image: linear-gradient(#ffffff, #e9e9e9) !important;
    color: #000 !important;
    font-size: 12px !important;
}

.forum_link::before {
    width: 23px !important;
    height: 11px !important;
    line-height: 0px !important;
    padding: 14px 0 1px 2px;
}

.forum_unread_subforum::before,
.forum_unread::before,
.sticky_unread::before,
.sticky_unread_mine::before,
.topic_unread::before,
.topic_unread_hot::before,
.topic_unread_hot_mine::before {
    border: 2px solid #be3556;
    color: #be3556 !important;
    box-shadow: none !important;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
    color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
    color: #333333;
}
.leftprofile .postbody {
    border-left-color: #CBBBAC;
}

/* Content container styles
----------------------------------------*/
.content {
    color: #333333;
}

.content h2,
.panel h2 {
    font-weight: bold;
    color: #118099 !important;
    border-bottom: 1px solid #CCBCAD !important;
}

dl.faq dt {
    color: #333333 !important;
}

.posthilit {
    background-color: #F3BFCC;
    color: #BC2A4D;
}

/* Post signature */
.signature {
    border-top-color: #A3978D;
}

/* Post noticies */
.notice {
    border-top-color: #A3978D;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
    background-color: #EBE5DD !important;
    border: 1px solid #DBD2CE !important;
}

blockquote blockquote {
    /* Nested quotes */
    background-color: #EFE6D9 !important;
}

blockquote blockquote blockquote {
    /* Nested quotes */
    background-color: #EBE5DD !important;
}

/* Code block */
.codebox {
    background-color: #FFFFFF !important;
    border: 1px solid #C9D2D8;
}

.codebox p {
    border-bottom-color: #CCCCCC;
}

.syntaxbg {
    color: #FFFFFF;
}
.syntaxcomment {
    color: #FF8000;
}
.syntaxdefault {
    color: #0000BB;
}
.syntaxhtml {
    color: #000000;
}
.syntaxkeyword {
    color: #007700;
}
.syntaxstring {
    color: #DD0000;
}

/* Spoiler block */
.spoilertitle {
    color: #000;
    border-color: #C8B8A9;
    background-color: #C8B8A9;
}
.spoilercontent {
    color: #000;
    border-color: #C8B8A9;
    background-color: #F2ECE6;
}

/* Attachments
----------------------------------------*/
.attachbox {
    background-color: #ECE0D0 !important;
    border-color: #AE9D85 !important;
}

.pm-message .attachbox {
    background-color: #F3F3F2 !important;
}

.attachbox dd {
    border-top-color: #D1C0B0;
}

.attachbox p {
    color: #333333;
}

.attachbox p.stats {
    color: #333333;
}

.attach-image img {
    border-color: #999999;
}

/* Inline image thumbnails */
dl.file dd {
    color: #666666;
}

dl.thumbnail img {
    border-color: #666666;
    background-color: #FFFFFF;
}

dl.thumbnail dd {
    color: #333333;
}

dl.thumbnail dt a:hover {
    background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
    border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
    border-top-color: #E2DBC7;
    color: #333333;
}

fieldset.polls dl.voted {
    color: #000000;
}

fieldset.polls dd div {
    color: #FFFFFF;
}

.rtl .pollbar1,
.rtl .pollbar2,
.rtl .pollbar3,
.rtl .pollbar4,
.rtl .pollbar5 {
    border-right-color: transparent;
}

.pollbar1 {
    background-color: #AA2346;
    border-bottom-color: #74162C;
    border-right-color: #74162C;
}

.rtl .pollbar1 {
    border-left-color: #74162C;
}

.pollbar2 {
    background-color: #BE1E4A;
    border-bottom-color: #8C1C38;
    border-right-color: #8C1C38;
}

.rtl .pollbar2 {
    border-left-color: #8C1C38;
}

.pollbar3 {
    background-color: #D11A4E;
    border-bottom-color: #AA2346;
    border-right-color: #AA2346;
}

.rtl .pollbar3 {
    border-left-color: #AA2346;
}

.pollbar4 {
    background-color: #E41653;
    border-bottom-color: #BE1E4A;
    border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
    border-left-color: #BE1E4A;
}

.pollbar5 {
    background-color: #F81157;
    border-bottom-color: #D11A4E;
    border-right-color: #D11A4E;
}

.rtl .pollbar5 {
    border-left-color: #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
    color: #333333;
    border-color: #CBBBAC;
}

.rtl .postprofile {
    border-right-color: #FFFFFF;
    border-left-color: transparent;
}

.pm .postprofile {
    border-left-color: #DDDDDD;
}

.rtl .pm .postprofile {
    border-right-color: #DDDDDD;
    border-left-color: transparent;
}

.postprofile strong {
    color: #000000;
}

.online {
    background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-main h3,
#cp-main hr,
#cp-menu hr {
    border-color: #415559;
}

#cp-main .panel li.row {
    border-bottom-color: #DBBD9E;
    border-top-color: #EFEAE6;
}

ul.cplist {
    border-top-color: #DBBD9E;
}

#cp-main .panel li.header dd,
#cp-main .panel li.header dt {
    color: #000000;
}

#cp-main table.table1 thead th {
    color: #333333;
    border-bottom-color: #333333;
}

#cp-main .pm-message {
    border-color: #DBDEE2;
    background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
    background-color: #b9ac9f;
    color: #544 !important;
}

#tabs a:hover {
    background-image: none !important;
    background-color: #b2cbd0 !important;
    color: #BC2A4D !important;
}

#tabs .activetab a {
    border-bottom: 1px solid #71949A;
}

#tabs .activetab a {
    background-image: linear-gradient(#b2cbd0, #71939a) !important;
    color: #333333 !important;
}

#tabs .activetab a:hover {
    color: #000000 !important;
}


/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs li {
    background-color: #F2EBE1;
}

#minitabs li.activetab {
    background-color: #F9F7F0;
}

#minitabs li.activetab a,
#minitabs li.activetab a:hover {
    color: #333333;
}

/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
#navigation a {
    color: #333 !important;
    background-color: #A2C2CB;
    background-image: linear-gradient(to right, #a2c2cb, #a2c2cb) !important;
}

#navigation a:hover {
    background-color: #C6AEAA !important;
    color: #BC2A4D !important;
}

#navigation #active-subsection a {
    color: #D31141 !important;
    background-color: #F9F7F0 !important;
    background-image: none !important;
}

#navigation #active-subsection a:hover {
    color: #D31141 !important;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2,
#cp-main h3#review,
#reportbox h3#review,
#cp-main .bgtext,
#cp-main .forum-selection2 label,
.bgtext {
    color: #C5E2E7;
}

#cp-main .panel {
    background-color: #F9F7F0 !important;
}

#cp-main .pm {
    background-color: #FFFAF3 !important;
}

/* Friends list */
.cp-mini {
    background-color: #eef5f9;
}

dl.mini dt {
    color: #425067;
}
dl.mini dd {
    /* Same as .panel */
    color: #3F3D28;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
    color: #441122 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour,
.pm_message_reported_colour {
    border-left-color: #BC2A4D;
    border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour,
.pm_marked_colour {
    border-color: #FF6600;
}

.pmlist li.pm_replied_colour,
.pm_replied_colour {
    border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour,
.pm_friend_colour {
    border-color: #5D8FBD;
}

pmlist li.pm_foe_colour,
.pm_foe_colour {
    border-color: #000000;
}

/* Avatar gallery */
#gallery label {
    background-color: #FFFFFF;
    border-color: #CCC;
}

#gallery label:hover {
    background-color: #EEE;
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/* General form styles
----------------------------------------*/
select {
    color: #333 !important;
    border-color: #666666 !important;
    background-color: #FAFAFA !important;
}

label {
    color: #675342 !important;
}

option.disabled-option {
    color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
    color: #333;
}

/* Hover effects */
fieldset dl:hover dt label {
    color: #000000 !important;
}

fieldset.fields2 dl:hover dt label {
    color: inherit !important;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
    background-color: #F3F3F2;
}

/* Posting page styles
----------------------------------------*/
#message-box textarea {
    background-color: #FFFFFF !important;
    color: #333333 !important;
}

/* Input field styleste
---------------------------------------- */
.inputbox {
    background-color: #FFFFFF !important;
    border: 1px solid #C0BAB4 !important;
    color: #333333 !important;
}

.inputbox:hover {
    border-color: #EA8111 !important;
}

.inputbox:focus {
    border-color: #107AEB !important;
    color: #413C38;
}

/* Form button styles
---------------------------------------- */
.button {
    color: #000 !important;
    background-color: #FAFAFA !important;
    background-image: linear-gradient(#e9e9e9, #ffffff);
}

#format-buttons .button {
    font-size: inherit !important;
    font-weight: inherit !important;
}

a.button1,
input.button1,
input.button3,
a.button2,
input.button2,
input.spoilerbutton {
    color: #000 !important;
    background-color: #FAFAFA !important;
    background-image: linear-gradient(#f4e7d9, #e2d6c9);
}

a.button1,
input.button1 {
    border-color: #666666;
}

input.button3 {
    background-image: none;
}

/* Alternative button */
a.button2,
input.button2,
input.button3 {
    border-color: #666666;
}

input.spoilerbutton {
    border: 1px solid #81776D;
}

/* <a> button in the style of the form buttons */
a.button1,
a.button1:link,
a.button1:visited,
a.button1:active,
a.button2,
a.button2:link,
a.button2:visited,
a.button2:active {
    color: #000000;
}

/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover,
input.spoilerbutton:hover,
.button:hover {
    border-color: #BC2A4D !important;
    color: #BC2A4D !important;
}

input.disabled {
    color: #666666;
}
Looks like this with all of my style adjustments in place:
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33

Re: Old forums theme?

Post by Kinsie »

There we go, much better than my efforts.
User avatar
Rachael
Posts: 13853
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Old forums theme?

Post by Rachael »

index.php?style=24

I hate how I had to hack this together. I just copy-pasted AFA's thing after the original colours.css in order to get it to work. Would prefer not to do it that way.

But there it is. Now we just need the old prosilver_dark theme.
User avatar
Player701
 
 
Posts: 1697
Joined: Wed May 13, 2009 3:15 am
Graphics Processor: nVidia with Vulkan support

Re: Old forums theme?

Post by Player701 »

Now we're talking. Thank you everyone involved for bringing my favorite theme back! :thumb:
User avatar
Chaosvolt
Posts: 73
Joined: Mon Apr 19, 2021 12:58 pm

Re: Old forums theme?

Post by Chaosvolt »

Caligari87 wrote: Tue Aug 09, 2022 2:14 pm Post signatures are cancer on any forum TBH. Most of the time they're larger than the post content.

he said, signing his post hypocritically
8-)
Bit belatedly, it usually is yeah. Keeping it down to just one or two project links, three at max, seems like best practice to me for avoiding signature spam.

Profile text for linking to projects also works but is less visible, but since the profile page does show the user's signature there's at least a roundabout way to do that...
User avatar
NeuralStunner
 
 
Posts: 12328
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space

Re: Old forums theme?

Post by NeuralStunner »

A couple forums I've seen have a limit on signatures by physical height, but I forget if that's a mod or core feature. That said, I've not really missed signatures in all the time I've been here. If you want to sign your post, sign it. :P
User avatar
Dan_The_Noob
Posts: 878
Joined: Tue May 07, 2019 12:24 pm
Graphics Processor: nVidia with Vulkan support

Re: Old forums theme?

Post by Dan_The_Noob »

how do i edit the whatsit so i can have the "your posts" button outside the dropdown?

Return to “Off-Topic”