-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedian.css
More file actions
116 lines (101 loc) · 1.87 KB
/
median.css
File metadata and controls
116 lines (101 loc) · 1.87 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* CSS declarations go here */
.navbar-default {
background: white;
background-image: none;
height:70px;
}
.navbar-secondary {
padding-top:10px;
}
.navbar-secondary li{
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
background-image: none;
background-color: white;
}
.logo {
max-width: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
border-bottom: 2px solid black;
color: black;
background-image: none;
background-color: white;
-webkit-box-shadow: none;
box-shadow: none;
}
.button {
margin-top: 15px;
position: relative;
height: 37px;
padding: 0px 16px;
font-size: 14px;
text-align: center;
text-decoration: none;
color: black;
background: white;
border: 1px solid black;
font-weight: 400;
border-radius: 999em;
}
.login {
margin: 25px 100px 0px 30px;
}
.avatar-image {
border-radius: 25px;
}
.section {
margin-top: 100px;
}
.button-green {
border-color: #02b875;
color: #00ab6b;
}
textarea {
outline: none !important;
resize: none;
border: 0px;
font-size: 20px;
font-weight: 300;
}
.story-title {
font-size: 32px;
font-weight: bold;
max-width: 700px;
}
.story-text {
letter-spacing: .01rem;
font-weight: 200;
font-size: 18px;
line-height: 1.5;
padding-bottom: 40px;
border-bottom: 1px solid #efefef;
max-width: 600px;
margin-top: 10px;
}
.heading-title {
margin: 50px 0px 0px 0px;
padding: 15px 0px;
letter-spacing: 0;
font-weight: 300;
font-size: 18px;
font-style: normal;
font-size: 18px;
text-transform: none;
color: rgba(0,0,0,0.9);
border-bottom: 1px solid #efefef;
}
.story-author {
position: relative;
top: -40px;
left: 60px;
color: #00ab6b;
text-decoration: none;
}
.story-createdat {
position: relative;
top: -40px;
left: 60px;
color: grey;
}