News:

Wondering if this will always be free?  See why free is better.

Main Menu

OverView | OverViewLight

Started by Bikken, October 06, 2007, 10:25:00 AM

Previous topic - Next topic

Bikken

Link to the theme



OverView is a darker/orange looking theme for SMF. OverViewLight is a light version of this theme.

http://demo.dzinerstudio.com

ormuz



dico

great theme...one question

where would i go to change the bold text of any pinned topics? its hard to seperate whats pinned and what isnt

Bikken

Thanks  :)

Quote from: dico on October 06, 2007, 07:35:47 PM
great theme...one question

where would i go to change the bold text of any pinned topics? its hard to seperate whats pinned and what isnt

Change the colors of standard links. In style.css :

/* Normal, standard links. */
a:link
{
color: #808080;
text-decoration: none;
}
a:visited
{
color: #757575;
text-decoration: none;
}
a:hover
{
color: #ccc;
}

trenchteam

Definitely a good looking theme. Would like more color variations however.  Black on Black, Grey, Dark Blue, Green....  You know?? ;D ;D

dico

Quote from: Bikken on October 07, 2007, 12:32:40 PM
Thanks  :)

Quote from: dico on October 06, 2007, 07:35:47 PM
great theme...one question

where would i go to change the bold text of any pinned topics? its hard to seperate whats pinned and what isnt

Change the colors of standard links. In style.css :

/* Normal, standard links. */
a:link
{
color: #808080;
text-decoration: none;
}
a:visited
{
color: #757575;
text-decoration: none;
}
a:hover
{
color: #ccc;
}


thnx but that'll affect the regular topic links too

i want to just target the pinned topic links

Roger Rabbit

can we have the .psd file for the logo please.? thanks in advance...

Bikken

Quote from: dico on October 07, 2007, 09:56:19 PM
Quote from: Bikken on October 07, 2007, 12:32:40 PM
Thanks  :)

Quote from: dico on October 06, 2007, 07:35:47 PM
great theme...one question

where would i go to change the bold text of any pinned topics? its hard to seperate whats pinned and what isnt

Change the colors of standard links. In style.css :

/* Normal, standard links. */
a:link
{
color: #808080;
text-decoration: none;
}
a:visited
{
color: #757575;
text-decoration: none;
}
a:hover
{
color: #ccc;
}


thnx but that'll affect the regular topic links too

i want to just target the pinned topic links

What you can do is upload a copy of MessageIndex.template file from your default theme in OverView folder. Then open the file and search for this (around line 214):

</td>
<td class="windowbg' , !empty($settings['seperate_sticky_lock']) && $topic['is_sticky'] ? '3' : '' , '" valign="middle" ', (!empty($topic['quick_mod']['remove']) ? 'id="topic_' . $topic['first_post']['id'] . '" onmouseout="mouse_on_div = 0;" onmouseover="mouse_on_div = 1;" ondblclick="modify_topic(\'' . $topic['id'] . '\', \'' . $topic['first_post']['id'] . '\', \'' . $context['session_id'] . '\');"' : ''), '>';


and replace with (or just change the "3" to "4"):
</td>
<td class="windowbg' , !empty($settings['seperate_sticky_lock']) && $topic['is_sticky'] ? '4' : '' , '" valign="middle" ', (!empty($topic['quick_mod']['remove']) ? 'id="topic_' . $topic['first_post']['id'] . '" onmouseout="mouse_on_div = 0;" onmouseover="mouse_on_div = 1;" ondblclick="modify_topic(\'' . $topic['id'] . '\', \'' . $topic['first_post']['id'] . '\', \'' . $context['session_id'] . '\');"' : ''), '>';


Then add this somewhere in your style.css:
.windowbg4
{
padding: 5px;
background-color: yellow;
}
.windowbg4 a:link
{
      color: red;
}


Change colors to whatever you like.

Bikken

Quote from: Roger Rabbit on October 11, 2007, 03:58:45 AM
can we have the .psd file for the logo please.? thanks in advance...

I uploaded the logo.zip to the theme downloads on this site.

Sulgicur

This is a fabulous theme. One question > how do I expand the width of the forum itself. A lot of my members are complaining that the margins are too large.

Thanks!

Bikken

Hi, you can change the width in style.css. Search for this:
div#container
{
width:950px;
margin:0px auto 20px auto;
}


and change 950px to what you like. Use either px or %.

Sulgicur

Ok, I got there but not using that method. I did something with padding in the style script, I think. God knows.

Anyway, one last thing to make it all together ace would be to align the logo right and the login and welcome to the left. I've tried changing the alignment in the style.css and all though it looks fine in the preview, it doesn't then translate on to the forum itself. Any ideas?

Thanks a lot!

m@d

I like this theme, but i have got a bug in IE6 in bottom right and header right.

Here is a screen from the bottom right

[nofollow]

In firefox2 there is such no Problem

Phil Serna

#14
Nice theme.

I would like to use it, but also wanna include the tinyportal. How do i do this?
www.misc-content.com
Helping you get through your work day.

nick09

Quote from: Phil Serna on October 31, 2007, 09:25:23 AM
Nice theme.

I would like to use it, but also wanna include the tinyportal. How do i do this?

you have to install tinyportal.

but i don't know where to get it though sorry.

Phil Serna

^ Getting the help now. Thanks for the reply.

-Phil.
www.misc-content.com
Helping you get through your work day.

Bikken

m@d, did you edit the theme or something? I don't see such an error in IE 6.

m@d

#18
No dont edit something in the theme

LinkinParkBoy

I installed the mods Smf Arcade 2.0.11 and the User Control painel in this Theme Overview

But when i want put them working, dont show the left and right blocs on Tiny Portal, only shows the article in the middle. Why?  :'(


Ty  :)

Advertisement: