Update of /cvsroot/popfile/engine/skins/sleet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27327/skins/sleet
Added Files:
rtl.css
Log Message:
Add beginings of automatic RTL skin support. Needs template conditional code to hide line 7 in normal LTR language cases.
--- NEW FILE: rtl.css ---
/* styles for Right to Left languages */
.shellTopLeft {
background-image: url(topRight.gif);
}
.shellTopRight {
background-image: url(topLeft.gif);
}
.shellLeft {
background-image: url(right.gif);
}
.shellRight {
background-image: url(left.gif);
}
.shellBottomLeft {
background-image: url(bottomRight.gif);
}
.shellBottomRight {
background-image: url(bottomLeft.gif);
}
|