/lenasys/0.1

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

« back to all changes in this revision

Viewing changes to trunk/DuggaSys/quizAjax/css/base.css

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-02 13:00:31 UTC
  • mfrom: (4.7.8 GammaBear)
  • Revision ID: gustav.hartvigsson@gmail.com-20130402130031-442y89s0cfzmw3r2
Merged stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
html {font-size:125%;}
6
6
 
7
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;
 
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
        ont-size:14px;
35
35
}
36
36
 
37
37
a {outline: none;}
38
38
 
39
 
table{
40
 
    border-collapse:collapse;
41
 
    border-spacing: 0px;
42
 
    clear:both;
 
39
table {
 
40
        border-collapse:collapse;
 
41
        border-spacing: 0px;
 
42
        clear:both;
43
43
}
44
44
 
45
 
fieldset{
46
 
    border:1px solid #CCCCCC;
47
 
    background-color:#F3F3F3;
48
 
    margin:10px 0;
49
 
    padding: 15px 10px;
 
45
fieldset {
 
46
        border:1px solid #CCCCCC;
 
47
        background-color:#F3F3F3;
 
48
        margin:10px 0;
 
49
        padding: 15px 10px;
50
50
}
51
51
 
52
52
textarea {
53
 
    resize: none;
 
53
        resize: none;
54
54
55
55
 
56
 
form{
57
 
    padding:0;
 
56
form {
 
57
        padding:0;
58
58
}
59
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;
 
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
68
}