-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
85 lines (68 loc) · 1.3 KB
/
Copy pathmaster.css
File metadata and controls
85 lines (68 loc) · 1.3 KB
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
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
font-family: "Gotham", "Helvetica Neue", Helvetica, sans-serif;
background-color: #296a4b; }
#topbar {
display: block;
width: 100%;
height: 75px;
line-height: 75px;
background-color: #333;
text-align: center;
color: #fff;
font-size: 22px; }
#wrapper {
margin: 0 auto;
max-width: 800px; }
ol {
list-style-type: decimal; }
ul {
list-style-type: none; }
ul {
padding: 0; }
li {
padding: 10px 100px 25px;
margin-bottom: 15px;
text-align: left;
color: #fff;
border-bottom: 1px solid #0a522e;
font-size: 18px; }
li span {
text-align: right; }
.none {
color: #77ba8e; }
.high {
color: #caffe1; }
.med {
color: #aef2c4; }
.low {
color: #92d6a9; }
.info {
display: inline-block;
float: right; }
.info .number, .info .vote {
display: inline-block; }
form#write {
text-align: center; }
input:focus {
outline: 0; }
input[type="text"] {
background-color: #fff;
border: 0;
color: #296a4b;
height: 50px;
width: 60%;
font: 16px "Gotham";
padding: 10px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px; }
input[type="submit"] {
background-color: #fff;
border: 0; }