~widelands-dev/widelands-website/anti_spam

« back to all changes in this revision

Viewing changes to akismet-0.2.0/docs/stylesheets/pysrc.css

  • Committer: franku
  • Date: 2016-10-08 14:24:47 UTC
  • Revision ID: somal@arcor.de-20161008142447-30l69t80p35aamuk
removedĀ akismetĀ api

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.pysrc {
2
 
    border: #c0c0ff 2px dotted;  padding:10px;
3
 
    font-weight: normal; background: #e0e0ff; margin: 20px;  
4
 
    padding:10px; 
5
 
}
6
 
 
7
 
.pykeyword {
8
 
    font-weight: bold;
9
 
    color: orange;
10
 
}
11
 
.pystring {
12
 
        color: green
13
 
}
14
 
.pycomment {
15
 
        color: red
16
 
}
17
 
.pynumber {
18
 
    color:purple;
19
 
}
20
 
.pyoperator {
21
 
    color:purple;
22
 
}
23
 
.pytext {
24
 
    color:black;
25
 
}
26
 
.pyerror {
27
 
    font-wieght: bold;
28
 
    color: red;
29
 
}
 
 
b'\\ No newline at end of file'