•  » Utilisation
  •  » [1.7.0] modifier la taille d'un theme

#1 2007-05-18 22:45:53

kazeum
Membre
2007-05-06
13

[1.7.0] modifier la taille d'un theme

Bonjour, j'aurais aimé fixer la taille de ma gallery. largeur = 900 pix
J'aurais aimé savoir quel fichier modifier.
J'utilise le theme de base :)

merci

Hors ligne

#2 2007-05-20 21:33:12

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [1.7.0] modifier la taille d'un theme

Lien vers la galerie.


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#3 2007-05-29 22:09:05

kazeum
Membre
2007-05-06
13

Re: [1.7.0] modifier la taille d'un theme

http://www.carabin.fr/~photo//phpwebgallery/

En fait elle remplce une ancienne galerie qui etait faite avec coppermine. C'est pour ca qu'elle est bien remplie... mais pour l'instant mes utilisaterus n'ont pas le lien pour l'utiliser.

Et en fait je voudrais simplment que ca rentre dans le cadre en haut :)

Hors ligne

#4 2007-05-29 22:32:25

saimon
Membre
2006-12-04
367

Re: [1.7.0] modifier la taille d'un theme

il faut que tu rajoute ce code dans un fichier css:

Code:

#the_page {
margin:0 auto; /* pour centrer */
width:900px;
}

si tu ne veux modifier que ca, tu peux le faire dans le local_layout.css je crois (?)

Hors ligne

#5 2007-05-29 22:43:18

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [1.7.0] modifier la taille d'un theme

Solution:

#thePicturePage #the_page,
#theCategoryPage #the_page { width: 900px; margin: 0px auto; }

A ajouter en fin de ./template-common/local-layout.css
(Il n'existe pas? Ok, on le crée...)
8-)


Cependant...

Tout ça dessous, c'est franchement pas beau du tout:

<center>
<table width="100%" border="0" cellspacing="2" bgcolor="#FFFFCC">
  <tr>
    <td> </td>

    <td><table id="Tableau_01" width="889" height="110" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td rowspan="2">
            <a href="http://www.carabin.fr/"
                onmouseover="window.status='etudiant medecine creteil';  return true;"
                onmouseout="window.status='';  return true;">
                <img src="images/etudiant-medecine-creteil.gif" width="232" height="109" border="0" alt=""></a></td>
        <td rowspan="2">
            <a href="http://www.carabin.fr/"
                onmouseover="window.status='etudiant medecine creteil';  return true;"
                onmouseout="window.status='';  return true;">
                <img src="images/etudiant-medecine-cretei-03.gif" width="207" height="109" border="0" alt=""></a></td>
        <td colspan="3">

            <img src="images/Sans-titre-1_03.gif" width="223" height="79" alt=""></td>
        <td colspan="3">
            <img src="images/Sans-titre-1_04.gif" width="227" height="79" alt=""></td>
    </tr>
    <tr>
        <td>
            <a href="http://www.carabin.fr/">
                <img src="images/Sans-titre-1_05.gif" width="105" height="30" border="0" alt=""></a></td>
        <td>

            <a href="http://www.carabin.fr/modules.php?name=Forums">
                <img src="images/Sans-titre-1_06.gif" width="105" height="30" border="0" alt=""></a></td>
        <td colspan="2">
            <a href="http://www.carabin.fr/photo">
                <img src="images/Sans-titre-1_07.gif" width="105" height="30" border="0" alt=""></a></td>
        <td>
            <a href="http://www.carabin.fr/modules.php?name=Your_Account&op=logout">
                <img src="images/Sans-titre-1_08.gif" width="104" height="30" border="0" alt=""></a></td>
        <td>

            <img src="images/Sans-titre-1_09.gif" width="31" height="30" alt=""></td>
    </tr>
    <tr>
        <td>
            <img src="images/spacer.gif" width="232" height="1" alt=""></td>
        <td>
            <img src="images/spacer.gif" width="207" height="1" alt=""></td>
        <td>
            <img src="images/spacer.gif" width="105" height="1" alt=""></td>

        <td>
            <img src="images/spacer.gif" width="105" height="1" alt=""></td>
        <td>
            <img src="images/spacer.gif" width="13" height="1" alt=""></td>
        <td>
            <img src="images/spacer.gif" width="92" height="1" alt=""></td>
        <td>
            <img src="images/spacer.gif" width="104" height="1" alt=""></td>
        <td>

            <img src="images/spacer.gif" width="31" height="1" alt=""></td>
    </tr>
</table></td>
    <td></td>
  </tr>
</table>
</center>

Pour ceux qui ne me croiraient pas:

Result: 6 errors / 1 warning

line 44 column 27 - Error: element "CENTER" undefined
line 45 column 55 - Error: there is no attribute "BGCOLOR"
line 48 column 50 - Error: there is no attribute "HEIGHT"
line 54 column 84 - Error: there is no attribute "BORDER"
line 76 column 64 - Warning: cannot generate system identifier for general entity "op"
line 76 column 64 - Error: general entity "op" not defined and no default entity
line 76 column 66 - Error: reference to entity "op" for which no system identifier could be generated
line 76 column 63 - Info: entity was defined here

Et quand c'est pas moi qui le dit:

flipflip, dans un autre topic, a écrit:

Aïe ça pique les yeux .... Il faut savoir que les tableaux sont pour présenter des données tabulaire, un tableau en gros. Il est recommander d'utiliser les div, span et autre balise dédié au placement des objects dans une page web. ...

8-)


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#6 2007-05-30 00:58:28

kazeum
Membre
2007-05-06
13

Re: [1.7.0] modifier la taille d'un theme

merci !
1- De votre réponse.
2- De vos conseils.
En attendant de remettre ca au propre j'ai viré le tableau :)
J'ai ouvert la galerie au publique avec simplement qqs liens.

Tant pis si c'est pas le meme heauder que le site
le site: http://www.carabin.fr/
galerie photo : http://www.carabin.fr/~photo//phpwebgallery/

Hors ligne

  •  » Utilisation
  •  » [1.7.0] modifier la taille d'un theme

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2025 · Contact