/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/examplesBody.css

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-03 11:52:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130403115256-sz6zermzoom4lifc
Ignored .DS_Store files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        font: 13px Helvetica;
3
 
        text-shadow: 0.3px 0.3px #ddd;
4
 
        color: #4F5155;
5
 
        height:1500px;
6
 
}
7
 
 
8
 
h1{
9
 
        font-size: 18px;
10
 
        line-height:200%;
11
 
        color: #fff;
12
 
        margin:0;
13
 
        margin-left:10px;
14
 
}
15
 
 
16
 
h3{
17
 
        font-size:16px;
18
 
        color:#333;
19
 
        margin-top:3px;
20
 
        margin-bottom:3px;
21
 
        margin-left:0px;
22
 
        margin-right:0px;
23
 
}
24
 
 
25
 
p{
26
 
        margin:0;
27
 
        font-size:16px;
28
 
}
29
 
 
30
 
a:link{
31
 
        color:#4F5155;
32
 
        text-decoration:none;
33
 
}
34
 
 
35
 
a:visited{
36
 
        color:#4F5155;
37
 
        text-decoration:none;
38
 
}
39
 
 
40
 
a:hover{
41
 
        color:#000;
42
 
}
43
 
 
44
 
/*      The box where all stuff in in body is generated in.*/
45
 
#bodyContainer{
46
 
        float:left;
47
 
        margin-left:5em;
48
 
        margin-top:5em;
49
 
        width:70%;
50
 
}
51
 
 
52
 
/*      pinkBanner is a class for a div which contains the style settings for a header that contains h1 */
53
 
.pinkBanner{
54
 
        margin-bottom: 8px; 
55
 
        width:100%; 
56
 
        background-color:#ae2771; 
57
 
        border:1px solid #9b195c; 
58
 
}
59
 
 
60
 
/*      blueBanner is a class for a div which contains the style settings for a header that contains h1 */
61
 
.blueBanner{
62
 
        margin-bottom: 8px;
63
 
        margin-top: 8px;
64
 
        width:100%; 
65
 
        background-color:#0a68ad; 
66
 
        border:1px solid #074877; 
67
 
}
 
 
b'\\ No newline at end of file'