Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Css selon variable
#5
une piste
-------------
Code :
[[* first we assign color option here, you can change value=" " to orange, green or black, which will change stylesheet values according to chosen color, as default (no value) blue color is set *]]
[[assign var="color" value="green"]]

h2 {
    font-size: 1.8em;
    padding: 10px 0;
[[if $color == 'green']]
        color: #216f17;
[[elseif $color == 'orange']]
        color: #fa5f02;
[[elseif $color == 'black']]
        color:#1861bd;
[[else]]
    color: #233a58;
[[/if]]
    font-weight: normal;
}
-.
Répondre


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)