Guest User

gtk.css

a guest
May 20th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. @binding-set NoKeyboardNavigation {
  2.     unbind "<shift>F10"
  3. }
  4.  
  5. * {
  6.     -gtk-key-bindings: NoKeyboardNavigation
  7. }
  8.  
  9. decoration {
  10.     margin: 0 0 4px 0;
  11.     box-shadow: none;
  12.     background-color: #4c5153;
  13. }
  14.  
  15. headerbar {
  16.     border-radius: 0;
  17.     min-height: 16px;
  18.     padding: 0 2px 0 2px;
  19. }
  20.  
  21. headerbar entry,
  22. headerbar spinbutton,
  23. headerbar button,
  24. headerbar separator {
  25.     margin: 2px 0 2px 0;
  26. }
  27.  
  28. headerbar.default-decoration {
  29.     min-height: 0;
  30. }
  31.  
  32. headerbar .title,
  33. titlebar .title {
  34.     font-size: 80%;
  35. }
  36.  
  37. headerbar .subtitle {
  38.     font-size: 65%;
  39. }
  40.  
  41. levelbar {
  42.     padding: 1px;
  43. }
  44.  
  45. paned {
  46.     min-height: 0;
  47.     margin: 0;
  48.     padding: 0;
  49.     border: 0;
  50. }
  51.  
  52. button,
  53. entry,
  54. popover,
  55. level-bar,
  56. header-bar,
  57. titlebar,
  58. trough,
  59. GtkSwitch.slider {
  60.     border-radius: 0;
  61. }
  62.  
  63. GtkSwitch {
  64.     font: Verdana 8;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment