News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

[Theme] Saf Themes for 1.0.X

Started by forsakenlad, September 16, 2005, 02:31:17 PM

Previous topic - Next topic

Wages

Quote from: ruffiansb on December 29, 2005, 07:13:39 PM
Quote from: forsakenlad on December 18, 2005, 07:33:38 AM
Do you mean pink? I already have a red version installed I'll upload it after I maange to do the english buttons ;)

I love this theme!  I would be interested in a dark red/maroon color... any chance?   ;)

I would also be interested in a dark red/maroon color (something like 660000). Any chance on this?

Thanks!

hugocz

#321
Ok i installed version 1.1 RC2 today, seems they did some mirror changes, now in saf-orange in the reply window i have orange border over all smiles/bbcode icons, anyone know what line in the css file is this border to disable it ?

EDIT: Also pinned posts have grey bg+border now, and the 'new' icon have orange border too

Thanks

pushkin22

Add this to style.css


/* No image should have a border when linked */
a img{
border: 0;
}

EleRas

Hi,
Is it possible to add this inline-edit-stuff (which comes with 1.1 RC2) to this theme?
Thx & so long,
Florian

hugocz

Quote from: pushkin22 on January 02, 2006, 09:06:59 AM
Add this to style.css


/* No image should have a border when linked */
a img{
border: 0;
}


Thanks man that fixed the icons, cool :)

Now there one problem left,  each board i open, the table top(names) have grey background and border, and pinned posts too, see image below

http://wow.rytir.com/tmp/saforange001.jpg


pushkin22

Quote from: hugocz on January 02, 2006, 10:11:48 AM
Quote from: pushkin22 on January 02, 2006, 09:06:59 AM
Add this to style.css


/* No image should have a border when linked */
a img{
border: 0;
}


Thanks man that fixed the icons, cool :)

Now there one problem left,  each board i open, the table top(names) have grey background and border, and pinned posts too, see image below

http://wow.rytir.com/tmp/saforange001.jpg



Hmmm... Add the MessageIndex.template.php from RC1 to your Saf theme directory

Matt McFarland

#326
Quote from: pushkin22 on January 02, 2006, 11:42:58 AM
Quote from: hugocz on January 02, 2006, 10:11:48 AM
Quote from: pushkin22 on January 02, 2006, 09:06:59 AM
Add this to style.css


/* No image should have a border when linked */
a img{
border: 0;
}


Thanks man that fixed the icons, cool :)

Now there one problem left,  each board i open, the table top(names) have grey background and border, and pinned posts too, see image below

http://wow.rytir.com/tmp/saforange001.jpg



Hmmm... Add the MessageIndex.template.php from RC1 to your Saf theme directory
Hi!
Doesnt work because I installed the RC1 version into RC2 and I have the same problem..  However, thank you for the border fix!!!! :D

Stuart

Quote from: gm-net.net on December 30, 2005, 03:15:37 PM
Thank you Stuart, the bridge looks pretty good without the header image.

Cool  ;D

Matt McFarland

My sticky topics look ugly after installing RC2, I fixed the image border problem but I haven't found out what to do with the css file to remove the ugly grey backround.

Look here:
http://www.shmup-dev.com/index.php?board=20.0

Also the "Subject, started by, last post", etc have the ugly grey backround as well.

Does anyone know what I need to do to the style.css to fix this???

Thanks!!
-Matt

bhamm

#329
hello..

first of all.. fantastic job on the Saf themes! Yours and the SMFone themes are the best looking ones i've seen.

i'm running the 1.0.5 version, btw.. and have 2 1 questions

1.) i'm unable to find the file that handles the main toolbar/button bar (home | help | search | profile.. etc). I'd like to put in some white space below the bar, to help separate it from the rest of the page (it's crowding the stuff below it more than i'd like)

2.) i have the opposite problem with the news fader. It appears there is an empty line both above and below my news headlines. Is there a way to lessen the amount of white space there? Fixed this one myself.. 

thanks in advance..
Brian Hamm - Tech Advisor/Problem Solver
Program Director, hxxp:ideastorm.com/forums [nonactive]
President, hxxp:planomug.com [nonactive]
MIS Manager, Rx Worldwide Meetings
Blog: hxxp:www.ideastorm.com/blog [nonactive]

Solarise Pablo

Forum is all done my end..just a point mate..
The 2nd table underneath that says 'smf-Just Installed' can I get rid of it or is it needed? or can I use this space to add stuff?
http://www.ankdancemusic.co.uk/forum/index.php [nofollow]

Paul

Bubbasoft

I have found a quick fix for the gray color of sticky cells, etc...

Open style.css and search:

.windowbg2
{
color: #000000;
background-color: #F5F5F5;
}


After that write:

.windowbg3
{
color: #000000;
background-color: #F0F0F0;
}


Search:

.catbg, .catbg2
{
font-weight: bold;
background-color: #EEEEEE;
color: #000000;
}


And replace for:

.catbg, .catbg2, .catbg3
{
font-weight: bold;
background-color: #EEEEEE;
color: #000000;
}


The problem is that windowbg3 and catbg3 aren't defined on the css file.

Hope help you and sorry for my english.

Deaks

Quote from: Solarise Pablo on January 04, 2006, 06:15:50 AM
Forum is all done my end..just a point mate..
The 2nd table underneath that says 'smf-Just Installed' can I get rid of it or is it needed? or can I use this space to add stuff?
http://www.ankdancemusic.co.uk/forum/index.php

Paul

1 you are using Blocs Helios Multi :)
2 You are talking about news fader.

go to Admin, Current Theme Settings and scroll for Enable News and remove the tick from the tick box
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

shark

Yo, hope to see the an upgrade of this good theme, which is fully compatible with RC2.
I'm not going to upgrade my RC1 until this theme releases an upgrade  :P

hugocz


Stuart

#335
Quote from: bhamm on January 03, 2006, 10:20:21 PM
hello..

first of all.. fantastic job on the Saf themes! Yours and the SMFone themes are the best looking ones i've seen.

i'm running the 1.0.5 version, btw.. and have 2 1 questions

1.) i'm unable to find the file that handles the main toolbar/button bar (home | help | search | profile.. etc). I'd like to put in some white space below the bar, to help separate it from the rest of the page (it's crowding the stuff below it more than i'd like)

2.) i have the opposite problem with the news fader. It appears there is an empty line both above and below my news headlines. Is there a way to lessen the amount of white space there? Fixed this one myself.. 

thanks in advance..

You can try index.template.php (bottem of the page) and look for:   :-\

// Show the menu up top.  Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;

// Show the [home] and [help] buttons.
echo '
<a href="'
, $scripturl, '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/home.gif" alt="' . $txt[103] . '" style="margin: 2px 0;" border="0" />' : $txt[103]), '</a>', $context['menu_separator'], '
<a href="'
, $scripturl, '?action=help" target="_blank">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/help.gif" alt="' . $txt[119] . '" style="margin: 2px 0;" border="0" />' : $txt[119]), '</a>', $context['menu_separator'];




Alternatively, you can possibly change the settings in style.css :-\

Look for:

Quote/* The header part of the forum. */

.header
{
        background-image: url(images/top_bg.gif);
        padding: 0px 8px 0px 8px;
        width: 760px;
        height: 90px;
        text-align: left;
        font-family: Verdana, Arial, sans-serif;
        font-size: 24px;
        color: white;
        font-weight: 550;
}

/* The header part of the forum. */

.headerdown
{
        background-color: #F5F5F5;
        padding: 4px 0px 4px 8px;
        border: #D0D0D0;
   border-style: solid;
   border-left-width: 0px;
        border-top-width: 1px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        font-size: 11px;

autogespot.com

I'm also hoping that the creator will make a RC2 upgrade :) And especially the orange one, then i can use it for the World Cup of football ( Holland ;) )

Greetings :)

marinkov

Quote from: autogespot.com on January 05, 2006, 04:36:43 PM
I'm also hoping that the creator will make a RC2 upgrade :) And especially the orange one, then i can use it for the World Cup of football ( Holland ;) )

Greetings :)

I hope for the RC2 upgrade too :)

forsakenlad

I was away for the last week and had very limited computer access. I am planning to release a RC2 version and also a RC2 updater mod to make sure you guys don't lose your custom modifications to the theme ;)
Eren "forsakenlad" Yaşarkurt
SMF Friend & Former Team Member

shark

Quote from: forsakenlad on January 06, 2006, 07:08:47 AM
I was away for the last week and had very limited computer access. I am planning to release a RC2 version and also a RC2 updater mod to make sure you guys don't lose your custom modifications to the theme ;)

RC2 updater mod!!! Oh man, that will be great!!! :D

Advertisement: