Commit graph

376 commits

Author SHA1 Message Date
benjamin melançon
80eb463cbf Make search bar large on search page 'cause i'm fancy like that 2018-12-18 08:15:12 -05:00
benjamin melançon
137647e7a1 Add template for header search separate from navbar search
It didn't look as good bouncing up and down in the middle of the page.

Also, style it to be a bit longer.
2018-12-18 08:03:09 -05:00
benjamin melançon
9700400610 Add the section class to page views (whole section)
Turns out this is really important to keeping a margin on mobile-sized viewports
2018-12-18 00:12:56 -05:00
benjamin melançon
db0bf279ee Hide search icon and form on mobile; print plain link instead 2018-12-17 23:59:10 -05:00
benjamin melançon
c8d8de3bfc Commit compiled CSS 2018-12-17 22:57:15 -05:00
benjamin melançon
80e6584708 Win specificity battle over Bulma to highlight 2nd-level menu links on hover 2018-12-17 22:56:58 -05:00
benjamin melançon
a0908b7fcd Commit compiled CSS 2018-12-17 22:27:10 -05:00
benjamin melançon
28b8a36303 Go to considerable lengths to keep links blue 2018-12-17 22:27:02 -05:00
benjamin melançon
6fb4f9e09c Rely on .content class for link hover padding in .hero components
The one place where we know it is used so far has the .content class already.

Removing it here prevents it from mucking up the secondary menu level when it
is placed within the hero-classed title section.
2018-12-17 22:26:07 -05:00
benjamin melançon
b4da1f689c Commit compiled CSS 2018-12-17 17:44:16 -05:00
benjamin melançon
eb1e0cdd22 Place bylines outside of titlebar 2018-12-17 17:44:09 -05:00
benjamin melançon
4022267b85 Only print the titlebar_links section if there's actually anything there 2018-12-17 17:41:19 -05:00
benjamin melançon
a2066e92d7 Restore distance between byline and title that adding titlebar div took away 2018-12-17 17:40:52 -05:00
benjamin melançon
49295ecb73 Print the secondary menu in the titlebar area
because our styleguide is annoying, we had to add the titlebar section to things
that don't have it in the styleguide, to be able to add the titlebar links part
when the secondary menu is there.

because Drupal is annoying, it prints the titlebar_links part whether there's any
secondary menu or not.

Ref #110
2018-12-17 17:15:14 -05:00
benjamin melançon
cd0a7e0a1a And whatever, let's make random non-node pages have dark blue navbars too 2018-12-17 10:03:46 -05:00
benjamin melançon
ed6fc3cf7a Let's try making blog posts light per design
but have other non-specialized content be dark (blue).
2018-12-17 10:02:48 -05:00
benjamin melançon
821741e962 Commit compiled CSS 2018-12-17 09:48:12 -05:00
benjamin melançon
cb7f49c103 Minimize flash of different navbar color
by not having it transition in the first time, but really we need a full fix
not a meh mitigation.
2018-12-17 09:47:11 -05:00
benjamin melançon
b64064604f Scrollmagic doesn't know how to remove the initial state so just don't have it 2018-12-16 23:47:26 -05:00
benjamin melançon
f1f8103bac Format source code 2018-12-16 23:46:01 -05:00
benjamin melançon
d60056b144 Give a try printing the secondary menu in the titlebar in the header 2018-12-16 23:06:45 -05:00
benjamin melançon
c7876c6627 Set starting default navbar to light header rather than transparent header 2018-12-16 23:06:25 -05:00
benjamin melançon
3303f808d6 Blank out the regular secondary menu block
... we're talking twig blocks here, as printed in the Agarica theme inheriting from
the Octavia theme which inherits it from the Bulma theme.
2018-12-16 23:05:49 -05:00
benjamin melançon
f26fbe6552 Bring person node paragraphs in line with regular node paragraph handling 2018-12-16 11:52:50 -05:00
benjamin melançon
d6dac423a1 Use the field summary + include paragraph wrapper for it
The body field is gone.
2018-12-16 11:51:38 -05:00
benjamin melançon
6ed816380a Consistantly use 'false' rather than 'not true' 2018-12-16 11:50:47 -05:00
benjamin melançon
d62239bebf Work around local debug output breaking background images 2018-12-16 11:39:46 -05:00
benjamin melançon
4530ac2937 We're using minimal HTML so we can actually print paragraph tags as designed 2018-12-15 22:48:51 -05:00
benjamin melançon
8205777a9e Overhaul card template for small cards
No paragraphs.  Keep it simple.

