annotate pylons_app/public/css/monoblue_custom.css @ 294:c60eeeb8ac4d

fixes #5, links, are not visible highlited in top breadcrumbs
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jun 2010 21:38:41 +0200
parents 68dc70295a76
children 15e96b5a2685
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 }
294
c60eeeb8ac4d fixes #5, links, are not visible highlited in top breadcrumbs
Marcin Kuzminski <marcin@python-works.com>
parents: 293
diff changeset
7 #mainhtml .breadcrumbs a:HOVER{
c60eeeb8ac4d fixes #5, links, are not visible highlited in top breadcrumbs
Marcin Kuzminski <marcin@python-works.com>
parents: 293
diff changeset
8 text-decoration: underline;
c60eeeb8ac4d fixes #5, links, are not visible highlited in top breadcrumbs
Marcin Kuzminski <marcin@python-works.com>
parents: 293
diff changeset
9 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 a {
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
11 color: #556CB5;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
12 text-decoration: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
14 a:HOVER{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
15 text-decoration: underline;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
16 }
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
17
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
18 /*** end of Initial Settings ***/
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
19
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
20 /*** ***/
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
21 .table_disp {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
22 border-left: 0px solid #666666;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
23 border-bottom: 1px solid #666666;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
24 border-right: 1px solid #666666;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
25 padding: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
26 margin: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
27 border-spacing: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
28 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
29
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
30 .table_disp .header {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
31 border-top: 1px solid #666666;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
32 background-color: #556CB5;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
33 font-weight: bold;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
34 color: white;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
35 vertical-align: middle;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
36 padding: 3px 5px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
37 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
38 font-size: 0.9em;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
39 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
40
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
41 .table_disp .header td {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
42 padding: 4px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
43 vertical-align: middle;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
44 border-top: 1px solid #AAAAAA;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
45 border-bottom: 2px solid #666666;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
46 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
47 .table_disp td {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
48 border-left: 1px solid #AAAAAA;
237
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
49 padding-left: 4px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
50 padding-right: 4px;
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
51 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
52
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
53 table tr.parity0:hover,table tr.parity1:hover {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
54 background: #D5E1E6;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
55 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
56
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
57 table tr.parity0 {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
58 background: #EAEAE9;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
59 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
60
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
61 table tr.parity1 {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
62 background: #FFFFFF;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
63 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
64
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
65
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
66 /*** ***/
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
67
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
68 /** common settings **/
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
69 .add_icon{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
70 background: url("/images/icons/add.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
71 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
72 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
73 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
74 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
75
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
76 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
77 .edit_icon{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
78 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
79 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
80 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
81 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
82 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
83 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
84
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
85 .delete_icon{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
86 background: url("/images/icons/delete.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
87 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
88 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
89 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
90 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
91
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
92 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
93
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
94 .action_button{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
95 border:0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
96 display: block;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
97 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
98 .action_button:hover{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
99 border:0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
100 font-style:italic;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
101 cursor: pointer;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
102 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
103
237
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
104 .flash_msg ul{
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
105 margin:0;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
106 padding:25px 0px 0px 0px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
107
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
108 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
109 .error_msg {
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
110 background-color:#FFCFCF;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
111 background-image: url("/images/icons/error_msg.png");
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
112 border:1px solid #FF9595;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
113 color:#CC3300;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
114 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
115 .warning_msg {
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
116 background-color:#FFFBCC;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
117 background-image: url("/images/icons/warning_msg.png");
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
118 border:1px solid #FFF35E;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
119 color:#C69E00;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
120 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
121 .success_msg {
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
122 background-color:#D5FFCF;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
123 background-image: url("/images/icons/success_msg.png");
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
124 border:1px solid #97FF88;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
125 color:#009900;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
126 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
127 .notice_msg {
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
128 background-color:#DCE3FF;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
129 background-image: url("/images/icons/notice_msg.png");
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
130 border:1px solid #93A8FF;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
131 color:#556CB5;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
132 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
133
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
134 .success_msg, .error_msg, .notice_msg, .warning_msg{
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
135 background-position:10px center;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
136 background-repeat:no-repeat;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
137 font-size:12px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
138 font-weight:bold;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
139 min-height:14px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
140 line-height:14px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
141 margin-bottom:0px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
142 margin-top:0px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
143 padding:3px 10px 3px 40px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
144 display:block;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
145 overflow: auto;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
146 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
147
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
148 #msg_close {
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
149 background:transparent url("icons/cross_grey_small.png") no-repeat scroll 0 0;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
150 cursor:pointer;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
151 height:16px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
152 position:absolute;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
153 right:5px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
154 top:5px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
155 width:16px;
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
156 }
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
157
261
576e85ca1b0b error message css
Marcin Kuzminski <marcin@python-works.com>
parents: 237
diff changeset
158 .error-message{
576e85ca1b0b error message css
Marcin Kuzminski <marcin@python-works.com>
parents: 237
diff changeset
159 color:#CC3300;
576e85ca1b0b error message css
Marcin Kuzminski <marcin@python-works.com>
parents: 237
diff changeset
160 }
281
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
161 /**** Tooltip ****/
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
162 .yui-overlay,
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
163 .yui-panel-container {
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
164 visibility:hidden;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
165 position:absolute;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
166 z-index: 2;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
167 }
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
168
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
169 .yui-tt {
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
170 visibility:hidden;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
171 position:absolute;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
172 color:#666666;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
173 background-color:#FFFFFF;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
174 font-family:arial,helvetica,verdana,sans-serif;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
175 padding:8px;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
176 border:2px solid #556CB5;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
177 font:100% sans-serif;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
178 width:auto;
293
68dc70295a76 Ie graph support.
Marcin Kuzminski <marcin@python-works.com>
parents: 288
diff changeset
179 opacity:1.0;
281
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
180 }
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
181
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
182 .yui-tt-shadow {
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
183 display: none;
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
184 }
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
185 /** end of Tooltip **/
cd2ee462fc2c implemented yui tooltip, and added it into annotation and main page.
Marcin Kuzminski <marcin@python-works.com>
parents: 261
diff changeset
186
237
f188b156603d Added flash messages support
Marcin Kuzminski <marcin@python-works.com>
parents: 230
diff changeset
187
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
188 div#main {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
189 padding: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
190 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
191
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
192 div#container {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
193 background: #FFFFFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
194 position: relative;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
195 color: #666;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
196 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
197
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
198 div.page-header {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
199 padding: 50px 20px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
200 background: #556cb5 top left repeat-x;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
201 position: relative;
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.page-header h1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
205 margin: 10px 0 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
206 font-size: 1.8em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
207 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
208 font-family: sans-serif;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
209 letter-spacing: 1px;
230
d982ed8e32d8 Admin templating updates, added rest permission controllers
Marcin Kuzminski <marcin@python-works.com>
parents: 225
diff changeset
210 color: #FFFFFF;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
211 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
212
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
213 div.page-header h1 a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
214 font-weight: bold;
230
d982ed8e32d8 Admin templating updates, added rest permission controllers
Marcin Kuzminski <marcin@python-works.com>
parents: 225
diff changeset
215 color: #FFFFFF;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
216 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
217
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
218 div.page-header a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
219 text-decoration: none;
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
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
222 div.page-header form {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
223 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
224 margin-bottom: 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
225 bottom: 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
226 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
227 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
228
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
229 div.page-header form label {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
230 color: #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
231 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
232
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
233 div.page-header form input {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
234 padding: 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
235 border: solid 1px #DDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
236 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
237
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
238 div.page-header form dl {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
239 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
240 }
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 div.page-header form dl dt {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
243 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
244 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
245
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
246 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
247 margin: 0 0 0 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
248 float: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
249 height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
250 line-height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
251 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
252
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
253 ul.page-nav {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
254 margin: 10px 0 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
255 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
256 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
257 width: 800px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
258 padding: 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
259 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
260
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
261 ul.page-nav li {
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
262 margin: 0 4px 0 0;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
263 float: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
264 height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
265 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
266 line-height: 24px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
267 text-align: center;
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
268 background: #556CB5;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
269 }
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 ul.page-nav li.current {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
272 background: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
273 padding-right: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
274 padding-left: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
275 }
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
276 ul.page-nav li.current a {
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
277 color: #556CB5;
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
278 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
279 ul.page-nav li a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
280 height: 24px;
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
281 color: #FFF;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
282 padding-right: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
283 padding-left: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
284 display: block;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
285 text-decoration: none;
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
286 font-weight: bold;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
287 }
184
2fc206a32ef0 added style for logout
Marcin Kuzminski <marcin@python-works.com>
parents: 160
diff changeset
288 ul.page-nav li.logout a {
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
289 color: #FDAC9D;
184
2fc206a32ef0 added style for logout
Marcin Kuzminski <marcin@python-works.com>
parents: 160
diff changeset
290 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
291 ul.page-nav li a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
292 background: #FFF;
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
293 color: #556CB5;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
294 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
295
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
296 ul.submenu {
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
297 margin: 5px 0px -20px 0px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
298 list-style-type: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
299 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
300
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
301 ul.submenu li {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
302 margin: 0 10px 0 0;
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
303 font-size: 0.9em;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
304 font-weight:bold;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
305 display: inline;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
306 }
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
307 ul.submenu .repos {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
308 background: url("/images/icons/folder_edit.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
309 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
310 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
311 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
312 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
313
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
314 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
315 ul.submenu .users {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
316 background: url("/images/icons/user_edit.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
317 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
318 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
319 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
320 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
321 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
322 ul.submenu .permissions {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
323 background: url("/images/icons/folder_key.png") no-repeat scroll 3px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
324 height: 16px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
325 padding-left: 20px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
326 padding-top: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
327 text-align: left;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
328 }
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
329
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
330 ul.submenu .current_submenu {
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
331 border-bottom: 2px solid #556CB5;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
332 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
333
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
334 h2 {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
335 margin: 20px 0 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
336 height: 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
337 line-height: 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
338 text-indent: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
339 background: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
340 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
341 border-top: dotted 1px #D5E1E6;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
342 font-weight: bold;
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
343 color:#556CB5;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
344 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
345
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
346 h2.no-link {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
347 color: #006699;
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 h2.no-border {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
351 color: #FFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
352 background: #556CB5;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
353 border: 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
354 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
355
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
356 h2 a {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
357 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
358 color: #006699;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
359 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
360
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
361 div.page-path {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
362 text-align: right;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
363 padding: 20px 30px 10px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
364 border: solid #d9d8d1;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
365 border-width: 0px 0px 1px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
366 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
367 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
368
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
369 div.page-footer {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
370 margin: 50px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
371 position: relative;
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
372 text-align: center;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
373 font-weight: bold;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
374 font-size: 90%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
375 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
376
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
377 div.page-footer p {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
378 position: relative;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
379 left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
380 bottom: 5px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
381 font-size: 1.2em;
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
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
384 ul.rss-logo {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
385 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
386 top: -10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
387 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
388 height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
389 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
390 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
391
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
392 ul.rss-logo li {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
393 display: inline;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
394 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
395
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
396 ul.rss-logo li a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
397 padding: 3px 6px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
398 line-height: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
399 border: 1px solid;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
400 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
401 color: #ffffff;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
402 background-color: #ff6600;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
403 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
404 font-family: sans-serif;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
405 font-size: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
406 text-align: center;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
407 text-decoration: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
408 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
409
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
410 div.rss-logo li a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
411 background-color: #ee5500;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
412 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
413
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
414 p.normal {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
415 margin: 20px 0 20px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
416 font-size: 1.2em;
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
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
419 span.logtags span {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
420 background-repeat: no-repeat;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
421 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
422 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
423 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
424 text-align: left;
110
ad2500720b02 added images updated htl added tags,branches display
Marcin Kuzminski <marcin@python-works.com>
parents: 109
diff changeset
425 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
426 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
427
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
428 span.logtags span.tagtag {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
429 background-image: url("/images/icons/tag_green.png");
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
430 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
431
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
432 span.logtags span.branchtag {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
433 background-image: url("/images/icons/arrow_branch.png");
110
ad2500720b02 added images updated htl added tags,branches display
Marcin Kuzminski <marcin@python-works.com>
parents: 109
diff changeset
434 color: #628F53;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
435 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
436
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
437 span.logtags span.inbranchtag {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
438 background-image: url("/images/icons/arrow_branch.png");
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
439 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
440
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
441 div.diff pre {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
442 margin: 10px 0 0 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
443 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
444
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
445 div.diff pre span {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
446 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
447 white-space: pre;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
448 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
449 padding: 3px 0;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
450 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
451
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
452 td.source {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
453 white-space: pre;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
454 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
455 margin: 10px 30px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
456 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
457 font-family: monospace;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
458 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
459
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
460 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
461 padding: 1px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
462 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
463 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
464
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
465 div.source div.parity0 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
466 background: #F1F6F7;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
467 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
468
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
469 div.source div.parity1 {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
470 background: #FFFFFF;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
471 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
472
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
473 div.parity0:hover,div.parity1:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
474 background: #D5E1E6;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
475 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
476
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
477 .linenr {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
478 color: #999;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
479 text-align: right;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
480 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
481
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
482 .lineno {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
483 text-align: right;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
484 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
485
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
486 .lineno a {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
487 color: #999;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
488 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
489
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
490 td.linenr {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
491 width: 60px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
492 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
493
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
494 div#powered-by {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
495 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
496 width: 75px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
497 top: 15px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
498 right: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
499 font-size: 1.2em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
500 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
501
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
502 div#powered-by a {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
503 color: #EEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
504 text-decoration: none;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
505 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
506
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
507 div#powered-by a:hover {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
508 text-decoration: underline;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
509 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
510
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
511 dl.overview {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
512 margin: 0 0 0 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
513 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
514 overflow: hidden;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
515 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
516
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
517 dl.overview dt,dl.overview dd {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
518 margin: 5px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
519 float: left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
520 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
521
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
522 dl.overview dt {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
523 clear: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
524 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
525 width: 150px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
526 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
527
219
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
528 #clone_url{
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
529 border: 0px;
64e1125fc479 html + css changes, added icons and etc.
Marcin Kuzminski <marcin@python-works.com>
parents: 214
diff changeset
530 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
531 /** end of summary **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
532
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
533 /** chagelog **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
534 h3.changelog {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
535 margin: 20px 0 5px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
536 padding: 0 0 2px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
537 font-size: 1.4em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
538 border-bottom: dotted 1px #D5E1E6;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
539 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
540
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
541 ul.changelog-entry {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
542 margin: 0 0 10px 30px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
543 list-style-type: none;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
544 position: relative;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
545 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
546
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
547 ul.changelog-entry li span.revdate {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
548 font-size: 1.1em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
549 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
550
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
551 ul.changelog-entry li.age {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
552 position: absolute;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
553 top: -25px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
554 right: 10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
555 font-size: 1.4em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
556 color: #CCC;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
557 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
558 font-style: italic;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
559 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
560
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
561 ul.changelog-entry li span.name {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
562 font-size: 1.2em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
563 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
564 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
565
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
566 ul.changelog-entry li.description {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
567 margin: 10px 0 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
568 font-size: 1.1em;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
569 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
570
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
571 /** end of changelog **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
572
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
573 /** file **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
574 p.files {
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
575 margin: 0 0 0 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
576 font-size: 2.0em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
577 font-weight: bold;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
578 }
144
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 /** end of file **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
581
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
582 /** changeset **/
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
583 #changeset_content{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
584 width:60%;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
585 float:left;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
586 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
587
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
588 #changeset_content .container .wrapper{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
589 width: 600px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
590 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
591 #changeset_content .container{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
592 border:1px solid #CCCCCC;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
593 height:120px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
594 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
595
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
596 #changeset_content .container .left{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
597 float:left;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
598 width: 70%;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
599 padding-left: 5px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
600 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
601
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
602 #changeset_content .container .right{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
603 float:right;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
604 width: 25%;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
605 text-align: right;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
606 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
607
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
608 #changeset_content .container .left .date{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
609 font-weight:bold;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
610 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
611 #changeset_content .container .left .author{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
612
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
613 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
614 #changeset_content .container .left .message{
225
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
615 font-style: italic;
710e7a75bb6b templating update, improved look & feel, version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 219
diff changeset
616 color: #556CB5;
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
617 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
618
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
619 .cs_files{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
620 width: 60%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
621 }
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
622
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
623 .cs_files .cs_added{
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
624 background: url("/images/icons/page_white_add.png") no-repeat scroll 3px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
625 /*background-color:#BBFFBB;*/
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
626 height: 16px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
627 padding-left: 20px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
628 margin-top: 7px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
629 text-align: left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
630 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
631 .cs_files .cs_changed{
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
632 background: url("/images/icons/page_white_edit.png") no-repeat scroll 3px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
633 /*background-color: #FFDD88;*/
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
634 height: 16px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
635 padding-left: 20px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
636 margin-top: 7px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
637 text-align: left;
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
638 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
639 .cs_files .cs_removed{
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
640 background: url("/images/icons/page_white_delete.png") no-repeat scroll 3px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
641 /*background-color: #FF8888;*/
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
642 height: 16px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
643 padding-left: 20px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
644 margin-top: 7px;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
645 text-align: left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
646 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
647
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
648 /** end of changeset **/
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
649
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
650 /** canvas **/
288
ab1afe7444f3 Initial graph release.
Marcin Kuzminski <marcin@python-works.com>
parents: 281
diff changeset
651 #graph_nodes{
ab1afe7444f3 Initial graph release.
Marcin Kuzminski <marcin@python-works.com>
parents: 281
diff changeset
652 margin-top:8px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
653 }
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
654 #graph{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
655 overflow: hidden;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
656
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
657 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
658 #graph_nodes{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
659 width:160px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
660 float:left;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
661 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
662
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
663 #graph_content{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
664 width:800px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
665 float:left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
666 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
667 #graph_content .container_header{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
668 border:1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
669 height:30px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
670 background: #EEEEEE;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
671 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
672
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
673
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
674 #graph_content .container .wrapper{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
675 width: 600px;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
676 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
677 #graph_content .container{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
678 border-bottom: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
679 border-left: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
680 border-right: 1px solid #CCCCCC;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
681 height:120px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
682 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
683
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
684 #graph_content .container .left{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
685 float:left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
686 width: 70%;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
687 padding-left: 5px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
688 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
689
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
690 #graph_content .container .right{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
691 float:right;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
692 width: 25%;
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
693 text-align: right;
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
694 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
695 #graph_content .container .left .date{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
696 font-weight:bold;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
697 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
698 #graph_content .container .left .author{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
699
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
700 }
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
701 #graph_content .container .left .message{
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
702 font-size: 80%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
703 }
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
704
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
705 .right div{
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
706 clear: both;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
707 }
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
708 .right .changes .added,.changed,.removed{
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
709 border:1px solid #DDDDDD;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
710 display:block;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
711 float:right;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
712 font-size:0.75em;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
713 text-align:center;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
714 min-width:15px;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
715 }
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
716 .right .changes .added{
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
717 background:#BBFFBB;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
718 }
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
719 .right .changes .changed{
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
720 background: #FFDD88;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
721 }
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
722 .right .changes .removed{
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
723 background: #FF8888;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
724 }
212
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
725
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
726 .right .merge{
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
727 vertical-align: top;
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
728 font-size: 60%;
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
729 font-weight: bold;
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
730 }
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
731 .right .merge img{
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
732 vertical-align: bottom;
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
733 }
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
734
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
735 .right .parent{
214
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
736 font-size: 90%;
5b8d00d40bd4 Updated css for changeset
Marcin Kuzminski <marcin@python-works.com>
parents: 212
diff changeset
737 font-family: monospace;
212
671931f082c3 added merge and parents indicators to changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 210
diff changeset
738 }
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
739 /** end of canvas **/
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
740
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
741 /* FILE BROWSER */
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
742 div.browserblock {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
743 overflow: hidden;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
744 padding: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
745 border: 1px solid #ccc;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
746 background: #f8f8f8;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
747 font-size: 100%;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
748 line-height: 100%;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
749 /* new */
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
750 line-height: 125%;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
751 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
752 div.browserblock .browser-header{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
753 border-bottom: 1px solid #CCCCCC;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
754 background: #EEEEEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
755 color:blue;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
756 padding:10px 0 10px 0;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
757 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
758 div.browserblock .browser-header span{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
759 margin-left:25px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
760 font-weight: bold;
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
761 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
762 div.browserblock .browser-body{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
763 background: #EEEEEE;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
764 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
765
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
766 table.code-browser {
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
767 border-collapse:collapse;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
768 width: 100%;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
769 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
770 table.code-browser tr{
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
771 margin:3px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
772 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
773
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
774 table.code-browser thead th {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
775 background-color: #EEEEEE;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
776 height: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
777 font-size: 1.1em;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
778 font-weight: bold;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
779 text-align: center;
160
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
780 text-align: left;
0f7f93df5802 implemented rawdiff and diff download into diff view.
Marcin Kuzminski <marcin@python-works.com>
parents: 144
diff changeset
781 padding-left: 10px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
782 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
783 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
784
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
785 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
786
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
787 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
788
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
789 padding-left:10px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
790 height: 20px;
102
2dc0c8e4f384 Updated tempaltes, added file browser breadcrumbs, and feed icons
Marcin Kuzminski <marcin@python-works.com>
parents: 98
diff changeset
791 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
792
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
793 .info-table {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
794 background: none repeat scroll 0 0 #FAFAFA;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
795 border-bottom: 1px solid #DDDDDD;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
796 width: 100%;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
797 }
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
798
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
799 .rss_logo {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
800 background: url("/images/icons/rss_16.png") no-repeat scroll 3px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
801 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
802 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
803 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
804 text-align: left;
105
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
805 }
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
806
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
807 .atom_logo {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
808 background: url("/images/icons/atom.png") no-repeat scroll 3px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
809 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
810 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
811 padding-top: 0px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
812 text-align: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
813 }
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
814 .archive_logo{
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
815 background: url("/images/icons/compress.png") no-repeat scroll 3px;
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
816 height: 16px;
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
817 padding-left: 20px;
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
818 text-align: left;
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
819 }
105
3ac4350b7848 Html updates and fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 102
diff changeset
820
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
821 .browser-file {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
822 background: url("/images/icons/document_16.png") no-repeat scroll 3px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
823 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
824 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
825 text-align: left;
109
7b778f90a871 html updates
Marcin Kuzminski <marcin@python-works.com>
parents: 107
diff changeset
826 }
7b778f90a871 html updates
Marcin Kuzminski <marcin@python-works.com>
parents: 107
diff changeset
827
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
828 .browser-dir {
210
6257cf277395 Css changes, added icon pack.
Marcin Kuzminski <marcin@python-works.com>
parents: 184
diff changeset
829 background: url("/images/icons/folder_16.png") no-repeat scroll 3px;
144
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
830 height: 16px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
831 padding-left: 20px;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
832 text-align: left;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
833 }
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
834
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
835 #repos_list {
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
836 border: 1px solid #556CB5;
ea89ac73bef8 Update css +file browsing and diffs
Marcin Kuzminski <marcin@python-works.com>
parents: 110
diff changeset
837 background: #FFFFFF;
98
01d0f363f36d added pygments webhelper
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
838 }