Evgeny Polivanov 2 жил өмнө
parent
commit
45f05241c2

+ 3 - 7
css/_diff.css

@@ -30,7 +30,6 @@ body {
 
 /* table header */
 .dokuwiki table.diff th {
-    border-bottom: 1px solid @ini_border;
     font-size: 110%;
     font-weight: normal;
 }
@@ -69,17 +68,17 @@ body {
 .dokuwiki table.diff .diff-addedline {
     background-color: #cfc;
     color: inherit;
-    width: ~"calc(50% - .7em)";
+    width: calc(50% - .7em);
 }
 .dokuwiki table.diff .diff-deletedline {
     background-color: #fdd;
     color: inherit;
-    width: ~"calc(50% - .7em)";
+    width: calc(50% - .7em);
 }
 .dokuwiki table.diff td.diff-context {
     background-color: #eee;
     color: inherit;
-    width: ~"calc(50% - .7em)";
+    width: calc(50% - .7em);
 }
 .dokuwiki table.diff td.diff-addedline strong,
 .dokuwiki table.diff td.diff-deletedline strong {
@@ -113,7 +112,6 @@ body {
 .dokuwiki .diffnav a:hover,
 .dokuwiki .diffnav a:active,
 .dokuwiki .diffnav a:focus {
-    background-color: @ini_background_alt;
     text-decoration: none;
 }
 
@@ -121,9 +119,7 @@ body {
     display: inline-block;
     line-height: 1;
     padding: .2em .4em;
-    border: 1px solid @ini_border;
     border-radius: 2px;
-    color: @ini_text;
 }
 
 .dokuwiki .diffnav a.diffprevrev:before {

+ 0 - 6
css/_edit.css

@@ -17,7 +17,6 @@
 }
 #draft__status {
     float: right;
-    color: @ini_text_alt;
     background-color: inherit;
 }
 [dir=rtl] #draft__status {
@@ -36,8 +35,6 @@
 /* picker popups (outside of .dokuwiki) */
 div.picker {
     width: 300px;
-    border: 1px solid @ini_border;
-    background-color: @ini_background_alt;
     color: inherit;
 }
 /* picker for headlines */
@@ -106,7 +103,6 @@ div.picker button.toolbutton {
 }
 /* change background colour if summary is missing */
 .dokuwiki .editBar .summary input.missing {
-    color: @ini_text;
     background-color: #ffcccc;
 }
 
@@ -114,7 +110,6 @@ div.picker button.toolbutton {
 ********************************************************************/
 
 .dokuwiki div.preview {
-    border: dotted @ini_border;
     border-width: .2em 0;
     padding: 1.4em 0;
     margin-bottom: 1.4em;
@@ -138,6 +133,5 @@ div.picker button.toolbutton {
 .dokuwiki div.section_highlight {
     margin: 0 -1em; /* negative side margin = side padding + side border */
     padding: 0 .5em;
-    border: solid @ini_background_alt;
     border-width: 0 .5em;
 }

+ 0 - 1
css/_footnotes.css

@@ -16,7 +16,6 @@ div.insitu-footnote {
 /*____________ footnotes at the bottom of the page ____________*/
 
 .dokuwiki div.footnotes {
-    border-top: 1px solid @ini_border;
     padding: .5em 0 0 0;
     margin: 1em 0 0 0;
     clear: both;

+ 0 - 1
css/_forms.css

@@ -47,7 +47,6 @@
 .dokuwiki fieldset {
   width: 400px;
   text-align: center;
-  border: 1px solid @ini_border;
   padding: 0.5em;
   margin: auto;
 }

+ 0 - 21
css/_media_fullscreen.css

@@ -49,7 +49,6 @@
 }
 
 #mediamanager__page .panelHeader {
-    background-color: @ini_background_alt;
     margin: 0 10px 10px 0;
     padding: 10px 10px 8px;
     text-align: left;
@@ -87,7 +86,6 @@
     background: transparent url(../../images/resizecol.png) center center no-repeat;
 }
 #mediamanager__page .ui-resizable-e:hover {
-    background-color: @ini_background_alt;
 }
 [dir=rtl] #mediamanager__page .ui-resizable-w {
     width: 6px;
@@ -95,7 +93,6 @@
     background: transparent url(../../images/resizecol.png) center center no-repeat;
 }
 [dir=rtl] #mediamanager__page .ui-resizable-w:hover {
-    background-color: @ini_background_alt;
 }
 
 
@@ -129,10 +126,6 @@
     margin: 0 0 0 .3em;
     border-radius: .5em .5em 0 0;
     font-weight: normal;
-    background-color: @ini_background_alt;
-    color: @ini_text;
-    border: 1px solid @ini_border;
-    border-bottom-color: @ini_background_alt;
     line-height: 1.4em;
     position: relative;
     bottom: -1px;
@@ -144,7 +137,6 @@
     right: 10px;
 }
 #mediamanager__page .namespaces .panelHeader {
-    border-top: 1px solid @ini_border;
     z-index: 1;
 }
 
@@ -192,7 +184,6 @@
     padding: 0;
 }
 #mediamanager__page .panelHeader ul li {
-    color: @ini_text;
     float: left;
     line-height: 1;
     padding-left: 3px;
@@ -240,7 +231,6 @@
     margin: 0;
 }
 #mediamanager__page .filelist .panelContent ul li:hover {
