-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforum.css
More file actions
88 lines (80 loc) · 1.05 KB
/
Copy pathforum.css
File metadata and controls
88 lines (80 loc) · 1.05 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
/*-----------WELCOME TEXT-----------------*/
#welcome-text
.page-header h1
{
color: #555!important;
font-weight: 600;
font-size: 20px;
padding-top: 20px;
padding-left: 10px;
}
/*---------navbar-------*/
#nav-bar
{
position: sticky;
top: 0;
z-index: 10;
}
.navbar-brand img
{
height: 70px;
padding-left: 50px;
}
.navbar-nav li
{
padding: 0 10px;
}
.navbar-nav li a
{
float: right;
text-align: left;
}
#navbar ul li a:hover
{
color: #007bff!important;
}
.navbar
{
background: #fff;
}
.navbar-toggler
{
border: none!important;
}
.nav-link
{
color: #555!important;
font-weight: 600;
font-size: 20px;
}
#slider
{
width: 75%;
transform: translate(17%,-10%);
}
.carousel-caption
{
top: 40%;
transform: translateY(-50%);
bottom: initial!important;
}
.carousel-caption h5
{
color: #fff;
font-size: 42px;
}
h2::after
{
content: '';
background: #007bff;
display: block;
height: 3px;
width: 170px;
margin: 8px auto 25px;
}
#forum
{
padding-top: 50px;
padding-bottom: 50px;
color: #555;
}