1
0
Fork 0

Updating ad-hominem to version 2024-10-07+20250317 (9ede6bc).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 13:09:37 +02:00
parent b79431e56e
commit 2dec6c784b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
63 changed files with 2318 additions and 1765 deletions

View file

@ -25,7 +25,7 @@ css/_media_fullscreen.css = screen
css/_fileuploader.css = screen
css/_tabs.css = screen
css/_links.css = screen
css/_footnotes.css = screen
css/_footnotes.css = all
css/_search.less = screen
css/_recent.css = screen
css/_diff.css = screen
@ -41,6 +41,8 @@ css/pagetools.less = screen
css/content.less = screen
css/plugins.less = screen
css/geshi.less = all
css/print.less = print
@ -63,7 +65,7 @@ __background__ = "#FFF" ; @ini_background
__text_alt__ = "#333" ; @ini_text_alt
__background_alt__ = "#EEE" ; @ini_background_alt
; neutral text and background colors
__text_neu__ = "#666" ; @ini_text_neu
__text_neu__ = "#616161" ; @ini_text_neu
__background_neu__ = "#DDD" ; @ini_background_neu
; border color
__border__ = "#CCC" ; @ini_border
@ -76,7 +78,7 @@ __highlight__ = "#fcffaa" ; @ini_highlight
; default link color
__link__ = "#1F53A8" ; @ini_link
; border color
; separator color
__separator__ = "#666" ; @ini_separator
;--------------------------------------------------------------------------
@ -106,16 +108,18 @@ __focus_color__ = "rgba(255,136,0,.75)" ; @ini_focus_color: focus colour (Acces
__background_site_dark__ = "#0C0C0D" ; @ini_background_site_dark
__background_dark__ = "#232327" ; @ini_background_dark
__background_alt_dark__ = "#39393D" ; @ini_background_alt_dark
__background_neu_dark__ = "#4C4C4E" ; @ini_background_neu_dark
__headlines_dark__ = "#ADADB3" ; @ini_headlines_dark
__text_dark__ = "#CCC" ; @ini_text_dark
__text_alt_dark__ = "#AEAEAE" ; @ini_text_alt_dark
__text_neu_dark__ = "#BDBDBD" ; @ini_text_neu_dark
__link_dark__ = "#76B0FD" ; @ini_link_dark
__existing_dark__ = "#00CA1B" ; @ini_existing_dark
__missing_dark__ = "#FF9233" ; @ini_missing_dark
__inpage_dark__ = "#A7AEA6" ; @ini_inpage_dark
__border_dark__ = "#38383D" ; @ini_border_dark
__blockquote_dark__ = "#3b3b42" ; @ini_blockquote_dark
__highlight_dark__ = "#3c3c36" ; @ini_highlight_dark
;----------------------------------------------- Font families ----