annotate pylons_app/public/css/monoblue_custom.css @ 160:0f7f93df5802

implemented rawdiff and diff download into diff view. Few css changes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 19 May 2010 00:18:48 +0200
parents ea89ac73bef8
children 2fc206a32ef0
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 /*** Initial Settings ***/
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
2 #mainhtml{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
3 margin: 15px 50px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
4 background: #DBD4C6;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
5 font-family: sans-serif;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 a {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
9 color: #0000cc;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
10 text-decoration: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
12 a:HOVER{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
13 text-decoration: underline;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
14 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
15 /*** end of Initial Settings ***/
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
16
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
17 /** common settings **/
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
18 div#main {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
19 padding: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
20 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
21
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
22 div#container {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
23 background: #FFFFFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
24 position: relative;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
25 color: #666;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
26 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
27
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
28 div.page-header {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
29 padding: 50px 20px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
30 background: #556cb5 top left repeat-x;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
31 position: relative;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
32 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
33
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
34 div.page-header h1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
35 margin: 10px 0 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
36 font-size: 1.8em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
37 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
38 font-family: sans-serif;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
39 letter-spacing: 1px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
40 color: #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
41 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
42
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
43 div.page-header h1 a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
44 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
45 color: #FFF;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
46 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
47
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
48 div.page-header a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
49 text-decoration: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
50 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
51
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
52 div.page-header form {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
53 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
54 margin-bottom: 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
55 bottom: 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
56 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
57 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
58
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
59 div.page-header form label {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
60 color: #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
61 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
62
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
63 div.page-header form input {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
64 padding: 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
65 border: solid 1px #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
66 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
67
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
68 div.page-header form dl {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
69 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
70 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
71
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
72 div.page-header form dl dt {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
73 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
74 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
75
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
76 div.page-header form dl dt,div.page-header form dl dd {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
77 margin: 0 0 0 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
78 float: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
79 height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
80 line-height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
81 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
82
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
83 ul.page-nav {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
84 margin: 10px 0 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
85 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
86 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
87 width: 800px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
88 padding: 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
89 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
90
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
91 ul.page-nav li {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
92 margin: 0 2px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
93 float: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
94 height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
95 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
96 line-height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
97 text-align: center;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
98 background: #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
99 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
100
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
101 ul.page-nav li.current {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
102 background: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
103 padding-right: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
104 padding-left: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
105 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
106
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
107 ul.page-nav li a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
108 height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
109 color: #666;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
110 padding-right: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
111 padding-left: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
112 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
113 text-decoration: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
114 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
115
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
116 ul.page-nav li a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
117 color: #333;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
118 background: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
119 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
120
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
121 ul.submenu {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
122 margin: 10px 0 -10px 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
123 list-style-type: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
124 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
125
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
126 ul.submenu li {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
127 margin: 0 10px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
128 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
129 display: inline;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
130 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
131
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
132 h2 {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
133 margin: 20px 0 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
134 height: 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
135 line-height: 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
136 text-indent: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
137 background: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
138 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
139 border-top: dotted 1px #D5E1E6;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
140 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
141 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
142
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
143 h2.no-link {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
144 color: #006699;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
145 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
146
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
147 h2.no-border {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
148 color: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
149 background: #556CB5;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
150 border: 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
151 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
152
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
153 h2 a {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
154 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
155 color: #006699;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
156 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
157
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
158 div.page-path {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
159 text-align: right;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
160 padding: 20px 30px 10px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
161 border: solid #d9d8d1;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
162 border-width: 0px 0px 1px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
163 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
164 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
165
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
166 div.page-footer {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
167 margin: 50px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
168 position: relative;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
169 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
170
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
171 div.page-footer p {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
172 position: relative;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
173 left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
174 bottom: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
175 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
176 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
177
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
178 ul.rss-logo {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
179 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
180 top: -10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
181 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
182 height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
183 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
184 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
185
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
186 ul.rss-logo li {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
187 display: inline;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
188 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
189
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
190 ul.rss-logo li a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
191 padding: 3px 6px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
192 line-height: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
193 border: 1px solid;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
194 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
195 color: #ffffff;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
196 background-color: #ff6600;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
197 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
198 font-family: sans-serif;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
199 font-size: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
200 text-align: center;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
201 text-decoration: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
202 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
203
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
204 div.rss-logo li a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
205 background-color: #ee5500;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
206 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
207
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
208 p.normal {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
209 margin: 20px 0 20px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
210 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
211 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
212
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
213 table tr.parity0:hover,table tr.parity1:hover {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
214 background: #D5E1E6;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
215 }
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
216
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
217 table tr.parity0 {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
218 background: #EAEAE9;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
219 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
220
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
221 table tr.parity1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
222 background: #FFFFFF;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
223 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
224
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
225 span.logtags span {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
226 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
227 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
228 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
229 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
230 text-align: left;
110
ad2500720b02 added images updated htl added tags,branches display
Marcin Kuzminski <marcin@python-works.com>
parents: 109
diff changeset
231 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
232 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
233
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
234 span.logtags span.tagtag {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
235 background-image: url("/images/label_16.png");
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
236 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
237
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
238 span.logtags span.branchtag {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
239 background-image: url("/images/left_16.png");
110
ad2500720b02 added images updated htl added tags,branches display
Marcin Kuzminski <marcin@python-works.com>
parents: 109
diff changeset
240 color: #628F53;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
241 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
242
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
243 span.logtags span.inbranchtag {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
244 background-image: url("/images/left_16.png");
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
245 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
246
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
247 div.diff pre {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
248 margin: 10px 0 0 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
249 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
250
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
251 div.diff pre span {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
252 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
253 white-space: pre;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
254 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
255 padding: 3px 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
256 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
257
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
258 td.source {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
259 white-space: pre;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
260 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
261 margin: 10px 30px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
262 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
263 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
264 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
265
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
266 div.source div.parity0,div.source div.parity1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
267 padding: 1px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
268 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
269 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
270
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
271 div.source div.parity0 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
272 background: #F1F6F7;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
273 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
274
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
275 div.source div.parity1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
276 background: #FFFFFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
277 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
278
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
279 div.parity0:hover,div.parity1:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
280 background: #D5E1E6;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
281 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
282
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
283 .linenr {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
284 color: #999;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
285 text-align: right;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
286 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
287
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
288 .lineno {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
289 text-align: right;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
290 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
291
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
292 .lineno a {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
293 color: #999;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
294 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
295
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
296 td.linenr {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
297 width: 60px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
298 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
299
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
300 div#powered-by {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
301 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
302 width: 75px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
303 top: 15px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
304 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
305 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
306 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
307
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
308 div#powered-by a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
309 color: #EEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
310 text-decoration: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
311 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
312
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
313 div#powered-by a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
314 text-decoration: underline;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
315 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
316
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
317 dl.overview {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
318 margin: 0 0 0 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
319 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
320 overflow: hidden;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
321 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
322
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
323 dl.overview dt,dl.overview dd {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
324 margin: 5px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
325 float: left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
326 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
327
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
328 dl.overview dt {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
329 clear: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
330 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
331 width: 150px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
332 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
333
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
334 /** end of summary **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
335
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
336 /** chagelog **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
337 h3.changelog {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
338 margin: 20px 0 5px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
339 padding: 0 0 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
340 font-size: 1.4em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
341 border-bottom: dotted 1px #D5E1E6;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
342 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
343
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
344 ul.changelog-entry {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
345 margin: 0 0 10px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
346 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
347 position: relative;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
348 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
349
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
350 ul.changelog-entry li span.revdate {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
351 font-size: 1.1em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
352 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
353
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
354 ul.changelog-entry li.age {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
355 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
356 top: -25px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
357 right: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
358 font-size: 1.4em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
359 color: #CCC;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
360 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
361 font-style: italic;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
362 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
363
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
364 ul.changelog-entry li span.name {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
365 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
366 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
367 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
368
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
369 ul.changelog-entry li.description {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
370 margin: 10px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
371 font-size: 1.1em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
372 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
373
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
374 /** end of changelog **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
375
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
376 /** file **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
377 p.files {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
378 margin: 0 0 0 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
379 font-size: 2.0em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
380 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
381 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
382
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
383 /** end of file **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
384
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
385 /** changeset **/
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
386
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
387 .cs_files{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
388 border: 2px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
389 width: 60%;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
390
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
391 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
392 .cs_files .cs_added{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
393 background:#BBFFBB;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
394 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
395 .cs_files .cs_changed{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
396 background: #FFDD88;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
397 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
398 .cs_files .cs_removed{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
399 background: #FF8888;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
400 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
401
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
402 /** end of changeset **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
403
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
404 /** canvas **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
405 canvas {
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
406 position: absolute;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
407 z-index: 5;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
408 top: -0.7em;
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
409 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
410 #graph{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
411 overflow: hidden;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
412
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
413 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
414 #graph_nodes{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
415 width:160px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
416 float:left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
417 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
418
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
419 #graph_content{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
420 width:800px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
421 float:left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
422 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
423 #graph_content .container_header{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
424 border:1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
425 height:30px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
426 background: #EEEEEE;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
427 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
428
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
429
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
430 #graph_content .container .wrapper{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
431 width: 600px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
432 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
433 #graph_content .container{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
434 border-bottom: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
435 border-left: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
436 border-right: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
437 height:120px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
438 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
439
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
440 #graph_content .container .left{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
441 float:left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
442 width: 70%;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
443 padding-left: 5px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
444 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
445
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
446 #graph_content .container .right{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
447 float:right;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
448 width: 25%;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
449 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
450 #graph_content .container .left .date{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
451 font-weight:bold;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
452 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
453 #graph_content .container .left .author{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
454
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
455 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
456 #graph_content .container .left .message{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
457 font-size: 80%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
458 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
459
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
460 .right .added,.changed,.removed{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
461 border:1px solid #DDDDDD;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
462 display:block;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
463 float:right;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
464 font-size:0.75em;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
465 text-align:center;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
466 min-width:15px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
467 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
468 .right .added{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
469 background:#BBFFBB;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
470 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
471 .right .changed{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
472 background: #FFDD88;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
473 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
474 .right .removed{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
475 background: #FF8888;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
476 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
477 /** end of canvas **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
478
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
479 /* FILE BROWSER */
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
480 div.browserblock {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
481 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
482 padding: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
483 border: 1px solid #ccc;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
484 background: #f8f8f8;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
485 font-size: 100%;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
486 line-height: 100%;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
487 /* new */
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
488 line-height: 125%;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
489 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
490 div.browserblock .browser-header{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
491 border-bottom: 1px solid #CCCCCC;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
492 background: #EEEEEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
493 color:blue;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
494 padding:10px 0 10px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
495 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
496 div.browserblock .browser-header span{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
497 margin-left:25px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
498 font-weight: bold;
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
499 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
500 div.browserblock .browser-body{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
501 background: #EEEEEE;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
502 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
503
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
504 table.code-browser {
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
505 border-collapse:collapse;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
506 width: 100%;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
507 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
508 table.code-browser tr{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
509 margin:3px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
510 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
511
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
512 table.code-browser thead th {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
513 background-color: #EEEEEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
514 height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
515 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
516 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
517 text-align: center;
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
518 text-align: left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
519 padding-left: 10px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
520 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
521 table.code-browser tbody tr {
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
522
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
523 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
524
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
525 table.code-browser tbody td {
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
526
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
527 padding-left:10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
528 height: 20px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
529 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
530
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
531 .info-table {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
532 background: none repeat scroll 0 0 #FAFAFA;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
533 border-bottom: 1px solid #DDDDDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
534 width: 100%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
535 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
536
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
537 .rss_logo {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
538 background-image: url("/images/feed.png");
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
539 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
540 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
541 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
542 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
543 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
544 text-align: left;
105
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
545 }
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
546
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
547 .atom_logo {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
548 background-image: url("/images/atom.png");
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
549 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
550 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
551 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
552 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
553 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
554 text-align: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
555 }
105
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
556
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
557 .browser-file {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
558 background-image: url("/images/document_16.png");
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
559 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
560 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
561 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
562 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
563 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
564 text-align: left;
109
7b778f90a871 html updates
Marcin Kuzminski <marcin@python-works.com>
parents: 107
diff changeset
565 }
7b778f90a871 html updates
Marcin Kuzminski <marcin@python-works.com>
parents: 107
diff changeset
566
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
567 .browser-dir {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
568 background-image: url("/images/folder_16.png");
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
569 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
570 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
571 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
572 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
573 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
574 text-align: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
575 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
576
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
577 .current_submenu {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
578 border-bottom: 2px solid;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
579 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
580
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
581 #repos_list {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
582 border: 1px solid #556CB5;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
583 background: #FFFFFF;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
584 }