Hacer mi propia plantilla de PHPBB PROBLEMA!

  • Vidda
  • Beginner
  • Beginner
  • No Avatar
  • Registrado: Ene 22, 2004
  • Mensajes: 42
  • Status: Offline

Nota Febrero 12th, 2004, 8:24 pm

http://olddh.com/~anotherf/phpbb/portal.php

Bueno, esta plantilla ha sido totalmente realizados por mí, sobre la base de la plantilla subsilver. Ver las tablas de color plata? Hay muchos de ellos, así, cambiar el tamaño de la imagen de fondo. Como se puede ver la imagen bg y la tabla no tiene el mismo tamaño. He intentado cambiar el tamaño de todas las mesas que utilizan la imagen de fondo de plata, pero sólo unos pocos fueron correctamente el tamaño. Quiero cambiar el tamaño de todos ellos, pero no sé cómo! (I buscó el tamaño "28" en cada archivo de plantilla. 28 es el tamaño original de los cuadros)

¿Podría alguien ayudarme? Por favor? ¿Existe una manera más fácil? ¿O me olvidé de hacer algo? Cualquier ayuda, por favor!

Me siento muy perfectionnist, y quiero que todos los cuadros de tamaño antes de morir! :banghead:
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Febrero 12th, 2004, 8:24 pm

  • b_heyer
  • Web Master
  • Web Master
  • Avatar de Usuario
  • Registrado: Jun 15, 2003
  • Mensajes: 4583
  • Loc: Maryland
  • Status: Offline

Nota Febrero 12th, 2004, 9:07 pm

usted quiere decir que usted quiere los bares de plata para que lo incluya como 2 px brecha también?

¿No está seguro de que la captura ya...
Pixel Acres V2
  • Vidda
  • Beginner
  • Beginner
  • No Avatar
  • Registrado: Ene 22, 2004
  • Mensajes: 42
  • Status: Offline

Nota Febrero 12th, 2004, 9:31 pm

No, quiero que todos los bares de plata para tener 17 píxeles de alto en lugar de 28 píxeles de alto. A continuación, el fondo se encajan perfectamente con la mesa.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Registrado: Feb 10, 2004
  • Mensajes: 13458
  • Loc: Florida
  • Status: Offline

Nota Febrero 14th, 2004, 8:57 am

ok im salir en una extremidad, :wink: pero intenta abrir en Bloc de notas, pulse Ctrl + H, una vez que la herramienta viene sustituir hasta pasta de altura: 28px; en encontrar lo que el campo, y la altura: 17px; en sustituir con el campo, asegúrese de partido es un caso de comprobarse, y haga clic en sustituir todos. sólo para estar seguro de identificación que hagan lo mismo con la altura: 28px;
Strong with this one, the sudo is.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Registrado: Feb 10, 2004
  • Mensajes: 13458
  • Loc: Florida
  • Status: Offline

Nota Febrero 14th, 2004, 9:04 am

Al ver el código fuente para el enlace que he encontrado a disposición de estas líneas,
Código: [ Select ]
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
            background-image: url(templates/subSilver/images/cellpic1.gif);
            background-color:#D9D9D9; border: #; border-style: solid; height: 28px;
}[/b]
  1. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  2.             background-image: url(templates/subSilver/images/cellpic1.gif);
  3.             background-color:#D9D9D9; border: #; border-style: solid; height: 28px;
  4. }[/b]
Código: [ Select ]
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
    font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
  1. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  2.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  3. }
Puede que somthing a hacer con él?
Strong with this one, the sudo is.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Registrado: Feb 10, 2004
  • Mensajes: 13458
  • Loc: Florida
  • Status: Offline

Nota Febrero 14th, 2004, 9:14 am

y éstos, a
Quote:
templates / subSilver / subSilver.css

Código: [ Select ]
/* Header cells - the blue and silver gradient backgrounds */
th    {
    color: #FFA34F; font-size: 11px; font-weight : bold;
    background-color: #006699; height: 28px;
  1. /* Header cells - the blue and silver gradient backgrounds */
  2. th    {
  3.     color: #FFA34F; font-size: 11px; font-weight : bold;
  4.     background-color: #006699; height: 28px;
Código: [ Select ]
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
    background-image: url(images/cellpic1.gif);
            background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  1. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  2.     background-image: url(images/cellpic1.gif);
  3.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
Código: [ Select ]
td.cat,td.catHead,td.catBottom {
    height: 28px;
  1. td.cat,td.catHead,td.catBottom {
  2.     height: 28px;
Código: [ Select ]
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
    font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  1. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  2.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
Strong with this one, the sudo is.

Publicar Información

  • Total de mensajes en este tema: 6 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 92 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC