~automne-team/automne/demo-fr

« back to all changes in this revision

Viewing changes to css/demo/print.css

  • Committer: sebastien
  • Date: 2010-06-10 16:02:31 UTC
  • Revision ID: sebastien.pauchet@ws-interactive.fr-20100610160231-mlw00lg9u07bve8j
Tags: v4_0_2
Initial import of Demo FR for Automne 4.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
        margin:                         0;
 
3
        padding:                        0;
 
4
        background-color:       white;
 
5
}
 
6
#header, #footer, #menuLeft, #breadcrumbs, #top, #newssearch, #mediasearch, .newsBottom, .atm-debug, .pages {
 
7
        display:                        none;
 
8
}
 
9
#container, #content, #firstCol, #secondCol, #backgroundBottomContainer, .newsTop, .newsContent {
 
10
        width:                          auto;
 
11
        margin:                         0;
 
12
        padding:                        0;
 
13
}
 
14
#secondCol {
 
15
        float:                          left;
 
16
}
 
17
.mediaContent {
 
18
        display:                        block !important;
 
19
}
 
20
/*for Gecko navigators*/
 
21
.text a:link:after, .text a:visited:after {
 
22
        content:                                " (" attr(href) ") ";
 
23
        font-size:                      90%;
 
24
}