basic less structure, template main doc head changes
This commit is contained in:
parent
9e15017636
commit
ccbb71de8d
18 changed files with 134 additions and 1217 deletions
44
style.ini
44
style.ini
|
@ -7,6 +7,7 @@
|
|||
; Please don't forget to copy the section your changes should be under
|
||||
; (i.e. [stylesheets] or [replacements]) into that file as well.
|
||||
|
||||
|
||||
; Define the stylesheets your template uses here. The second value
|
||||
; defines for which output media the style should be loaded. Currently
|
||||
; print, screen and all are supported.
|
||||
|
@ -14,9 +15,15 @@
|
|||
; be checked for updates when considering a cache rebuild while files
|
||||
; included through LESS' @import statements are not
|
||||
|
||||
|
||||
|
||||
[stylesheets]
|
||||
|
||||
css/basic.css = screen
|
||||
; * * * * * * * * * * * * * * * * * * * * *
|
||||
; DokuWiki Default Template Styles
|
||||
; * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
../dokuwiki/css/_imgdetail.css = screen
|
||||
../dokuwiki/css/_media_popup.css = screen
|
||||
../dokuwiki/css/_media_fullscreen.css = screen
|
||||
|
@ -32,15 +39,40 @@ css/basic.css = screen
|
|||
../dokuwiki/css/_modal.css = screen
|
||||
../dokuwiki/css/_forms.css = screen
|
||||
../dokuwiki/css/_admin.css = screen
|
||||
css/structure.css = screen
|
||||
css/design.css = screen
|
||||
css/content.css = screen
|
||||
css/includes.css = screen
|
||||
|
||||
css/mobile.css = all
|
||||
|
||||
|
||||
; * * * * * * * * * * * * * * * * * * * * *
|
||||
; sprintDoc Template Styles
|
||||
; * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
; responsive behaviour for structure and areas is handled in style modules
|
||||
|
||||
; _____________ basic styles _____________
|
||||
|
||||
css/base.less = all
|
||||
css/base_fonts.less = all
|
||||
css/base_structure.less = all
|
||||
css/base_design.less = all
|
||||
|
||||
|
||||
; _____________ area styles _____________
|
||||
|
||||
css/area_content.less = all
|
||||
css/area_header.less = all
|
||||
css/area_footer.less = all
|
||||
css/area_navigation.less = all
|
||||
|
||||
|
||||
; _____________ plugin styles _____________
|
||||
|
||||
|
||||
; _____________ print styles _____________
|
||||
|
||||
css/print.css = print
|
||||
|
||||
|
||||
|
||||
; This section is used to configure some placeholder values used in
|
||||
; the stylesheets. Changing this file is the simplest method to
|
||||
; give your wiki a new look.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue