Résolu Modification taille catégorie xenforo

MILOU'ES

Membre
Inscription
25 Avril 2015
Messages
1 385
Réactions
346
Points
2 288
Yep je voudrais modifiez la taille de ceci
> <
Pour que mon fa ne soit pas coupez :p
Réduire la taille du fa ne sert à rien après il est trop petit ;)
Comment faire merci ;)
 

MILOU'ES

Membre
Inscription
25 Avril 2015
Messages
1 385
Réactions
346
Points
2 288
Salut, direction la template EXTRA.CSS, et tout en bas tu met ce code :

Code:
.nodeList .categoryStrip {
height: 60px !important;
}

Modifie le nombre 60 par le nombre que tu veux :)
Je t'aime et petit question je fait comment pour que le rouge soit le ccarer et écriture blanche je trouve pas le code ^^
Merci :love:
 

Zero.

Premium
Inscription
26 Décembre 2011
Messages
3 654
Réactions
1 317
Points
6 055
Désoler je débute ;) sur xenforo
T'inquiète, et non je veux ton code CSS,
Va dans la template thread_prefixes.css
Tu cherches (en faisant CTRL+F) : prefixImportant
Moi le code de mon prefixe important cest tout ça :
Tu me donnes ton code à toi :)
(Copie le ici, comme ça je te le modifie directement)
 

MILOU'ES

Membre
Inscription
25 Avril 2015
Messages
1 385
Réactions
346
Points
2 288
T'inquiète, et non je veux ton code CSS,
Va dans la template thread_prefixes.css
Tu cherches (en faisant CTRL+F) : prefixImportant
Moi le code de mon prefixe important cest tout ça :
Tu me donnes ton code à toi :)
(Copie le ici, comme ça je te le modifie directement)
Mdr je l'avais fait mais je les supprimer tien ;) merci vraiment :)
Il y est pas :mmh:
HTML:
.prefix
{
    @property "titlePrefix";
    background: transparent url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
    padding: 0px 6px;
    margin: -1px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    @property "/titlePrefix";
}

a.prefixLink:hover
{
    text-decoration: none;
}

a.prefixLink:hover .prefix
{
    @property "titlePrefixHover";
    color: @primaryMedium;
    text-decoration: none;
    background-color: @primaryLightest;
    padding: 0 6px;
    border: 1px solid @primaryLighter;
    @property "/titlePrefixHover";
}

.prefix a { color: inherit; }

.prefix.prefixPrimary    { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighterStill; }
.prefix.prefixSecondary  { color: @secondaryDark; background-color: @secondaryLighter; border-color: @secondaryLighter; }

