-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfund.css
106 lines (91 loc) · 1.74 KB
/
fund.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
/* CSS declarations go here */
body{
/*background-image:url('/img/background.jpg');*/
}
.home-jumbotron {
height: 80%;
text-align: center;
color: #fff;
background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/img/coding.jpg') no-repeat;
background-size: cover;
}
.navbar{
margin-bottom: 0pt;
}
.home-jumbotron .btn-jumbotron {
font-size: 18px;
margin-top: 45px;
padding: 15px 40px;
box-shadow: 0 0 10px 5px #78be5d;
}
.card-title{
color: #000;
}
@media (max-width: 767px) {
.home-jumbotron {
height: 100%;
}
.home-jumbotron h1 {
font-size: 45px;
letter-spacing: 2px;
}
.home-jumbotron h2 {
font-size: 20px;
line-height: 25px;
padding: 0 2px;
}
.home-jumbotron .btn-jumbotron {
font-size: 16px;
margin-top: 20px;
padding: 10px 20px;
}
}
.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
}
#index-banner{
background-image: url('/img/coding.jpg');
background-size: cover;
}
#index-banner{
background-attachment: fixed;
}/* CSS declarations go here */
.user-row {
margin-bottom: 14px;
}
.user-row:last-child {
margin-bottom: 0;
}
.dropdown-user {
margin: 13px 0;
padding: 5px;
height: 100%;
}
.dropdown-user:hover {
cursor: pointer;
}
.table-user-information > tbody > tr {
border-top: 1px solid rgb(221, 221, 221);
}
.table-user-information > tbody > tr:first-child {
border-top: 0;
}
.table-user-information > tbody > tr > td {
border-top: 0;
}
.toppad
{margin-top:20px;
}
.ace_editor {
border: 1px solid lightgray;
margin: auto;
height: 200px;
width: 80%;
}
.scrollmargin {
height: 80px;
text-align: center;
}