annotate pylons_app/public/css/monoblue_custom.css @ 293:68dc70295a76

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