Advertisement
decembre

NEW OPAC Bibliotheque - BOBIGNY - v.1

Jul 25th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("cas.ville-bobigny.fr") {
  4.  
  5. /* === NEW OPAC Bibliotheque - BOBIGNY - v.1  ==== -*/
  6.  
  7. /* AIDE CONNEXION  */
  8.   .fl-label[for="username"]:after {
  9.     content: "Numero de votre carte de lecteur" ;
  10.     color: tomato ;
  11.   }
  12.   .fl-label[for="password"]:after {
  13.     content: "Votre Date de Naissance: Jour/Mois/AnnĂ©e" ;
  14.     color: tomato ;
  15.   }
  16.  
  17.   /* ==== END  ==== */
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement