/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/header.css

  • Committer: Erik Wikström
  • Date: 2013-04-09 09:09:31 UTC
  • mfrom: (21 lenasys)
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409090931-9jcs9kzg8et0912g
Remerged! Changed password hashes to VARCHAR(32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body{
2
 
        margin:0;
3
 
        padding:0;
4
 
        overflow-x:hidden;
5
 
}
6
 
 
7
 
/* Header styling */
8
 
#header{
9
 
        position:fixed;
10
 
        margin:0;
11
 
        padding:0;
12
 
        float:left;
13
 
        width:100%;
14
 
        height:50px;
15
 
        border:1px solid #111111;
16
 
        background-color: #333333;
17
 
        -webkit-box-shadow: 0 0 8px #D0D0D0;
18
 
}
19
 
 
20
 
/* Container for logo */
21
 
#logoContainer {
22
 
        margin-top:0px;
23
 
        margin-left:8em;
24
 
        margin-right:2em;
25
 
        height:50px;
26
 
}
27
 
 
28
 
/* Logo picture and link */
29
 
.logo{
30
 
        display:block;
31
 
        position: absolute;
32
 
        width: 162px;
33
 
        height: 51px;
34
 
        background-image: url(../img/logo.png);
35
 
        background-repeat:no-repeat;
36
 
        text-indent: -99999px; 
37
 
}
38
 
 
39
 
/* Course title */
40
 
span.title{
41
 
        line-height:200%;
42
 
        margin-top:2em;
43
 
        margin-left:7em;
44
 
        color:white;
45
 
        font-size:2em;
46
 
        text-shadow: 0.5px 0.5px #ddd;
47
 
}
 
 
b'\\ No newline at end of file'