Theme : Red it Random

Started by Ricky., September 08, 2011, 10:55:22 AM

Previous topic - Next topic

Boxer2

Hi there, first thanks for great loking theme. now i have a questin :)

Where can i change color of font in Info center on this theme, i have put in photo instead of default webbrick-2.png and i need to change font color so the text wil be vissible.

THNX for help
SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

Ricky.

#21
In your index.css (found under theme's css folder)

Find following


.roundframe
{
padding: 20px;
background: url("../images/theme/webbrick-2.png") repeat-x scroll 0 0 #D34040;
-moz-border-radius:15px;
border-radius: 15px;
-webkit-border-radius: 15px;
    margin: -25px auto auto;
}
.roundframe a:link, .roundframe a:visited, .roundframe a:active
{
color: #FFF;
}


Replace it :

{
padding: 20px;
background: url("../images/theme/webbrick-2.png") repeat-x scroll 0 0 #D34040;
-moz-border-radius:15px;
border-radius: 15px;
-webkit-border-radius: 15px;
    margin: -25px auto auto;
         color:#ccc;
}
.roundframe a:link, .roundframe a:visited, .roundframe a:active
{
color: #FFF;
}


In above code, change color part to anything you want.

Boxer2

SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

Boxer2

One question please...

Where can i change default color of font from this dark blue to another one ?? I have made this and now i cant find it :( :-[
SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

Ricky.

Can you show me screenshot.. which dark blue ?

Boxer2

Main font of entire forum, board titles etc... Child boards are in darkred but all others are dark blue, almost black but not black
SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

Sir Charles

Hi there,

I have a problem with using this theme with Simpleportal, on the portal page the block headers seem to be missing - because of this it is hard to see the font. I'd like them red the same with the rest of the forum, is there a way of getting this to work properly.
Many thanks in advance

-SC

Ricky.

@Boxer
Whats link to your site, I need to see your site.

@Sir Charles
Can you show us link to your site ?

Sir Charles

Hi Ricky,

japcarforum.com is the site in question.

Many thanks,

SC

Ricky.

In index.css for this theme. .
search for :
h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

Replace with :

h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
   background: #c40000;
}

Boxer2

Where can i change size of posting area??? Or make it bigger or add scroll, its to small and when posting text goes to invisible part of field....

SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

beanflying

#31
Quote from: Boxer2 on November 25, 2011, 03:51:09 PM
Where can i change size of posting area??? Or make it bigger or add scroll, its to small and when posting text goes to invisible part of field....

I fixed this on mine in the CSS a while back so I will find it and post up here  :)

Found it search for

input, button, select, textarea
{
font: 95%/115% verdana, Helvetica, sans-serif;
color: #000;
background:#fff;
border: 1px solid #7f9db9;
padding: 2px;
overflow:hidden;
}


Replace with

input, button, select, textarea
{
font: 95%/115% verdana, Helvetica, sans-serif;
color: #000;
background:#fff;
border: 1px solid #7f9db9;
padding: 2px;
overflow:visible;
}


Probably be best to change if there is a new version of this theme too  :)
Owner of many many shiny toys.

Boxer2

Thnx it helps..

Now i have another question...

How to swap places of signature and report field? I want to get signature on the end of post where now is reporting field and reporting field to bottom on place of signature

Here is a photo

SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

beanflying

Nothing to do with the theme so best asked as a separate topic if you can't find it in a search. My best guess would be have a look at the Display.template.php if you want to finding out where to do it.  :)
Owner of many many shiny toys.

Boxer2

#34
How can i add custom button for portal in menu???

I Have found in subs.php menu

'home' => array(
            'title' => $txt['home'],
            'href' => $scripturl,
            'show' => true,
            'sub_buttons' => array(
            ),

And i want to add button that will go to www.alfa-corse.com/web
SMF je zakon a zakon se mora poštivati.

www.alfisti.hr

Ricky.


Michael Pfaff

#36
Ricky., first, love this theme. Have been using it for our gaming site and it's doing great.

However, I've noticed a lot of SMF database errors and slow loading times. My server provider seems to think it's the theme I'm using for SMF.

Quote from: GoDaddyUpon testing of the site and forum through internal and external proxy connections the site loaded without issue, however the forum took awhile to load. Through third party tools it appears there may be an issue with the theme of the forum that may be causing problems.

Any insight into what might be causing this?

Our address is:

http://louisvillednd.com/forum

Ricky.

That is nice to know that you liked this theme.

A SMF theme can't cause load issue, still I tested it on slow connection to see how it loads on slower connection (assuming server is fine) , even on slow connection your site loaded instantly.

At the moment, your site is doing fine.. no issue visible as such.

Michael Pfaff

Quote from: Ricky. on December 20, 2011, 04:41:41 PM
That is nice to know that you liked this theme.

A SMF theme can't cause load issue, still I tested it on slow connection to see how it loads on slower connection (assuming server is fine) , even on slow connection your site loaded instantly.

At the moment, your site is doing fine.. no issue visible as such.

Yeah, most of the time it works great. Every now and then there is slow-down. I'm wondering if GoDaddy is just trying to pawn the issue off.

Ricky.

Quote from: Michael Pfaff on December 20, 2011, 04:43:49 PM
Yeah, most of the time it works great. Every now and then there is slow-down. I'm wondering if GoDaddy is just trying to pawn the issue off.

Its Godday, you should have mentioned that earlier.. lols..
And yes, you got it right, they always do that ie. to blame scripts for server faults.


Advertisement: