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

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-03 08:13:05 UTC
  • mfrom: (8.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130403081305-l2n3uwmrvjuzrzyt
Merged the new structure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* CSS Document */
2
 
 
3
 
html, body, ol, li, table, td, th, tr {margin:0;padding:0;}
4
 
 
5
 
html {font-size:125%;}
6
 
 
7
 
body{
8
 
    font-size:50%;
9
 
    background-color:#BEC3C6;
10
 
}
11
 
 
12
 
p, a, h1, h2, h3, h4, h5, table, td, th, label, caption{
13
 
    font-family:Helvetica, Arial, sans-serif;
14
 
}
15
 
 
16
 
h1{
17
 
    font-size:3.4em;
18
 
}
19
 
 
20
 
h2{
21
 
    font-size:2.1em;
22
 
    clear:both;
23
 
}
24
 
 
25
 
p, a{
26
 
    font-size:1.4em;
27
 
}
28
 
 
29
 
th, td, caption{
30
 
    font-size:1.0em;
31
 
}
32
 
 
33
 
p a{
34
 
    font-size:14px;
35
 
}
36
 
 
37
 
a {outline: none;}
38
 
 
39
 
table{
40
 
    border-collapse:collapse;
41
 
    border-spacing: 0px;
42
 
    clear:both;
43
 
}
44
 
 
45
 
fieldset{
46
 
    border:1px solid #CCCCCC;
47
 
    background-color:#F3F3F3;
48
 
    margin:10px 0;
49
 
    padding: 15px 10px;
50
 
}
51
 
 
52
 
textarea {
53
 
    resize: none;
54
 
55
 
 
56
 
form{
57
 
    padding:0;
58
 
}
59
 
 
60
 
form h3{
61
 
    padding:0;
62
 
    margin:0;
63
 
    text-align: center;
64
 
    color: #fff;
65
 
    background-color:#000;
66
 
    font-size:1.6em;
67
 
    font-weight:normal;
68
 
}