repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
mediawiki.special
/
upload.css
blob
de82b9ce24cb0b45b242ec769f3da9a7cb94db58
1
/*!
2
* Styles for Special:Upload
3
*/
4
.mw-destfile-warning
{
5
border
:
1px
solid
#fde29b
;
6
padding
:
0.5em 1em
;
7
margin-bottom
:
1em
;
8
color
:
#705000
;
9
background-color
:
#fdf1d1
;
10
}
11
12
.mw-destfile-warning::after
{
13
content
:
''
;
14
clear
:
both
;
15
display
:
block
;
16
}
17
18
p
.
mw-upload-editlicenses
{
19
font-size
:
90
%;
20
text-align
:
right
;
21
}