1+ * {
2+ font-family : Tahoma, Calibri, sans serif !important ;
3+ }
4+ .rtl {
5+ direction : rtl !important ;
6+ }
7+
8+ p , h1 , h2 , h3 , li , ul , span {
9+ direction : rtl !important ;
10+ }
11+
12+ # banner {
13+ left : 0 ;
14+ }
15+
16+ # banner a {
17+ display : block;
18+ width : 190px ;
19+ font-size : 14px ;
20+ font-family : Frutiger, "Frutiger Linotype" , Univers, Calibri, "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad, "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma, Geneva, "Helvetica Neue" , Helvetica, Arial, sans serif;
21+ background-color : # 333 ;
22+ color : # FFF ;
23+ word-spacing : 2px ;
24+ text-decoration : none;
25+ padding : 11px 14px 4px 44px ;
26+ position : relative;
27+ left : -27px ;
28+ top : 128px ;
29+ text-align : left;
30+ -moz-transform-origin : 0 0 ;
31+ -moz-transform : rotate (-45deg );
32+ -moz-box-shadow : 1px 1px 5px 1px # 666 ;
33+ -webkit-transform-origin : 0 0 ;
34+ -webkit-transform : rotate (-45deg );
35+ -webkit-box-shadow : 1px 1px 5px 1px # 666 ;
36+ -ms-transform-origin : 0 0 ;
37+ -ms-transform : rotate (-45deg );
38+ -ms-box-shadow : 1px 1px 5px 1px # 666 ;
39+ transform-origin : 0 0 ;
40+ transform : rotate (-45deg );
41+ box-shadow : 1px 1px 5px 1px # 666 ;
42+ background-image : linear-gradient (bottom, # 000000 3% , # 666666 5% , # 000000 7% , # 000000 93% , # 666666 95% , # 000000 97% );
43+ background-image : -o-linear-gradient (bottom, # 000000 3% , # 666666 5% , # 000000 7% , # 000000 93% , # 666666 95% , # 000000 97% );
44+ background-image : -moz-linear-gradient (bottom, # 000000 3% , # 666666 5% , # 000000 7% , # 000000 93% , # 666666 95% , # 000000 97% );
45+ background-image : -webkit-linear-gradient (bottom, # 000000 3% , # 666666 5% , # 000000 7% , # 000000 93% , # 666666 95% , # 000000 97% );
46+ background-image : -ms-linear-gradient (bottom, # 000000 3% , # 666666 5% , # 000000 7% , # 000000 93% , # 666666 95% , # 000000 97% );
47+ background-image : -webkit-gradient (linear, left bottom, left top, color-stop (0.03 , # 000000 ), color-stop (0.05 , # 666666 ), color-stop (0.07 , # 000000 ), color-stop (0.93 , # 000000 ), color-stop (0.95 , # 666666 ), color-stop (0.97 , # 000000 ));
48+ }
0 commit comments