Commit graph

284 commits

Author SHA1 Message Date
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
benjamin melançon
56b83df8dc Use dandelion light on link hover and focus 2018-12-02 17:39:19 -05:00
benjamin melançon
bb457c4df3 Commit compiled CSS 2018-12-02 11:09:20 -05:00
benjamin melançon
ef5d5b16ca Use variables for hero link hover styling 2018-12-02 11:09:04 -05:00
benjamin melançon
27c7d4edca Add standard colors/style for link hover to base styles 2018-12-02 11:08:49 -05:00
benjamin melançon
a5b0b14264 Revise link colors and start adding additional variables 2018-12-02 10:31:27 -05:00
benjamin melançon
baef692f28 Commit compiled CSS 2018-12-02 10:14:37 -05:00
benjamin melançon
fb4723e1f8 Style links in (dark-ish) colored hero sections 2018-12-02 10:13:29 -05:00
benjamin melançon
49971de7ab Print the person type (e.g., worker owner) also 2018-12-02 09:51:23 -05:00
benjamin melançon
4d7c5d17ed Override person content template with name/image, title/bio 2018-12-02 01:54:25 -05:00
benjamin melançon
dfb067bfb4 Override image template to remove wrapping figure .image 2018-12-02 00:03:04 -05:00
benjamin melançon
fc0410185a Apply self-updates to styleguide 2018-12-01 19:03:43 -05:00
benjamin melançon
9ae8cfe14c Make link optional per #108 2018-11-22 13:03:50 -05:00
benjamin melançon
1b5d880a40 Make link URL work 2018-11-21 11:42:53 -05:00
benjamin melançon
6dc408619b We want the real image, and just the link URL
(We'll switch to getting just the URL in the field display configuration.)
2018-11-21 10:35:34 -05:00
benjamin melançon
7b4bcb3aed Match component template to Todd's design 2018-11-21 10:30:07 -05:00
benjamin melançon
426c365a7c OK the only extends that works is without the theme name
whatever, can figure it out later.  I'm thinking extends is a bad pattern; the including
component templates thing seems much better.
2018-11-21 10:29:16 -05:00
benjamin melançon
79ccd24cf0 It needs the correct full path too... 2018-11-21 10:08:02 -05:00
benjamin melançon
6c7a9b0d22 Extends syntax requires quotation marks 2018-11-21 10:06:42 -05:00
benjamin melançon
9af9ba9eb7 Un-override the columnar slide 2018-11-21 09:52:57 -05:00
benjamin melançon
02afb1a00b Move slide component into a components directory
so it's a little more clear what's going on here...  not a lot, but a little.
2018-11-21 09:52:31 -05:00
benjamin melançon
ebe1872994 Make same field template apply to all paragraph fields
Technically, all entity reference revision fields but so far that's just paragraphs,
plus it makes sense not to have any extra markup around anything like that i think.
2018-11-21 09:13:28 -05:00
benjamin melançon
1b7647fc02 Actually Octavia is handling adding columns to this fine somehow 2018-11-21 09:10:11 -05:00
benjamin melançon
05bce9fc1a Override template for blocks in bottom content region 2018-11-21 01:17:16 -05:00
benjamin melançon
1722ed1594 Take over bottom region template for title, wrapper of blocks
Yeah i think everything in content paragraphs would be a lot better than this jankiness.
Not a big use case for putting this in multiple places anyway.
2018-11-21 01:11:27 -05:00