News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 147
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 136
Total: 136

Impact

Started by zarachrome, Jun 30, 13, 07:11:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zarachrome

Hi, you all  :)


I've searched, but I haven't found what I'm looking for.
I'm building my new photography site with Impact theme (very awesome theme), but although I can change the colors of menus, I can not make it with hover menus.
Could you help me to do this?


A picture:



Crip

#1
.. ??? i can't understand , what does it do?? 
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

zarachrome

Hello Crip;


I want to change the color to a dark blue, like the menu above the hover. Actually it is with the color you designed it, but I changed the menus, to accommodate to the web page.

Crip

#3
are the drop_names overlapping in yo language , or that text-shadow stuff?
ok ... i see now .. √ hang on..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

zarachrome

No. I only want to change the lilac color to a dark blue  :)

Crip

ok find: #topnav
ok find & replace:background: #44506e; & border-color:#4e6477;
put: background: #002142; & border-color:#1e4f78;

..it's like you could fix it like you want in this section.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

zarachrome

I'm going to try.
In 5 minutes I'll tell you if I am capable of that  ;D


Thank you.

Crip

..sure you can bro' ;)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

if needed , code un-compressed:

#toolbar {
background:url(../images/theme/toolbar.png) repeat-x;
height:60px;
border-radius:5px;
box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
padding:0 8px;
margin-top:.9em;
}


#topnav, #topnav ul {
margin:0;
padding:0;
z-index:1000;
}


#topnav li {
float:left;
margin:0;
padding:0;
position:relative;
list-style:none;
}


#topnav li a {
display:block;
line-height:60px;
padding:0 12px;
color:#ddd;
font-family:"Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
font-size:.9em;
letter-spacing:1px;
text-transform:uppercase;
text-decoration:none;
text-shadow:1px 2px 5px rgba(0, 0, 0, 0.6);
}


#topnav li a.active {
background:url(../images/id/navselect.png) top center no-repeat;
font-weight:bold;
text-shadow:0 0 10px #fff;
}


#topnav li a.active, #topnav li a:hover {
color:#fff;
}


#topnav li:hover>a {
color:#fff;
text-shadow:0 0 10px #fff;
}


#topnav li ul {
position:absolute;
width:200px;
top:-999em;
left:auto;
padding:5px 0;
background:#44506e;
border:1px solid #4e6477;
box-shadow:1px 2px 5px rgba(0, 0, 0, 0.6);
-moz-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.6);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}


#topnav li ul ul {
margin:0;
}


#topnav li li {
width:200px;
height:auto;
padding:0;
margin:0;
}


#topnav li li a {
display:block;
width:170px;
margin:0 5px;
padding:0 10px;
height:auto;
float:none;
line-height:30px;
font-size:.9em;
}


#topnav li li a:hover, #topnav ul li:hover>a {
background-color:#4b67a1;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}


#topnav li:hover ul {
left:0;
top:60px;
}


#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul {
top:-999em;
left:auto;
}


#topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul {
left:200px;
top:0;
}
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

zarachrome

Quote from: Crip on Jun 30, 13, 09:19:13 AM
ok find: #topnav
ok find & replace:background: #44506e; & border-color:#4e6477;
put: background: #002142; & border-color:#1e4f78;

..it's like you could fix it like you want in this section.


WOW!!!
You are great!!!  :2up:


Thank you very much Crip.
A first class support from you  :2up:

zarachrome

Look, it is here:
http://fotograncanaria.org/foro/index.php


Thank you very much once again  :taz:

Crip

glad we sorted it. :)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

Hi Crip awesome theme by the way. Can you tell me how to make it smaller as its massive on my site.

Crip

Quote from: alanrobinson on Jul 02, 13, 12:45:07 PM
Hi Crip awesome theme by the way. Can you tell me how to make it smaller as its massive on my site.

Hi,
Do you mean the overall Forum Width?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson


Crip

Find this in the ../../ css/index.css:
/* FORUM WIDTH */
.wrapper{margin:0 auto;width:95%;}


==>Add Like:

/* FORUM WIDTH */
.wrapper{margin:0 auto;width:75%;}


Width can be pixel or percentage : ( 1000px; / 80% )
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

Ok Crip let me try it. is your theme compatable with tiny portal as i want to use that to.

Crip

yes indeed ;)
   :wc:
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

Quote from: Crip on Jul 02, 13, 01:02:29 PM
yes indeed ;)
   :wc:

Thanks crip it worked. I have another minor problem. the text were it says Hello "username" does not show properly. see the attachment

Crip

Looks OK to me..? - i reckon your username is too long?

Pix:
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

is it possible to change the font at all Crip

Crip

yes you can , just find:
#userarea  => I used impact font , anything will work.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

cheers Crip i changed it arial and its spot on now

Crip

kool beans man.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

Ive seen alot of your theme's on smf website and have always liked your work.

Cheers for the great theme's my friend

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alanrobinson

ive just installed tiny portal and my site looks awesome now. Tinyportal fits with your themes perfectly

Crip

I'm glad it does!
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

zarachrome

Impact theme is amazing with Simple Portal too.
I'll post the URL again when my site is completely finished.
Thank again  :)