Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special / version.less
blobde8278725869f62a37d6a9a870efb5e298d2e155
1 /*!
2  * Styling for Special:Version
3  */
4 .mw-version-ext-name,
5 .mw-version-library-name {
6         font-weight: bold;
9 .mw-version-ext-vcs-timestamp {
10         display: block;
13 .mw-body-content thead {
14         font-size: 0.9em;
17 .mw-version-credits {
18         column-width: 18em;
19         -moz-column-width: 18em;
20         -webkit-column-width: 18em;
23 .mw-version-credits ul {
24         margin-top: 0;
25         margin-bottom: 0;
28 .mw-version-license-info strong {
29         font-weight: normal;
32 .mw-version-license-info em {
33         font-style: normal;
36 .mw-installed-software {
37         width: 100%;
38         table-layout: fixed;
39         word-break: break-word;
41         td,
42         th {
43                 vertical-align: top;
44         }
46         th:nth-child( 1 ) {
47                 /* Name */
48                 width: 13em;
49         }
51         th:nth-child( 2 ) {
52                 /* Version */
53                 width: 13em;
54         }
56         th:nth-child( 3 ) {
57                 /* License */
58                 width: 6em;
59         }
61         th:nth-child( 4 ) {
62                 /* Description */
63                 width: 50%;
64         }
66         th:nth-child( 5 ) {
67                 /* Authors */
68                 width: 50%;
69         }