Aller au contenu

Utilisateur:Alex brollo/showbox.css

La bibliothèque libre.

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
div.showbox {
     white-space:pre-wrap; 
     background-color:#FCFCFC; 
     font-family:Courier; 
     font-size:0.9pc; 
     position:fixed; 
     z-index:999; 
     overflow:auto; 
     border:1px solid #bbb;
     display:none; 
     }
.fullscreen {
     width:100%; 
     height:100%; 
     top:0px; 
     right:0px; 
     }
.partscreen 
{
     width:45%; 
     height:70%; 
     top:20px; 
     left:20px; 
     }
div.showboxBar {
 
     white-space:pre-wrap; 
     width:100%; 
     height:17px;
     background-color:#4D8AC0;
     }
 
#showboxSubContent {
 
     white-space:pre-wrap; 
     width:100%; 
     background-color:white;
     border:1px solid blue;
     padding:5px
     }