<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sun, 08 Mar 2026 04:47:36 +0100 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Wiki]]></title>
		<atom:link href="https://www.phpboost.com/syndication/rss/wiki/59" rel="self" type="application/rss+xml"/>
		<link>https://www.phpboost.com</link>
		<description><![CDATA[Derniers articles de la catégorie Personnaliser un thème]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Personnaliser un thème]]></title>
                <link>https://www.phpboost.com/wiki/personnaliser-un-theme</link>
                <guid>https://www.phpboost.com/wiki/personnaliser-un-theme</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-introduction">Introduction</h2><br />
<br />
Les articles de ce didacticiel ont pour but de vous aider à créer un thème à partir d'un thème déjà existant.<br />
Vous apprendrez à maîtriser l'architecture d'un thème PHPBoost afin d'en réaliser un à votre image, à vos goûts, et avant tout un thème dédié à votre projet.<br />
<br />
Ce didacticiel s'appuiera donc sur le thème <strong>Base</strong> fourni avec le CMS, créé sans fioriture et répertoriant la totalité des éléments nécessaires à l'élaboration un thème pour PHPBoost.<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-faut-il-des-connaissances-particulieres-e">Faut-il des connaissances particulières ?</h2><br />
<br />
La mise en forme de pages web utilise les langages Javascript, HTML et CSS. Avec PHPBoost, seules des connaissances en CSS sont nécessaires pour débuter la réalisation d'un thème. Les langages Javascript et HTML vous seront utiles pour une réalisation plus élaborée.<br />
<br />
Le langage CSS est très intuitif, rapidement assimilable avec quelques notions d'anglais, et très fourni en didacticiels d'apprentissage sur la toile. Vous trouverez la liste des propriétés CSS et la possibilité de les tester sur le site <strong><a class="offload" href="https://www.w3schools.com/css/default.asp">w3school.com</a></strong>. Si vous avez compris ces notions, avec un peu de bon sens et de volonté, c'est à la portée de tout le monde.<br />
<br />
Pour en savoir plus sur l'apprentissage des bases de ces différents langages, nous vous invitons à lire <strong><a class="offload" href="https://openclassrooms.com/fr/courses/1603881-apprenez-a-creer-votre-site-web-avec-html5-et-css3">ce didacticiel</a></strong> mis à jour régulièrement, sur le site OpenClassrooms (inscription gratuite nécessaire pour suivre le didacticiel).<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-recommandations">Recommandations</h2><br />
<br />
Afin de travailler sans pour autant empêcher l'accès à votre site, nous vous recommandons de modifier votre thème en local.<br />
Cela vous permettra également d'éditer rapidement vos fichiers et d'avoir un rendu direct sans nécessité de les transférer via FTP.<br />
Chaque développeurs possède sa propre façon de coder. Lorsque l'on travaille en équipe il est important d'avoir une base commune. Vous trouverez dans l'article <strong><a class="offload" href="https://www.phpboost.com/wiki/conventions-html-et-css">Conventions HTML et CSS</a></strong> notre façon d'écrire le code CSS.<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-la-structure-des-themes">La structure des thèmes</h2><br />
<br />
<br />
Avant de faire des modifications, il est important de comprendre la façon dont est organisé un thème. Nous vous invitons à lire l'article <strong><a class="offload" href="https://www.phpboost.com/wiki/structure-d-un-theme">Structure des thèmes</a></strong>. Chaque répertoires et chaque fichiers sont détaillés.<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-personnaliser-un-theme">Personnaliser un thème</h2><br />
<br />
<br />
La personnalisation graphique d'un thème passe par 3 étapes :<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-personnalisation-des-fichiers-css">La personnalisation des fichiers CSS</h3><br />
<br />
<br />
Pour rappel, le code CSS correspond au style que l'on applique sur des éléments du code HTML. Le code CSS de PHPBoost est contenu dans les fichiers .css . Certains éléments peuvent encore être contenu dans des fichiers .tpl, mais nous avons essayé de les supprimer au maximum pour faciliter la mise à jour graphique.<br />
L'article <strong><a class="offload" href="https://www.phpboost.com/wiki/personnalisation-du-code-css">Personnalisation du code CSS</a></strong> contient toutes les infos dont vous pourriez avoir besoin.<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-personnalisation-des-fichiers-html">La personnalisation des fichiers HTML</h3><br />
<br />
<br />
Le code HTML de PHPBoost est contenu dans les fichiers .tpl. Chaque module contient ces propres fichiers personnalisables.<br />
L'article <strong><a class="offload" href="https://www.phpboost.com/wiki/personnalisation-des-modules-ou-de-framework">Personnalisation des modules ou de framework</a></strong> vous aidera à la personnalisation et à la modification du code afin d'organiser le site web comme vous le souhaitez.<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-personnalisation-des-fichiers-images">La personnalisation des fichiers images</h3><br />
<br />
<br />
Dans certains cas, vous pouvez être amené à modifier certaines images afin d'apporter une touche personnelle.<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-finaliser-son-theme">Finaliser son thème</h2><br />
<br />
<br />
Maintenant que vous avez modifié votre thème pour qu'il soit à l'image de votre site web, nous pouvons passer à la dernière étape.<br />
Il faut maintenant préparer votre thème à l'exportation. L'article <strong><a class="offload" href="https://www.phpboost.com/wiki/finalisation-du-theme">Finalisation du thème</a></strong> vous présente quelques conseils afin de pouvoir partager votre création.]]></description>
                <pubDate>Sat, 25 Jan 2020 10:06:17 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Personnalisation des modules ou de framework]]></title>
                <link>https://www.phpboost.com/wiki/personnalisation-des-modules-ou-de-framework</link>
                <guid>https://www.phpboost.com/wiki/personnalisation-des-modules-ou-de-framework</guid>
                <description><![CDATA[Nous verrons ici comment modifier les templates et CSS d'un module, du panneau d'administration ou du framework sur un thème en particulier.<br />
<br />
<br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-comment-ca-marche-e">Comment ça marche ?</h2><br />

<br />
<br />
<br />
Lors de l'affichage d'une page, le framework de PHPBoost teste dans un premier temps la présence des fichiers <em>.tpl</em> et <em>.css</em> nécessaires, dans le dossier du thème actuel.<br />
<br />
Si ces fichiers ne sont pas présents, il va ensuite les chercher dans leurs dossiers d'origine.<br />
<br />
Ainsi, <span style="text-decoration: underline;">tout fichier</span> copié dans le dossier de votre thème sera utilisé <span style="text-decoration: underline;">à la place</span> du fichier d'origine.<br />
<br />
<br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-que-peut-on-modifier-e">Que peut-on modifier ?</h2><br />

<br />
<br />
<br />
Avec cette méthode, il est possible de modifier absolument tous les templates.<br />
<br />
Cela comprend donc :<br />
<br />
<ul class="formatter-ul">
    <li class="formatter-li"> Les modules
    </li><li class="formatter-li"> Le framework
    </li><li class="formatter-li"> L'administration<br />
<br />
</li></ul><br />
<br />
<br />
<br />
C'est ce que nous détaillerons dans la suite de cet article.<br />
<br />
<br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-templates">Les templates</h2><br />

<br />
<br />
<br />
L'arborescence est la seule contrainte à respecter. Ne vous inquiétez pas, elle est très simple.<br />
<br />
Elle diffère légèrement selon le type de templates à modifier :<br />
<br />
<br />
<br />
<br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-les-modules">Les modules</h3><br />

<br />
<br />
<br />
Les fichiers relatifs aux modules se trouvent à la racine de PHPBoost, dans le dossier <em>nomdumodule/templates</em>.<br />
<br />
Si vous souhaitez modifier un template de module, il faut à la racine de votre thème créer un dossier appelé 'modules' s'il n'existe pas encore.<br />
<br />
Dans le dossier précédemment créé, il suffit de créer un nouveau dossier portant le nom du module dont vous souhaitez modifier les templates.<br />
<br />
Ce qui nous donne par exemple : <em>monthème/modules/forum/</em><br />
<br />
<br />
<br />
Dans ce nouveau dossier,il suffit de copier les fichiers TPL que vous avez besoin.<br />
<br />
<br />
<br />
<br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-le-framework">Le framework</h3><br />

<br />
<br />
<br />
Le framework est en fait le noyau de PHPBoost autour duquel les modules sont rattachés. Ainsi, il y a de nombreuses fonctionnalités qui font partie du framework, telles que les menus, les commentaires etc.<br />
<br />
<br />
<br />
Les templates du framework se trouvent dans le dossier <em>templates/default/framework</em>.<br />
<br />
Pour personnaliser un de ces éléments, il faut au préalable créer un dossier nommé <em>/default/framework</em> dans le dossier de votre thème.<br />
<br />
<br />
<br />
Il suffit ensuite de copier les éléments souhaités dans ce nouveau dossier, en respectant l'arborescence d'origine.<br />
<br />
Par exemple : <em>templates/mon_theme/default/framework/menus/feed/feed.tpl</em><br />
<br />
<br />
<br />
<br />
<br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-l-administration">L'administration</h3><br />

<br />
<br />
<br />
Le panneau d'administration est aussi géré par le même système. Ainsi, il est tout à fait possible de redessiner complètement l'architecture de cette partie du site.<br />
<br />
<br />
<br />
Les templates de l'administration se trouvent dans le dossier <em>templates/default/admin</em>.<br />
<br />
Pour personnaliser un de ces éléments, il faut au préalable créer un dossier nommé <em>/default/admin</em> dans le dossier de votre thème.<br />
<br />
<br />
<br />
Il suffit ensuite de copier les éléments souhaités dans ce nouveau dossier, en respectant l'arborescence d'origine.<br />
<br />
Par exemple : <em>templates/mon_theme/default/admin/updates/detail.tpl</em><br />
<br />
<br />
<br />
<br />
<br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-css">Les CSS</h2><br />

<br />
<br />
<br />
Nous avons vu jusqu'à présent qu'il était possible de modifier les fichiers TPL en les mettant dans les dossiers de votre thème.<br />
<br />
Mais vous pouvez également modifier les fichiers CSS se trouvant dans les modules.<br />
<br />
<br />
<br />
Les fichiers de styles des modules sont positionnés dans le dossier <em>nomdumodule/templates</em>.<br />
<br />
Il suffit ensuite de faire un copier/coller du fichier CSS afin d'en faire une copie dans le dossier <em>monthème/modules/nomdumodule/</em>.<br />
<br />
<br />
<br />
Il est alors possible de modifier tous les styles de vos modules, afin qu'aucun élément ne fasse 'dépareillé'.<br />
<br />
<br />
<br />
<span class="message-helper warning">NB : Dans certains modules, les images sont appelées par le CSS, comme le module 'forum'. Si vous choisissez de modifier le CSS du module, le chemin indiqué dans le fichier de style ne sera plus bon. Il faudra alors copier l'intégralité du dossier <em>images</em> contenu dans le module ou redéfinir chaque URL du CSS.</span>]]></description>
                <pubDate>Sat, 25 Jan 2020 08:18:06 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Variables de Date]]></title>
                <link>https://www.phpboost.com/wiki/variables-de-date</link>
                <guid>https://www.phpboost.com/wiki/variables-de-date</guid>
                <description><![CDATA[Plusieurs formats de date s'offrent à vous pour les déclarer dans votre thème.<br />
<br />
Pour cela, il suffit de connaitre le ou les préfixes déclarés dans le module dont vous personnalisez l'interface.<br />
<br />
Par exemple, pour le module News vous trouverez ces préfixes dans  <pre style="display:inline;">/news/services/News.class.php</pre> dans la déclaration des variables de template (vers la ligne 430). Pour ce cas, vous disposez de 2 préfixes, <strong>date</strong> (<pre style="display:inline;">Date::get_array_tpl_vars($this->creation_date,'date')</pre>), qui représente la date de création de la news, et <strong>differed_start_date</strong> (<pre style="display:inline;">Date::get_array_tpl_vars($this->start_date,'differed_start_date')</pre>), qui est la date de parution de la news si vous choisissez une parution différée.<br />
<br />
Il ne reste plus alors qu'à choisir le type de format que vous souhaitez comme suit : {DATE_<em>format</em>} et {DIFFERED_START_DATE_<em>format</em>}<br />
<br />
Liste des formats disponibles:<br />
<table class="formatter-table">
    <tr class="formatter-table-row">
        <th class="formatter-table-head">Format</th>
        <th class="formatter-table-head">Affichage</th>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE</td>
        <td class="formatter-table-col">31/10/2017</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_TIMESTAMP</td>
        <td class="formatter-table-col">1509447707</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_SHORT</td>
        <td class="formatter-table-col">31/10/2017</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_SHORT_TEXT</td>
        <td class="formatter-table-col">Mardi 31 Octobre 2017</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_FULL</td>
        <td class="formatter-table-col">31/10/2017 à 12h01</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_DAY</td>
        <td class="formatter-table-col">31</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_DAY_TEXT</td>
        <td class="formatter-table-col">Mar</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_DAY_FULLTEXT</td>
        <td class="formatter-table-col">Mardi</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_WEEK</td>
        <td class="formatter-table-col">44</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_MONTH</td>
        <td class="formatter-table-col">10</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_MONTH_TEXT</td>
        <td class="formatter-table-col">Oct</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_MONTH_FULLTEXT</td>
        <td class="formatter-table-col">Octobre</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_YEAR</td>
        <td class="formatter-table-col">2017</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_DAY_MONTH</td>
        <td class="formatter-table-col">31/10</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_HOUR</td>
        <td class="formatter-table-col">12</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_MINUTE</td>
        <td class="formatter-table-col">01</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_ISO8601</td>
        <td class="formatter-table-col">2017-10-31T12:01:47+01:00</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_DIFF_NOW</td>
        <td class="formatter-table-col">il y a 16 heures</td>
    </tr>
    <tr class="formatter-table-row">
        <td class="formatter-table-col">DATE_RELATIVE</td>
        <td class="formatter-table-col">16 heures</td>
    </tr>
</table><br />
<br />
On peut ainsi combiner plusieurs formats pour un affichage particulier:<br />
{DATE_DAY_TEXT} {DATE_DAY} {DATE_MONTH_TEXT} {DATE_YEAR} affichera Mar 31 Oct 2017<br />
<br />]]></description>
                <pubDate>Tue, 14 Nov 2017 06:24:12 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Finalisation du thème]]></title>
                <link>https://www.phpboost.com/wiki/finalisation-du-theme</link>
                <guid>https://www.phpboost.com/wiki/finalisation-du-theme</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-images-de-previsualisation">Les images de prévisualisation</h2><br />