Ref #110
2018-12-15 22:39:41 -05:00
benjamin melançon
a562086680 Set classes for views rows showing small cards 2018-12-15 21:56:15 -05:00
benjamin melançon
ef56e86dfb Add back div for embedded views so we can pass classes in from the view 2018-12-15 21:55:48 -05:00
benjamin melançon
e7b850012c Add start of template for small cards for people listings 2018-12-15 00:07:59 -05:00
benjamin melançon
ba1135a1c8 Commit compiled CSS 2018-12-14 22:40:49 -05:00
benjamin melançon
af74487a66 OK so it was doing something all along...
... i just didn't notice the problematic thing until i started applying
transparency to headers of non-blue colors i guess?

Revert "Delete code that was commented out before i accidentally uncommented it"

This reverts commit 8a43d60d44.
2018-12-14 22:39:41 -05:00
benjamin melançon
92810e08bb Commit compiled CSS 2018-12-14 21:26:47 -05:00
benjamin melançon
8a43d60d44 Delete code that was commented out before i accidentally uncommented it
so, // at the start and // at the end, even on lines by themselves, are not empty
comments in Sass but apparently a multiline commenting out everything in between them.
2018-12-14 21:26:36 -05:00
benjamin melançon
38018874ce Make the navbar *start* transparent 2018-12-14 18:27:54 -05:00
benjamin melançon
65f3f8fcdb Title paragraphs (should have own colors) set navbar to transparent 2018-12-14 18:27:40 -05:00
benjamin melançon
eeb27a33ce Commit compiled CSS 2018-12-14 14:46:00 -05:00
benjamin melançon
618d34c4a4 Move transition to the whole element 2018-12-14 14:45:51 -05:00
benjamin melançon
82fef06480 Fix typo 2018-12-14 14:45:37 -05:00
benjamin melançon
32fb3146f7 Clean up empty code comments 2018-12-14 14:45:12 -05:00
benjamin melançon
34ae201572 Keep person's name in front of their picture 2018-12-14 14:37:23 -05:00
benjamin melançon
265e70a7e8 Commit compiled CSS 2018-12-14 13:17:05 -05:00
benjamin melançon
d418c47aa3 Tint person pictures per styleguide but remove on hover 2018-12-14 13:16:55 -05:00
benjamin melançon
eaad82c177 Remove all wrappers around embedded views 2018-12-13 18:18:38 -05:00
benjamin melançon
de13a6872b Make override very specific to blog
don't like this at all.  Really want the ability to configure most anything to
use the template i choose, which is sort of the promise of the pattern approach...
2018-12-13 14:02:01 -05:00
benjamin melançon
9f69656a37 Override unformatted view wrapper for embeds
... oohhh uggghhh we want this only for blog post listings *sob*
2018-12-13 13:25:26 -05:00
benjamin melançon
634f9f429c Override viewsreference view title to have titlebar stylings 2018-12-13 13:03:43 -05:00
benjamin melançon
80a13a1c74 Commit compiled CSS 2018-12-13 11:25:32 -05:00
benjamin melançon
806e6a1fb1 Keep blog teaser heights even: put author/date behind any pics 2018-12-13 11:25:15 -05:00
benjamin melançon
953d9df627 Commit compiled CSS 2018-12-13 10:41:58 -05:00
benjamin melançon
cd7b562894 Make sure search bar is off screen on large screens 2018-12-13 10:41:48 -05:00
benjamin melançon
63faed6999 Commit compiled CSS 2018-12-12 23:49:10 -05:00
benjamin melançon
5afa90cc37 Make listings like blog post teasers just a bit closer together 2018-12-12 23:48:50 -05:00
benjamin melançon
811313fdeb Mildly improve form styling 2018-12-12 23:48:19 -05:00
benjamin melançon
09abdfd224 After hours of tweaking call our search field good enough 2018-12-12 23:30:09 -05:00
benjamin melançon
9ecea50d45 Start a navbar search section (this is foreshadowing) 2018-12-12 18:26:25 -05:00
benjamin melançon
e814dc7383 Remove unneeded color change; removing strong tags was enough
And the margin top wasn't doing anything; it's the margin-bottom for the label that did
what we needed.
2018-12-12 03:30:34 -05:00
benjamin melançon
e07c09f022 Put more about tags in the flow & style 'em more subtle 2018-12-12 03:29:20 -05:00
benjamin melançon
4764bda7a4 Override core radios template to add class 2018-12-11 13:36:10 -05:00
benjamin melançon
7a286515ab Remove meaningless setting and use meaningful one; fixes one page at least 2018-12-11 13:07:06 -05:00
benjamin melançon
2afb27503d Let's try a transparent header background setting for titles 2018-12-11 13:06:38 -05:00
benjamin melançon
dd93a790af Remove all panel classes (which cause ugly lines) from fieldset 2018-12-11 12:13:41 -05:00
benjamin melançon
ab8f6af51d Commit compiled CSS 2018-12-11 12:11:23 -05:00
benjamin melançon
932beb1a58 Use single class not cascading to style form label 2018-12-11 12:11:14 -05:00
benjamin melançon
9a5d29d1e8 Override Bulma's form-element-label template to add form-label class 2018-12-11 12:09:39 -05:00
benjamin melançon
cf4ce9f785 Override Bulma's fieldset template to add form-label class to form label 2018-12-11 12:09:01 -05:00
benjamin melançon
6b06a10bb4 Commit compiled CSS 2018-12-10 22:35:09 -05:00
benjamin melançon
0f0dfb888d Give form field labels some spacing above them 2018-12-10 22:35:00 -05:00
benjamin melançon
f47855c519 Condense byline info into 'media-left' region; surrount summary with subtitle class
... this is still how we keep the 'whole thing is a link' working.
2018-12-10 18:07:43 -05:00
benjamin melançon
53e48c6a19 Override node template for cards (used in blog listing so far) 2018-12-10 17:57:33 -05:00
benjamin melançon
0ececda133 Move our rows wrapper to view-unformatted template which is also called 2018-12-10 17:38:46 -05:00
benjamin melançon
2df41eb12b Provide structures and classes for standard media listing view 2018-12-10 17:01:51 -05:00
benjamin melançon
f42a089d46 Which means we really need to copy core's Stable view template 2018-12-10 16:57:45 -05:00
benjamin melançon
9eeb560de4 Override Octavia views template for pages 2018-12-10 16:56:11 -05:00
benjamin melançon
97e4e6f56b Commit compiled CSS 2018-12-10 15:47:42 -05:00
benjamin melançon
b05ebd935b Give a special hover style for the logo 2018-12-10 15:47:33 -05:00
benjamin melançon
48129cb5cb Style 'more about' text same as Comments, Related, and such 2018-12-10 14:11:56 -05:00
benjamin melançon
990aa2608f Override tags field which was harkening back to Octavia anyway
But simplify dramatically since we're taking over the 'label' part from field config.
2018-12-10 14:11:14 -05:00
benjamin melançon
06b46fc06d Remove tag class to prevent Bulma breaking Drupal's hidden class 2018-12-10 12:45:54 -05:00
benjamin melançon
7a125fd464 Hide the user picture in all cases
Until https://gitlab.com/agaric/sites/agaric-com/issues/117
2018-12-10 12:40:21 -05:00
benjamin melançon
b47e048902 Override comment template to apprx match Todd's styles 2018-12-10 11:04:12 -05:00
benjamin melançon
b4dd8eafea Comments wrapper 2018-12-09 23:18:57 -05:00
benjamin melançon
709043ec6d Print comments outside main bounding 'walls' 2018-12-09 23:17:22 -05:00
benjamin melançon
90ca3c8235 Override field comment template to add comments section classes 2018-12-09 22:33:38 -05:00
benjamin melançon
fbe4b46bb4 Commit compiled CSS 2018-12-09 13:40:51 -05:00
benjamin melançon
63e8f7335e stop making navbar transparent just because we're on desktop
As far as i can tell this works in Todd's styles only because everything is given a 'light'
header; removing that class from the blog post for example gives the same problem as we see
in our code.

