Warning, /frameworks/kdoctools/common/ar/kde-localised.css is written in an unsupported language. File is not indexed.

0001 /*
0002     KDE CSS for ar HTML documentation (all media types).
0003     SPDX-FileCopyrightText: 2023 Zayed Al-Saidi <zayed.alsaidi@gmail.com>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 
0007  */
0008 
0009 /*
0010    These settings will override kde-default.css.
0011 
0012    Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/
0013 */
0014 
0015 body{
0016     direction:rtl;
0017     text-align:right;
0018 }
0019 .userinput{  
0020     padding-right:3px;
0021     padding-left:3px;
0022 }
0023 .author{
0024     direction:ltr;
0025     text-align:left;
0026 }
0027 .copyright { 
0028     direction:ltr;
0029     text-align:left;
0030 }
0031 .othercredit {
0032     direction:ltr;
0033     text-align:left;
0034      
0035 }
0036 .legalnotice{
0037     direction:ltr;  
0038     text-align:left;
0039 }