changed style of file slightly to help tell it apart from code
This commit is contained in:
parent
cdfbeeb1d2
commit
e607863509
2 changed files with 8 additions and 4 deletions
|
|
@ -154,6 +154,7 @@ html.popup {
|
||||||
#media__content a.mediafile {
|
#media__content a.mediafile {
|
||||||
margin-right: 1.5em;
|
margin-right: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
[dir=rtl] #media__content a.mediafile {
|
[dir=rtl] #media__content a.mediafile {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
|
||||||
|
|
@ -88,10 +88,6 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for code in <file> */
|
|
||||||
.dokuwiki pre.file {
|
|
||||||
}
|
|
||||||
|
|
||||||
/* filenames for downloadable file and code blocks */
|
/* filenames for downloadable file and code blocks */
|
||||||
.dokuwiki dl.code,
|
.dokuwiki dl.code,
|
||||||
.dokuwiki dl.file {
|
.dokuwiki dl.file {
|
||||||
|
|
@ -121,6 +117,13 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for code in <file> */
|
||||||
|
.dokuwiki pre.file,
|
||||||
|
.dokuwiki dl.file pre,
|
||||||
|
.dokuwiki dl.file dt {
|
||||||
|
border-color: __text_neu__;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*____________ media manager ____________*/
|
/*____________ media manager ____________*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue