Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Interface CSS
#4
Bon c'est vraiment très très dur de styler précisément des objets.

J'ai travaillé sur la partie globale mais aussi sur la partie darkroom.

J'arrive pas à gérer la taille des textes lorsqu'on ouvre les modules. Tout comme j'aimerai changer la couleur du bandeau d'un module lorsqu'il est ouvert mais impossible de trouver.

Supprimer la bordure épaisse de la partie principale de l'application je n'y arrive pas non plus. Je trouve pas l'élément à viser.

J’arrive pas non plus à rétablir une taille correcte pour les icônes.

Voici un exemple de petits changements que j'ai appliqué sur une soirée.


Code :
@define-color bg_color rgb(59,59, 59);
@define-color plugin_bg_color #252525;
@define-color fg_color #cacaca;
@define-color base_color #ffffff;
@define-color text_color #3C3C3C;
@define-color selected_bg_color #353535;
@define-color selected_fg_color #e2e2e2;
@define-color tooltip_bg_color #000000;
@define-color tooltip_fg_color #ffffff;
@define-color really_dark_bg_color #111;
@define-color darkroom_bg_color #333333;
@define-color darkroom_preview_bg_color shade(@darkroom_bg_color, .5);
@define-color lighttable_bg_color @darkroom_bg_color;
@define-color lighttable_preview_bg_color shade(@lighttable_bg_color, .5);
@define-color brush_cursor alpha(white, .9);
@define-color brush_trace alpha(black, .8);

@define-color bauhaus_fg #ccc;
@define-color bauhaus_border #191919;
@define-color bauhaus_bg alpha(@bauhaus_border, 0.2);
@define-color bauhaus_fg_insensitive alpha(@bauhaus_fg, 0.5);


* {
   font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   font-size: 11px;
}

window {
   background: rgb(59,59, 59);
}

button {
   background: rgb(80, 80, 80);
   border: none;
}


/** supprimer bordures entre les modules droite **/
#iop-plugin-ui  > border  {
   border-color: rgb(59,59, 59);
    background:rgb(59,59, 59);
}



#iop-plugin-ui:selected > widget  {
   background: rgb(43,43,43);
   border-bottom-right-radius:5px;
   border-bottom-left-radius:5px;

}


scrollbar {
   background:none;
   border:none;
}
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)