aboutsummaryrefslogtreecommitdiff
path: root/src/compatibility/5.1/android-cdd-cover.css
blob: dcbcc2fe042e4722d9e728a516a02620ecae87df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/**
* Link Styles
*/


a:link {
    color: #09C;
    text-decoration: none;
}

a:visited {
    color: #639;
}

a:hover,
a:focus,
a:active {
    color: #09C;
}

/**
* Cover Styles
*/


table {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
}

td {
    border: none;
    color: white;
    font: 12pt/16pt Roboto, Arial, Helvetica, sans-serif;
    background-color: black;
}

.title {
    color: white;
    font: 62px/72px Roboto, Arial, Helvetica, sans-serif;
    padding: 40px 20px 50px 60px;
    text-align: left;
}

.subtitle {
    color: white;
    font: 60px/70px Roboto, Arial, Helvetica, sans-serif;
    padding: 50px 0px 40px 60px;
    text-align: left;
}

.padding {
    padding: 40px 20px 40px 60px;
}

.padding-bottom {
    padding: 40px 20px 200px 60px;
}

.cover-text {
    font: 20px/25px Roboto, Arial, Helvetica, sans-serif;
    color: white;
    padding: 5px 5px 5px 60px;
    text-align: left;
}


/**
* Body Styles
*/

body {
    color: #333;
    font: 12pt/16pt Roboto, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}