forked from avinashkranjan/Amazing-Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.css
More file actions
101 lines (93 loc) · 1.72 KB
/
scripts.css
File metadata and controls
101 lines (93 loc) · 1.72 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
.navbar {
width: 100%;
height: 100%;
background: url(https://socialify.git.ci/avinashkranjan/Amazing-Python-Scripts/image?description=1&forks=1&issues=1&language=1&logo=https%3A%2F%2Fuser-images.githubusercontent.com%2F55796944%2F104455539-7258a200-55cd-11eb-90dc-7c9981e73d72.png&owner=1&pulls=1&stargazers=1&theme=Light)
no-repeat;
background-size: cover;
padding-bottom: 0;
padding-top: 0;
/* background: url(https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif); */
}
body {
margin-bottom: 3%;
}
.container {
display: flex;
}
.col-md-3 {
margin-top: 5%;
}
.img-fluid {
max-height: 100%;
}
.card {
height: 100%;
}
#loadmore {
display: none;
}
.button {
text-align: center;
margin: 5%;
}
.card-body p a {
text-decoration: none;
}
.container-fluid {
background-color: rgb(74, 80, 75);
}
.nav-link {
font-size: 22px;
font-weight: 600;
margin-right: 20px;
/* text-decoration: underline; */
color: aliceblue !important;
}
.navbar > .container,
.navbar > .container-fluid {
padding-top: 15px;
padding: 0 10px;
padding-top: 2px;
}
.nav-link:hover {
color: rgb(225, 250, 86) !important;
}
.btn-danger,
.btn-success {
height: 34px;
font-size: 16px;
margin-right: 20px;
padding: 0 15px;
color: rgb(247, 243, 238);
font-weight: 500;
vertical-align: middle;
}
.navbar-light .navbar-toggler {
background-color: aliceblue;
}
a.nav-link {
font-size: x-large;
}
.navbar > .container,
.navbar > .container-fluid {
padding-top: 2px;
}
.d-flex {
margin-bottom: 5px;
}
.navbar-toggler {
margin-bottom: 10px;
margin-top: 3px;
width: 52px;
}
.fa-python:before {
content: '\f3e2';
font-size: x-large;
}
.hidden {
display: none;
}
.top-heading {
font-size: 56px;
margin: 20px;
}