Commit graph

312 commits

Author SHA1 Message Date
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