-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
103 lines (97 loc) · 1.8 KB
/
main.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
@import url('https://fonts.googleapis.com/css?family=Lato|Noto+Serif|Roboto');
.large{
padding: 0;
}
body nav {
background-color: rgba(0, 0, 0, 0.4) !important;
transition: all ease .5s !important;
}
nav.change {
background-color:#cecece !important;
transition: all ease .5s !important;
border-bottom: 2px solid #1b8c30;margin-left:0;margin-right:0;
}
.nav-link.change{
color:#1b8c30 !important;
border: 1px solid #1b8c30 !important;
}
body,html {
height: 100%;
width: 100%;
margin: 0;
font-family: roboto;
color: #858585;
text-align: justify;
}
header{
text-align: center;
color: white;
font-size: 17px;
background-size: cover;
background-color: #ccc;
height: 672px;
top: 0px;
padding-top: 1%;
}
li a{
color:white;
border: 1px solid white;
}
a{
color: white;
}
hr{
border: 2px solid #1b8c30;margin-left:0;margin-right:0;
}
#table {
height:100% ;
position: relative;
margin: 0 auto;
border: solid 1px red;
}
header img{
/*position: fixed;*/
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.navbar-nav > li{
margin-left:2vh;
margin-right:2vh;
}
#Special_attention {
padding:2%;
background-color: #1b8c30;
color: white;
font-size: 3vh;
}
#Special_attention h1,h2,h3,h4,h5,h6{
color: white;
}
h1,h2,h3,h4,h5,h6{
color: #1b8c30;
text-align: start;
}
div.container{
margin-bottom: 4vh !important;
}
thead > tr th{
vertical-align:middle !important;
}
thead{
background-color:#7bc8c9;
color:white;
text-align:center !important;
}
#dotted_border{
border: 1px dotted #1b8c30;
margin-left:0;
margin-right:0;
}
@media screen and (min-width: 1024px){
article {
-webkit-column-count:2;
-moz-column-count:2;
column-count:2;
}}