File: kde-localised.css

package info (click to toggle)
kdoctools 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,924 kB
  • sloc: xml: 5,732; cpp: 901; makefile: 3; sh: 1
file content (39 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
    KDE CSS for ar HTML documentation (all media types).
    SPDX-FileCopyrightText: 2023 Zayed Al-Saidi <zayed.alsaidi@gmail.com>

    SPDX-License-Identifier: GPL-2.0-or-later

 */

/*
   These settings will override kde-default.css.

   Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/
*/

body{
    direction:rtl;
    text-align:right;
}
.userinput{  
    padding-right:3px;
    padding-left:3px;
}
.author{
    direction:ltr;
    text-align:left;
}
.copyright { 
    direction:ltr;
    text-align:left;
}
.othercredit {
    direction:ltr;
    text-align:left;
     
}
.legalnotice{
    direction:ltr;  
    text-align:left;
}