-    background-color: @ini_background_alt;
 }
 
 #mediamanager__page .filelist li dt a {
@@ -257,8 +247,6 @@
     display: inline-block;
     /* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
     margin: 0 6px 10px 0;
-    background-color: @ini_background_neu;
-    color: @ini_text;
     padding: 5px;
     vertical-align: top;
     text-align: center;
@@ -307,13 +295,10 @@
     position: relative;
     max-height: 50px;
     margin: 0 0 3px 0;
-    background-color: @ini_background;
-    color: @ini_text;
     overflow: hidden;
 }
 
 #mediamanager__page .filelist .rows li:nth-child(2n+1) {
-    background-color: @ini_background_neu;
 }
 
 #mediamanager__page .filelist .rows li dt {
@@ -402,11 +387,9 @@
 #mediamanager__page .file dl dt {
     font-weight: bold;
     display: block;
-    background-color: @ini_background_alt;
 }
 #mediamanager__page .file dl dd {
     display: block;
-    background-color: @ini_background_neu;
 }
 
 
@@ -449,7 +432,6 @@
 
 #mediamanager__page form.changes ul li div.li div {
     font-size: 90%;
-    color: @ini_text_neu;
     padding-left: 18px;
 }
 [dir=rtl] #mediamanager__page form.changes ul li div.li div {
@@ -475,7 +457,6 @@
     padding: 0;
     vertical-align: top;
     text-align: left;
-    border-color: @ini_background;
 }
 [dir=rtl] #mediamanager__diff td,
 [dir=rtl] #mediamanager__diff th {
@@ -485,7 +466,6 @@
 
 #mediamanager__diff th {
     font-weight: normal;
-    background-color: @ini_background;
     line-height: 1.2;
 }
 #mediamanager__diff th a {
@@ -497,7 +477,6 @@
 
 #mediamanager__diff dl dd strong{
     background-color: __highlight__;
-    color: @ini_text;
     font-weight: normal;
 }
 

+ 0 - 6
css/_media_popup.css

@@ -20,13 +20,11 @@ html.popup {
     overflow: auto;
     position: absolute;
     left: 0;
-    border-right: 1px solid @ini_border;
 }
 [dir=rtl] #mediamgr__aside {
     left: auto;
     right: 0;
     border-right-width: 0;
-    border-left: 1px solid @ini_border;
 }
 #mediamgr__aside .pad {
     padding: .5em;
@@ -52,7 +50,6 @@ html.popup {
     font-size: 1.5em;
     margin-bottom: .5em;
     padding-bottom: .2em;
-    border-bottom: 1px solid @ini_border;
 }
 
 /* left side
@@ -141,13 +138,11 @@ html.popup {
     padding: .5em;
 }
 #media__content .odd {
-    background-color: @ini_background_alt;
 }
 #media__content .even {
 }
 /* highlight newly uploaded or edited file */
 #media__content #scroll__here {
-    border: 1px dashed @ini_border;
 }
 
 /* link which inserts media file */
@@ -168,7 +163,6 @@ html.popup {
 
 /* info how to insert media, if JS disabled */
 #media__content div.example {
-    color: @ini_text_neu;
     margin-left: 1em;
 }
 

+ 0 - 5
css/_modal.css

@@ -18,11 +18,9 @@
 }
 
 #link__wiz_result {
-    background-color: @ini_background;
     width:  293px;
     height: 193px;
     overflow: auto;
-    border: 1px solid @ini_border;
     margin: 3px auto;
     text-align: left;
     line-height: 1;
@@ -57,16 +55,13 @@
 }
 
 #link__wiz_result div.even {
-    background-color: @ini_background_neu;
 }
 
 #link__wiz_result div.selected {
-    background-color: @ini_background_alt;
 }
 
 #link__wiz_result span {
     display: block;
-    color: @ini_text_neu;
     margin-left: 22px;
 }
 

+ 0 - 7
css/_tabs.css

@@ -17,7 +17,6 @@
     width: 100%;
     bottom: 0;
     left: 0;
-    border-bottom: 1px solid @ini_border;
 }
 
 .dokuwiki .tabs > ul li,
@@ -38,9 +37,6 @@
     display: inline-block;
     padding: .3em .8em;
     margin: 0 0 0 .3em;
-    background-color: @ini_background_neu;
-    color: @ini_text;
-    border: 1px solid @ini_border;
     border-radius: .5em .5em 0 0;
     position: relative;
     z-index: 0;
@@ -68,8 +64,6 @@
 .dokuwiki ul.tabs li a:focus,
 .dokuwiki ul.tabs li.active a,
 .dokuwiki ul.tabs li strong {
-    background-color: @ini_background_alt;
-    color: @ini_text;
     text-decoration: none;
     font-weight: normal;
 }
@@ -80,5 +74,4 @@
 .dokuwiki ul.tabs li.active a,
 .dokuwiki ul.tabs li strong {
     z-index: 2;
-    border-bottom-color: @ini_background_alt;
 }

+ 0 - 1
css/_toc.css

@@ -11,7 +11,6 @@
     float: right;
     margin: 0 0 1.4em 1.4em;
     width: 12em;
-    background-color: @ini_background_alt;
     color: inherit;
 }
 [dir=rtl] #dw__toc {