mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
add TEXTDIRECTION CSS in default header
This commit is contained in:
40
e107_themes/_blank/rtl.css
Normal file
40
e107_themes/_blank/rtl.css
Normal file
@@ -0,0 +1,40 @@
|
||||
/* Right to Left StyleSheet
|
||||
* Only a few redefinitions are necessary
|
||||
* as this file is loaded after all other CSS files and other definitions
|
||||
*/
|
||||
|
||||
/* Core Formatting */
|
||||
.left {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: left
|
||||
}
|
||||
|
||||
.f-left {
|
||||
float: right
|
||||
}
|
||||
|
||||
.f-right {
|
||||
float: left
|
||||
}
|
||||
|
||||
.clear-r {
|
||||
clear: right
|
||||
}
|
||||
|
||||
.clear-l {
|
||||
clear: left
|
||||
}
|
||||
|
||||
/* RESET CSS *********************************************************************************************/
|
||||
/* Global */
|
||||
*, body {
|
||||
direction: rtl;
|
||||
text-align: right
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: right
|
||||
}
|
Reference in New Issue
Block a user