Help for this page

Select Code to Download


  1. or download this
    <td class="nodelet_body">
    ...
    ...
    You gained 1 experience point. Didn't see that coming did ya?
    ...
    </td>
    
  2. or download this
    <td class="nodelet_body">
    ...
    ...
    You gained 1 experience point. <span class="quip-xp">Didn't see that c
    +oming did ya?</span>
    ...
    </td>
    
  3. or download this
    span[class^="quip-"] {
        /* wanted properties & values here */
    }
    
  4. or download this
    .quip-xp, .quip-cb {
        /* wanted properties & values here */
    ...
    .quip-mb {
        /* wanted properties & values here */
    }