/* Bienvenue dans l'éditeur CSS de l'extension Design ! CSS (Cascading Style Sheets) est un langage qui fournit des informations à votre navigateur concernant le style de la page web que vous visitez. Vous pouvez maintenant supprimer ces commentaires et commencer à ajouter votre propre code CSS. Par défaut, cette feuille de style sera chargée après la feuille de style de votre thème, ce qui veut dire que les nouvelles règles que vous ajouterez ici pourront remplacer celles créées par le thème. Vous pouvez donc ajouter ici les changements que vous souhaitez apporter à votre thème, sans avoir à copier la feuille de style existante de celui-ci, ou avoir à recréer toutes les règles de style de votre thème. */ /* VITA in Paris CSS */ /* default screen, non-retina */ @media only screen { body { background: url('/wp-content/uploads/2014/07/GravityRush2_2052x885_light.jpg') no-repeat fixed center top; } } /* Liens visités : On change la couleur des styles .entry-content a:visited, .comment-content a:visited, .widget-area .widget a:visited de la CSS du thème Twenty Twelve */ .entry-content a:visited, .comment-content a:visited, .widget-area .widget a:visited { color: #21759b; } /* Calendrier des prochains RDV */ /* table class="tab-calendar" */ .tab-calendar th, td { text-align: center; vertical-align: top; line-height: 1.5; padding: 1px; border: 1px solid #ededed; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; color: #444; background-color: whitesmoke; } .tab-calendar th { color: white; background-color: black; } .tab-calendar td a { color: #003399; } .tab-calendar td a:visited { /* color: darkgrey; */ color: #666699; } .tab-calendar td.month { background-color: #A3A3CC; font-weight: bold; } .tab-calendar td.old { background-color: gray; } .tab-calendar td.oldParty { background-color: cadetblue; } .tab-calendar td.newParty { background-color: #ccccff; /* lightsteelblue; */ } .tab-calendar td.oldIrl { background-color: darkseagreen; } .tab-calendar td.newIrl { background-color: #99ff99; /* aquamarine; */ } /* Images Prochains RDV */ .prochainsRdvs { float: left; width: 120px; /* height: 80px; */ margin-right: 5px; } .trophy_image { background: #2f2f2f; } /* à tester, source http://css.mammouthland.net/liste-a-puces-en-image-ul-li-css.php */ li .list-party { font-family: Arial, sans-serif; font-size: 100%; color: black; list-style-type: none; /* on annule la puce par défaut */ background-image: url("/wp-content/uploads/2013/10/VITAinParis_online-logo_2014-11-10_500x333-300x199.jpg"); /* on affiche l'image souhaitée */ background-repeat: no-repeat; /* on annule la répétition par défaut */ background-position: 0 .32em; /* on positionne où l'on veut */ padding-left: 15px; /* pour éviter la superposition du contenu */ } .list-party { list-style-type: none; /* on annule la puce par défaut */ background-image: url("/wp-content/uploads/2013/10/VITAinParis_online-logo_2014-11-10_500x333-300x199.jpg"); /* on affiche l'image souhaitée */ background-repeat: no-repeat; /* on annule la répétition par défaut */ background-position: left center; /* on positionne où l'on veut */ padding-left: 110px; /* pour éviter la superposition du contenu */ } .list-irl { list-style-type: none; /* on annule la puce par défaut */ background-image: url(image.png); /* on affiche l'image souhaitée */ background-repeat: no-repeat; /* on annule la répétition par défaut */ background-position: left center; /* on positionne où l'on veut */ padding-left: 20px; /* pour éviter la superposition du contenu */ } .liste-jeux tr:nth-child(odd) { background: lightgrey; } .liste-jeux tr:nth-child(even) { background: white; } .liste-jeux th, .liste-jeux td { color: black; padding: 3px 5px; vertical-align: middle; } .liste-jeux-entete { font-weight: bold; background-color: grey; } #bbpress-forums .status-closed, #bbpress-forums .status-closed a { /* color: grey; */ color: #474747; } /* Fil d'Ariane - Breadcrumbs */ #breadcrumbs { padding: 10px; color: #666666; } .home #breadcrumbs { display: none; } /* pour l'éditeur wysiwyg du forum, mais sans effet */ body #tinymce { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1; }