##// END OF EJS Templates
small merges from default
marcink -
r1254:2ea04758 beta
parent child Browse files
Show More
@@ -1,284 +1,315 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 Changelog
3 Changelog
4 =========
4 =========
5
5
6 1.2.0 (**2011-XX-XX**)
6 1.2.0 (**2011-XX-XX**)
7 ======================
7 ======================
8
8
9 :status: in-progress
9 :status: in-progress
10 :branch: beta
10 :branch: beta
11
11
12 news
12 news
13 ----
13 ----
14
14
15 - implemented #89 Can setup google analytics code from settings menu
15 - implemented #89 Can setup google analytics code from settings menu
16 - implemented #91 added nicer looking archive urls with more download options
16 - implemented #91 added nicer looking archive urls with more download options
17 like tags, branches
17 like tags, branches
18 - implemented #44 into file browsing, and added follow branch option
18 - implemented #44 into file browsing, and added follow branch option
19 - implemented #84 downloads can be enabled/disabled for each repository
19 - implemented #84 downloads can be enabled/disabled for each repository
20 - anonymous repository can be cloned without having to pass default:default
20 - anonymous repository can be cloned without having to pass default:default
21 into clone url
21 into clone url
22 - fixed #90 whoosh indexer can index chooses repositories passed in command
22 - fixed #90 whoosh indexer can index chooses repositories passed in command
23 line
23 line
24 - extended journal with day aggregates and paging
24 - extended journal with day aggregates and paging
25 - implemented #107 source code lines highlight ranges
25 - implemented #107 source code lines highlight ranges
26 - implemented #93 customizable changelog on combined revision ranges -
26 - implemented #93 customizable changelog on combined revision ranges -
27 equivalent of githubs compare view
27 equivalent of githubs compare view
28 - implemented #108 extended and more powerful LDAP configuration
28 - implemented #108 extended and more powerful LDAP configuration
29 - implemented #56 users groups
29 - implemented #56 users groups
30 - major code rewrites optimized codes for speed and memory usage
30 - major code rewrites optimized codes for speed and memory usage
31 - raw and diff downloads are now in git format
31 - raw and diff downloads are now in git format
32 - setup command checks for write access to given path
32 - setup command checks for write access to given path
33 - fixed many issues with international characters and unicode. It uses utf8
33 - fixed many issues with international characters and unicode. It uses utf8
34 decode with replace to provide less errors even with non utf8 encoded strings
34 decode with replace to provide less errors even with non utf8 encoded strings
35 - #125 added API KEY access to feeds
35 - #125 added API KEY access to feeds
36 - #109 Repository can be created from external Mercurial link (aka. remote
36 - #109 Repository can be created from external Mercurial link (aka. remote
37 repository, and manually updated (via pull) from admin panel
37 repository, and manually updated (via pull) from admin panel
38
38
39 fixes
39 fixes
40 -----
40 -----
41
41
42 - fixed file browser bug, when switching into given form revision the url was
42 - fixed file browser bug, when switching into given form revision the url was
43 not changing
43 not changing
44 - fixed propagation to error controller on simplehg and simplegit middlewares
44 - fixed propagation to error controller on simplehg and simplegit middlewares
45 - fixed error when trying to make a download on empty repository
45 - fixed error when trying to make a download on empty repository
46 - fixed problem with '[' chars in commit messages in journal
46 - fixed problem with '[' chars in commit messages in journal
47 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
47 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
48 - journal fork fixes
48 - journal fork fixes
49 - removed issue with space inside renamed repository after deletion
49 - removed issue with space inside renamed repository after deletion
50 - fixed strange issue on formencode imports
50 - fixed strange issue on formencode imports
51 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
51 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
52 - windows fixes for os.kill and path spliting, issues #148 and #133
53 - #150 fixes for errors on repositories mapped in db but corrupted in filesystem
52 - #150 fixes for errors on repositories mapped in db but corrupted in filesystem
54
53
54
55 1.1.8 (**2011-04-12**)
56 ======================
57
58 news
59 ----
60
61 - improved windows support
62
63 fixes
64 -----
65
66 - fixed #140 freeze of python dateutil library, since new version is python2.x
67 incompatible
68 - setup-app will check for write permission in given path
69 - cleaned up license info issue #149
70 - fixes for issues #137,#116 and problems with unicode and accented characters.
71 - fixes crashes on gravatar, when passed in email as unicode
72 - fixed tooltip flickering problems
73 - fixed came_from redirection on windows
74 - fixed logging modules, and sql formatters
75 - windows fixes for os.kill issue #133
76 - fixes path splitting for windows issues #148
77 - fixed issue #143 wrong import on migration to 1.1.X
78 - fixed problems with displaying binary files, thanks to Thomas Waldmann
79 - removed name from archive files since it's breaking ui for long repo names
80 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
81 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
82 Thomas Waldmann
83 - fixed issue #166 summary pager was skipping 10 revisions on second page
84
85
55 1.1.7 (**2011-03-23**)
86 1.1.7 (**2011-03-23**)
56 ======================
87 ======================
57
88
58 news
89 news
59 ----
90 ----
60
91
61 fixes
92 fixes
62 -----
93 -----
63
94
64 - fixed (again) #136 installation support for FreeBSD
95 - fixed (again) #136 installation support for FreeBSD
65
96
66
97
67 1.1.6 (**2011-03-21**)
98 1.1.6 (**2011-03-21**)
68 ======================
99 ======================
69
100
70 news
101 news
71 ----
102 ----
72
103
73 fixes
104 fixes
74 -----
105 -----
75
106
76 - fixed #136 installation support for FreeBSD
107 - fixed #136 installation support for FreeBSD
77 - RhodeCode will check for python version during installation
108 - RhodeCode will check for python version during installation
78
109
79 1.1.5 (**2011-03-17**)
110 1.1.5 (**2011-03-17**)
80 ======================
111 ======================
81
112
82 news
113 news
83 ----
114 ----
84
115
85 - basic windows support, by exchanging pybcrypt into sha256 for windows only
116 - basic windows support, by exchanging pybcrypt into sha256 for windows only
86 highly inspired by idea of mantis406
117 highly inspired by idea of mantis406
87
118
88 fixes
119 fixes
89 -----
120 -----
90
121
91 - fixed sorting by author in main page
122 - fixed sorting by author in main page
92 - fixed crashes with diffs on binary files
123 - fixed crashes with diffs on binary files
93 - fixed #131 problem with boolean values for LDAP
124 - fixed #131 problem with boolean values for LDAP
94 - fixed #122 mysql problems thanks to striker69
125 - fixed #122 mysql problems thanks to striker69
95 - fixed problem with errors on calling raw/raw_files/annotate functions
126 - fixed problem with errors on calling raw/raw_files/annotate functions
96 with unknown revisions
127 with unknown revisions
97 - fixed returned rawfiles attachment names with international character
128 - fixed returned rawfiles attachment names with international character
98 - cleaned out docs, big thanks to Jason Harris
129 - cleaned out docs, big thanks to Jason Harris
99
130
100 1.1.4 (**2011-02-19**)
131 1.1.4 (**2011-02-19**)
101 ======================
132 ======================
102
133
103 news
134 news
104 ----
135 ----
105
136
106 fixes
137 fixes
107 -----
138 -----
108
139
109 - fixed formencode import problem on settings page, that caused server crash
140 - fixed formencode import problem on settings page, that caused server crash
110 when that page was accessed as first after server start
141 when that page was accessed as first after server start
111 - journal fixes
142 - journal fixes
112 - fixed option to access repository just by entering http://server/<repo_name>
143 - fixed option to access repository just by entering http://server/<repo_name>
113
144
114 1.1.3 (**2011-02-16**)
145 1.1.3 (**2011-02-16**)
115 ======================
146 ======================
116
147
117 news
148 news
118 ----
149 ----
119
150
120 - implemented #102 allowing the '.' character in username
151 - implemented #102 allowing the '.' character in username
121 - added option to access repository just by entering http://server/<repo_name>
152 - added option to access repository just by entering http://server/<repo_name>
122 - celery task ignores result for better performance
153 - celery task ignores result for better performance
123
154
124 fixes
155 fixes
125 -----
156 -----
126
157
127 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
158 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
128 apollo13 and Johan Walles
159 apollo13 and Johan Walles
129 - small fixes in journal
160 - small fixes in journal
130 - fixed problems with getting setting for celery from .ini files
161 - fixed problems with getting setting for celery from .ini files
131 - registration, password reset and login boxes share the same title as main
162 - registration, password reset and login boxes share the same title as main
132 application now
163 application now
133 - fixed #113: to high permissions to fork repository
164 - fixed #113: to high permissions to fork repository
134 - fixed problem with '[' chars in commit messages in journal
165 - fixed problem with '[' chars in commit messages in journal
135 - removed issue with space inside renamed repository after deletion
166 - removed issue with space inside renamed repository after deletion
136 - db transaction fixes when filesystem repository creation failed
167 - db transaction fixes when filesystem repository creation failed
137 - fixed #106 relation issues on databases different than sqlite
168 - fixed #106 relation issues on databases different than sqlite
138 - fixed static files paths links to use of url() method
169 - fixed static files paths links to use of url() method
139
170
140 1.1.2 (**2011-01-12**)
171 1.1.2 (**2011-01-12**)
141 ======================
172 ======================
142
173
143 news
174 news
144 ----
175 ----
145
176
146
177
147 fixes
178 fixes
148 -----
179 -----
149
180
150 - fixes #98 protection against float division of percentage stats
181 - fixes #98 protection against float division of percentage stats
151 - fixed graph bug
182 - fixed graph bug
152 - forced webhelpers version since it was making troubles during installation
183 - forced webhelpers version since it was making troubles during installation
153
184
154 1.1.1 (**2011-01-06**)
185 1.1.1 (**2011-01-06**)
155 ======================
186 ======================
156
187
157 news
188 news
158 ----
189 ----
159
190
160 - added force https option into ini files for easier https usage (no need to
191 - added force https option into ini files for easier https usage (no need to
161 set server headers with this options)
192 set server headers with this options)
162 - small css updates
193 - small css updates
163
194
164 fixes
195 fixes
165 -----
196 -----
166
197
167 - fixed #96 redirect loop on files view on repositories without changesets
198 - fixed #96 redirect loop on files view on repositories without changesets
168 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
199 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
169 and server crashed with errors
200 and server crashed with errors
170 - fixed large tooltips problems on main page
201 - fixed large tooltips problems on main page
171 - fixed #92 whoosh indexer is more error proof
202 - fixed #92 whoosh indexer is more error proof
172
203
173 1.1.0 (**2010-12-18**)
204 1.1.0 (**2010-12-18**)
174 ======================
205 ======================
175
206
176 news
207 news
177 ----
208 ----
178
209
179 - rewrite of internals for vcs >=0.1.10
210 - rewrite of internals for vcs >=0.1.10
180 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
211 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
181 with older clients
212 with older clients
182 - anonymous access, authentication via ldap
213 - anonymous access, authentication via ldap
183 - performance upgrade for cached repos list - each repository has it's own
214 - performance upgrade for cached repos list - each repository has it's own
184 cache that's invalidated when needed.
215 cache that's invalidated when needed.
185 - performance upgrades on repositories with large amount of commits (20K+)
216 - performance upgrades on repositories with large amount of commits (20K+)
186 - main page quick filter for filtering repositories
217 - main page quick filter for filtering repositories
187 - user dashboards with ability to follow chosen repositories actions
218 - user dashboards with ability to follow chosen repositories actions
188 - sends email to admin on new user registration
219 - sends email to admin on new user registration
189 - added cache/statistics reset options into repository settings
220 - added cache/statistics reset options into repository settings
190 - more detailed action logger (based on hooks) with pushed changesets lists
221 - more detailed action logger (based on hooks) with pushed changesets lists
191 and options to disable those hooks from admin panel
222 and options to disable those hooks from admin panel
192 - introduced new enhanced changelog for merges that shows more accurate results
223 - introduced new enhanced changelog for merges that shows more accurate results
193 - new improved and faster code stats (based on pygments lexers mapping tables,
224 - new improved and faster code stats (based on pygments lexers mapping tables,
194 showing up to 10 trending sources for each repository. Additionally stats
225 showing up to 10 trending sources for each repository. Additionally stats
195 can be disabled in repository settings.
226 can be disabled in repository settings.
196 - gui optimizations, fixed application width to 1024px
227 - gui optimizations, fixed application width to 1024px
197 - added cut off (for large files/changesets) limit into config files
228 - added cut off (for large files/changesets) limit into config files
198 - whoosh, celeryd, upgrade moved to paster command
229 - whoosh, celeryd, upgrade moved to paster command
199 - other than sqlite database backends can be used
230 - other than sqlite database backends can be used
200
231
201 fixes
232 fixes
202 -----
233 -----
203
234
204 - fixes #61 forked repo was showing only after cache expired
235 - fixes #61 forked repo was showing only after cache expired
205 - fixes #76 no confirmation on user deletes
236 - fixes #76 no confirmation on user deletes
206 - fixes #66 Name field misspelled
237 - fixes #66 Name field misspelled
207 - fixes #72 block user removal when he owns repositories
238 - fixes #72 block user removal when he owns repositories
208 - fixes #69 added password confirmation fields
239 - fixes #69 added password confirmation fields
209 - fixes #87 RhodeCode crashes occasionally on updating repository owner
240 - fixes #87 RhodeCode crashes occasionally on updating repository owner
210 - fixes #82 broken annotations on files with more than 1 blank line at the end
241 - fixes #82 broken annotations on files with more than 1 blank line at the end
211 - a lot of fixes and tweaks for file browser
242 - a lot of fixes and tweaks for file browser
212 - fixed detached session issues
243 - fixed detached session issues
213 - fixed when user had no repos he would see all repos listed in my account
244 - fixed when user had no repos he would see all repos listed in my account
214 - fixed ui() instance bug when global hgrc settings was loaded for server
245 - fixed ui() instance bug when global hgrc settings was loaded for server
215 instance and all hgrc options were merged with our db ui() object
246 instance and all hgrc options were merged with our db ui() object
216 - numerous small bugfixes
247 - numerous small bugfixes
217
248
218 (special thanks for TkSoh for detailed feedback)
249 (special thanks for TkSoh for detailed feedback)
219
250
220
251
221 1.0.2 (**2010-11-12**)
252 1.0.2 (**2010-11-12**)
222 ======================
253 ======================
223
254
224 news
255 news
225 ----
256 ----
226
257
227 - tested under python2.7
258 - tested under python2.7
228 - bumped sqlalchemy and celery versions
259 - bumped sqlalchemy and celery versions
229
260
230 fixes
261 fixes
231 -----
262 -----
232
263
233 - fixed #59 missing graph.js
264 - fixed #59 missing graph.js
234 - fixed repo_size crash when repository had broken symlinks
265 - fixed repo_size crash when repository had broken symlinks
235 - fixed python2.5 crashes.
266 - fixed python2.5 crashes.
236
267
237
268
238 1.0.1 (**2010-11-10**)
269 1.0.1 (**2010-11-10**)
239 ======================
270 ======================
240
271
241 news
272 news
242 ----
273 ----
243
274
244 - small css updated
275 - small css updated
245
276
246 fixes
277 fixes
247 -----
278 -----
248
279
249 - fixed #53 python2.5 incompatible enumerate calls
280 - fixed #53 python2.5 incompatible enumerate calls
250 - fixed #52 disable mercurial extension for web
281 - fixed #52 disable mercurial extension for web
251 - fixed #51 deleting repositories don't delete it's dependent objects
282 - fixed #51 deleting repositories don't delete it's dependent objects
252
283
253
284
254 1.0.0 (**2010-11-02**)
285 1.0.0 (**2010-11-02**)
255 ======================
286 ======================
256
287
257 - security bugfix simplehg wasn't checking for permissions on commands
288 - security bugfix simplehg wasn't checking for permissions on commands
258 other than pull or push.
289 other than pull or push.
259 - fixed doubled messages after push or pull in admin journal
290 - fixed doubled messages after push or pull in admin journal
260 - templating and css corrections, fixed repo switcher on chrome, updated titles
291 - templating and css corrections, fixed repo switcher on chrome, updated titles
261 - admin menu accessible from options menu on repository view
292 - admin menu accessible from options menu on repository view
262 - permissions cached queries
293 - permissions cached queries
263
294
264 1.0.0rc4 (**2010-10-12**)
295 1.0.0rc4 (**2010-10-12**)
265 ==========================
296 ==========================
266
297
267 - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman)
298 - fixed python2.5 missing simplejson imports (thanks to Jens BΓ€ckman)
268 - removed cache_manager settings from sqlalchemy meta
299 - removed cache_manager settings from sqlalchemy meta
269 - added sqlalchemy cache settings to ini files
300 - added sqlalchemy cache settings to ini files
270 - validated password length and added second try of failure on paster setup-app
301 - validated password length and added second try of failure on paster setup-app
271 - fixed setup database destroy prompt even when there was no db
302 - fixed setup database destroy prompt even when there was no db
272
303
273
304
274 1.0.0rc3 (**2010-10-11**)
305 1.0.0rc3 (**2010-10-11**)
275 =========================
306 =========================
276
307
277 - fixed i18n during installation.
308 - fixed i18n during installation.
278
309
279 1.0.0rc2 (**2010-10-11**)
310 1.0.0rc2 (**2010-10-11**)
280 =========================
311 =========================
281
312
282 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
313 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
283 occure. After vcs is fixed it'll be put back again.
314 occure. After vcs is fixed it'll be put back again.
284 - templating/css rewrites, optimized css. No newline at end of file
315 - templating/css rewrites, optimized css.
@@ -1,229 +1,229 b''
1 /**
1 /**
2 * Sphinx stylesheet -- default theme
2 * Sphinx stylesheet -- default theme
3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 */
4 */
5
5
6 @import url("basic.css");
6 @import url("basic.css");
7
7
8 /* -- page layout ----------------------------------------------------------- */
8 /* -- page layout ----------------------------------------------------------- */
9
9
10 body {
10 body {
11 font-family: Arial, sans-serif;
11 font-family: Arial, sans-serif;
12 font-size: 100%;
12 font-size: 100%;
13 background-color: #111;
13 background-color: #111;
14 color: #555;
14 color: #555;
15 margin: 0;
15 margin: 0;
16 padding: 0;
16 padding: 0;
17 }
17 }
18
18
19 div.documentwrapper {
19 div.documentwrapper {
20 float: left;
20 float: left;
21 width: 100%;
21 width: 100%;
22 }
22 }
23
23
24 div.bodywrapper {
24 div.bodywrapper {
25 margin: 0 0 0 230px;
25 margin: 0 0 0 230px;
26 }
26 }
27
27
28 hr{
28 hr{
29 border: 1px solid #B1B4B6;
29 border: 1px solid #B1B4B6;
30 }
30 }
31
31
32 div.document {
32 div.document {
33 background-color: #eee;
33 background-color: #eee;
34 }
34 }
35
35
36 div.body {
36 div.body {
37 background-color: #ffffff;
37 background-color: #ffffff;
38 color: #3E4349;
38 color: #3E4349;
39 padding: 0 30px 30px 30px;
39 padding: 0 30px 30px 30px;
40 font-size: 0.8em;
40 font-size: 0.8em;
41 }
41 }
42
42
43 div.footer {
43 div.footer {
44 color: #555;
44 color: #555;
45 width: 100%;
45 width: 100%;
46 padding: 13px 0;
46 padding: 13px 0;
47 text-align: center;
47 text-align: center;
48 font-size: 75%;
48 font-size: 75%;
49 }
49 }
50
50
51 div.footer a {
51 div.footer a {
52 color: #444;
52 color: #444;
53 text-decoration: underline;
53 text-decoration: underline;
54 }
54 }
55
55
56 div.related {
56 div.related {
57 background-color: #6BA81E;
57 background-color: #003367;
58 line-height: 32px;
58 line-height: 32px;
59 color: #fff;
59 color: #fff;
60 text-shadow: 0px 1px 0 #444;
60 text-shadow: 0px 1px 0 #444;
61 font-size: 0.80em;
61 font-size: 0.80em;
62 }
62 }
63
63
64 div.related a {
64 div.related a {
65 color: #E2F3CC;
65 color: #E2F3CC;
66 }
66 }
67
67
68 div.sphinxsidebar {
68 div.sphinxsidebar {
69 font-size: 0.75em;
69 font-size: 0.75em;
70 line-height: 1.5em;
70 line-height: 1.5em;
71 }
71 }
72
72
73 div.sphinxsidebarwrapper{
73 div.sphinxsidebarwrapper{
74 padding: 20px 0;
74 padding: 20px 0;
75 }
75 }
76
76
77 div.sphinxsidebar h3,
77 div.sphinxsidebar h3,
78 div.sphinxsidebar h4 {
78 div.sphinxsidebar h4 {
79 font-family: Arial, sans-serif;
79 font-family: Arial, sans-serif;
80 color: #222;
80 color: #222;
81 font-size: 1.2em;
81 font-size: 1.2em;
82 font-weight: normal;
82 font-weight: normal;
83 margin: 0;
83 margin: 0;
84 padding: 5px 10px;
84 padding: 5px 10px;
85 background-color: #ddd;
85 background-color: #ddd;
86 text-shadow: 1px 1px 0 white
86 text-shadow: 1px 1px 0 white
87 }
87 }
88
88
89 div.sphinxsidebar h4{
89 div.sphinxsidebar h4{
90 font-size: 1.1em;
90 font-size: 1.1em;
91 }
91 }
92
92
93 div.sphinxsidebar h3 a {
93 div.sphinxsidebar h3 a {
94 color: #444;
94 color: #444;
95 }
95 }
96
96
97
97
98 div.sphinxsidebar p {
98 div.sphinxsidebar p {
99 color: #888;
99 color: #888;
100 padding: 5px 20px;
100 padding: 5px 20px;
101 }
101 }
102
102
103 div.sphinxsidebar p.topless {
103 div.sphinxsidebar p.topless {
104 }
104 }
105
105
106 div.sphinxsidebar ul {
106 div.sphinxsidebar ul {
107 margin: 10px 20px;
107 margin: 10px 20px;
108 padding: 0;
108 padding: 0;
109 color: #000;
109 color: #000;
110 }
110 }
111
111
112 div.sphinxsidebar a {
112 div.sphinxsidebar a {
113 color: #444;
113 color: #444;
114 }
114 }
115
115
116 div.sphinxsidebar input {
116 div.sphinxsidebar input {
117 border: 1px solid #ccc;
117 border: 1px solid #ccc;
118 font-family: sans-serif;
118 font-family: sans-serif;
119 font-size: 1em;
119 font-size: 1em;
120 }
120 }
121
121
122 div.sphinxsidebar input[type=text]{
122 div.sphinxsidebar input[type=text]{
123 margin-left: 20px;
123 margin-left: 20px;
124 }
124 }
125
125
126 /* -- body styles ----------------------------------------------------------- */
126 /* -- body styles ----------------------------------------------------------- */
127
127
128 a {
128 a {
129 color: #005B81;
129 color: #005B81;
130 text-decoration: none;
130 text-decoration: none;
131 }
131 }
132
132
133 a:hover {
133 a:hover {
134 color: #E32E00;
134 color: #E32E00;
135 text-decoration: underline;
135 text-decoration: underline;
136 }
136 }
137
137
138 div.body h1,
138 div.body h1,
139 div.body h2,
139 div.body h2,
140 div.body h3,
140 div.body h3,
141 div.body h4,
141 div.body h4,
142 div.body h5,
142 div.body h5,
143 div.body h6 {
143 div.body h6 {
144 font-family: Arial, sans-serif;
144 font-family: Arial, sans-serif;
145 background-color: #BED4EB;
145 background-color: #BED4EB;
146 font-weight: normal;
146 font-weight: normal;
147 color: #212224;
147 color: #212224;
148 margin: 30px 0px 10px 0px;
148 margin: 30px 0px 10px 0px;
149 padding: 5px 0 5px 10px;
149 padding: 5px 0 5px 10px;
150 text-shadow: 0px 1px 0 white
150 text-shadow: 0px 1px 0 white
151 }
151 }
152
152
153 div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; }
153 div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; }
154 div.body h2 { font-size: 150%; background-color: #C8D5E3; }
154 div.body h2 { font-size: 150%; background-color: #C8D5E3; }
155 div.body h3 { font-size: 120%; background-color: #D8DEE3; }
155 div.body h3 { font-size: 120%; background-color: #D8DEE3; }
156 div.body h4 { font-size: 110%; background-color: #D8DEE3; }
156 div.body h4 { font-size: 110%; background-color: #D8DEE3; }
157 div.body h5 { font-size: 100%; background-color: #D8DEE3; }
157 div.body h5 { font-size: 100%; background-color: #D8DEE3; }
158 div.body h6 { font-size: 100%; background-color: #D8DEE3; }
158 div.body h6 { font-size: 100%; background-color: #D8DEE3; }
159
159
160 a.headerlink {
160 a.headerlink {
161 color: #c60f0f;
161 color: #c60f0f;
162 font-size: 0.8em;
162 font-size: 0.8em;
163 padding: 0 4px 0 4px;
163 padding: 0 4px 0 4px;
164 text-decoration: none;
164 text-decoration: none;
165 }
165 }
166
166
167 a.headerlink:hover {
167 a.headerlink:hover {
168 background-color: #c60f0f;
168 background-color: #c60f0f;
169 color: white;
169 color: white;
170 }
170 }
171
171
172 div.body p, div.body dd, div.body li {
172 div.body p, div.body dd, div.body li {
173 line-height: 1.5em;
173 line-height: 1.5em;
174 }
174 }
175
175
176 div.admonition p.admonition-title + p {
176 div.admonition p.admonition-title + p {
177 display: inline;
177 display: inline;
178 }
178 }
179
179
180 div.highlight{
180 div.highlight{
181 background-color: white;
181 background-color: white;
182 }
182 }
183
183
184 div.note {
184 div.note {
185 background-color: #eee;
185 background-color: #eee;
186 border: 1px solid #ccc;
186 border: 1px solid #ccc;
187 }
187 }
188
188
189 div.seealso {
189 div.seealso {
190 background-color: #ffc;
190 background-color: #ffc;
191 border: 1px solid #ff6;
191 border: 1px solid #ff6;
192 }
192 }
193
193
194 div.topic {
194 div.topic {
195 background-color: #eee;
195 background-color: #eee;
196 }
196 }
197
197
198 div.warning {
198 div.warning {
199 background-color: #ffe4e4;
199 background-color: #ffe4e4;
200 border: 1px solid #f66;
200 border: 1px solid #f66;
201 }
201 }
202
202
203 p.admonition-title {
203 p.admonition-title {
204 display: inline;
204 display: inline;
205 }
205 }
206
206
207 p.admonition-title:after {
207 p.admonition-title:after {
208 content: ":";
208 content: ":";
209 }
209 }
210
210
211 pre {
211 pre {
212 padding: 10px;
212 padding: 10px;
213 background-color: White;
213 background-color: White;
214 color: #222;
214 color: #222;
215 line-height: 1.2em;
215 line-height: 1.2em;
216 border: 1px solid #C6C9CB;
216 border: 1px solid #C6C9CB;
217 font-size: 1.2em;
217 font-size: 1.2em;
218 margin: 1.5em 0 1.5em 0;
218 margin: 1.5em 0 1.5em 0;
219 -webkit-box-shadow: 1px 1px 1px #d8d8d8;
219 -webkit-box-shadow: 1px 1px 1px #d8d8d8;
220 -moz-box-shadow: 1px 1px 1px #d8d8d8;
220 -moz-box-shadow: 1px 1px 1px #d8d8d8;
221 }
221 }
222
222
223 tt {
223 tt {
224 background-color: #ecf0f3;
224 background-color: #ecf0f3;
225 color: #222;
225 color: #222;
226 padding: 1px 2px;
226 padding: 1px 2px;
227 font-size: 1.2em;
227 font-size: 1.2em;
228 font-family: monospace;
228 font-family: monospace;
229 }
229 }
General Comments 0
You need to be logged in to leave comments. Login now