.prefix.prefixRed        { color: white; background-color: red; border-color: #F88; }
.prefix.prefixGreen      { color: white; background-color: green; border-color: green; }
.prefix.prefixOlive      { color: black; background-color: olive; border-color: olive; }
.prefix.prefixLightGreen { color: black; background-color: lightgreen; border-color: lightgreen; }
.prefix.prefixBlue       { color: white; background-color: blue; border-color: #88F; }
.prefix.prefixRoyalBlue  { color: white; background-color: royalblue; border-color: #81A9E1;  }
.prefix.prefixSkyBlue    { color: black; background-color: skyblue; border-color: skyblue; }
.prefix.prefixGray       { color: black; background-color: gray; border-color: #AAA; }
.prefix.prefixSilver     { color: black; background-color: silver; border-color: silver; }
.prefix.prefixYellow     { color: black; background-color: yellow; border-color: #E0E000; }
.prefix.prefixOrange     { color: black; background-color: orange; border-color: #FFC520; }

.discussionListItem .prefix,
.searchResult .prefix
{
    @property "discussionListPrefix";
    font-size: 80%;
    margin: 0;
    line-height: 16px;
    @property "/discussionListPrefix";
    
    font-weight: normal;
}

h1 .prefix
{
    @property "discussionListPrefix";
    font-size: 80%;
    margin: 0;
    line-height: 16px;
    @property "/discussionListPrefix";
    
    line-height: normal;
}

.breadcrumb span.prefix,
.heading span.prefix
{
    @property "breadcrumbTitlePrefix";
    font-style: italic;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0 none black;
    border-radius: 0;
    display: inline;
    @property "/breadcrumbTitlePrefix";
    color: inherit;
}
 

Zero.

Premium
Inscription
26 Décembre 2011
Messages
3 654
Réactions
1 317
Points
6 055
Mdr je l'avais fait mais je les supprimer tien ;) merci vraiment :)
Il y est pas :mmh:
HTML:
.prefix
{
    @property "titlePrefix";
    background: transparent url('@imagePath/xenforo/gradients/form-button-white-25px.png') repeat-x top;
    padding: 0px 6px;
    margin: -1px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    @property "/titlePrefix";
}

a.prefixLink:hover
{
    text-decoration: none;
}

a.prefixLink:hover .prefix
{
    @property "titlePrefixHover";
    color: @primaryMedium;
    text-decoration: none;
    background-color: @primaryLightest;
    padding: 0 6px;
    border: 1px solid @primaryLighter;
    @property "/titlePrefixHover";
}

.prefix a { color: inherit; }

.prefix.prefixPrimary    { color: @primaryMedium; background-color: @primaryLighterStill; border-color: @primaryLighterStill; }
.prefix.prefixSecondary  { color: @secondaryDark; background-color: @secondaryLighter; border-color: @secondaryLighter; }

.prefix.prefixRed        { color: white; background-color: red; border-color: #F88; }
.prefix.prefixGreen      { color: white; background-color: green; border-color: green; }
.prefix.prefixOlive      { color: black; background-color: olive; border-color: olive; }
.prefix.prefixLightGreen { color: black; background-color: lightgreen; border-color: lightgreen; }
.prefix.prefixBlue       { color: white; background-color: blue; border-color: #88F; }
.prefix.prefixRoyalBlue  { color: white; background-color: royalblue; border-color: #81A9E1;  }
.prefix.prefixSkyBlue    { color: black; background-color: skyblue; border-color: skyblue; }
.prefix.prefixGray       { color: black; background-color: gray; border-color: #AAA; }
.prefix.prefixSilver     { color: black; background-color: silver; border-color: silver; }
.prefix.prefixYellow     { color: black; background-color: yellow; border-color: #E0E000; }
.prefix.prefixOrange     { color: black; background-color: orange; border-color: #FFC520; }

.discussionListItem .prefix,
.searchResult .prefix
{
    @property "discussionListPrefix";
    font-size: 80%;
    margin: 0;
    line-height: 16px;
    @property "/discussionListPrefix";
   
    font-weight: normal;
}

h1 .prefix
{
    @property "discussionListPrefix";
    font-size: 80%;
    margin: 0;
    line-height: 16px;
    @property "/discussionListPrefix";
   
    line-height: normal;
}

.breadcrumb span.prefix,
.heading span.prefix
{
    @property "breadcrumbTitlePrefix";
    font-style: italic;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0 none black;
    border-radius: 0;
    display: inline;
    @property "/breadcrumbTitlePrefix";
    color: inherit;
}
Regarde dans ton extra.css alors si il y est ^^
 

Zero.

Premium
Inscription
26 Décembre 2011
Messages
3 654
Réactions
1 317
Points
6 055
C'est se que je tes dit le reste supprimé ^^
Code:
.prefix.prefixImportant {
    font-size: 14pt;
}
.prefixImportant:before {
    content: "\f06d";
    font-family: FontAwesome;
    margin-right: 4px;
}
.prefix.prefixImportant {
    background: none repeat scroll 0 0 red;
    color: #FAFAFA !important;
    font-weight: normal;
    border: double !important;
    font-size: 10pt;
}
ça devrait être bon :)
 
Cette réponse a aidé l'auteur de cette discussion !

MILOU'ES

Membre
Inscription
25 Avril 2015
Messages
1 385
Réactions
346
Points
2 288
Code:
.prefix.prefixImportant {
    font-size: 14pt;
}
.prefixImportant:before {
    content: "\f06d";
    font-family: FontAwesome;
    margin-right: 4px;
}
.prefix.prefixImportant {
    background: none repeat scroll 0 0 red;
    color: #FAFAFA !important;
    font-weight: normal;
    border: double !important;
    font-size: 10pt;
}
ça devrait être bon :)
Merci beaucoup topic résolu @Praxis |ES tu c'est quoi faire ;) merci :)
 
Haut