Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Interface CSS
#55
Je viens d'essayer :
[Image: image.png]
avec :
Code :
@import 'C:\Program Files\darktable\share\darktable\darktable.css'

/* Couleur de fond général*/
@define-color bg_color #454545;
/* Couleur des filets de séparation de modules*/
@define-color plugin_bg_color #fff;
@define-color plugin_bg_color2 #111;
/* Couleur des titres des modules*/
@define-color fg_color #D2D2D2;
/* ???*/
@define-color base_color #ffffff;
/* Couleur de fond des barres de défilement */
@define-color text_color #3C3C3C;
/* Couleur de fond des options de modules*/
@define-color selected_bg_color #606060;
/* Couleur de certains textes dans les modules*/
@define-color selected_fg_color #f0f0f0;
@define-color tooltip_bg_color #BEBEBE;
@define-color tooltip_fg_color #111111;
/* Couleur du filet du cadre central*/
@define-color really_dark_bg_color #595959;
/* Couleur de fond du cadre central*/
@define-color darkroom_bg_color #696969;
@define-color darkroom_preview_bg_color shade(@darkroom_bg_color, .8);
@define-color lighttable_bg_color @darkroom_bg_color;
@define-color lighttable_preview_bg_color shade(@lighttable_bg_color, .8);
@define-color brush_cursor alpha(white, .9);
@define-color brush_trace alpha(black, .8);

@define-color bauhaus_fg @fg_color;
@define-color bauhaus_border #797979;
@define-color bauhaus_bg #E2E2E2;
@define-color bauhaus_fg_insensitive #E2E2E2;

progressbar *
{
background-color: @selected_bg_color;
}

* {
 font: 8pt Sans;
 font-family: system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 color: @fg_color;
 background-color: @bg_color;
 border-color: #7F7F7F;
 text-shadow:none;
/*  margin: 0; */ /* this makes scroll bars super wide. */
 padding: 0;
 background-image: none;
}

button {
  background: rgb(90, 90, 90);
  border: none;
  border-radius: 5px;
}

/* Séparateur de modules */
#iop-plugin-ui,#iop-plugin-ui:selected,
#lib-plugin-ui
{
 border: 1pt solid #353535;
 box-shadow: inset 0 0 1pt #3a3a3a;
 border-radius: 5px;
 margin: 0pt;
 padding: 1pt 4pt 1pt 4pt;
 color: @selected_fg_color;
 background-color: @darkroom_bg_color;
}
Répondre


Messages dans ce sujet
Interface CSS - par benoitdupont - 23-12-18, 15:06
RE: Interface CSS - par pascal - 23-12-18, 15:39
RE: Interface CSS - par benoitdupont - 23-12-18, 16:54
RE: Interface CSS - par benoitdupont - 23-12-18, 22:55
RE: Interface CSS - par nicoauffray - 24-12-18, 10:33
RE: Interface CSS - par benoitdupont - 24-12-18, 14:50
RE: Interface CSS - par aurelienpierre - 24-12-18, 19:16
RE: Interface CSS - par nicoauffray - 25-12-18, 12:00
RE: Interface CSS - par pascal - 24-12-18, 15:04
RE: Interface CSS - par jpg54 - 25-12-18, 09:06
RE: Interface CSS - par benoitdupont - 26-12-18, 09:37
RE: Interface CSS - par senpai - 26-12-18, 09:51
RE: Interface CSS - par benoitdupont - 26-12-18, 10:53
RE: Interface CSS - par nicoauffray - 26-12-18, 11:07
RE: Interface CSS - par GM1901 - 17-01-19, 13:27
RE: Interface CSS - par dlink - 26-12-18, 10:58
RE: Interface CSS - par benoitdupont - 26-12-18, 11:21
RE: Interface CSS - par senpai - 26-12-18, 11:54
RE: Interface CSS - par benoitdupont - 26-12-18, 13:23
RE: Interface CSS - par senpai - 26-12-18, 15:48
RE: Interface CSS - par jpg54 - 26-12-18, 16:00
RE: Interface CSS - par aurelienpierre - 26-12-18, 21:07
RE: Interface CSS - par benoitdupont - 26-12-18, 21:14
RE: Interface CSS - par aurelienpierre - 26-12-18, 21:36
RE: Interface CSS - par benoitdupont - 27-12-18, 08:23
RE: Interface CSS - par jpg54 - 03-01-19, 09:35
RE: Interface CSS - par jpg54 - 06-01-19, 09:29
RE: Interface CSS - par jpg54 - 06-01-19, 11:27
RE: Interface CSS - par benoitdupont - 06-01-19, 12:05
RE: Interface CSS - par jpg54 - 06-01-19, 12:11
RE: Interface CSS - par DKT - 06-01-19, 18:59
RE: Interface CSS - par nicoauffray - 06-01-19, 19:05
RE: Interface CSS - par DKT - 06-01-19, 20:18
RE: Interface CSS - par nicoauffray - 06-01-19, 20:48
RE: Interface CSS - par mimi85 - 07-01-19, 09:41
RE: Interface CSS - par senpai - 07-01-19, 19:32
RE: Interface CSS - par Roger - 08-01-19, 21:43
RE: Interface CSS - par DKT - 07-01-19, 10:00
RE: Interface CSS - par DKT - 07-01-19, 13:53
RE: Interface CSS - par nicoauffray - 07-01-19, 17:44
RE: Interface CSS - par DKT - 07-01-19, 18:47
RE: Interface CSS - par mimi85 - 07-01-19, 21:46
RE: Interface CSS - par senpai - 07-01-19, 22:23
RE: Interface CSS - par DKT - 08-01-19, 13:50
RE: Interface CSS - par nicoauffray - 08-01-19, 20:21
RE: Interface CSS - par DKT - 10-01-19, 13:55
RE: Interface CSS - par jpverrue - 10-01-19, 23:12
RE: Interface CSS - par jpg54 - 11-01-19, 08:42
RE: Interface CSS - par rawfiner - 11-01-19, 08:49
RE: Interface CSS - par mimi85 - 11-01-19, 15:21
RE: Interface CSS - par nicoauffray - 11-01-19, 18:29
RE: Interface CSS - par jpg54 - 14-01-19, 09:21
RE: Interface CSS - par jpg54 - 17-01-19, 14:09
RE: Interface CSS - par GM1901 - 17-01-19, 14:29
RE: Interface CSS - par jpg54 - 17-01-19, 14:36
RE: Interface CSS - par pascal - 17-01-19, 15:00
RE: Interface CSS - par GM1901 - 17-01-19, 16:06
RE: Interface CSS - par pascal - 17-01-19, 17:24
RE: Interface CSS - par GM1901 - 17-01-19, 17:44
RE: Interface CSS - par pascal - 17-01-19, 18:17
RE: Interface CSS - par jpg54 - 17-01-19, 19:14
RE: Interface CSS - par nicoauffray - 17-01-19, 20:03
RE: Interface CSS - par GM1901 - 17-01-19, 20:40
RE: Interface CSS - par jpg54 - 17-01-19, 20:53
RE: Interface CSS - par techexo - 20-01-19, 19:28
RE: Interface CSS - par nicoauffray - 20-01-19, 21:39
RE: Interface CSS - par jpverrue - 23-01-19, 12:30
RE: Interface CSS - par pascal - 23-01-19, 17:09
RE: Interface CSS - par jpverrue - 23-01-19, 17:32
RE: Interface CSS - par Thib22 - 27-01-19, 22:58
RE: Interface CSS - par jpg54 - 28-01-19, 09:47
RE: Interface CSS - par mimi85 - 28-01-19, 10:08
RE: Interface CSS - par Thib22 - 28-01-19, 19:28
RE: Interface CSS - par Thib22 - 28-01-19, 22:42
RE: Interface CSS - par aurelienpierre - 28-01-19, 22:46
RE: Interface CSS - par Roger - 29-01-19, 19:21
RE: Interface CSS - par jpverrue - 30-01-19, 09:50
RE: Interface CSS - par pascal - 30-01-19, 17:03
RE: Interface CSS - par DKT - 30-01-19, 17:39
RE: Interface CSS - par Applestore - 27-04-19, 16:19
RE: Interface CSS - par nicoauffray - 27-04-19, 16:38
RE: Interface CSS - par pascal - 27-04-19, 17:09
RE: Interface CSS - par nicoauffray - 27-04-19, 17:32
RE: Interface CSS - par Applestore - 28-04-19, 08:22

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)