Partly fixes #33
2018-12-09 13:40:41 -05:00
benjamin melançon
54e3c12538 ... in a way that doesn't cause a fatal error 2018-12-08 23:14:26 -05:00
benjamin melançon
b031996a6a Print node ID of skipped title-paragraph-lacking content 2018-12-08 22:54:15 -05:00
benjamin melançon
90aa9600a2 Add content class to default field groups 2018-12-08 22:24:56 -05:00
benjamin melançon
4689769cc6 Add content class to card content
... although there shouldn't be any links happening in here.
2018-12-08 22:22:19 -05:00
benjamin melançon
3892739c88 Make 'slide' media-content explicitly content for link formatting 2018-12-08 21:21:07 -05:00
benjamin melançon
35b60f0be4 Commit compiled CSS 2018-12-03 08:36:43 -05:00
benjamin melançon
eeb5d769a3 Restrict link shennanigans to content classed anchor tags 2018-12-03 08:36:33 -05:00
benjamin melançon
ce19ebc627 Commit compiled CSS 2018-12-02 22:05:03 -05:00
benjamin melançon
d8f6c861da Prevent background color hover from making icons look weird 2018-12-02 22:04:49 -05:00
benjamin melançon
32db074c7c Commit compiled CSS 2018-12-02 19:14:22 -05:00
benjamin melançon
28fd6e8a71 Style active links and set final good contrast link colors 2018-12-02 19:13:24 -05:00
benjamin melançon
707be352d2 Add color for focused links 2018-12-02 17:52:46 -05:00