Color Line and menu displayable...

Started by Luciano-Biló, May 20, 2005, 11:14:55 PM

Previous topic - Next topic

Luciano-Biló

A question which is the code to change the bottom of the menu displayable and also the color in the index of you line her that they separate to the sections, categories, etc

[Unknown]

I don't understand you.  You should post in the language specific support board for the language you speak more comfortably.

-[Unknown]

[darksteel]

Quote from: Luciano-Biló on May 20, 2005, 11:14:55 PM
A question which is the code to change the bottom of the menu displayable and also the color in the index of you line her that they separate to the sections, categories, etc

Edit theme;
http://www.simplemachines.org/community/index.php?topic=32745.0

Smf have one support board in spanish language:
http://www.simplemachines.org/community/index.php?board=16.0

darksteel-




Luis "[darksteel]" Alvarado.
Spanish Support
¿Qué es el repair_settings?
No doy soporte por PM, publica tu duda en el foro y tendras respuestas mas rapidas.
My forum:
www.caamboard.com

Owdy

Quote from: Luciano-Biló on May 20, 2005, 11:14:55 PM
the color in the index of you line her that they separate to the sections, categories, etc

.catbg? In style.css?
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Luciano-Biló

It is that this it is the section it specifies, the translator also fails me (here I leave them the images just as me I want:

This is the current image:



I want to change it for this:



That of the color of you line them I have already repaired it ;)

Greetings

[Unknown]

select, option
{
   background: black;
}

-[Unknown]

Luciano-Biló

#6
Quote from: [darksteel] on May 23, 2005, 01:00:03 PM
Quote from: Luciano-Biló on May 20, 2005, 11:14:55 PM
A question which is the code to change the bottom of the menu displayable and also the color in the index of you line her that they separate to the sections, categories, etc

Edit theme;
http://www.simplemachines.org/community/index.php?topic=32745.0

Smf have one support board in spanish language:
http://www.simplemachines.org/community/index.php?board=16.0

darksteel-

But you help me when he/she comments you my problem for msn, I don't believe that they make it in the section in Spanish, I also told you that I had read that guide many times and I could not repair my problem. Equally Thank you  :)

[Unknown] This way it places the code, it is correct ?

Quote/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 8pt;
   font-weight: normal;
   color: #CFCFCE;
   font-family: Tahoma, arial, helvetica, serif;

select, option
{
   background: black;

Owdy

You miss closing tags... 
select
{
   font-size: 8pt;
   font-weight: normal;
   color: #CFCFCE;
   font-family: Tahoma, arial, helvetica, serif;
}
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Luciano-Biló

I have put that but it doesn't change me this:



I want to change it for this:



:P





Owdy

#10
option
{
   font-size: 8pt;
   font-weight: normal;
   color: white;
  background: black;
   
}

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Luciano-Biló


Advertisement: