File: gaupol.css

package info (click to toggle)
gaupol 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,112 kB
  • sloc: python: 18,822; sh: 98; makefile: 79
file content (21 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- coding: utf-8-unix -*- */

.gaupol-floating-label {
  background-color: @theme_fg_color;
  border-top-right-radius: 5px;
  color: @theme_bg_color;
  padding: 4px 9px 4px 4px;
}

.gaupol-tab-close-button {
  margin: 0;
  padding: 0;
}

.gaupol-video-background {
  background-color: black;
}

.monospace {
  font-family: monospace;
}