~ce-hyperscale/charms/precise/wordpress/arm64-trusty

« back to all changes in this revision

Viewing changes to files/wordpress/natty/css/style.css

  • Committer: Marco Ceppi
  • Date: 2012-07-11 20:45:43 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: marco@ceppi.net-20120711204543-t44tb77atidxflll
Removed all OMG! Ubuntu specific stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@import url(http://fonts.googleapis.com/css?family=Lato:light,regular,bold);
2
 
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
3
 
@import url(http://fonts.googleapis.com/css?family=Ubuntu:regular,bold);
4
 
@import url(network.css);
5
 
@import url(header.css);
6
 
@import url(body.css);
7
 
@import url(footer.css);
8
 
 
9
 
body, html
10
 
{
11
 
        margin: 10px 0px;
12
 
        padding: 0px;
13
 
        background: #f7f6f5;
14
 
        font-family: "Ubuntu", "Calibri", "Verdana", "Sans-serif";
15
 
}
16
 
 
17
 
body * {
18
 
        color: #404448;
19
 
}
20
 
 
21
 
#masthead, #body, #network, #footer
22
 
{
23
 
        width: 940px;
24
 
        margin: 0 auto;
25
 
}