Topic: The theme disappeared

http://sm64.org/forum/
I don't know how it happened, but.. the theme disappeared. The theme is set to Oxygen, and the Oxygen files are there.
Please tell me if there is more information I need to provide.

Re: The theme disappeared

the oxygen.css that you refer to in the source is almost empty

it has the following content:

/**
 * CSS-Styles for pun_attachment extension
 *
 * @copyright Copyright (C) 2008 PunBB
 * @license http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
 * @package pun_attachment
 */
div.attachments
{
    border-style:solid;
    border-width:1px;
    padding:2px 6px 3px 6px;
}
.attachments div
{
    padding:3px;
}
.attachments strong
{
    visibility: hidden;
    display:none;
}

There sould be more code in that file.

Re: The theme disappeared

Thanks! I added code from a clean oxygen.css, and now the theme is there. The colors are still missing, though.

Re: The theme disappeared

That is because oxygen_cs.css is also almost empty.

Re: The theme disappeared

Oh! Excuse my ignorance, and thanks for your help.