Commit Graph

67 Commits

Author SHA1 Message Date
str4d
bc6f8e4b88 propagate from branch 'i2p.www' (head 114708fc5836389206fe26e04905a1887f34a228)
to branch 'i2p.www.revamp' (head 061377e9345d8848b120576d4174d4274a2e5ca3)
2013-05-24 02:01:41 +00:00
str4d
9730b29032 Prevent long code lines from breaking the layout 2013-04-25 05:10:50 +00:00
str4d
cf7b010efc Added a syntax.css to duck's theme using the "native" Pygments style
To change to another built-in style:
$ source env/bin/activate
$ cd i2p2www/static/styles/duck/
$ pygmentize -f html -S STYLE_NAME -a .highlight > syntax.css
2013-04-25 04:56:29 +00:00
str4d
2c9fb8fd4d Proper styling for div.warning 2013-03-17 19:53:27 +00:00
str4d
64415dbe89 propagate from branch 'i2p.www' (head 20c27bb0c69f1de1693d4067d49613dd0a163575)
to branch 'i2p.www.revamp' (head cb08ef7e5783eb21b87f996e5b2de062b86ed3e2)
2013-03-17 19:15:02 +00:00
str4d
c1707816a4 Serve BingSiteAuth.xml 2013-03-01 21:52:52 +00:00
str4d
bf2517afed Set up the Google Webmaster Tools verification page 2013-02-06 10:26:34 +00:00
str4d
2def970aa8 propagate from branch 'i2p.www' (head fcd7d836b79ef46ef8fe9c5b8071d245efd54e29)
to branch 'i2p.www.revamp' (head e09d39855896e1387e30b596c8b0d71b202bf20b)
2013-02-05 21:44:35 +00:00
str4d
b09a7f4099 Added placeholder CSS files to the other themes 2013-01-31 02:23:23 +00:00
str4d
8eea7b22a3 Added space between mobile dropdown menu and content 2013-01-21 22:38:31 +00:00
str4d
a5a5e20f3b Use right arrow instead of thick border for submenu indication 2013-01-21 22:32:15 +00:00
str4d
f063149ab3 Migrated other themes: style.css -> desktop.css 2013-01-21 14:38:50 +00:00
str4d
5cfd605f09 Use progressive enhancement instead of graceful degradation for mobile support
The default.css for duck's theme is the same content as the original theme,     
with some attributes removed or tweaked slightly. The original theme CSS          
overrides almost all of this file leaving the desktop style unchanged. Once the 
mobile CSS is more complete and the common CSS is identified, it can be removed 
from the desktop CSS.

The mobile dropdown menu was obtained from http://astuteo.com/mobilemenu and as
per the license on the page:
"... it’s entirely free for you to download and use, modify for your own
applications, or otherwise make millions off of."
2013-01-21 14:34:27 +00:00
str4d
0e81362953 Added basic mobile.css for duck's theme 2013-01-21 12:29:25 +00:00
str4d
a6f0d35f48 Fixed image paths in CSS after move 2013-01-21 11:09:50 +00:00
str4d
c74b8a5947 Moved themes into subdirs 2013-01-21 10:54:24 +00:00
str4d
12353beede Added margin to <ol>s on content pages 2013-01-17 12:25:49 +00:00
str4d
2117686d95 Tweaked duck's and danimoth's themes so footer styling refers to the global footer 2013-01-08 20:37:54 +00:00
str4d
f65b4cca28 Updated robots.txt to disallow auto-generated index pages 2013-01-04 23:26:22 +00:00
str4d
4193653dcb Removed hover border from top menu-opening navbar items 2013-01-03 21:15:15 +00:00
str4d
c36290c5c1 Shortened padding at top and bottom of navbar to visually match left padding 2013-01-01 13:58:08 +00:00
str4d
d1d3a2d417 Reworked nav bar so <a href="#"> is not required for styling purposes 2013-01-01 13:52:36 +00:00
str4d
a43901032b Removed executable bit from ar.png and cs.png 2013-01-01 10:12:21 +00:00
str4d
5d83f4a193 Moved US flag back to us.png and added en.png symlink to it 2013-01-01 10:09:26 +00:00
str4d
a23e05727d Use border-left to make sub-menus clearer in duck's theme 2012-12-28 13:21:24 +00:00
str4d
eb79c49ca0 Make the sub-menus more obvious in duck's theme 2012-12-28 13:05:34 +00:00
str4d
dc51dad500 Some simple styling for the downloads list 2012-12-25 03:23:49 +00:00
str4d
b8fcea2429 Added feed icon CSS to danimoth's theme 2012-12-23 12:49:34 +00:00
str4d
5e1b2a55eb Fixed min-width of container-fluid in danimoth's theme 2012-12-23 12:43:44 +00:00
str4d
9b72db7c59 Fixed some danimoth CSS that wasn't being applied to the Download button on the front page 2012-12-23 12:36:03 +00:00
str4d
13666290a4 Finished merging duck's and danimoth's template layouts 2012-12-23 12:21:26 +00:00
str4d
84ec056c96 Removed .news div (since it is repeating info), fixed navbar alignment in danimoth
It would be good to be able to position some sort of info box in that location for
danimoth's theme (even e.g. the lastupdated/accuratefor infobox)
2012-12-23 12:09:18 +00:00
str4d
20c331f7b3 Fixed a row alignment issue in danimoth's theme 2012-12-23 12:06:40 +00:00
str4d
97c0cee69a Started merging navigation into a common template header
The navbar on danimoth's theme is now absolutely positioned, which
does mean that on pages without the .news div, there is an empty
space above the navbar
2012-12-23 12:02:39 +00:00
str4d
e86522886b Handle the sidebar better in the older themes 2012-12-23 10:50:17 +00:00
str4d
4c5f6f1bf3 Enable themes to have different I2P logos, with a default fallback 2012-12-23 01:36:44 +00:00
str4d
dcf058d78e Tweaked old themes for new topbar template layout 2012-12-23 01:28:11 +00:00
str4d
1217dbe264 Merged template layout of topbar for duck's and danimoth's themes 2012-12-23 00:05:58 +00:00
str4d
c106e2fbd2 Don't display the language menu in sidebar for danimoth theme 2012-12-22 00:41:01 +00:00
str4d
dff49f3844 Tweaks to get danimoth's theme looking as close as possible to the original 2012-12-22 00:37:11 +00:00
str4d
589cf4f981 Added danimoth's CSS 2012-12-21 22:47:54 +00:00
str4d
9527fcd19c Attempt to prevent title text overlapping with the header image (though second line sits behind the menu...) 2012-12-20 04:41:03 +00:00
str4d
cc292624d2 Tweak the color of the second- and third-level menus 2012-12-20 02:07:24 +00:00
str4d
d99220f113 Added side borders to .inner and rounded the top corners 2012-12-20 01:42:23 +00:00
str4d
f1a1d63e2a Changes to the menubar CSS to bring it as close to duck's original theme as possible 2012-12-20 01:41:26 +00:00
str4d
fe4852a9eb Display current language flag next to the Language menu (for easier identification) 2012-12-19 04:08:41 +00:00
str4d
32db04d701 Rounded bottom corners of .lastupdated box 2012-12-18 00:44:54 +00:00
str4d
18e26d6cc3 Replace half of .inner padding with margin -> adds side border to all pages 2012-12-18 00:42:19 +00:00
str4d
f1d24a789e propagate from branch 'i2p.www' (head 971d4d05ac64f68ff6e38fc3d7d322fa606b9bba)
to branch 'i2p.www.revamp' (head ae515df68ffa8ba8e348ddd0a8fec7bd3c7e8ad2)
2012-12-17 20:30:50 +00:00
str4d
6ee28ea429 Added feed icon for blog to front page 2012-12-15 12:09:29 +00:00