style.css


Log

Author Commit Date CI Message
Michael Schmidt cdfa60ac 2019-09-30T19:43:33 Added plugin descriptions to plugin list (#2076) This adds plugin descriptions to the plugin lists on the website.
Michael Schmidt 56a8711c 2019-09-03T20:52:15 Website: Fixed the Toolbar plusing's overflow issue (#1966) This fixes the overflow issue of all Toolbar related plugins where some button were hidden behind the theme selection.
Michael Schmidt b6543853 2019-06-30T00:00:14 Update website page styles to not interfere with themes (#1952) This changes the `style.css` to not interfere with themes. The problem was that `* { ...; font-weight: normal; }` caused markdowns bold text to not be rendered as bold. <details> <summary>Style inheritance</summary> ![image](https://user-images.githubusercontent.com/20878432/60092675-e90e2000-9747-11e9-8b16-73bf3e219001.png) </details> The fix is quite simple: I just removed the `font-weight: normal;` line. The only elements (besides the bold tokens) that changed were `h2`s, so they get a new rule. In a side-to-side comparison, I wasn't able to spot any other differences. Result: ![image](https://user-images.githubusercontent.com/20878432/60092899-5e79f080-9748-11e9-955c-bd3645fc018e.png)
Lukas Oppermann efdd96c3 2019-01-03T19:28:49 Updated website table of contents styles (#1681) The TOC will now be located at the bottom left and be more friendly to smaller screens.
Lea Verou 90aaee10 2018-05-31T12:26:07 Fix mixed content warning
Valtteri Laitinen 95146c8f 2018-04-17T01:28:42 Use HTTPS / canonical URLs (#1390) Also, remove the broken link in `/index.html`.
Golmote 0460cadb 2018-03-19T08:46:46 Website: Improve appearance of theme selector
Golmote b9809b34 2018-03-07T21:31:53 Update "Used by" section (#1330) * Website: Remove Brendan Eich's blog from "Used by" section * Website: Remove USWDS-related code and image * Website: Add React in "Used by" section * Website: Add Stripe in "Used by" section
Golmote 79ebbf88 2015-10-14T07:53:41 Use screenshot instead of text logo for U.S. Web Design Standards on homepage. (#785)
Golmote 85ec87e4 2015-03-26T09:11:43 List of supported languages on homepage
Lea Verou 7ddd2613 2014-04-21T12:42:38 Added owners to plugins/languages/themes
Chris Coyier b181a012 2014-03-17T17:51:14 Adding CSS-Tricks logo by Lea's generous request at https://twitter.com/LeaVerou/status/441696454303027201
Gray Ghost Visuals 99a95d25 2013-05-18T14:06:21 Adds Typeplate Logo to Used By Section
Lea Verou f661a677 2013-05-18T17:47:04 Added Used By section to Prism homepage
Ronny Orbach c6196281 2012-08-03T15:14:52 add fallback font-family to intro paragraph
Lea Verou 95af8d4b 2012-07-31T18:52:35 Fixed bug with IE9
Lea Verou 9ed86b86 2012-07-31T18:14:55 Styling and docs changes
Lea Verou ed944399 2012-07-31T16:08:45 Docs update
Lea Verou 96da9fbc 2012-07-31T10:59:56 Styling changes & docs update
Lea Verou ce9bfaa7 2012-07-30T15:04:19 Cosmetic changes
Lea Verou a02184d1 2012-07-29T03:17:00 Finished theme switcher
Lea Verou 264508d7 2012-07-29T01:25:43 Style changes
Lea Verou b2505655 2012-07-29T00:35:02 Docs update, minor styling changes
Lea Verou a0263da6 2012-07-28T20:52:17 Added “Funky” theme, added theme chooser, modified downloads script
Lea Verou a1491524 2012-07-26T19:44:49 Added automatic ids and linking on headings
Lea Verou cfaf681d 2012-07-26T18:17:55 Removed the need for .prism
Lea Verou 9dc382e2 2012-07-24T04:09:00 Fixed gradient angles
Lea Verou bd4e8d15 2012-07-23T18:54:30 ALL THE THINGS! Most notably: Simple templating, API changes, show invisibles plugin, download (build) page
Lea Verou 5cd2a17f 2012-07-16T19:34:51 Style change
Lea Verou cbf6b8c3 2012-07-16T19:00:18 Workaround for WebKit CSS bug
Lea Verou f2370618 2012-07-16T17:02:20 Simplified markup and added simple templating
Lea Verou 351b011f 2012-07-16T14:49:29 Style && docs tweaks — more coming soon
Lea Verou f2339ea1 2012-07-15T22:36:05 Added line highlight plugin
Lea Verou 90fd6b6f 2012-07-12T19:13:51 Added highlighting for doctypes & XML prolog, removed the iframed examples and replaced them with XHR
Lea Verou 2d57ff2a 2012-07-12T19:07:05 Added highlighting for doctypes & XML prolog, removed the iframed examples and replaced them with XHR
Roman Komarov 01c3b6e0 2012-07-11T15:28:50 Disabling hyphens in code blocks (mostly for inline ones)
Lea Verou 4552f5c7 2012-07-10T22:48:14 First commit