PDA

View Full Version : Greyish template for phpraider


semperdanica
04-09-2007, 02:21 AM
Some wanted med to redo the template/color-scheme i did for the beta version of phpraider, so i did.

Pics:
http://sdmmo.dk/phpraiderlayout1.jpg
http://sdmmo.dk/phpraiderlayout2.jpg

Download:
http://sdmmo.dk/style.rar

How-to:
0. Back-up stylesheet.css and menu.css from phpraiderdir\templates\default\style
1. Download the style.rar
2. Unpack the stylesheet.css and menu.css to phpraiderdir\templates\default\style
3. Fire up your favorite browser and look at the result.

3?. Give a reply on your thoughts :-)

//- Earthhoof

Dimitri
04-09-2007, 04:06 PM
Great template, perfect for my site's look and feel!

http://www.youarenotprepared.com

vurna
05-25-2007, 09:22 AM
Hi,

Looks nice! :)
Does these templates work cross version? RC8 etc.

Vanterax
05-25-2007, 10:33 AM
Does these templates work cross version? RC8 etc.


For the most part, yes. However, roles styles are now part of the configuration and not stores in CSS stylesheets anymore. So while you can get the template to work, roles styles have to be configured seperately.

I based our template off this one and modified it to give this result:
http://www.wowsovguard.com/phpraider/

SpiffyJr
05-25-2007, 01:50 PM
Does these templates work cross version? RC8 etc.


For the most part, yes. However, roles styles are now part of the configuration and not stores in CSS stylesheets anymore. So while you can get the template to work, roles styles have to be configured seperately.

I based our template off this one and modified it to give this result:
http://www.wowsovguard.com/phpraider/


That's so sweet looking ;D

semperdanica
06-04-2007, 09:07 AM
i'm glad some of you like it :)

I'll make a full working update for the RC8 soon.

avaeth
06-13-2007, 07:43 AM
i'm glad some of you like it :)

I'll make a full working update for the RC8 soon.


GOGOGOGOGOGO - big NEEEEEEEEEEEEEEEED! ;)

olahren
07-09-2007, 05:44 AM
Make a 1.0 gold version! :D

Rahtak
07-09-2007, 06:16 AM
I edited 1.0.0 to reflect the greyish style. look good for me.

djuplift
07-11-2007, 01:41 PM
tried these they seem to work, however all my links turn white with the rest of the text is there an easy to fix that< It makes somewhat tricky to tell the links apart form the regular text.

http://www.nethergard.com/phpraider/index.php

Natherul
07-19-2007, 02:58 PM
might be just me but the link seems broken.... :(

Rahtak
07-19-2007, 03:30 PM
for link color edit those in the stylesheet.css

/* need to be at the bottom */
a:link,a:active,a:visited {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#ffffff;
}

change the color to what you want #ffffff is white

Sieger
07-20-2007, 10:36 AM
Link broken! please repost :D

Vanterax
07-20-2007, 10:45 AM
tried these they seem to work, however all my links turn white with the rest of the text is there an easy to fix that< It makes somewhat tricky to tell the links apart form the regular text.

http://www.nethergard.com/phpraider/index.php


You seem to have made the links as part of the announcement text. You should edit header.tpl instead so your links stay on the page regardless where the user is. Right now, users will see your links on the main calendar page only.

Rahtak
07-20-2007, 11:42 AM
download the 2 files from my post a few post up