File: pysrc.css

package info (click to toggle)
rest2web 0.5.2~alpha%2Bsvn-r248-2.3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,256 kB
  • ctags: 870
  • sloc: python: 6,285; makefile: 64
file content (29 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (33)
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
.pysrc {
    border: #c0c0ff 2px dotted;  padding:10px;
    font-weight: normal; background: #e0e0ff; margin: 20px;  
    padding:10px; 
}

.pykeyword {
    font-weight: bold;
    color: orange;
}
.pystring {
	color: green
}
.pycomment {
	color: red
}
.pynumber {
    color:purple;
}
.pyoperator {
    color:purple;
}
.pytext {
    color:black;
}
.pyerror {
    font-weight: bold;
    color: red;
}