Aller au contenu

Modèle:Pays test

De Wikiquestia

/* Hide radio buttons */ .infobox-radio {

   display: none;

}

/* Style labels as buttons */ .infobox-label {

   cursor: pointer;
   padding: 5px 15px;
   border: 1px solid #ccc;
   background: #eee;
   margin-right: 5px;
   display: inline-block;

}

/* Style the container */ .infobox-container {

   border: 1px solid #ccc;
   padding: 10px;
   margin-top: 10px;
   background: #f9f9f9;
   text-align: center;

}

/* Hide both panels by default */ .infobox-panel {

   display: none;

}

/* Show the selected panel */

  1. panel1:checked ~ .infobox-container #content1,
  2. panel2:checked ~ .infobox-container #content2 {
   display: block;

}