annotate pylons_app/public/css/monoblue_custom.css @ 110:ad2500720b02

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