1
2.page {
3    clear: both;
4    background: #fff;
5    color: inherit;
6    padding: 1.556em 2em 2em;
7    overflow: hidden;
8    word-wrap: break-word;
9}
10
11#dokuwiki__pagetools ul li a.edit::before {
12    margin-top: -90px;
13}
14#dokuwiki__pagetools:hover ul li a::before, #dokuwiki__pagetools ul li a:focus::before {
15    content: none;
16}
17#dokuwiki__pagetools ul li a::before {
18    content: url(../dokuwiki/images/pagetools-sprite.png?v=2);
19    display: inline-block;
20    font-size: 0;
21    line-height: 0;
22}
23
24#dokuwiki__pagetools ul li a.edit:hover, #dokuwiki__pagetools ul li a.edit:active, #dokuwiki__pagetools ul li a.edit:focus {
25    background-position: right -135px;
26}
27#dokuwiki__pagetools ul li a.edit {
28    background-position: right -90px;
29}
30#dokuwiki__pagetools ul li a:hover {
31    background-color: #eee;
32}
33#dokuwiki__pagetools ul li a:hover, #dokuwiki__pagetools ul li a:active, #dokuwiki__pagetools ul li a:focus {
34    text-decoration: none;
35}
36#dokuwiki__pagetools:hover ul li a, #dokuwiki__pagetools ul li a:focus, #dokuwiki__pagetools ul li a:active {
37    width: auto;
38    height: auto;
39    overflow: visible;
40    padding: 5px 40px 5px 5px;
41    background-image: url(../dokuwiki/images/pagetools-sprite.png?v=2);
42}
43#dokuwiki__pagetools ul li a {
44    display: block;
45    min-height: 20px;
46    line-height: 20px;
47    padding: 0;
48    background-position: right 0;
49    background-repeat: no-repeat;
50    border: 1px solid transparent;
51    white-space: nowrap;
52    width: 30px;
53    height: 30px;
54    overflow: hidden;
55    margin-left: auto;
56}
57#dokuwiki__pagetools ul li {
58    list-style: none;
59    font-size: .875em;
60}
61
62a:link:hover, a:visited:hover, a:link:focus, a:visited:focus, a:link:active, a:visited:active {
63    text-decoration: underline;
64}
65a:link, a:visited {
66    text-decoration: none;
67    color: #2b73b7;
68}
69a {
70    outline: none;
71}
72ul {
73    list-style: square outside;
74}
75
76div#qsearch__out { display:none; }
77#dw__search button { display:none; }
78
79.docInfo {
80    font-size: .875em;
81    text-align: right;
82    padding-right:10px;
83}
84
85#masthead .site-title{font-family:Yesteryear}
86body{font-family:Lato}
87h1,h2,h3,h4,h5,h6{font-family:Bitter}
88#masthead .site-description, .hentry .entry-meta{font-family:Open Sans Condensed}
89
90body.custom-background{
91	background-color:#49595e;
92	background-position:left top;
93	background-size:auto;
94	background-repeat:repeat;
95	background-attachment:scroll
96}
97
98
99.label {
100
101    display: table-cell;
102    color: #000;
103    white-space: normal;
104	line-height: normal;
105}
106#config__manager fieldset {
107    width: 100%;
108}
109#config__manager td.label {
110    padding: .8em .8em .6em 1em;
111	font-size:80%;
112}
113
114#config__manager td.label span.outkey {
115    font-size: 100%;
116}
117#config__manager td input.edit {
118    width: 100%;
119}
120
121#config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manager tr select {
122    background-color: #cdf;
123    color: #000;
124}
125
126#dw__toc ul li {
127	font-size: 95%;
128}
129
130h3, .h3 {
131    font-size: 24px;
132}
133
134p{
135	margin:0;
136}
137
138.license{
139color:#FFF;
140}
141
142*::before, *::after {
143
144    -webkit-box-sizing: border-box;
145    box-sizing: border-box;
146
147}
148élément {
149
150}
151* {
152
153    -webkit-box-sizing: border-box;
154    box-sizing: border-box;
155
156}
157ul {
158    list-style: disc outside;
159}
160
161#secondary .widget {
162    padding: 20px;
163}
164
165.fa-gear::before, .fa-cog::before {
166    content: "\f015";
167}
168
169#dokuwiki__content p {
170	margin: 0 0 13px;
171}
172
173#qsearch__out a {
174    color: #2b73b7;
175}
176