-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstock.css
142 lines (121 loc) · 2.12 KB
/
stock.css
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.navbar {
margin-bottom: 0;
border-color: transparent;
border-radius: 0;
}
footer{
position: absolute;
width:100%;
bottom: 0;
text-align: left;
z-index: 2;
}
header {
padding: 20px;
background: #222;
}
html ,body{
min-height: 100%;
}
body{
padding-bottom: 100%;
}
html{
position: relative;
}
#top-nav{
padding-left: 45px;
background:#222;
}
.navbar-nav>li>a {
}
.loog{
margin: 20px;
}
.btn-success{
background-color: #222;
border-color: #222;
}
.btn{
padding: 12px 12px;
}
.btn:hover{
background:#222;
}
.btn-info{
background-color: #222;
border-color: #222;
}
.col-md-5{
margin-left: 250px;
margin-top: 40px;
}
.col-md-9{
margin-left: 250px;
margin-top: 40px;
}
#issue_me{
margin-left: 250px;
}
/* Sidebar */
#sidebar-wrapper {
z-index: 1;
position: absolute;
width: 0;
height: 70e%;
overflow-y: hidden;
background: #2C3E50;
opacity: 0.9;
}
/* Always take up entire screen */
#page-content-wrapper {
width: 100%;
position: absolute;
padding: 15px;
}
/* Change with of sidebar from 0 to 250px */
#wrapper.menuDisplayed #sidebar-wrapper {
width: 250px;
}
/* Since we added left padding, we need to shrink the width by 250px */
#wrapper.menuDisplayed #page-content-wrapper {
padding-left: 250px;
}
/* Sidebar styling - the entire ul list */
.sidebar-nav {
padding: 0;
list-style: none;
}
.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}
.sidebar-nav li a {
display: block;
text-decoration: none;
color: #ddd;
}
.sidebar-nav li a:hover {
background: #222;
}
.centered-form{
margin-top: 60px;
}
.centered-form .panel{
background: rgba(255, 255, 255, 0.8);
box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
alumni-cards {
padding: 25px 5px;
}
.alumni-card-container {
padding: 2.5px;
}
.alumni-card {
margin: 0px;
padding: 10px;
box-shadow: 0 1px 3px 1px rgba(0,0,0,.2),0 1px 1px 1px rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
text-align: center;
}
.alumni-card-photo {
border-radius: 20% 20% 0 0;