Commit Graph

52 Commits

Author SHA1 Message Date
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
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
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
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
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
6ee28ea429 Added feed icon for blog to front page 2012-12-15 12:09:29 +00:00
str4d
05dfa49133 Apply the h1 theming to div.title in old themes (like on current site) 2012-12-15 01:55:37 +00:00
str4d
cfbc0cdd48 ".main" -> "#content", ".menu" -> "#cssmenu" in light_zh.css 2012-12-15 01:38:43 +00:00
str4d
c42a4604f3 ".main" -> "#content", ".menu" -> "#cssmenu" in light_ar.css 2012-12-15 01:38:09 +00:00
str4d
f76b899866 ".main" -> "#content", ".menu" -> "#cssmenu" in light.css 2012-12-15 01:37:16 +00:00
str4d
963cc90c6a ".main" -> "#content", ".menu" -> "#cssmenu" in dark.css 2012-12-15 01:35:48 +00:00
str4d
96df337345 Tweak to (unused in default theme) mainmenu.css to detect the menu 2012-12-14 22:00:12 +00:00
str4d
ce3348c0c0 Added some padding to <td>s to make them readable 2012-12-14 04:13:01 +00:00
str4d
48077d3b68 Added some basic styling to div#content .lastupdated 2012-12-14 04:01:06 +00:00
str4d
acc429a1e7 Used alpha fade for logo hover to be less glaring 2012-11-11 02:34:30 +00:00
str4d
51648c7d38 Added hover to logo to make it more obvious that it links to the frontpage 2012-11-10 20:31:35 +00:00