Home | History | Annotate | Download | only in css
      1 a img {
      2   border:0;
      3 }
      4 h2.name {
      5   margin: 0 !important;
      6   padding: 0 !important;
      7   background: #fff !important;
      8   border: 0 !important;
      9   font-size: 17px;
     10 }
     11 h2.name a {
     12   text-decoration: none;
     13   color: #000 !important;
     14 }
     15 h2.name a:hover {
     16   text-decoration: underline;
     17 }
     18 code a {
     19   color: #007000 !important;
     20   text-decoration: none;
     21 }
     22 code a:hover {
     23   text-decoration: underline;
     24 }
     25 .apicalls {
     26   margin: 10px 0 0 0;
     27 }
     28 .apicalls li {
     29   margin: 0 0 0 20px;
     30   padding: 0;
     31 }
     32 .apicalls ul {
     33   margin: 5px 0 0 10px;
     34   padding: 0;
     35 }
     36 .sourcefiles code a {
     37   color: #0000cc !important;
     38 }
     39 .sourcefiles code a {
     40   color: #8e0000 !important;
     41 }
     42 .apicalls, .sourcefiles {
     43   margin: 5px 0;
     44   padding: 0;
     45 }
     46 p {
     47   margin: 10px 0;
     48 }
     49 .features {
     50   font-size: 11px;
     51   margin: 0 0 10px 0;
     52   padding: 0;
     53 }
     54 .sample {
     55   padding: 20px 0 15px 74px;
     56   margin: 0;
     57   border-bottom: 1px solid #ddd;
     58   min-height: 74px;
     59   position: relative;
     60 }
     61 .selected {
     62   color: #000 !important;
     63   text-decoration: none !important;
     64   cursor: text !important;
     65   font-weight: bold !important;
     66 }
     67 img.icon {
     68   position: absolute;
     69   width: 64px;
     70   height: 64px;
     71   left: 0;
     72   top: 10px;
     73 }
     74 #controls {
     75   margin: 10px 0;
     76   background: #eee;
     77   padding: 10px;
     78   -moz-border-radius: 10px;
     79   border-radius: 10px;
     80 }
     81 .controlbox {
     82   padding-left: 12em;
     83   position: relative;
     84 }
     85 .controlbox strong {
     86   position: absolute;
     87   left: -10px;
     88   top: 2px;
     89   text-align: right;
     90   width: 12em;
     91 }
     92 .controlbox input {
     93   width: 30em;
     94   margin-bottom: 4px;
     95 }
     96 #noresults {
     97   text-align: center;
     98   padding: 50px 0;
     99   font-size: 17px;
    100   font-weight: bold;
    101 }
    102