~yoboy-leguesh/ubuntu-fr-doc/maj20150810a

« back to all changes in this revision

Viewing changes to lib/tpl/dokuwiki/style.ini

  • Committer: YoBoY
  • Date: 2012-10-24 19:05:18 UTC
  • mfrom: (114.1.3 maj-AdoraBelle)
  • Revision ID: yoboy.leguesh@gmail.com-20121024190518-bgtic5m3dt8gnzfn
Mise à jour de Dokuwiki 2012-10-13 "Adora Belle"
Application des patch ubuntu-fr d'optimisation
Ajout des thèmes ubuntu-fr
Ajout des plugins
Mise à jour des plugins box, orphanswanted, pageredirect, tag, cloud, forcepreview, pagelist
Désactivation de la nouvelle option d'envoie de notifications mail en html
Application des derniers patchs correctifs de Dokuwiki.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Please see http://www.php.net/manual/en/function.parse-ini-file.php
 
2
; for limitations of the ini format used here
 
3
 
 
4
; To extend this file or make changes to it, it is recommended to create
 
5
; a style.local.ini file to prevent losing any changes after an upgrade.
 
6
; Please don't forget to copy the section your changes should be under
 
7
; (i.e. [stylesheets] or [replacements]) into that file as well.
 
8
 
 
9
; Define the stylesheets your template uses here. The second value
 
10
; defines for which output media the style should be loaded. Currently
 
11
; print, screen and all are supported.
 
12
 
 
13
[stylesheets]
 
14
 
 
15
css/basic.css             = screen
 
16
css/_imgdetail.css        = screen
 
17
css/_media_popup.css      = screen
 
18
css/_media_fullscreen.css = screen
 
19
css/_fileuploader.css     = screen
 
20
css/_tabs.css             = screen
 
21
css/_links.css            = screen
 
22
css/_toc.css              = screen
 
23
css/_footnotes.css        = screen
 
24
css/_search.css           = screen
 
25
css/_recent.css           = screen
 
26
css/_diff.css             = screen
 
27
css/_edit.css             = screen
 
28
css/_modal.css            = screen
 
29
css/_forms.css            = screen
 
30
css/_admin.css            = screen
 
31
css/structure.css         = screen
 
32
css/design.css            = screen
 
33
css/pagetools.css         = screen
 
34
css/content.css           = screen
 
35
css/includes.css          = screen
 
36
 
 
37
css/mobile.css            = all
 
38
css/print.css             = print
 
39
 
 
40
 
 
41
; This section is used to configure some placeholder values used in
 
42
; the stylesheets. Changing this file is the simplest method to
 
43
; give your wiki a new look.
 
44
 
 
45
[replacements]
 
46
 
 
47
;--------------------------------------------------------------------------
 
48
;------ guaranteed dokuwiki color placeholders that every plugin can use
 
49
 
 
50
; main text and background colors
 
51
__text__            = "#333"
 
52
__background__      = "#fff"
 
53
; alternative text and background colors
 
54
__text_alt__        = "#999"
 
55
__background_alt__  = "#eee"
 
56
; neutral text and background colors
 
57
__text_neu__        = "#666"
 
58
__background_neu__  = "#ddd"
 
59
; border color
 
60
__border__          = "#ccc"
 
61
 
 
62
; highlighted text (e.g. search snippets)
 
63
__highlight__       = "#ff9"
 
64
 
 
65
;--------------------------------------------------------------------------
 
66
 
 
67
__background_site__ = "#fbfaf9"
 
68
 
 
69
; these are used for links
 
70
__link__            = "#2b73b7"
 
71
__existing__        = "#080"
 
72
__missing__         = "#d30"
 
73
 
 
74
; site and sidebar widths
 
75
__site_width__      = "75em"
 
76
__sidebar_width__   = "16em"