/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
9.5.1 by galaxyAbstractor
Moved shared js, css and php, updated all paths in DuggaSys.
1
/* CSS Document */
2
3
body{
4
    background-image: url('../images/ufo.png');
5
    background-repeat: no-repeat;
6
    background-position: center;
7
}
8
9
h2{
10
    margin: 0 0 5px;
11
    padding: 0 0 3px;
12
    border-bottom:1px solid #999;
13
}
14
15
h3{
16
    color:red;
17
    text-align: center;
18
}
19
20
form{
21
    overflow:auto;
22
    width:230px;
23
    margin: 200px auto 10px;
24
    border:1px solid #999;
25
    border:1px solid #000;
26
    background:#CCC;
27
    background:#DDDDEE;
28
    box-shadow: -60px -60px 140px #eee, 80px -80px 110px #ededed, 60px 60px 120px #ececec, -60px 60px 100px #ececec;	
29
}
30
31
label{
32
    display:block;
33
    margin: 3px 0;
34
    margin:10px;
35
    /*padding:10px 0;*/
36
}
37
38
input[type="text"], input[type="password"]{
39
    width:200px;
40
    margin:0 10px;
41
}
42
43
input[type="submit"]{
44
    margin: 10px auto;
45
    width: 70px;
46
    display: block;
47
    border-radius: 5px;
48
}
49
50
/*
51
input[type="submit"]{
52
	display:block;
53
	float:left;
54
	margin:10px auto 0;
55
}*/
56