-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb_app.css
More file actions
114 lines (111 loc) · 1.76 KB
/
web_app.css
File metadata and controls
114 lines (111 loc) · 1.76 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
102
103
104
105
106
107
108
109
110
111
112
113
114
/*[data-theme="dark"] {
--color-bg: #000000;
}
*/
.dark-mode {
background-color: black;
color: white;
}
.edit_link{
/*remove underline from site link*/
text-decoration:none;
color:#ffffff;
}
.edit_link_2{
/*remove underline from site link*/
text-decoration:none;
color:black;
}
.info_gly{
float: right;
}
.glyc_edit{
float: right;
color: red;
}
.bg-2 {
background-color: #474e5d; /* Dark Blue */
color: #ffffff;
}
.welcome_class{
margin-top: 30px;
padding-top: 50px;
padding-bottom: 70px;
margin-bottom: 20px;
}
#csi{
height: 320px;
width:20px;
}
#csi_2{
height: 320px;
width:20px;
}
.gly_edit{
font-size: 310px;
}
#mybtn{
display:none;
position: fixed; /*so it cannot be moved*/
bottom:20px; /*bottom pad*/
right:30px; /*right pad*/
font-size: 16px; /*font size*/
border: none;
outline: none;
background-color: #63b8e6;
color: white; /*text color*/
cursor: pointer;
padding:15px;
border-radius: 4px;
}
#mybtn:hover{
/*on hover*/
background-color: #557A95;
color: white;
}
.dif{
background-color: black;
}
/*.navbar{
float: left;
}*/
/*.container-fluid{
float: left;
}*/
#no_head{
color:black;
}
.logo{
float:left;
height: 70px;
margin-bottom: 10px;
}
.bottom_sec {
/*footer of the site*/
margin-top:380px;
/*100*/
background-color: lightgrey;
padding: 20px;
margin-bottom: 10px;
/*position:relative;
bottom:0;
width:1480px;*/
/*position: relative; absolute*/
}
#Joat_head_2{
text-align: center;
}
@media screen and (min-width: 1026px) {
#csi_2{
width: 50px;
col
}
}
@media screen and (max-width: 910px){
/*.navbar {
float:none;
width:100%;
display: block;*/
}
@media screen and (min-width: 722px){
}