<br /><br />
Afin de reconnaître votre thème parmi les autres, nous utilisons de petites images appeler Screen ou images de prévisualisation.<br /><br />
Elles constituent la première impression que l'utilisateur aura de votre thème. Vous pouvez en créer autant que vous le souhaitez (restez raisonnable <img src="https://www.phpboost.com/images/smileys/wink.png" alt=":wink" class="smiley" />) et placez-les ensuite dans le dossier de votre thème.<br /><br />
Recommandations :<br /><br />
<ul class="formatter-ul">
<li class="formatter-li">Les images doivent faire 1024 pixels de large afin de pouvoir être visualisées sous la plupart des résolutions.
</li><li class="formatter-li">Rien ne sert de mettre une multitude d'images : elles alourdissent le thème et sont parfois répétitives.
</li><li class="formatter-li">Même si la qualité est moindre, préférez le format .JPG plutôt que le .PNG, qui a une taille bien plus importante en général.<br /><br />
</li></ul><br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-fichier-de-configuration-d-un-theme">Le fichier de configuration d'un thème</h2><br />
<br /><br />
Le fichier <em>config.ini</em> donne des informations sur le thème et permet de lui attribuer une configuration par défaut à son installation.<br /><br />
<strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-de-configuration-d-un-theme-config-ini">Cet article</a></strong> détaille ligne par ligne le contenu du fichier <em>config.ini</em>, situé à la racine de votre thème.<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-nom-de-votre-theme">Le nom de votre thème</h2><br />
<br /><br />
Avant de nommer votre thème, il est préférable de vérifier que le nom n'est pas déjà utilisé.<br /><br />
Cherchez un peu dans les téléchargements avant de proposer un thème dont le nom est déjà pris, sous peine d'empêcher certains membres à ne pas pouvoir utiliser le votre.<br /><br />
Pour modifier le nom et la description du thème, il est important de le faire dans le répertoire lang. Si votre thème est multilingue, il faudra le faire dans chaque langue. Il suffit de modifier le fichier <em>desc.ini</em> du répertoire langue. Vous trouverez un exemple dans l'article "<strong><a class="offload" href="https://www.phpboost.com/wiki/structure-d-un-theme">la structure d'un thème</a></strong>".<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-faire-le-menage">Faire le ménage</h2><br />
<br /><br />
Il arrive parfois que votre thème soit très lourd. Avec l'intégration de Font-Awesome, nous avons pu réduire la taille d'un thème à moins de 300 ko.<br /><br />
Si votre thème dépasse plusieurs Mo, il est préférable de vérifier si vous ne pouvez pas l&#8217;alléger. Un thème lourd, est un thème qui se charge lentement.<br /><br />
Si vous avez des fichiers sources (.psd par exemple), il est préférable de les distribuer en parallèle pour ne pas alourdir le fichier zip.<br /><br />
Pour les utilisateurs de Windows un fichier <em>thumbs.db</em> est généralement crée automatique lorsque vous naviguez dans un dossier d'images en vue 'Miniatures'. Ce fichier est inutile, vous pouvez donc le supprimer de votre thème sans crainte <img src="https://www.phpboost.com/images/smileys/wink.png" alt=":wink" class="smiley" /> (Ce fichier peut atteindre parfois plusieurs centaines de Ko).<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-l-archivage">L'archivage</h2><br />
<br /><br />
Le thème est maintenant entièrement finalisé. Il est nécessaire de l'archiver en un unique fichier pour le partager.<br /><br />
Préférer l'archive classique .zip qui est lisible par la plupart des systèmes sans logiciel supplémentaire.<br /><br />
Le nom de l'archive n'a pas vraiment d'importance, mais il est important d'archiver le répertoire complet (exemple : base) et non pas l'ensemble des fichiers et répertoire de votre thème de façon à conserver le répertoire lors de l'installation.]]></description>
                <pubDate>Wed, 15 Jun 2016 20:47:56 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Conventions HTML et CSS]]></title>
                <link>https://www.phpboost.com/wiki/conventions-html-et-css</link>
                <guid>https://www.phpboost.com/wiki/conventions-html-et-css</guid>
                <description><![CDATA[Il est important dans un projet que les développeurs adoptent un style d&#8217;écriture identique. Ceci favorise la relecture du code par tout le monde et facilite grandement le débogage.<br /><br />
Depuis l'intégration du cache CSS, il n'est plus question d'optimiser le fichier CSS pour accélérer le chargement web (le cache CSS s'en occupe), mais plutôt de gagner en lisibilité dans le développement.<br /><br />
Afin de simplifier le travail de tous, nous avons choisi un style similaire à l'affichage des fonctions "examiner l&#8217;élément" des navigateurs web.<br /><br />
Ces règles ne sont pas obligatoire, mais très fortement recommandée pour vos développements.<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-indentation">Indentation</h2><br />
Le style d'indentation adopté sur PHPBoost permet de gagner en lisibilité et en clarté du code.<br /><br />
L'utilisation des tabulations et des espaces est très importante dans le code. Il faut aérer votre code pour le rendre plus lisible.<br /><br />
Nous allons voir plusieurs exemples ci-dessous.<br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-un-seul-attribut">Un seul attribut</h3><br />
Lorsque des classes similaires ne possèdent qu'un seul attribut, nous privilégions un affichage sur une seule ligne.<br /><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.inline</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.center</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.left</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.right</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.justify</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">justify</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-plusieurs-attributs">Plusieurs attributs</h3><br />
Lorsqu'une classe possèdent un certain nombre d'attributs, nous privilégions le retour à la ligne pour chaque attribut.<br /><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/body.jpg</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">fixed</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#555555</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"Trebuchet MS"</span><span style="color: #00AA00;">,</span> Verdana<span style="color: #00AA00;">,</span> <span style="color: #ff0000;">'Bitstream Vera Sans'</span><span style="color: #00AA00;">,</span> Times<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-attributs-pour-plusieurs-classes">Les attributs pour plusieurs classes</h2><br />
Dans le cas où nous souhaitons appliquer un attribut à plusieurs classes, nous avons deux façons de coder en fonction de l'utilisation des fonctions.<br /><br />
Lorsque nous avons besoin de les identifier simplement, nous utilisons un retour à la ligne : <div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">nav<span style="color: #6666ff;">.dynamic-menu</span> li ul li a<span style="color: #00AA00;">,</span>
nav<span style="color: #6666ff;">.dynamic-menu</span> li ul li span <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#0578CC</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></pre></div></div> On distingue bien les deux cas où l'on applique la couleur.<br /><br />
Lorsque nous n'avons pas besoin d'identifier les éléments, nous n'utilisons pas de retour à la ligne : <div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">img<span style="color: #00AA00;">,</span> table<span style="color: #00AA00;">,</span> td<span style="color: #00AA00;">,</span> blockquote<span style="color: #00AA00;">,</span> code<span style="color: #00AA00;">,</span> pre<span style="color: #00AA00;">,</span> textarea<span style="color: #00AA00;">,</span> input<span style="color: #00AA00;">,</span> video<span style="color: #00AA00;">,</span> object<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.video-player</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></pre></div></div> Ce type d'écriture est privilégié dans le fichier <em>default.css</em> qui n'a pas pour but d&#8217;être modifié de façon régulière.<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-espaces-dans-les-attributs">Les espaces dans les attributs</h2><br />
Pour faciliter les copier-coller des navigateurs, nous intégrons un espace après les ":" mais pas avant.<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#C4CED6</span><span style="color: #00AA00;">;</span></pre></pre></div></div>De cette manière, si vous réalisez des tests avec votre navigateur, un simple copier-coller vous permet de le mettre dans votre fichier CSS.<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-nom-des-classes">Le nom des classes</h2><br />
Les règles sont simples :<br /><br />
<ul class="formatter-ul">
<li class="formatter-li">Pas de majuscule
</li><li class="formatter-li">Utilisation du tiret du 6 "-"<br /><br />
</li></ul>Pour le reste, les noms restent cohérents avec la fonction d'utilisation.<br /><br />
La classe <em>header</em> est faite pour l'en-tête du site, la classe <em>content</em> pour le contenu du site.<br /><br />
<span class="message-helper notice">Il reste encore quelques underscore "_" dans certains noms de classes, mais ils seront remplacés dans les versions futures. Ce choix permet de distinguer un nom de classe CSS et d'une variable PHP</span>]]></description>
                <pubDate>Sat, 05 Mar 2016 16:07:12 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Personnalisation du code CSS]]></title>
                <link>https://www.phpboost.com/wiki/personnalisation-du-code-css</link>
                <guid>https://www.phpboost.com/wiki/personnalisation-du-code-css</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-les-fichiers-css-du-theme">Les fichiers CSS du thème</h2><br /><br />
