Modèle:IGstart : Différence entre versions
De EncyclopAtys
(Page créée avec « <noinclude>{{Trad |DE=Template:IGstart |EN=Template:IGstart |ES=Template:IGstart |FR=Template:IGstart |RU=Template:IGstart }}</noinclude> <htmltag tagname="igstart"></html... ») |
|||
Ligne 6 : | Ligne 6 : | ||
|RU=Template:IGstart | |RU=Template:IGstart | ||
}}</noinclude> | }}</noinclude> | ||
− | <htmltag tagname="igstart"></htmltag> | + | <htmltag tagname="igstart"> |
+ | /* unvisited link */ | ||
+ | a:link { | ||
+ | color: #FF0000; | ||
+ | } | ||
+ | |||
+ | /* visited link */ | ||
+ | a:visited { | ||
+ | color: #00FF00; | ||
+ | } | ||
+ | |||
+ | /* mouse over link */ | ||
+ | a:hover { | ||
+ | color: #FF00FF; | ||
+ | } | ||
+ | |||
+ | /* selected link */ | ||
+ | a:active { | ||
+ | color: #0000FF; | ||
+ | } </htmltag> | ||
<noinclude> | <noinclude> | ||
Tag to insert at the beginning of the visible part in a Ryzom wiki page to be displayed in the IG wiki. | Tag to insert at the beginning of the visible part in a Ryzom wiki page to be displayed in the IG wiki. |
Version du 26 mars 2020 à 16:10
color: #FF0000;
}
/* visited link */ a:visited {
color: #00FF00;
}
/* mouse over link */ a:hover {
color: #FF00FF;
}
/* selected link */ a:active {
color: #0000FF;
}
Tag to insert at the beginning of the visible part in a Ryzom wiki page to be displayed in the IG wiki.
Has to be close by {{IGend}}