Projet

Général

Profil

Paste
Télécharger (873 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / simplepie / demo / for_the_demo / sIFR-print.css @ 41cc1b08

1
/*=:project
2
    scalable Inman Flash Replacement (sIFR) version 3.
3

4
  =:file
5
    Copyright: 2006 Mark Wubben.
6
    Author: Mark Wubben, <http://novemberborn.net/>
7

8
  =:history
9
    * IFR: Shaun Inman
10
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
11
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben
12

13
  =:license
14
    This software is licensed and provided under the CC-GNU LGPL.
15
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
16
*/
17

    
18

    
19
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
20

    
21
.sIFR-flash {
22
        display: none !important;
23
        height: 0;
24
        width: 0;
25
        position: absolute;
26
        overflow: hidden;
27
}
28

    
29
.sIFR-alternate {
30
        visibility: visible !important;
31
        display: block !important;
32
        position: static !important;
33
        left: auto !important;
34
        top: auto !important;
35
}