@@ -8,8 +8,8 @@ Screen Styles for the Wrap Plugin (additional to all.css)
88********************************************************************/
99
1010.wrap_box {
11- background : __background_alt__ ;
12- color : __text__ ;
11+ background : @ini_background_alt ;
12+ color : @ini_text ;
1313}
1414div .wrap_box ,
1515div .wrap_danger ,
@@ -179,8 +179,8 @@ span.wrap_download { background-image: url(images/note/16/download.png); }
179179/* ____________ spoiler ____________*/
180180
181181.wrap_spoiler {
182- background-color : __background__ !important ;
183- color : __background__ !important ;
182+ background-color : @ini_background !important ;
183+ color : @ini_background !important ;
184184 border : 1px dotted red ;
185185}
186186
@@ -201,15 +201,15 @@ span.wrap_download { background-image: url(images/note/16/download.png); }
201201
202202.wrap_button a :link ,
203203.wrap_button a :visited {
204- background-color : __background_alt__ ;
204+ background-color : @ini_background_alt ;
205205}
206206.wrap_button a :link:hover ,
207207.wrap_button a :visited:hover ,
208208.wrap_button a :link:focus ,
209209.wrap_button a :visited:focus ,
210210.wrap_button a :link:active ,
211211.wrap_button a :visited:active {
212- background-color : __background_neu__ ;
212+ background-color : @ini_background_neu ;
213213}
214214
215215} /* /.dokuwiki */
0 commit comments