Commit graph

48 commits

Author SHA1 Message Date
Bradley M. Kuhn
23d2d8cad1 Make the toggle-controls look like clickable <a> tags. 2013-04-30 22:29:12 -04:00
Bradley M. Kuhn
6e49d079da Create pop-down of text for other donation methods.
For those methods that require further explanation, configure so that the
text appears upon clicking.
2013-04-30 22:17:04 -04:00
Bradley M. Kuhn
bda85a597b Styles should live in CSS, not in the template.
Properly use nav-bg for campaign.
2013-04-30 20:01:48 -04:00
Denver Gingerich
2309ff0948 add accounting campaign page; update styles/navbar 2013-04-30 00:13:45 -04:00
Bradley M. Kuhn
0d95d806d7 License was missing for submenu selection. 2013-04-26 16:03:05 -04:00
Bradley M. Kuhn
63f708f928 Will a shorter string make this work? Unsure why it isn't working now, actually. 2013-04-23 13:20:35 -04:00
Bradley M. Kuhn
3202d679c5 Properly set class for CCS so the EvalCommittee menu item formats properly. 2013-04-23 13:16:15 -04:00
Bradley M. Kuhn
ef5fbac055 New conservancy-header image from Tony; also change CSS to match. 2013-02-28 16:13:44 -05:00
Bradley M. Kuhn
f50ccef84e Perhaps this height needs to be increased as well? 2013-02-28 15:48:41 -05:00
Bradley M. Kuhn
35259a101c Height and width to match the bigger size of the existing file. 2013-02-28 15:45:53 -05:00
Bradley M. Kuhn
1a1e146ff5 Changes to implement new logo, as requested by Tony. 2013-02-28 15:42:06 -05:00
Paul Visscher
a4255c7e51 Add subscription form to the top right of the site (possibly all pages).
I was only able to get the site running on my local machine well enough to test the main page. It's possible, based on the filename, that the changes will appear on all Conservancy pages. I'm not sure if that is what is wanted or not. If not, it seems like some more invasive changes would need to be made to the base template so that the form would only appear on the index page.

The form POSTs to a mailman url. Once submitted, the user is redirected to the mailman site with no obvious way (aside from the back button) to return to the main site. This can be fixed by using AJAX to POST the form and report the subscription status back to the user, but it would likely require parsing the mailman html as there doesn't appear to be any real API to mailman.

I tested this in Firefox 11.0 and Chrome 18.0.1025.113 beta.
2013-02-21 13:34:54 -05:00
Bradley M. Kuhn
a879cb6b44 Add a bottom margin to leave space after last logo. 2012-08-27 11:01:27 -04:00
Bradley M. Kuhn
c8cb31aa85 Leave even less space between logos on sponsors page. 2012-08-27 11:00:39 -04:00
Bradley M. Kuhn
a02547c4eb Leave less space in between logos. 2012-08-27 10:59:53 -04:00
Bradley M. Kuhn
b068eb5c4e Change to margin-top instead of line-height based on Denver's recommendation. 2012-08-27 10:59:06 -04:00
Bradley M. Kuhn
721b6b3efd Reverting back to center, as Denver and Tony like that better. 2012-08-27 10:55:12 -04:00
Bradley M. Kuhn
a1fdb0a8f5 Denver and Tony say they don't like the border on the li elements in Sponsors page. 2012-08-27 10:52:44 -04:00
Bradley M. Kuhn
9da4ae0968 It was definitely too tall. Also, centered seemed odd. 2012-08-27 10:39:40 -04:00
Bradley M. Kuhn
dff5fe2e6e Attempt to do CSS that makes the sponsors list look nice. 2012-08-27 10:38:06 -04:00
Bradley M. Kuhn
b9c09aa174 Created initial sponsors page. 2012-08-27 10:19:13 -04:00
Denver Gingerich
97024490fb remove 32767px margin/padding values in main CSS
Several element id's were set to use "padding-bottom: 32767px;" and
"margin-bottom: -32767px;".  This caused element targets (such as
http://sfconservancy.org/about/staff/#denver ) to be rendered poorly
in most browsers, by preventing the user from scrolling up.  Removing
these lines appears to fix the rendering issue with no side effects
(in limited testing of the Staff page).

This change effectively reverts parts of 450ea2c and ed954b7 as the
32767px values were added in those commits.
2012-04-29 18:27:22 -04:00
Bradley M. Kuhn
b7764c1bfb Filings page was not properly accounted for in the CSS. 2011-11-04 13:52:37 -04:00
Bradley M. Kuhn
9eb6dece5c Fixed CSS to highlight on about page properly. 2011-09-30 09:26:17 -04:00
Bradley M. Kuhn
40cd98bf44 First attempt at implementing fabsh color scheme that he emailed me:
Date: Sun, 10 Oct 2010 18:12:36 +0200
Subject: Conservancy Colour Palette
From: "Fabian A. Scherschel" <fab@sixgun.org>
To: "Bradley M. Kuhn" <bkuhn@sfconservancy.org>
Message-ID: <AANLkTinX7mxV8-2gn2CQB82QnPLZWw3rYr4OUHpX1WDX@mail.gmail.com>
2010-10-11 16:08:59 -04:00
Bradley M. Kuhn
654453c1c2 Allow for two news items at once on the frontpage. 2010-10-11 15:53:18 -04:00
Bradley M. Kuhn
ed954b76ee Adapted column CSS solution used for sidebar to also work on general
column CSS
2010-10-04 10:53:52 -04:00
Bradley M. Kuhn
72b907c639 These items in the menu no longer exist. 2010-10-04 09:36:20 -04:00
Bradley M. Kuhn
54451c15e2 I think I want this color to appear on highlighted menu items. 2010-10-03 23:08:56 -04:00
Bradley M. Kuhn
cf557169e9 Use green on bold. 2010-10-03 23:02:26 -04:00
Bradley M. Kuhn
b296fc9557 Don't select a font. 2010-10-03 22:57:17 -04:00
Bradley M. Kuhn
5b48141070 Various formatting and typo fixes. 2010-10-03 21:44:32 -04:00
Bradley M. Kuhn
cffebff968 Added submenu to CSS. 2010-10-03 20:25:39 -04:00
Bradley M. Kuhn
d2af6a0cb5 Rework of about section, including many content changes and a few
formatting ones.
2010-10-03 19:07:48 -04:00
Bradley M. Kuhn
f426e60136 Mostly got a sidebar on the left working, for submenu.
Modifications to the templates to take advantage of new submenu.
Some content changes with "about" section, where I was implementing the changes.
2010-10-03 18:37:08 -04:00
Bradley M. Kuhn
450ea2c354 Attempts to get left side bar right. 2010-10-03 17:35:57 -04:00
Bradley M. Kuhn
cfd70dca90 CSS fixes. 2010-10-03 13:33:41 -04:00
Bradley M. Kuhn
e256b5329c Next version of Fab's text-containing image logo; some CSS and HTML
changes to make the appearance of it better.
2010-10-03 13:29:23 -04:00
Bradley M. Kuhn
91ef826abd New header logo with text embedded into the image (thanks to Fab) 2010-10-03 13:18:13 -04:00
Bradley M. Kuhn
affb41bcde Try with 120px size image. 2010-10-03 12:34:33 -04:00
Bradley M. Kuhn
9d648ff332 trying another color. Is it better to make font-size smaller? 2010-10-03 12:30:27 -04:00
Bradley M. Kuhn
cb782bbd87 Another color test; and fix of text size. 2010-10-03 12:28:08 -04:00
Bradley M. Kuhn
37e355a155 Trying a new color; attempt to fix text size. 2010-10-03 12:24:36 -04:00
Bradley M. Kuhn
34a5a7a2e0 Attempts to fix text display; make background white as an experiment. 2010-10-03 12:20:01 -04:00
Bradley M. Kuhn
0fc09ea154 Color improvement from fab; still trying to work out text placement. 2010-10-03 12:13:12 -04:00
Bradley M. Kuhn
8c4a6d2a91 Color fab suggests; attempt to fix text. 2010-10-03 12:07:57 -04:00
Bradley M. Kuhn
53acfaa42f First attempt and putting logo up on the site. 2010-10-03 12:04:17 -04:00
Bradley M. Kuhn
a0968398ca Renamed file. 2010-09-26 20:26:44 -04:00
Renamed from www/conservancy/static/sfc.css (Browse further)