Nate Weaver
37ae46ea4c
Merge more styles and fix styling of tables with explicit thead/tbody/tfoot
...
Also use :matches() to simplify some rules.
# Conflicts:
# Mac/MainWindow/Detail/styleSheet.css
# iOS/Resources/styleSheet.css
2020-04-23 23:21:22 -05:00
Nate Weaver
2a6d9994ea
Move shared CSS into its own file
2020-04-19 18:38:33 -05:00
Maurice Parker
9f516caa35
Don't use borders on nested tables. Issue #1936
2020-03-21 17:19:03 -05:00
Maurice Parker
36841602a5
Change article rendering to use loadHTMLString instead of JavaScript. Issue #1923
2020-03-17 17:18:24 -05:00
Nate Weaver
e6af6ece42
Add top and bottom margins to figure elements
2020-03-13 22:01:07 -05:00
Nate Weaver
9a3fe5caa5
Add a max-width to body
2020-03-13 21:36:16 -05:00
Maurice Parker
77fd3020cc
Correct font used to specify font size. Issue #1878
2020-03-12 19:01:10 -05:00
Nate Weaver
76dd3abff2
Properly style footnotes that have been absoluted
2020-03-12 18:32:42 -05:00
Maurice Parker
61a2e95d2b
Manually specify the font size to work around a WKWebView resizing bug. Issue #1878
2020-03-12 18:07:40 -05:00
Maurice Parker
25daea8a9f
Create separate color for block quote bar. Issue #1718
2020-01-26 21:44:53 -07:00
Nate Weaver
e88643f9b9
Make tables obey Dynamic Type
2020-01-22 05:26:12 -06:00
Nate Weaver
3635176d58
--table-border-color -> --table-cell-border-color; add Mac table styles
2020-01-20 21:59:40 -06:00
Nate Weaver
02297ed94a
Add table styles
2020-01-20 21:59:40 -06:00
Maurice Parker
c2431cb48b
Add wordpress emoji style. Issue #1666
2020-01-20 11:53:06 -07:00
Maurice Parker
f15ade5ebb
Make the article datetime always a link to the article permalink. Issue #1655
2020-01-19 17:28:06 -07:00
Maurice Parker
b1653845c2
Remove media selector from block quotes so that the new style is always used.
2020-01-19 13:23:45 -07:00
Phil Dokas
d3ecb68708
Positions the footnote popover on top of other content
2020-01-17 13:41:12 -08:00
Maurice Parker
3c1668c178
Make Feedbin/Twitter video usable. Issue #718
2020-01-17 12:17:38 -07:00
Maurice Parker
df1b483996
Add Feedbin specific separator. Issue #1640
2020-01-17 10:56:59 -07:00
Maurice Parker
2cdec8c4bf
Add a leading border to block quotes so that they can more easily be distinguished. Issue #1639
2020-01-17 10:53:22 -07:00
Nate Weaver
d85c388517
Don't allow hyphenation inside inline <code> elements
2020-01-11 17:31:18 -06:00
Nate Weaver
a409242cdb
Make <pre> and <code> elements scale with dynamic type
2020-01-10 15:50:09 -06:00
Maurice Parker
e99e4362ff
Fix to not let the avatar become smaller when we large bylines. Issue #1574
2020-01-08 18:22:47 -07:00
Nate Weaver
53b2ebab78
iPhone 8 Plus viewport is actually 414px wide
2019-12-31 20:30:37 -06:00
Nate Weaver
b5467bb81c
Don't shrink margins for wider viewports (e.g., landscape)
2019-12-31 20:08:40 -06:00
Nate Weaver
95db828986
Tweak blockquote margins for small viewports
2019-12-31 19:47:09 -06:00
Maurice Parker
0a29535412
Merge pull request #1496 from Wevah/table-overflow-wrapper
...
Table overflow wrapper
2019-12-31 16:24:43 -07:00
Nate Weaver
fa6c21f470
Remove .wp-smiley rule
2019-12-30 18:30:21 -06:00
Nate Weaver
0800c77002
Remove now-unneeded style rule
2019-12-30 17:17:35 -06:00
Nate Weaver
cbbb46a776
Wrap tables in an overflow-x: auto; div
2019-12-30 17:17:35 -06:00
Nate Weaver
758fb1a1c0
Make initial scale 100% and don't let WebKit increase text size
...
Issue #1459 .
2019-12-24 20:15:53 -06:00
Maurice Parker
4048d79e13
Specify header font again. Issue #1335
2019-11-24 11:21:00 -06:00
Maurice Parker
d808716534
Add wordpress specific emoji style. Issue #1321
2019-11-19 19:06:23 -06:00
Maurice Parker
8f52f9f82c
Change article title color to reduce blue overload. Issue #1316
2019-11-18 16:47:25 -06:00
Brent Simmons
f96d4cbf17
Make the article header (detail view) closer to the navbar — spacing looks better this way.
2019-11-05 22:19:17 -08:00
Maurice Parker
3a314d2db7
Add activity indicator for image fetches.
2019-10-19 16:25:06 -05:00
Maurice Parker
d183f3672d
Ported sub/sup rules over from Mac stylesheet
2019-10-09 10:23:58 -05:00
Maurice Parker
6f0c957731
Change CSS variables to match Asset catalog names
2019-10-07 16:54:18 -05:00
Maurice Parker
f7e235a1fb
Remove padding from code blocks that was causing weird indentation
2019-10-07 11:05:22 -05:00
Maurice Parker
084749c233
Make pre tag boxes NetNewsWire blue on iOS
2019-10-03 19:53:36 -05:00
Maurice Parker
3d343eb91d
Prevent pre tags from wrapping. Issue #1089
2019-10-03 18:27:48 -05:00
Andrew Brehaut
f25c0e0b57
Original implementation was only aware of multimarkdown style footnote markup.
...
This commit includes support for DaringFireball style footnotes
2019-09-26 20:20:53 +12:00
Andrew Brehaut
8882d219a6
544 footnote support working on iOS
...
This commit includes the newsfoot.js script in the iOS page.html file
and copies css from the Mac styleSheet.css into the iOS styleSheet.css.
The is only one difference in the styles between the two: iOS defines left and
right to be in terms of the viewport width rather than a fixed size. This ensures that the popover is always within the visible area.
2019-09-25 12:31:07 +12:00
Maurice Parker
ba45144c2a
Merge branch 'mac-release'
2019-09-21 03:57:41 -05:00
Ben Ubois
cdf643c2a6
Make iFrames responsive.
2019-09-20 17:21:01 -07:00
Maurice Parker
db2ee18299
Unify the colori scheme into primary and secondary accent colors
2019-09-18 02:49:57 -05:00
Maurice Parker
53760c75b4
Restore feedburner image block and remove feedburner link block to match the Mac rules
2019-09-17 16:02:29 -05:00
Maurice Parker
8d5f7cd6cb
Change link color to more closely match the tint color
2019-09-17 15:38:55 -05:00
Maurice Parker
3c1b0cf961
Fix css to handle super wide divs.
2019-09-16 18:19:28 -05:00
Maurice Parker
597f1f4adc
Made unread indicator and article links slightly brighter
2019-09-11 04:02:52 -05:00