Custom theme for the music boards

Mave

TMS Founder
Administrator
Messages
234,616
Location
Belgium
Today I'm proud to present 'Presence', a theme modified by GPow69 that will be used in all the music boards!
We came up with the idea a few days ago, and now it's online!

https://forums.themavesite.com/index.php?board=96.0

MwZAA.png



Big thanks to GPow69 for doing a great job editing this theme!
 
Yay! But it looks broken. I'll have to look into this when I get home :unsure:

EDIT: I noticed it's on the graphics board too :s
 
It doesn't look as good as it does when it's not messed up :s

Will get to fixing it now.

This is what it should look like, and hopefully will after my fix is uploaded :V
 
What's the name of the images, maybe they are uploaded, but not displaying correctly for some other reason.
 
When I saved the page they showed up in my folder as .HTM files :s

main_block.png
menu_gfx.png
quickbuttons.png
submit_bg.png


The .htm files contain nothing but:

Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>

<meta http-equiv="Content-Type" content="text/html;charset=windows-1252">
</head><body>
<h1>Not Found</h1>
<p>The requested URL /Themes/Presence/css/main_block.png was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

<!-- This document saved from https://forums.themavesite.com/Themes/Presence/css/main_block.png -->
 
Mave said:
Seems like all the files are there.

faNOz.png

Mind opening the CSS and doing a ctrl+F for, idk, just "main_block" ? (No extension) then see if it has the .png extension in the css
 
Found this while searching 'main_'
Code:
background: #e3e9ef url(main_blo.png) no-repeat -10px -120px;

Corrected it to main_block.png

Still it ain't working yet :/
 
Mave said:
Found this while searching 'main_'
Code:
background: #e3e9ef url(main_blo.png) no-repeat -10px -120px;

Corrected it to main_block.png

Still it ain't working yet :/

main_block.png is used for quite a few things in the theme, I noticed.
That might have fixed it for a certain part of the theme but not others :s

If you want I can try yet another CSS fix and upload that?
 
Back
Top Bottom