-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyangon.css
124 lines (95 loc) · 1.82 KB
/
yangon.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
.d-block{
width:100%;
height: 700px;
}
.carousel-inner{
margin: 0;
background-color:#574B52 ;
font-family: "Lob";
}
.zoom1{
transition: transform .3s; /*Animation Duration*/
width:600px;
height:300px;
margin-top: 30px;
margin-left: 30px;
left: 0px;
top: 0px;
z-index: -1;
}
.zoom1:hover{
transform: scale(1.1); /*(120% zoom)*/
}
.zoom2{
transition: transform .3s; /*Animation Duration*/
width:570px;
height:300px;
margin-top: 30px;
margin-left: 30px;
}
.zoom2:hover{
transform: scale(1.1); /*(120% zoom)*/
}
.a{
background-color: #0f2345;
margin-bottom: 0px;
margin-top: 0px;
}
.end{
background-color: black;
text-align: center;
margin-bottom: 0px;
padding-top: 12px;
color: white;
}
p a{
text-decoration: none;
color: #ddae1a;
}
}
p a:visited{
color: #ddae1a;
}
footer{
margin-bottom: 0px;
}
a:visited{
color: #ddae1a;
}
/*navigationbar*/
@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0; visibility: hidden; transition:.3s; margin-top:0; }
.navbar .nav-item:hover .nav-link{ color: #ddae1a; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.container-fluid{
background-color: #0f2345 ;
}
.navbar-nav a{
border-color: #0f2345 ;
color: #0f2345 ;
}
.navbar-nav a:hover{
border-color:#ddae1a;
color: #ddae1a;
background-color: white;
}
nav{
background-color: #0f2345 ;
}
.navbar-nav li{
padding-right: 35px;
}
.dropdown-menu li{
padding-right: 0px;
}
.navbar-nav li a{
color:#0f2345;
font-weight: bold;
font-size: 20px;
}
.dropdown-menu li a {
color:#ddae1a;
font-weight: normal;
}