Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Danca problem (Panel white letters)

Hello! I have a problem and dont know how to fix. I want to install Dance Theme in my forum but when is ready to use cant read the "control panel" because is white!

I search in custom CSS and try to change to black for example only for try to see is fixed or not.. But i change others zones xD "the active online box for example" haha (Is fixed now) but i cant fix the top panel.

thanks!

Bueno, como veo que hay gente que habla mi idioma y yo el ingles no lo domino nada... lo que quiero es cambiar las letras blancas a otro color que permita ser leido. En el custom CSS del theme, he buscado, pero nada, no logro encontrar donde se hubican esos botones. He mirado con Firebug y tampoco doy con ellos.

¿Puede que haya que cambiarlos en el dashboard/Desing/styles.css?

Gracias!

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited February 2013

    I did not make this theme, but anyway, these control the style of those messages ,meta ese código en el custom.css de ese tema .

    .DismissMessage.Warning {
    background: white;
    border: 2px solid #222;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    }
    
    .DismissMessage {
    background: white;
    border: 2px solid #222;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    }
    .Warning {
    background: white;
    border: 2px solid #222;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    text-align: center;
    }
    
  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited February 2013

    @Konquet

    creo que su problema es que ese tema le faltan algunas cosas y se las va a tener que meter usted. si gusta un usuario de aquí usa ese tema y le podrá ayudar en español

    y si no copie su código de el al suyo

    http://www.poreltube.net

    si no es problema , ayudaría si proporciona un enlace al problema

  • Options
    KonquetKonquet ✭✭
    edited February 2013

    @vrijvlinder

    Nice try! But dont fix my problem. I dont want change the colour from "warning message".

    My problem is.. "Panel, PMs box, Log out, Activity" is in white and cant read. I need closed my nose to screem for read :D

    Bueno, que no puedo leer los accesos al Panel, Mensajes privados, log in, actividad. Por que estan de color blanco y el fondo es similar. Asi que quiero cambiarlos de color, pero no encuentro donde se accede a cambiarlos. Para probar con que color quedan bien.

    Gracias

    < a class="" href="/foro/dashboard/settings">Panel< /a>

    I need change this to other colour.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    El menu esta mal y se pierde en esa caja. Ahi no debe de estar. Necesito enlace a su sito para ver el problema y ayudar mejor. Si no solo estoy adivinando . Gracias

    todo eso se cambia en el custom.css, utilice la extension para navegador firebug y con eso puede encontrar como arreglar todo.

  • Options
    KonquetKonquet ✭✭
    edited February 2013

    Problem fixed :D

    Here is the code :

    `.Button {
    padding: 3px 3px 3px 3px;
    }

    Menu li {

    margin: -10px 0px 0 0;

    68 - 72 line in CSS custom.`

    ¿How to paste a code? :/

    Now i see for more edits to my forum. Thanks a lot for the time and the help!

Sign In or Register to comment.