annotate rhodecode/public/css/pygments.css @ 3474:2e703c3ef0b8 beta

codecleaner spaces on :
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Mar 2013 02:03:16 +0100
parents 5a7bc5c3029e
children f0384b9ed5b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 div.codeblock {
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 overflow: auto;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 padding: 0px;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 border: 1px solid #ccc;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 background: #f8f8f8;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 font-size: 100%;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 line-height: 100%;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 /* new */
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9 line-height: 125%;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
10 -webkit-border-radius: 4px;
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
11 -moz-border-radius: 4px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
12 border-radius: 4px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
14 div.codeblock .code-header {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
15 border-bottom: 1px solid #CCCCCC;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
16 background: #EEEEEE;
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
17 padding: 10px 0 10px 0;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
18 }
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
19
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
20 div.codeblock .code-header .stats {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
21 clear: both;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
22 padding: 6px 8px 6px 10px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
23 border-bottom: 1px solid rgb(204, 204, 204);
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
24 height: 23px;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
25 margin-bottom: 6px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
26 }
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
27
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
28 div.codeblock .code-header .stats .left {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
29 float: left;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
30 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
31 div.codeblock .code-header .stats .left.img {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
32 margin-top: -2px;
2029
14d8cfb96c17 urlify the commit message in file block + small css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1996
diff changeset
33 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
34 div.codeblock .code-header .stats .left.item {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
35 float: left;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
36 padding: 0 9px 0 9px;
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
37 border-right: 1px solid #ccc;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
38 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
39 div.codeblock .code-header .stats .left.item pre {
2029
14d8cfb96c17 urlify the commit message in file block + small css fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 1996
diff changeset
40 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
41 div.codeblock .code-header .stats .left.item.last {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
42 border-right: none;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
43 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
44 div.codeblock .code-header .stats .buttons {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
45 float: right;
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
46 padding-right: 4px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
47 }
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
48
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
49 div.codeblock .code-header .author {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
50 margin-left: 25px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
51 font-weight: bold;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
52 height: 25px;
1737
61eda8bf70d0 new files views
Marcin Kuzminski <marcin@python-works.com>
parents: 1475
diff changeset
53 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
54 div.codeblock .code-header .author .user {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
55 padding-top: 3px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
56 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
57 div.codeblock .code-header .commit {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
58 margin-left: 25px;
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
59 font-weight: normal;
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
60 white-space: pre;
158
f905f45c457e moved diff libs to vcs. updated htmls and css for diff and source
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
61 }
505
5aba7adff196 little gui change for file source
Marcin Kuzminski <marcin@python-works.com>
parents: 397
diff changeset
62
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
63 div.codeblock .code-body table {
1475
aa805ee6ee09 fixes code view issue on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 965
diff changeset
64 width: 0 !important;
aa805ee6ee09 fixes code view issue on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 965
diff changeset
65 border: 0px !important;
aa805ee6ee09 fixes code view issue on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 965
diff changeset
66 }
aa805ee6ee09 fixes code view issue on chrome
Marcin Kuzminski <marcin@python-works.com>
parents: 965
diff changeset
67 div.codeblock .code-body table td {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
68 border: 0px !important;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents: 158
diff changeset
69 }
505
5aba7adff196 little gui change for file source
Marcin Kuzminski <marcin@python-works.com>
parents: 397
diff changeset
70 div.code-body {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
71 background-color: #FFFFFF;
505
5aba7adff196 little gui change for file source
Marcin Kuzminski <marcin@python-works.com>
parents: 397
diff changeset
72 }
1995
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
73
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
74 div.codeblock .code-header .search-path {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
75 padding: 0px 0px 0px 10px;
1995
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
76 }
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
77
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
78 div.search-code-body {
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
79 background-color: #FFFFFF;
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
80 padding: 5px 0px 5px 10px;
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
81 }
b6c902d88472 bumbed whoosh to 2.3.X series
Marcin Kuzminski <marcin@python-works.com>
parents: 1737
diff changeset
82
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
83 div.search-code-body pre .match {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
84 background-color: #FAFFA6;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
85 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
86 div.search-code-body pre .break {
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
87 background-color: #DDE7EF;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
88 width: 100%;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
89 color: #747474;
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
90 display: block;
397
4cf4b82aa2a0 fixed some templating issues
Marcin Kuzminski <marcin@python-works.com>
parents: 362
diff changeset
91 }
3268
5a7bc5c3029e css: consistent use of space around { and ,
Mads Kiilerich <madski@unity3d.com>
parents: 3267
diff changeset
92 div.annotatediv {
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
93 margin-left: 2px;
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
94 margin-right: 4px;
362
558eb7c5028f version bump to 0.8
Marcin Kuzminski <marcin@python-works.com>
parents: 158
diff changeset
95 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
96 .code-highlight {
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
97 padding: 0px;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
98 margin-top: 5px;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
99 margin-bottom: 5px;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
100 border-left: 2px solid #ccc;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
101 }
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
102 .code-highlight pre, .linenodiv pre {
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
103 padding: 5px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
104 margin: 0;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
105 }
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
106 .code-highlight pre div:target {
965
5da1286ddd28 #107 added single line highlight
Marcin Kuzminski <marcin@python-works.com>
parents: 619
diff changeset
107 background-color: #FFFFBE !important;
5da1286ddd28 #107 added single line highlight
Marcin Kuzminski <marcin@python-works.com>
parents: 619
diff changeset
108 }
3267
7b74079beec9 coding style: fix trailing and leading spaces and tabs
Mads Kiilerich <madski@unity3d.com>
parents: 2029
diff changeset
109
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
110 .linenos a { text-decoration: none; }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
111
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
112 .code { display: block; }
1996
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
113 .code-highlight .hll, .codehilite .hll { background-color: #ffffcc }
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
114 .code-highlight .c, .codehilite .c { color: #408080; font-style: italic } /* Comment */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
115 .code-highlight .err, .codehilite .err { border: 1px solid #FF0000 } /* Error */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
116 .code-highlight .k, .codehilite .k { color: #008000; font-weight: bold } /* Keyword */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
117 .code-highlight .o, .codehilite .o { color: #666666 } /* Operator */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
118 .code-highlight .cm, .codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
119 .code-highlight .cp, .codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
120 .code-highlight .c1, .codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
121 .code-highlight .cs, .codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
122 .code-highlight .gd, .codehilite .gd { color: #A00000 } /* Generic.Deleted */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
123 .code-highlight .ge, .codehilite .ge { font-style: italic } /* Generic.Emph */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
124 .code-highlight .gr, .codehilite .gr { color: #FF0000 } /* Generic.Error */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
125 .code-highlight .gh, .codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
126 .code-highlight .gi, .codehilite .gi { color: #00A000 } /* Generic.Inserted */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
127 .code-highlight .go, .codehilite .go { color: #808080 } /* Generic.Output */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
128 .code-highlight .gp, .codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
129 .code-highlight .gs, .codehilite .gs { font-weight: bold } /* Generic.Strong */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
130 .code-highlight .gu, .codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
131 .code-highlight .gt, .codehilite .gt { color: #0040D0 } /* Generic.Traceback */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
132 .code-highlight .kc, .codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
133 .code-highlight .kd, .codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
134 .code-highlight .kn, .codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
135 .code-highlight .kp, .codehilite .kp { color: #008000 } /* Keyword.Pseudo */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
136 .code-highlight .kr, .codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
137 .code-highlight .kt, .codehilite .kt { color: #B00040 } /* Keyword.Type */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
138 .code-highlight .m, .codehilite .m { color: #666666 } /* Literal.Number */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
139 .code-highlight .s, .codehilite .s { color: #BA2121 } /* Literal.String */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
140 .code-highlight .na, .codehilite .na { color: #7D9029 } /* Name.Attribute */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
141 .code-highlight .nb, .codehilite .nb { color: #008000 } /* Name.Builtin */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
142 .code-highlight .nc, .codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
143 .code-highlight .no, .codehilite .no { color: #880000 } /* Name.Constant */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
144 .code-highlight .nd, .codehilite .nd { color: #AA22FF } /* Name.Decorator */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
145 .code-highlight .ni, .codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
146 .code-highlight .ne, .codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
147 .code-highlight .nf, .codehilite .nf { color: #0000FF } /* Name.Function */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
148 .code-highlight .nl, .codehilite .nl { color: #A0A000 } /* Name.Label */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
149 .code-highlight .nn, .codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
150 .code-highlight .nt, .codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
151 .code-highlight .nv, .codehilite .nv { color: #19177C } /* Name.Variable */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
152 .code-highlight .ow, .codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
153 .code-highlight .w, .codehilite .w { color: #bbbbbb } /* Text.Whitespace */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
154 .code-highlight .mf, .codehilite .mf { color: #666666 } /* Literal.Number.Float */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
155 .code-highlight .mh, .codehilite .mh { color: #666666 } /* Literal.Number.Hex */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
156 .code-highlight .mi, .codehilite .mi { color: #666666 } /* Literal.Number.Integer */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
157 .code-highlight .mo, .codehilite .mo { color: #666666 } /* Literal.Number.Oct */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
158 .code-highlight .sb, .codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
159 .code-highlight .sc, .codehilite .sc { color: #BA2121 } /* Literal.String.Char */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
160 .code-highlight .sd, .codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
161 .code-highlight .s2, .codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
162 .code-highlight .se, .codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
163 .code-highlight .sh, .codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
164 .code-highlight .si, .codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
165 .code-highlight .sx, .codehilite .sx { color: #008000 } /* Literal.String.Other */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
166 .code-highlight .sr, .codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
167 .code-highlight .s1, .codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
168 .code-highlight .ss, .codehilite .ss { color: #19177C } /* Literal.String.Symbol */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
169 .code-highlight .bp, .codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
170 .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
171 .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */
0592987973eb activate codehilite extension on markdown renderer, inspired by bitbucket blog ;)
Marcin Kuzminski <marcin@python-works.com>
parents: 1995
diff changeset
172 .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */
3474
2e703c3ef0b8 codecleaner spaces on :
Marcin Kuzminski <marcin@python-works.com>
parents: 3268
diff changeset
173 .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */