Levi Morrison
e79557f341
Fix overlap bug when head-beta-warning is showing.
2013-07-30 13:43:19 -06:00
Levi Morrison
8c9622c17c
Reordered downloads to display 2 per row.
2013-07-27 00:21:38 -06:00
Levi Morrison
9a0e2f0bda
Added borders to some elements for visual consistency.
2013-07-26 23:42:16 -06:00
Levi Morrison
69451a2b1c
Reimplemented logo opacity in CSS instead of changing the image; it is easier to change CSS than the image.
2013-07-26 11:07:58 -06:00
Levi Morrison
1dbb06258b
Removed odd padding on Release Notes.
2013-07-25 02:35:55 -06:00
Levi Morrison
4b07d39501
Created Retina versions of misc images. The images for the Notes section are new but patterned after the old ones.
2013-07-25 02:20:41 -06:00
Levi Morrison
3f5a8fec3e
Improved logo, especially on Retina displays.
2013-07-24 21:52:02 -06:00
Levi Morrison
3933dad8a2
Increased font-size on code snippets and user comments. Also fixed some styling consistency issues.
2013-07-24 14:26:15 -06:00
Levi Morrison
bef1e68bb0
Miscellaneous layout fixes. Readded some content on the homepage. Also moved styles around from theme.css and home.css to better reflect where they are used, so we can not load home.css by default.
2013-07-18 11:18:51 -06:00
Levi Morrison
eb5dbfb0bc
Updated beta-warning to actually work with the new fixed-header. A lot of header love in general, such as a cleaned-up logo and a better searchbox.
2013-07-11 16:03:32 -06:00
Levi Morrison
72e6b7738d
Added option to site_header to allow a custom span(for twitter bootstrap). Calendar page needed this. Other minor updates.
2013-07-10 15:31:16 -06:00
Levi Morrison
2c299d96da
Right sidebar color updates.
2013-07-10 14:09:33 -06:00
Levi Morrison
e8b41b2734
Updates to bring Homepage colors and spacing in line with the rest of the site.
2013-07-10 14:04:15 -06:00
Levi Morrison
fcf5142e4d
Some more layout fixes.
2013-07-10 12:40:59 -06:00
Levi Morrison
9b12bff61e
Added the logo back! A few other minor adjustments as well.
2013-07-10 11:07:24 -06:00
Levi Morrison
15b4d11318
Reimplemented basic search. Adjusted some margins and paddings.
2013-07-10 09:00:26 -06:00
Levi Morrison
dbffb163d5
Function declarations now use box-shadows instead of borders. A few other adjustments as well.
2013-07-09 17:14:08 -06:00
Levi Morrison
73c123f934
Purple-ized the header. Also made some small adjustments to colors and borders in general.
2013-07-09 15:13:37 -06:00
Levi Morrison
dcd9ba613e
Narrowed an issue with these psuedo elements covering up links in the bottom of the previous note. Since the whole reason we puth this psuedo content there is so that hyperlinks aren't covered by the main menu; thus we can use :target to reduce when this bug will happen. I tried to find some way with z-index to do it but failed.
2013-07-08 21:57:07 -06:00
Levi Morrison
b55d768f30
Some more work. Sorry for the lack of descriptive commits.
2013-07-08 08:46:29 -06:00
Levi Morrison
50265cbadf
Crazy amounts of refactoring. Still in progress but really needed to commit so I don't lose everything.
2013-07-06 23:18:23 -06:00
Levi Morrison
bc8a4cf8bc
User-contributed comments now have a grey background to distinguish them from the main documentation.
2013-07-05 12:55:07 -06:00
Levi Morrison
605eeac6f8
Significant changes in font sizes and general spacing. Also changed tips and warnings.
2013-07-04 11:10:06 -06:00
Paul Dragoonis
938aaab8fe
Adding a back-to-top button
2013-07-04 13:32:32 +01:00
Paul Dragoonis
b0517fbe2f
Adding a back-to-top button
2013-07-04 13:32:04 +01:00
Paul Dragoonis
7e2acd4094
Making the footer come up on tiny pages such as search.php
2013-07-04 13:08:06 +01:00
Levi Morrison
7fe548954f
Fixed some spacing issues.
2013-07-03 15:39:05 -06:00
Levi Morrison
fa77a356f9
Prefer Helvetica Neue if available.
2013-07-03 11:45:13 -06:00
Levi Morrison
8d1ffe496c
Use Helvetica instead of Arial if possible.
2013-07-03 11:31:45 -06:00
Levi Morrison
1ee1b4d24a
Made the backgrounds less purple. They almost look grey now.
2013-07-03 11:15:58 -06:00
Levi Morrison
09093b0ce1
Removed some excess spacing. Also deepened some colors for more contrast. I did make them slightly purple -- we may want to move back to grey.
2013-07-03 10:58:02 -06:00
Levi Morrison
9f81b3a0f2
Cleaned up code font styles. Improved cautions and warnings.
2013-06-25 23:43:57 -06:00
Levi Morrison
74a51977d9
Removed webkit styling of search bar.
2013-06-25 22:49:35 -06:00
Paul Dragoonis
a9fd096281
Adding in a Downloads dropdown area on the top navigation
2013-06-25 20:44:06 +01:00
Levi Morrison
79ed0768da
Adjusted Note and Caution boxes, especially in the Notes section. Also moved the border of User Contributed Notes below the text.
2013-06-25 13:37:48 -06:00
Levi Morrison
4b0551a348
Some more cleanup. Also moved the verinfo down to give the Change language section a bit more room.
2013-06-25 12:40:35 -06:00
Hannes Magnusson
f613c04078
Kill the next/prev page from the top & move lang chooser
...
The next/prev page takes way to much space there and isn't very
important feature to have such promonently in-your-face, creating
imbalance at the top.
Moved the language chooser to just above the version info
2013-06-25 11:29:40 -07:00
Levi Morrison
11a281e0e6
Fixed vertical rhythm on the documentation pages. Please stop adjusting the margins to make them smaller; it breaks the vertical rhythm.
2013-06-25 11:53:59 -06:00
Levi Morrison
4353a6c9eb
Various spacing fixes.
2013-06-25 11:41:02 -06:00
Levi Morrison
0e3c83f1bb
Removed left and right margin on p tags.
2013-06-25 11:13:26 -06:00
Paul Dragoonis
d2bf92a61b
Removing code for the old quicktoc, and adding code for the new manualheader and language changer dropdown
2013-06-25 16:57:32 +01:00
Paul Dragoonis
c0232b7402
Decreasing the margins between paragraphs, reducing the whitespace
2013-06-25 15:30:43 +01:00
Paul Dragoonis
1399929d33
Increasing the page contrast for user contributed notes
2013-06-25 14:46:05 +01:00
Paul Dragoonis
b97de88b37
Fixing font color for notes count
2013-06-25 14:44:30 +01:00
Levi Morrison
d460abd89d
Made documenation pages full-width.
2013-06-25 01:52:04 -06:00
Paul Dragoonis
3eb8e36614
[beta site] Added bolding of <em> tags that were removed on the new design.
2013-06-24 23:19:19 +01:00
Paul Dragoonis
d11e6b6239
[beta site] reverting the ambitious font family change for user contributed notes and just making their font larger
2013-06-24 22:59:33 +01:00
Paul Dragoonis
6578c4cc2b
[beta theme] reverted actual user contributed notes, code back to monospace font.
2013-06-24 22:43:23 +01:00
Paul Dragoonis
d54ebc6293
[beta theme] reverted actual user contributed notes, code back to monospace font.
2013-06-24 22:42:16 +01:00
Paul Dragoonis
ab9c252730
[beta theme] improving readability of user contributed notes
2013-06-24 22:30:02 +01:00