Looking for help: Uniformizing the ScummVM webpages

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

The Wiki uses a slightly tweaked version of the default MediaWiki MonoBook skin. I put it into our Subversion repository now: http://scummvm.svn.sourceforge.net/view ... runk/skins
billwashere
Posts: 63
Joined: Sat Feb 14, 2009 8:43 am
Location: Australia

Post by billwashere »

Thanks for the fast reply.

What changes does the wiki need?
User avatar
criezy
ScummVM Developer
Posts: 951
Joined: Sat Sep 23, 2006 10:41 am
Location: West Sussex, UK

Post by criezy »

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
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

Thanks criezy, that's better than what I would have written :).

One further remark: I think it's better to base the layouts of the other sites on the layout of the *forum*, not the main site.
billwashere
Posts: 63
Joined: Sat Feb 14, 2009 8:43 am
Location: Australia

Post by billwashere »

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
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

Cool, I am trying to integrate it into the site now.

The reference to the atom/rss feeds will have to be removed, though :).
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

I put it online, but somehow the result is not quite as I would have expected... :)
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

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!
billwashere
Posts: 63
Joined: Sat Feb 14, 2009 8:43 am
Location: Australia

Post by billwashere »

This fixes the ie problem for the doxygen.
replace the scummvm.header with this.

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http&#58;//www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>ScummVM &#58;&#58; 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&#58;199px;"><img src="$relpath$images/logo.png" width="199" height="65" alt="ScummVM logo"></td>

    <td style="width&#58;80%; background-image&#58; url&#40;'$relpath$images/top_bg.png'&#41;; vertical-align&#58; middle; text-align&#58; left; white-space&#58;nowrap;">
      <a href="http&#58;//www.scummvm.org/" target="_parent">ScummVM website</a> - 
      <a href="http&#58;//forums.scummvm.org/" target="_parent">Forums</a> -
      <a href="http&#58;//www.scummvm.org/contact.php" target="_parent">Contact us</a> -
      <b><a href="http&#58;//www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d" target="_parent">Buy Supported Games</a></b>&nbsp;
	</td>
	
	<td style="background-image&#58; url&#40;'$relpath$images/top_bg.png'&#41;; vertical-align&#58; middle; text-align&#58; right; white-space&#58;nowrap;">

  <!-- new nav table -->

    <a href="http&#58;//buildbot.scummvm.org" target="_parent">BuildBot</a> -
    <a href="http&#58;//doxygen.scummvm.org" target="_parent">Doxygen</a> -
    <a href="http&#58;//planet.scummvm.org" target="_parent">Planet</a> -
    <a href="http&#58;//wiki.scummvm.org" target="_parent">Wiki</a>

  <!-- end of new nav table -->

    </td>

    <td style="width&#58;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&#58; 5px; padding-right&#58; 5px;">
        <tr>
          <td>
  
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

What problem does this fix, exactly?
billwashere
Posts: 63
Joined: Sat Feb 14, 2009 8:43 am
Location: Australia

Post by billwashere »

fingolfin wrote:What problem does this fix, exactly?
in the irc on the 29th nov

Image

it fixes that one.
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

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*
billwashere
Posts: 63
Joined: Sat Feb 14, 2009 8:43 am
Location: Australia

Post by billwashere »

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*
Yes, that's next on the list of things to do.

What I'm thinking about doing is using the template from the doxygen and adding a menu like the main site.
User avatar
Mustrum
Posts: 95
Joined: Wed Jan 28, 2009 2:06 pm
Location: Ankh-Morpork
Contact:

Post by Mustrum »

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)
Have you interest on this?
Image

with background color from content: tab_l.png &#8211; tab_r.png

with (alpha)transparent corner: tab_l_transparent.png &#8211; tab_r_transparent.png

In http://doxygen.scummvm.org/tabs.css editing the link color.

Code: Select all

div.tabs a&#58;link, div.tabs a&#58;visited,
div.tabs a&#58;active, div.tabs a&#58;hover
&#123;
	color&#58; #fff !important;
&#125;
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

Thanks! I tried that on the site, but the tabs don't look quite right... Any idea what might be causing that? :)
Post Reply