www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

theme.css (181B)


      1 /* Couleurs */
      2 
      3 .tk.window {
      4     border: medium solid gray;
      5     background-color: white;
      6 }
      7 
      8 .tk.barre-titre {
      9     background-color: lightgray;
     10     border-bottom: thin solid gray;
     11 }