/booka/trunk

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

« back to all changes in this revision

Viewing changes to css/main.css

  • Committer: Gustav Hartvigsson
  • Date: 2009-12-04 16:51:06 UTC
  • Revision ID: gego@quad-20091204165106-wumf1gzbskkuai0g
merging Neo to trunk. freezing neo branshs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.menu{
 
2
        border-width:5px;
 
3
        background-color:lightgray;
 
4
        width:25em;
 
5
        /*height:25em;*/
 
6
        -moz-border-radius: 5px;
 
7
        -webkit-border-radius: 5px;
 
8
        border: 2px solid #000;
 
9
        padding: 1em;
 
10
        margin:1em;
 
11
}
 
12
 
 
13
.menu2{
 
14
        border-width:5px;
 
15
        background-color:lightgray;
 
16
        width:50em;
 
17
        -moz-border-radius: 5px;
 
18
        -webkit-border-radius: 5px;
 
19
        border: 2px solid #000;
 
20
        padding: 1em;
 
21
        margin:1em;
 
22
}
 
23
 
 
24
.lefta{
 
25
 
 
26
        top:1em;
 
27
        width:45%;
 
28
        text-align:right;
 
29
        left:1em;
 
30
        position:relative;
 
31
        
 
32
}
 
33
 
 
34
.righta{
 
35
        width:20em;
 
36
        top:-3.7em;
 
37
        text-align:right;
 
38
        left:55%;
 
39
        padding-right:5em;
 
40
        position:relative;
 
41
}
 
42
 
 
43
.add{
 
44
        
 
45
        top:-3.7em;
 
46
        position:relative;
 
47
}
 
48
 
 
49
form{
 
50
        
 
51
        text-align: center;
 
52
        
 
53
}
 
54
 
 
55
table {
 
56
        background-color:#FFF;
 
57
        width:100%;
 
58
        border-collapse:collapse;
 
59
        border-color:gray;
 
60
}
 
61
 
 
62
td {
 
63
        border:2px solid gray;
 
64
        text-align: center;
 
65
}
 
66