File: style.css

package info (click to toggle)
voltron 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 668 kB
  • sloc: python: 5,724; sh: 252; javascript: 118; ansic: 49; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 377 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
22
23
24
25
26
27
28
29
.reg_label {
    color: #b58900;
    font-weight: bold;
}

.reg_highlight {
    color: #dc322f;
}

.reg_normal {
}

#tile {
    display:inline-block;
    vertical-align: top;
    background-color: #073642;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

pre {
    margin: 0;
}

#disasm {
    background-color: #073642;
}