[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/canvas/style/ -> tabs.css (source)

   1  .tabtree ul {
   2      text-align: center;
   3  }
   4  
   5  .tabtree .tabrow0 {
   6      width: 100%;
   7      margin: 1em 0px;
   8  }
   9  
  10  .tabtree .tabrow0 li {
  11      margin-right: -4px;
  12  }
  13  
  14  .tabtree .tabrow0 li.here {
  15      font-weight: bold;
  16  }
  17  
  18  .tabtree .tabrow0 li.here a {
  19      position: relative;
  20      z-index: 102;
  21  }
  22  
  23  .tabtree .tabrow0 li a {
  24      background: #f7f7f7;
  25      padding: 8px 10px 5px;
  26      border-width: 2px 2px 0;
  27      border-style: solid;
  28      border-color: #ddd;
  29      margin: 0 2px;
  30  }
  31  
  32  .tabtree .tabrow0 .here a {
  33      background: #fff;
  34  }
  35  
  36  .tabtree .tabrow0 li a:hover {
  37      background: #fff;
  38  }
  39  
  40  .tabtree .tabrow0 ul,
  41  .tabtree .tabrow0 div {
  42      font-weight: normal;
  43      border-top: 2px solid #ddd;
  44      padding: 0.25em 0px;
  45      margin: 0px;
  46  }
  47  
  48  .tabtree .tabrow0 li.here .empty {
  49      display: block;
  50      height: 1px;
  51      overflow: hidden;
  52      padding: 0px;
  53      position: absolute;
  54      width: 100%;
  55      bottom: -4px;
  56  }
  57  
  58  .tabtree .tabrow0 .tabrow1 {
  59      padding: 5px 0 2px;
  60      margin-top: 1px;
  61  }
  62  
  63  .tabtree .tabrow1 li a,
  64  .tabtree .tabrow1 li a:hover,
  65  .tabtree .tabrow1 li a span,
  66  .tabtree .tabrow1 li a:hover span {
  67      padding: 0 10px;
  68      border: none;
  69  }
  70  
  71  .tabtree a.nolink,
  72  .tabtree .here ul a.nolink,
  73  .tabtree a.nolink:hover,
  74  .tabtree .here ul a.nolink:hover {
  75      color: #888;
  76      text-decoration: none;
  77  }
  78  
  79  .tabtree .here a.nolink,
  80  .tabtree .here ul .here a.nolink,
  81  .tabtree .here a.nolink:hover,
  82  .tabtree .here ul .here a.nolink:hover {
  83      color: black;
  84      text-decoration: none;
  85  }
  86  
  87  .ie7 .tabtree .tabrow0 li {
  88      margin-left: 0;
  89  }
  90  
  91  .ie7 .tabtree .tabrow0 li.first {
  92      margin-right: -4px;
  93  }
  94  
  95  .ie7 .tabtree .tabrow0 li.onerow {
  96      margin-right: 0;
  97  }
  98  
  99  .ie7 .tabtree .tabrow0 a {
 100      display: inline-block;
 101      padding: 8px 0 0.35em 13px;
 102      line-height: 1.5em;
 103  }
 104  
 105  .ie7 .tabtree .tabrow0 a span {
 106      padding: 10px 1em 10px 0;
 107  }
 108  
 109  .ie7 .tabtree .tabrow0 div {
 110      top: 2.6em;
 111      padding: 0.2em 0;
 112  }
 113  
 114  .ie7 .tabtree .tabrow0 div.empty {
 115      margin-right: 0;
 116  }
 117  
 118  .ie7.mod-quiz div.tabtree a span img.iconsmall {
 119      margin: 0;
 120      vertical-align: baseline;
 121      position: relative;
 122      top: 2px;
 123  }
 124  
 125  .ie6 .tabtree {
 126      height: 100%;
 127  }
 128  
 129  .ie6 .tabtree .tabrow0 {
 130      padding-top: 10px;
 131  }
 132  
 133  .ie6 .tabtree .tabrow0 li {
 134      margin-left: 0;
 135  }
 136  
 137  .ie6 .tabtree .tabrow0 li.first {
 138      margin-left: -4px;
 139      margin-right: -4px;
 140  }
 141  
 142  .ie6 .tabtree .tabrow0 li.last a {
 143      margin-right: 0;
 144  }
 145  
 146  .ie6 .tabtree .tabrow0 li.onerow {
 147      margin-right: 0;
 148  }
 149  
 150  .ie6 .tabtree .tabrow0 a {
 151      padding: 0 0 0 13px;
 152  }
 153  
 154  .ie6 .tabtree .tabrow0 a span {
 155      padding: 12px 1em 4px 0;
 156  }
 157  
 158  .ie6 .tabtree .tabrow0 div {
 159      top: 3.5em;
 160      padding: 0.2em 0;
 161  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1