Looking for help: Uniformizing the ScummVM webpages
Moderator: ScummVM Team
-
- Posts: 63
- Joined: Sat Feb 14, 2009 8:43 am
- Location: Australia
As mentionned by fingolfin, the current ScummVM wiki skin is based on the MonoBook skin (included in the WikiMedia package by default). The modifications are very small (mainly placement and size of the ScummVM logo). It would be possible to improve a bit by modifying this skin, but it has limited possibilities. If you want to make a lot of modifications, it might be easier/better to write one from scratch.
There are a lot of material on the net that might help you. For example:
http://www.mediawiki.org/wiki/Manual:Skins
http://www.wikihow.com/Create-a-MediaWi ... om-Scratch
There are a lot of material on the net that might help you. For example:
http://www.mediawiki.org/wiki/Manual:Skins
http://www.wikihow.com/Create-a-MediaWi ... om-Scratch
-
- Posts: 63
- Joined: Sat Feb 14, 2009 8:43 am
- Location: Australia
ScummVM Doxygen Update
Version 1.2
Changes to scummvm.header and scummvm.footer
-Redesigned: made it look like forums
-removed unwanted images
-changed css
Fixed Problem
-All problems fixed
You can download the changes here -
http://rapidshare.com/files/312802425/doxygen-1.2.zip
Version 1.2
Changes to scummvm.header and scummvm.footer
-Redesigned: made it look like forums
-removed unwanted images
-changed css
Fixed Problem
-All problems fixed
You can download the changes here -
http://rapidshare.com/files/312802425/doxygen-1.2.zip
Found the problem, scummvm.css was not loaded in the header file. Now it works and you can check it out on http://doxygen.scummvm.org/.
Thanks a lot!
Thanks a lot!
-
- Posts: 63
- Joined: Sat Feb 14, 2009 8:43 am
- Location: Australia
This fixes the ie problem for the doxygen.
replace the scummvm.header with this.
replace the scummvm.header with this.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ScummVM :: Doxygen</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="$relpath$doxygen.css" type="text/css">
<link rel="stylesheet" href="$relpath$tabs.css" type="text/css">
<link rel="stylesheet" href="$relpath$scummvm.css" type="text/css">
</head>
<body>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td style="width:199px;"><img src="$relpath$images/logo.png" width="199" height="65" alt="ScummVM logo"></td>
<td style="width:80%; background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: left; white-space:nowrap;">
<a href="http://www.scummvm.org/" target="_parent">ScummVM website</a> -
<a href="http://forums.scummvm.org/" target="_parent">Forums</a> -
<a href="http://www.scummvm.org/contact.php" target="_parent">Contact us</a> -
<b><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d" target="_parent">Buy Supported Games</a></b>
</td>
<td style="background-image: url('$relpath$images/top_bg.png'); vertical-align: middle; text-align: right; white-space:nowrap;">
<!-- new nav table -->
<a href="http://buildbot.scummvm.org" target="_parent">BuildBot</a> -
<a href="http://doxygen.scummvm.org" target="_parent">Doxygen</a> -
<a href="http://planet.scummvm.org" target="_parent">Planet</a> -
<a href="http://wiki.scummvm.org" target="_parent">Wiki</a>
<!-- end of new nav table -->
</td>
<td style="width:20px;"><img src="$relpath$images/curve_tr.png" width="20" height="65" alt="curved edge"></td>
</tr>
<!-- top logo, navbar ends here, now on to the main forum body -->
<tr bgcolor="#fbf1ce">
<td colspan="4">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-left: 5px; padding-right: 5px;">
<tr>
<td>
-
- Posts: 63
- Joined: Sat Feb 14, 2009 8:43 am
- Location: Australia
I see! Thanks, applied. Let's hope that's all now (except maybe for touching up the looks of the tabs on e.g. http://doxygen.scummvm.org/classes.html, which are all blueish right now, wheres we usually use only red-green-yellow for colors). Alas, this is a minor issue at most.
Now maybe I can interest you in taking a look at a MediaWiki theme for our Wiki? *g*
Now maybe I can interest you in taking a look at a MediaWiki theme for our Wiki? *g*
-
- Posts: 63
- Joined: Sat Feb 14, 2009 8:43 am
- Location: Australia
Yes, that's next on the list of things to do.fingolfin wrote:I see! Thanks, applied. Let's hope that's all now (except maybe for touching up the looks of the tabs on e.g. http://doxygen.scummvm.org/classes.html, which are all blueish right now, wheres we usually use only red-green-yellow for colors). Alas, this is a minor issue at most.
Now maybe I can interest you in taking a look at a MediaWiki theme for our Wiki? *g*
What I'm thinking about doing is using the template from the doxygen and adding a menu like the main site.
Have you interest on this?fingolfin wrote:(except maybe for touching up the looks of the tabs on e.g. http://doxygen.scummvm.org/classes.html, which are all blueish right now, wheres we usually use only red-green-yellow for colors)
with background color from content: tab_l.png – tab_r.png
with (alpha)transparent corner: tab_l_transparent.png – tab_r_transparent.png
In http://doxygen.scummvm.org/tabs.css editing the link color.
Code: Select all
div.tabs a:link, div.tabs a:visited,
div.tabs a:active, div.tabs a:hover
{
color: #fff !important;
}