News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

Luxemburgues (Now updated for SMF 2.0 Gold)

Started by rjckE, November 28, 2009, 12:27:53 PM

Previous topic - Next topic

navjotjsingh

Ok found the fix for it...

Open themes/Luxemburgues_2/css/index.css

find this line:


h4.titlebg img.icon
{
   float: left;
   margin: 5px 8px 0 0;
}


and after this paste the following code:


div.cat_bar
{
   background: url(../images/theme/main_block.png) no-repeat 0 -160px;
   padding-left: 9px;
   overflow: hidden;
}
div.title_bar
{
   background: url(../images/theme/main_block.png) no-repeat 0 -200px;
   padding-left: 9px;
   overflow: hidden;
}
div.title_barIC
{
   background: url(../images/theme/main_block.png) no-repeat 0 -120px;
   padding-left: 9px;
   overflow: hidden;
}


And now save the new index.css file.

This should fix the border problem occuring in SMF 2.0RC3. :)

Core7

cuando estara listo para la version rc4??


saludos
SMF 2.0.4 Obtén el mejor Hosting semi-primiun totalmente gratis. gratishttp://api.hostinger.com.ar/redir/1294621

rjckE

Hello Luxemburgues lovers... i'm updating the theme for RC3 and RC4... Stay tuned! :)

diegog

Quote from: rjckE on November 30, 2010, 04:02:24 PM
Hello Luxemburgues lovers... i'm updating the theme for RC3 and RC4... Stay tuned! :)

thks man!  ;D

shumilica

We are still staying tuned :)
Today, if you're not confused it means you're not thinking clear!

Neela

Hmm what exactly isn't working?

I'm still using the RC2 Theme along with the modification navjotjsingh posted (Thanks for that btw!!!) and I can't see any problems so far...

diegog

In SMF 2 RC5 the theme is wrong



is constricted  :'(

Neela

If that's the only thing that is wrong for you I can tell you that is not a bug. I think it was intended by the author.

Edit the index.css at approximately line 24

There should be something like


body
{
...
   padding: 15px 5%;
}


replace the 5% by 0


body
{
...
   padding: 15px 0;
}


Then the board should use up all the horizontal space available.

diegog

#28
thks!; it work

but i have new problems

in Spanish in a category forum



the text is moved  :-\

Neela

#29
One possibility would be to make the text in the category heading smaller...


.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
    background: url("../images/theme/main_block.png") no-repeat scroll -10px -160px transparent;
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}


in the index.css

Change the line
font-size: 1.1em;
to a lower value.

Another way would be to increase the column width of that column

However I think this is set in one of the templates. Probably "Recent.template.php". Since this is not part of the Luxemburgues theme so far you'd have to copy the file from the default theme and modify the occurrences of width="14%" to something bigger.

Always keep a copy of the original file if you're going to change something in the templates in case something goes wrong.

The last way I could think of to change this is to replace the word "Respuestas / Visitas" by something shorter in the Spanish translation file/database where ever this is stored.


Btw... Why do I always have to enter this stupid Captcha code when I write an answer oder modify one :(

Neela

Actually there is an even better solution.

find
table.table_grid thead tr.catbg th.smalltext
{
   white-space: nowrap;
}


in your index.css
and add
table.table_grid thead tr.catbg th
{
    white-space: nowrap;
}


right afterwards.

shumilica

#31
Now that 2.0 final has been rolled out maybe you'll consider  and make a little time to update this theme? I'm still using it and because of this I have SMF 2.0 RC2 :(

I'll consider a small donation for a little impulse from me :)

Thanks!
Today, if you're not confused it means you're not thinking clear!


Advertisement: