-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcover.css
114 lines (94 loc) · 1.51 KB
/
cover.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
/*
* Globals
*/
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
}
/*
* Base structure
*/
body {
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
position:relative;
overflow-y:visible;
}
.cover-container {
max-width: 50em;
}
/*
* Nav bar
*/
.nav-masthead .nav-link {
color: rgba(255, 255, 255, .5);
border-bottom: .25rem solid transparent;
/* margin-bottom: 50px; */
}
.nav-link:hover, .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-link {
margin-left: 2rem;
}
.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}
/*
* Main start
*/
img {
height: 50px;
width: 50px;
}
#sslogo {
height:150px;
width:150px;
}
/* #Home {
margin-bottom: 50px;
} */
/* #welcome {
margin-top: 50px;
} */
#c2title {
font-size: 2em;
font-weight: bold;
}
#tagline {
font-size: 1em;
}
@media (max-width: 500px){
#navBar {
flex-flow: wrap;
flex-grow:inherit;
/* margin: 10px; */
/* max-height: 10vh; */
}
.nav-masthead .nav-link + .nav-link {
margin-left: 10px;
}
a {
padding-top: 0;
padding-bottom: 0;
}
/* #Home{
margin-top: 3vh;
} */
}
@media (max-width:300px){
#navBar {
margin: 0 5px 5px 5px;
}
.nav-masthead .nav-link + .nav-link {
margin-bottom:auto;
}
.nav-link{
max-width: 30%;
margin-bottom: 1px;
}
}