-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (101 loc) · 1.39 KB
/
style.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
.nav-link
{
text-align: center;
padding-bottom: 0rem;
}
.nav-link:hover
{
background-color: darkblue;
}
.navbar
{
margin-bottom: 0rem;
padding-bottom: 0%;
}
.submit-btn
{
padding-top: 10px;
padding-bottom: 10px;
}
#crpad
{
margin-top: 10px;
}
html
{
scroll-behavior:smooth;
}
.criteria-head
{
padding: 10px;
padding-left: 0px;
font-size: x-large;
}
.AHP-title
{
text-align: center;
color: whitesmoke;
font-weight: bold;
font-size: 23px;
margin-top: 0rem;
margin-bottom: 0rem;
background-color:blue;
}
.tbl-container
{
max-width: fit-content;
max-width: fit-content;
}
.tbl-fixed
{
overflow-x: scroll;
overflow-y: scroll;
height: fit-content;
max-height: 70vh;
}
.name_top_1
{
margin-top: 25px;
color: black;
font-family: 'Times New Roman', Times, serif;
}
.table-hover
{
border-collapse: separate;
}
.table-head
{
position: sticky;
top: 0px;
text-align: center;
}
.table-head-row
{
position: sticky;
left: 0px;
text-align: center;
}
#table_button
{
margin-top: 20px;
}
.eigen-col
{
background-color: black;
}
.tbl-cont-norm{
overflow-x: scroll;
overflow-y: scroll;
height: fit-content;
max-height: 70vh;
margin-top: 29px;
}
.tbl-cont-norm
{
max-width: fit-content;
max-width: fit-content;
}
/* .final_criteria
{
margin-top: 30px;
} */