; Hacker theme stylesheet manifest for DokuWiki ; Placeholders keep compatibility with the Styling plugin and extensions. [stylesheets] ; Main theme (green-on-black terminal style) css/hacker.css = screen ; DokuWiki styles for editor, diff, admin, media, etc. ../dokuwiki/css/_imgdetail.css = screen ../dokuwiki/css/_media_popup.css = screen ../dokuwiki/css/_media_fullscreen.css = screen ../dokuwiki/css/_fileuploader.css = screen ../dokuwiki/css/_tabs.css = screen ../dokuwiki/css/_links.css = screen ../dokuwiki/css/_toc.css = screen ../dokuwiki/css/_footnotes.css = screen ../dokuwiki/css/_search.less = screen ../dokuwiki/css/_recent.css = screen ../dokuwiki/css/_diff.css = screen ../dokuwiki/css/_edit.css = screen ../dokuwiki/css/_modal.css = screen ../dokuwiki/css/_forms.css = screen ../dokuwiki/css/_admin.less = screen ; load the rest of the styles css/structure.css = screen css/design.css = screen css/content.css = screen css/includes.css = screen css/mobile.css = all css/print.css = print [replacements] ; Guaranteed placeholders (plugin compatibility) ; Main text color __text__ = "#00ff00" ; @ini_text ; Main background color __background__ = "#000000" ; @ini_background ; Alternative text color __text_alt__ = "#00cc00" ; @ini_text_alt ; Alternative background color __background_alt__ = "#001100" ; @ini_background_alt ; Neutral text color __text_neu__ = "#009900" ; @ini_text_neu ; Neutral background color __background_neu__ = "#003300" ; @ini_background_neu ; Border color __border__ = "#00ff00" ; @ini_border ; Highlight color (for search results mainly) __highlight__ = "#003300" ; @ini_highlight ; The general link color __link__ = "#00ff00" ; @ini_link ; The color for links to existing pages __existing__ = "#00ff00" ; @ini_existing ; The color for links to non-existing pages __missing__ = "#ff3333" ; @ini_missing ; Theme color of the web app __theme_color__ = "#000000" ; @ini_theme_color ; Site and sidebar widths __sidebar_width__ = "16em" ; @ini_sidebar_width