File: stylesheet.css

package info (click to toggle)
gnome-shell-extension-easyscreencast 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 864 kB
  • sloc: xml: 195; makefile: 69
file content (35 lines) | stat: -rw-r--r-- 612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.RecordAction-label {
    font-size: 15px;
    font-weight: bold;
}

.area-selection {
    background-color: rgba(255, 0, 0, 0.5);
    border: 2px solid rgba(255, 0, 0, 1);
}

.area-recording {
    border-style: dashed;
    border: 2px rgba(255, 0, 0, 1);
}

.alert-msg {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.7);
    border-radius: 5px;
    padding: .5em;
}

.area-resolution {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.0);
}

.time-label {
    font-size: 14px;
    color: #ff0000;
}