File: styles.css

package info (click to toggle)
python-ghost 0.2.3-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 244 kB
  • sloc: python: 1,619; makefile: 9
file content (85 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (2)
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
body {
    margin: 0;
    padding: 0 30px;
    font-size: 14px;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}

h1 {
    margin-top: 20px;
    height: 40px;
    width: 300px;
}

h2 {
    font-weight: normal;
}

form {
    margin-top: 0;
}

fieldset {
    padding: 0;
    border: 0;
}

main a, input[type=submit] {
    display: inline-block;
    padding: 0 1em;
    line-height: 2em;
    height: 2em;
    color: #fff;
    text-decoration: none;
    border: 0;
    border-radius: 0.3em;
    background: #468ebe;
}

nav ul {
    padding: 0;
}

nav ul li {
    display: inline;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  border: 1px #bbb solid;
}

input[type=text],
input[type=email],
input[type=password] {
  padding: 0.3em 0.5em;
  line-height: 1.5em;
  height: 2.5em;
}

select {
  padding: 0.3em 0.5em;
}

textarea {
  padding: 0.5em;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
}

input[type=submit] {
    width: 100%
}

iframe {
    border: 0;
}