defanor
84c9ade45a
Improve <pre> and <code> contrast with a dark theme
...
This makes it more easily legible, and to follow the WCAG
recommendations.
2022-01-04 21:06:45 +03:00
wurstsalat
a6b49c900f
Fix XMPP logo position
2021-10-05 21:39:56 +02:00
Daniel Brötzmann
f6435c9bf4
Update path for xmpp-logo.svg
2021-09-20 18:15:02 +02:00
Emmanuel Gil Peyrot
6ff9b806de
CSS: Improve the contrast for the dark theme
...
This was reported by this tool: https://wave.webaim.org/
2021-06-26 01:00:47 +02:00
Georg Lukas
28957f6cc1
CVE: remove background color
2021-04-14 16:55:15 +02:00
Georg Lukas
0310636ca9
XEP style: fix CVE background in dark mode
2021-04-08 15:16:23 +02:00
Georg Lukas
8056721f8e
XEP template: add <cve>
element for security vulnerabilities
2021-04-07 19:04:05 +02:00
Jonas Schäfer
94b510cdf8
Merge commit 'refs/pull/1007/head' of github.com:xsf/xeps into premerge
2020-11-24 19:02:13 +01:00
Kim Alvefur
214b89bd55
Invert colors of info boxes in dark mode
2020-11-23 22:51:19 +01:00
Emmanuel Gil Peyrot
ade694560c
Add a dark theme for the XEPs
...
Fixes #1009 .
2020-11-22 13:41:15 +01:00
Sam Whited
9a4760453d
Fix styling on superscript elements
2020-11-21 14:20:38 -05:00
Jonas Schäfer
a032d17204
Hotfix against the web server misconfiguration
...
xmpp.v2.css isn’t served from the xeps docker, making all XEPs
render without CSS.
2019-04-06 10:58:04 +02:00
Sam Whited
b75992b648
Hide overflow (with scroll) on long code blocks
...
Also, retab for consistency
2017-09-21 14:04:27 -05:00
Sam Whited
33d928f681
Limit text width of XEPs on large viewports
2017-09-17 10:47:58 -05:00
Emmanuel Gil Peyrot
fe9d3969fd
Remove trailing whitespaces in every non-XEP file.
2017-02-16 19:37:21 -06:00
Emmanuel Gil Peyrot
4732cf021a
Remove executable bit from CSS and JS files.
2017-01-15 09:36:38 -06:00
Georg Lukas
ae42b7761c
Improve rendering of <example> and div.example HTML
...
This change unifiess the rendering for <example> and <div class=example>.
The former is rendered as HTML <pre>, the latter is taken over. This
patch does the following:
* Merge <pre> CSS from prettify.js int xmpp.css
* Give <pre> a blue-ish background derived from the caption color
* Make the <pre> border use the caption color
* Change div.example background color from neon yellow to a colder and lighter tone that matches the overall color theme
* Add a border to div.example that fits its background color
* Derive width for div.example from <pre>
P.S: Don't eat yellow snow!
2016-07-21 14:32:14 +02:00
Florian Schmaus
caf3edbe4f
Add xmpp.css and prettify.(css|js)
2015-07-29 23:02:54 +02:00