[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/pushbutton/ -> style-rtl.css (source)

   1  
   2  body {
   3    direction: rtl;
   4  }
   5  
   6  blockquote {
   7    border-right: 4px solid #69c;
   8    border-left: none;
   9    margin: 25px 50px 25px 100px;
  10    text-align: right;
  11  }
  12  
  13  #primary-menu tr {
  14    background: transparent url(header-a.jpg) right bottom repeat;
  15  }
  16  
  17  td#home {
  18    background: transparent url(logo-background-rtl.jpg) right top repeat;
  19  }
  20  
  21  td#home a:link img, td#home a:visited img {
  22    background: transparent url(logo-active-rtl.jpg) repeat;
  23  }
  24  
  25  td#home a:hover img {
  26    background: transparent url(logo-hover-rtl.jpg) repeat;
  27  }
  28  
  29  #primary-menu .primary-links {
  30    background: transparent url(header-b-rtl.jpg) right top no-repeat;
  31  }
  32  
  33  ul.links li {
  34    border-right: 1px solid #ff8c00;
  35    border-left: none;
  36  }
  37  
  38  #navlist li {
  39    border-right: 1px solid #369;
  40    border-left: none;
  41  }
  42  
  43  #subnavlist li, ul.primary-links li, ul.secondary-links li {
  44    border-right: 1px solid #fff;
  45    border-left: none;
  46  }
  47  
  48  .tabs ul.primary {
  49    padding: 0 10px 3px 0;
  50    height: 1.2em; /* FF hack, see float below */
  51    line-height: 1em; /* FF hack, see float below */
  52  }
  53  /* @begin FF hacks, copied from Wikipedia's RTL tabs implementation */
  54  .tabs ul { clear:right;}
  55  .tabs li {padding: 0 0 0 10px; float: right;}
  56  /* @end FF hacks */
  57  
  58  .tabs ul.primary li a {
  59    background: #fff url(tabs-off-rtl.png) right top no-repeat;
  60    border-style: none none none solid;
  61    margin-left: 10px;
  62    margin-right: 0;
  63  }
  64  .tabs ul.primary li.active a {
  65    background: #369 url(tabs-on-rtl.png) right top no-repeat;
  66    border-right: none;
  67    border-left: 2px solid #369;
  68  }
  69  
  70  .tabs ul.primary li a:hover {
  71    background-color:#FFFAF0;
  72    color:#FF4500;
  73  }
  74  
  75  .tabs ul.secondary {
  76    padding: 10px 0 60px 0;
  77    line-height: 220%;
  78  }
  79  
  80  .tabs ul.secondary li {
  81    padding: 0 10px 0 0;
  82    border-left: none;
  83  }
  84  
  85  .tabs ul.secondary li a {
  86    background: #fff url(tabs-option-off-rtl.png) right center no-repeat;
  87    padding: 10px 25px 10px 0;
  88  }
  89  
  90  .tabs ul.secondary li a.active {
  91    background: #fff url(tabs-option-on.png) right center no-repeat;
  92  }
  93  
  94  .tabs ul.secondary li a:hover {
  95    background: #fff url(tabs-option-hover-rtl.png) right center no-repeat;
  96  }
  97  
  98  #menu {
  99    text-align: left;
 100  }
 101  
 102  .node .content {
 103    text-align: right;
 104  }
 105  
 106  .comment .content {
 107    text-align: right;
 108  }
 109  
 110  .block .title h3 {
 111    padding: 10px 30px 10px 5px;
 112    background: transparent url(icon-block-rtl.png) right center no-repeat;
 113  }
 114  
 115  .node .picture {
 116    float: left;
 117  }
 118  
 119  .comment .title {
 120    padding: 10px 19px 12px 0;
 121    background: transparent url(icon-comment-rtl.png) right center no-repeat;
 122  }
 123  
 124  .comment .new {
 125    margin-right: 2px;
 126    margin-left: 0;
 127  }
 128  
 129  .comment .picture {
 130    float: left;
 131  }
 132  
 133  .nav .links .next a:link {
 134    padding: 17px 0 17px 17px;
 135    background: transparent url(arrow-next-rtl.png) left center no-repeat;
 136  }
 137  .nav .links .next a:visited {
 138    padding: 17px 0 17px 17px;
 139    background: transparent url(arrow-next-visited-rtl.png) left center no-repeat;
 140  }
 141  .nav .links .next a:hover {
 142    padding: 17px 0 17px 17px;
 143    background: transparent url(arrow-next-hover-rtl.png) left center no-repeat;
 144  }
 145  .nav .links .prev a:link {
 146    padding: 17px 17px 17px 0;
 147    background: transparent url(arrow-prev-rtl.png) right center no-repeat;
 148  }
 149  .nav .links .prev a:visited {
 150    padding: 17px 17px 17px 0;
 151    background: transparent url(arrow-prev-visited-rtl.png) right center no-repeat;
 152  }
 153  .nav .links .prev a:hover {
 154    padding: 17px 17px 17px 0;
 155    background: transparent url(arrow-prev-hover-rtl.png) right center no-repeat;
 156  }
 157  
 158  #tracker th {
 159    border-right: 1px solid #fafafa;
 160    border-left: 1px solid #ddd ;
 161  }
 162  
 163  #tracker th img {
 164    float: left;
 165  }
 166  
 167  #tracker td {
 168    padding: 1em 0 1em 1em;
 169  }
 170  
 171  #forum td.container {
 172    background: #369 url(forum-container-rtl.jpg) left top no-repeat;
 173  }
 174  
 175  #forum td.container a {
 176    padding: 20px 35px 20px 0;
 177    background: transparent url(forum-link-rtl.png) right center no-repeat;
 178  }
 179  
 180  /* IE hack */
 181  div, div.name a, .tabs ul li, .tabs ul li a{zoom:1}
 182  .tabs ul.primary li a, .tabs ul.primary li.active a, .tabs ul.secondary li, .tabs ul.secondary li, div.tabs a.active {zoom:1}
 183  .tabs ul.primary li.active a{zoom:1}


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7