<br /><br /><br /><br />
Nous l'avons vu dans l'article "<strong><a class="offload" href="https://www.phpboost.com/wiki/structure-d-un-theme">Structure d'un thème</a></strong>", les thèmes de la version 4.1 sont constitués de 3 fichiers CSS<br /><br /><br /><br />
Pour modifier le thème base à votre goût, il est préférable de modifier les fichiers CSS dans l'ordre suivant :<br /><br /><br /><br />
Chaque thème est constitué des 7 fichiers CSS suivant : <ul class="formatter-ul">
<li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-design-css">design.css</a></strong> : Il contient toutes les classes de mises en forme du sites (Le gros du Design)
</li><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-content-css">content.css</a></strong> : Il contient les classes propres au contenu du site (messages, modules).
</li><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-global-css">global.css</a></strong> : il contient toutes les classes utiles sur le site et communes aux différents modules.
</li><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-form-css">form.css</a></strong> : Il contient toutes les classes pour la mise en forme des formulaires.
</li><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-table-css">table.css</a></strong> : il contient les classes de mise en forme des tableaux.<br /><br /><br /><br />
</li></ul><br /><br /><br /><br />
La modification de ces 5 fichiers permet de donner à votre site web, le rendu général que vous souhaitez.<br /><br /><br /><br />
Si vous souhaitez modifier le design des menus, il vous faudra en plus, modifier le fichier :<br /><br /><br /><br />
<ul class="formatter-ul"><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-cssmenu-css">cssmenu.css</a></strong> : Il contient toutes les classes qui permettent la gestion des menus.</li></ul><br /><br /><br /><br />
Enfin, si vous avez envie de personnaliser la page de login admin, il reste ce fichier à modifier<br /><br /><br /><br />
<ul class="formatter-ul"><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-login-css">login.css</a></strong> : il contient les classes pour un affichage uniquement du login.</li></ul><br /><br /><br /><br />
Vous retrouverez le contenu de chaque fichier dans l'article associé à chaque fichier.<br /><br /><br /><br />
<br /><br /><br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-cas-du-default-css-et-print-css">Le cas du default.css et print.css</h2><br /><br />
<br /><br /><br /><br />
Facultativement, vous pouvez avoir besoin de modifier les fichiers du thème default. Sachez qu'ils ne contiennent aucune information de couleur ou autre propriété susceptible d'être modifiée à chaque thème.<br /><br /><br /><br />
<ul class="formatter-ul"><li class="formatter-li"><strong><a class="offload" href="https://www.phpboost.com/wiki/fichier-default-css">default.css</a></strong> : Il contient les éléments génériques et les réinitialisations afin de garantir un affichage identique sur tous les navigateurs.
</li><li class="formatter-li">print.css : Met en forme le site pour un affichage épuré destiné à l'impression.</li></ul><br /><br /><br /><br />
<span class="message-helper bgc warning">Il est vivement conseillé de ne pas faire de modification dans ces fichiers</span><br /><br /><br /><br />
Il vaut mieux privilégier la surcharge des fichiers du thème que de toucher au fichier du répertoire <em>default</em> qui touchera l'ensemble des thèmes et l'administration.]]></description>
                <pubDate>Sat, 05 Mar 2016 16:00:17 +0100</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Fichier default.css]]></title>
                <link>https://www.phpboost.com/wiki/fichier-default-css</link>
                <guid>https://www.phpboost.com/wiki/fichier-default-css</guid>
                <description><![CDATA[<h2 class="formatter-title wiki-paragraph-2" id="paragraph-introduction">Introduction</h2><br />
<br /><br />
Le fichier <em>default.css</em> contient des classes destinées à tout le site. Il sert notamment à réinitialiser certains attributs qui peuvent varier en fonction des navigateurs.<br /><br />
<br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-fichier-default-css">Le fichier default.css</h2><br />
<br /><br />
Ce fichier ne fait pas partie de votre thème, il est contenu dans le template <em>default</em>.<br /><br />
Il est important de noter que toutes modification dans le fichier <em>default.css</em> aura une incidence sur l'ensemble de votre site web. Que ce soit sur la partie admin ou publique et sur l'ensemble des thèmes.<br /><br />
<span class="message-helper warning">Il est vivement conseillé de ne pas faire de modification dans ce fichier</span><br /><br />
<h2 class="formatter-title wiki-paragraph-2" id="paragraph-le-contenu">Le contenu</h2><br />
<br /><br />
Le fichier <em>default.css</em> contient les classes suivantes :<br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-les-resets">Les resets</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
    -moz-box-sizing<span style="color: #00AA00;">:</span> border-box<span style="color: #00AA00;">;</span>
    box-sizing<span style="color: #00AA00;">:</span> border-box<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
html<span style="color: #00AA00;">,</span> body <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
img <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
img<span style="color: #00AA00;">,</span> table<span style="color: #00AA00;">,</span> td<span style="color: #00AA00;">,</span> blockquote<span style="color: #00AA00;">,</span> code<span style="color: #00AA00;">,</span> pre<span style="color: #00AA00;">,</span> textarea<span style="color: #00AA00;">,</span> input<span style="color: #00AA00;">,</span> video<span style="color: #00AA00;">,</span> object<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.video-player</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
input<span style="color: #00AA00;">,</span> button<span style="color: #00AA00;">,</span> label<span style="color: #00AA00;">,</span> select<span style="color: #00AA00;">,</span> textarea<span style="color: #00AA00;">,</span> legend <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inherit</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inherit</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
optgroup<span style="color: #00AA00;">,</span> select<span style="color: #00AA00;">,</span> label<span style="color: #00AA00;">,</span> button<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.button</span><span style="color: #00AA00;">,</span> input<span style="color: #00AA00;">&#91;</span>type<span style="color: #00AA00;">=</span>radio<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span> input<span style="color: #00AA00;">&#91;</span>type<span style="color: #00AA00;">=</span>checkbox<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span> input<span style="color: #00AA00;">&#91;</span>type<span style="color: #00AA00;">=</span><span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.notation</span> <span style="color: #6666ff;">.star</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
input<span style="color: #00AA00;">&#91;</span>type<span style="color: #00AA00;">=</span>checkbox<span style="color: #00AA00;">&#93;</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
button<span style="color: #00AA00;">:</span><span style="color: #3333ff;">:-moz-focus-inner</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.button</span><span style="color: #00AA00;">:</span><span style="color: #3333ff;">:-moz-focus-inner</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #00AA00;">,</span> textarea<span style="color: #00AA00;">,</span> table<span style="color: #00AA00;">,</span> td<span style="color: #00AA00;">,</span> th<span style="color: #00AA00;">,</span> code<span style="color: #00AA00;">,</span> pre<span style="color: #00AA00;">,</span> samp <span style="color: #00AA00;">&#123;</span>
    word-wrap<span style="color: #00AA00;">:</span> break-word<span style="color: #00AA00;">;</span>
    overflow-wrap<span style="color: #00AA00;">:</span> break-word<span style="color: #00AA00;">;</span>
    hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -ms-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -moz-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -webkit-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Fix for no wrap for button */</span>
button<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.button</span> <span style="color: #00AA00;">&#123;</span>
    word-wrap<span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    overflow-wrap<span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -ms-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -moz-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    -webkit-hyphens<span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Fix for chrome word-wrap ... */</span>
fieldset <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">min-width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
hr <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#C4CED6</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">99%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #00AA00;">,</span> ol <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #6666ff;">.no-list</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
p <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.7em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
pre <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span> pre-wrap<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
abbr<span style="color: #00AA00;">,</span> a<span style="color: #6666ff;">.wikipedia-link</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">help</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
a<span style="color: #6666ff;">.wikipedia-link</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\f266</span>"</span> <span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> fontawesome<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-l-alignement">L'alignement</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.inline</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.inline-block</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-block !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.center</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.left</span>    <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.right</span>   <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.justify</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">justify</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.float-left</span><span style="color: #00AA00;">,</span> img<span style="color: #6666ff;">.left</span>   <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.float-right</span><span style="color: #00AA00;">,</span> img<span style="color: #6666ff;">.right</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.hidden</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media (max-width: 768px) {</span>
    <span style="color: #6666ff;">.hidden-small-screens</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media (min-width: 769px) {</span>
    <span style="color: #6666ff;">.hidden-large-screens</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
img<span style="color: #6666ff;">.left</span><span style="color: #00AA00;">,</span> img<span style="color: #6666ff;">.right</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">6px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-mise-en-forme-du-texte">la mise en forme du texte</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.text-strong</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.text-justify</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">justify</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.text-italic</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">italic</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.valign-top</span>    <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">top</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.valign-middle</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.valign-bottom</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">bottom</span> !important<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.spacer</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-gestion-des-images">La gestion des images</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">.img-link<span style="color: #00AA00;">,</span>
<span style="color: #6666ff;">.img-link</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.smiley</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-les-champs-de-formulaire">Les champs de formulaire</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">div.vertical-fieldset<span style="color: #00AA00;">,</span>
div<span style="color: #6666ff;">.horizontal-fieldset</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #6666ff;">.vertical-fieldset</span> .form-element<span style="color: #00AA00;">,</span>
div<span style="color: #6666ff;">.horizontal-fieldset</span> <span style="color: #6666ff;">.form-element</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #6666ff;">.horizontal-fieldset</span> <span style="color: #6666ff;">.form-element</span> label <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #6666ff;">.horizontal-fieldset</span> <span style="color: #6666ff;">.form-field</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
div<span style="color: #6666ff;">.vertical-fieldset</span> <span style="color: #6666ff;">.form-element</span> label<span style="color: #00AA00;">,</span>
div<span style="color: #6666ff;">.horizontal-fieldset</span> <span style="color: #6666ff;">.form-element</span> label <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Imite l'affichage fieldset / legend */</span>
<span style="color: #6666ff;">.fieldset-content</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media (max-width: 768px) {</span>
    <span style="color: #6666ff;">.fieldset-content</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.5em</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.module-mini-contents</span> <span style="color: #6666ff;">.fieldset-content</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-l-opacite">L'opacité</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.low-opacity</span> <span style="color: #00AA00;">&#123;</span>
    opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.40</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-pagination">La pagination</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">ul<span style="color: #6666ff;">.pagination</span> li <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ul<span style="color: #6666ff;">.pagination</span> <span style="color: #6666ff;">.current-page</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-les-erreurs-et-le-debug">Les erreurs et le debug</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.pbt-debug</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFA500</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#FF4500</span> !important<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#error-handler</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">750px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-la-previsualisation">La prévisualisation</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.xmlhttprequest-preview</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">220px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">94%</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span> <span style="color: #993333;">auto</span> <span style="color: #933;">3px</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #933;">2px</span> <span style="color: #933;">1px</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border-radius</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* --- Elements de previsualisation --- */</span>
<span style="color: #6666ff;">.loading-preview-container</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.loading-preview</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">90px</span> <span style="color: #993333;">auto</span> <span style="color: #993333;">auto</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media print {</span>
    <span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        box-shadow<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-les-tableaux">Les tableaux</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;">table<span style="color: #6666ff;">.table-fixed</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">table-layout</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-l-effet-blink">L'effet blink</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@keyframes blink {</span>
    <span style="color: #933;">0%</span>   <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">30%</span>  <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">70%</span>  <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@-webkit-keyframes blink {</span>
    <span style="color: #933;">0%</span>   <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">30%</span>  <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">70%</span>  <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span> opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.blink</span> <span style="color: #00AA00;">&#123;</span>
    animation<span style="color: #00AA00;">:</span> <span style="color: #993333;">blink</span> 1.5s ease-in-out infinite<span style="color: #00AA00;">;</span>
    -moz-animation<span style="color: #00AA00;">:</span> <span style="color: #993333;">blink</span> 1.5s ease-in-out infinite<span style="color: #00AA00;">;</span>
    -webkit-animation<span style="color: #00AA00;">:</span> <span style="color: #993333;">blink</span> 1.5s ease-in-out infinite<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div><br /><br />
<h3 class="formatter-title wiki-paragraph-3" id="paragraph-l-effet-lightbox">L'effet lightbox</h3><br />
<div class="formatter-container formatter-code code-CSS"><span class="formatter-title">Code CSS : </span><div class="formatter-content"><pre style="display:inline;"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author        Cornel Boppart <cornel@bopp-art.com>
 * @copyright    Author
 *
 * @version        2.1.0 (25/04/2015)
 */</span>
<span style="color: #808080; font-style: italic;">/* icon font */</span>
<span style="color: #a1a100;">@font-face {</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'lightcase'</span><span style="color: #00AA00;">;</span>
    src<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../../../kernel/data/fonts/lightcase.eot?55356177'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    src<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../../../kernel/data/fonts/lightcase.eot?55356177#iefix'</span><span style="color: #00AA00;">&#41;</span> format<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'embedded-opentype'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
         <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../../../kernel/data/fonts/lightcase.woff?55356177'</span><span style="color: #00AA00;">&#41;</span> format<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'woff'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
         <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../../../kernel/data/fonts/lightcase.ttf?55356177'</span><span style="color: #00AA00;">&#41;</span> format<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'truetype'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
         <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'../../../../kernel/data/fonts/lightcase.svg?55356177#lightcase'</span><span style="color: #00AA00;">&#41;</span> format<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'svg'</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'lightcase'</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">speak</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-block<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">inherit</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #808080; font-style: italic;">/* For safety - reset parent styles, that can break glyph codes*/</span>
    <span style="color: #000000; font-weight: bold;">font-variant</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
&nbsp;
    <span style="color: #808080; font-style: italic;">/* fix buttons height, for twitter bootstrap */</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
    <span style="color: #808080; font-style: italic;">/* Uncomment for 3D effect */</span>
    <span style="color: #808080; font-style: italic;">/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Codes */</span>
<span style="color: #6666ff;">.lightcase-icon-play</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e800</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'play' */</span>
<span style="color: #6666ff;">.lightcase-icon-pause</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e801</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'pause' */</span>
<span style="color: #6666ff;">.lightcase-icon-close</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e802</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'close' */</span>
<span style="color: #6666ff;">.lightcase-icon-prev</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e803</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'prev' */</span>
<span style="color: #6666ff;">.lightcase-icon-next</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e804</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'next' */</span>
<span style="color: #6666ff;">.lightcase-icon-spin</span><span style="color: #3333ff;">:before     </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'<span style="color: #000099; font-weight: bold;">\e805</span>'</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* 'spin' */</span>
<span style="color: #808080; font-style: italic;">/* Reduced layout for small devices */</span>
<span style="color: #a1a100;">@media screen and (max-width: 768px) {</span>
    <span style="color: #6666ff;">.lightcase-open</span> body <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">55px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">70px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #6666ff;">.lightcase-open</span> body <span style="color: #00AA00;">></span> <span style="color: #00AA00;">*:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>id<span style="color: #00AA00;">*=</span>lightcase-<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-9999px</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Overlay */</span>
    <span style="color: #cc00cc;">#lightcase-overlay</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Loading */</span>
    <span style="color: #cc00cc;">#lightcase-loading</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#AAAAAA</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Case */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> .lightcase-contentInner<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-inlineWrap</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/*
     * Content - Extend with further selectors and colors in case you
     * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
     */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h1<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h2<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h3<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h4<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h5<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h6<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> p <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#AAAAAA</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Additional info */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-info</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-info</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">static</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-content</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        box-shadow<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> .lightcase-contentInner<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-contentInner</span> <span style="color: #00AA00;">></span> <span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/*
     * Set auto height to each element except iframes, because of that
     * those cannot have a natural/native height and it must be especially defined.
     */</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>flash<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-contentInner</span> <span style="color: #00AA00;">></span> <span style="color: #00AA00;">*:</span>not<span style="color: #00AA00;">&#40;</span>iframe<span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span> !important<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">max-height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Navigation */</span>
    <span style="color: #6666ff;">.lightcase-open</span> <span style="color: #cc00cc;">#lightcase-nav</span><span style="color: #00AA00;">&#91;</span>data-ispartofsequence<span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:before </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">''</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9998</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">55px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">55</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">55</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">55</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.9</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9999</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Icon positioning */</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> <span style="color: #6666ff;">.lightcase-icon-close</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9997</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> .lightcase-icon-pause<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> <span style="color: #6666ff;">.lightcase-icon-play</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-0.5em</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> <span style="color: #6666ff;">.lightcase-icon-prev</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> <span style="color: #6666ff;">.lightcase-icon-next</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Error message */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> p<span style="color: #6666ff;">.lightcase-error</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">30px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">17px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>        
        <span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">nowrap</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
        text-overflow<span style="color: #00AA00;">:</span> ellipsis<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#AAAAAA</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media screen and (min-width: 769px) {</span>
    <span style="color: #808080; font-style: italic;">/* Overlay */</span>
    <span style="color: #cc00cc;">#lightcase-overlay</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Loading */</span>
    <span style="color: #cc00cc;">#lightcase-loading</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Case */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">18px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#AAAAAA</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Content */</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-content</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
        box-shadow<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">30px</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.5</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-backface-visibility<span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span> .lightcase-content<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span> <span style="color: #6666ff;">.lightcase-content</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>image<span style="color: #00AA00;">&#93;</span> .lightcase-contentInner<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>video<span style="color: #00AA00;">&#93;</span> <span style="color: #6666ff;">.lightcase-contentInner</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.75</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>not<span style="color: #00AA00;">&#40;</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>error<span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #6666ff;">.lightcase-inlineWrap</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">30px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
        box-sizing<span style="color: #00AA00;">:</span> border-box<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/*
     * Content - Extend with further selectors and colors in case you
     * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
     */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h1<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h2<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h3<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h4<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h5<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> h6<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-content</span> p <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Navigation */</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-0.5em</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-close</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a.lightcase-icon-close<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a.lightcase-icon-play<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-pause</span> <span style="color: #00AA00;">&#123;</span>
        opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">15px</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">:</span>hover ~ <span style="color: #cc00cc;">#lightcase-nav</span> a <span style="color: #00AA00;">&#123;</span>
        opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Icon positioning */</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-close</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9997</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#lightcase-nav</span> a.lightcase-icon-play<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-pause</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-0.5em</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-prev</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #6666ff;">.lightcase-icon-next</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Error message */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> p<span style="color: #6666ff;">.lightcase-error</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">17px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#AAAAAA</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@media screen {</span>
    <span style="color: #808080; font-style: italic;">/* Overlay */</span>
    <span style="color: #cc00cc;">#lightcase-overlay</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1000</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Loading */</span>
    <span style="color: #cc00cc;">#lightcase-loading</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1001</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-0.5em</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-0.5em</span><span style="color: #00AA00;">;</span>
        opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">32px</span><span style="color: #00AA00;">;</span>        
        <span style="color: #808080; font-style: italic;">/* Fixes the icon wobble issue in firefox */</span>
        -moz-transform-origin<span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span> <span style="color: #933;">53%</span><span style="color: #00AA00;">;</span>
        animation<span style="color: #00AA00;">:</span> lightcase-loading-spin 0.5s infinite linear<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Case */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1002</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Additional info */</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-info</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #808080; font-style: italic;">/* 
         * You can change to position "static" or "relative" instead, but consider
         * that this height will be integrated and calculated
         * to the maximum height additionally to the image height.
         */</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-caption</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span> .lightcase-title<span style="color: #00AA00;">,</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-caption</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">17px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1.5</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
        text-overflow<span style="color: #00AA00;">:</span> ellipsis<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-caption</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #cc00cc;">#lightcase-case</span> <span style="color: #6666ff;">.lightcase-sequenceInfo</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* Icons */</span>
    <span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.123em</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
        <span style="color: #808080; font-style: italic;">/*
         * For adjusting the icon size, just change the
         * value for "font-size" here!
         */</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">38px</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    a<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span><span style="color: #00AA00;">,</span>
    a<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:focus </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">9999</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0.6</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-tap-highlight-color<span style="color: #00AA00;">:</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        transition<span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">,</span> opacity<span style="color: #00AA00;">,</span> ease-in-out 0.25s<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    a<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span><span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> rgba<span style="color: #00AA00;">&#40;</span><span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">255</span><span style="color: #00AA00;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
&nbsp;
    a<span style="color: #00AA00;">&#91;</span>class<span style="color: #00AA00;">*=</span><span style="color: #ff0000;">'lightcase-icon-'</span><span style="color: #00AA00;">&#93;</span> <span style="color: #00AA00;">></span> span <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-block<span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-indent</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-9999px</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #808080; font-style: italic;">/* For mobile (touch) devices */</span>
    <span style="color: #6666ff;">.lightcase-isMobileDevice</span> <span style="color: #cc00cc;">#lightcase-case</span> .lightcase-inlineWrap<span style="color: #00AA00;">,</span>
    <span style="color: #6666ff;">.lightcase-isMobileDevice</span> <span style="color: #cc00cc;">#lightcase-case</span><span style="color: #00AA00;">&#91;</span>data-type<span style="color: #00AA00;">=</span>iframe<span style="color: #00AA00;">&#93;</span> <span style="color: #6666ff;">.lightcase-contentInner</span> <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
        -webkit-overflow-scrolling<span style="color: #00AA00;">:</span> touch<span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #6666ff;">.lightcase-isMobileDevice</span>.lightcase-open<span style="color: #00AA00;">,</span>
    <span style="color: #6666ff;">.lightcase-isMobileDevice</span><span style="color: #6666ff;">.lightcase-open</span> body <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">max-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #6666ff;">.lightcase-isMobileDevice</span> <span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#aaa</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Animation for loading spin icon */</span>
<span style="color: #a1a100;">@-webkit-keyframes lightcase-loading-spin {</span>
    <span style="color: #933;">0%</span> <span style="color: #00AA00;">&#123;</span>
        transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>0deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>0deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span>
        transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>359deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>359deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@keyframes lightcase-loading-spin {</span>
    <span style="color: #933;">0%</span> <span style="color: #00AA00;">&#123;</span>
        transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>0deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>0deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span>
        transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>359deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
        -webkit-transform<span style="color: #00AA00;">:</span> rotate<span style="color: #00AA00;">&#40;</span>359deg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
    <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* Lightbox customization
--------------------------------------*/</span>
<span style="color: #cc00cc;">#lightcase-nav</span> a <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#lightcase-nav</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">></span> span <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.6em</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.3em</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-indent</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    word-wrap<span style="color: #00AA00;">:</span> <span style="color: #993333;">normal</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></pre></div></div>]]></description>
                <pubDate>Sat, 05 Mar 2016 15:57:09 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
