-
Notifications
You must be signed in to change notification settings - Fork 0
/
formatting.css
74 lines (69 loc) · 1.66 KB
/
formatting.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
.container-fluid {
padding: 5%;
}
.main_info{
/* -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
width: 160px;
padding: 20px;
overflow: hidden; */
background-color: white;
border-top: 0px solid rgb(174, 174, 175);
border-right: 6px solid rgba(87,89,130,1);
border-bottom: 0 solid;
border-left: 6px solid rgba(87,89,130,1);
margin-right:5%;
text-align: center;
-webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.4);
box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.4) ;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}
.second_info{
margin-left:10%;
margin-right:10%;
padding-left:5%;
padding-right:5%
}
.main_header{
color: rgba(87,89,130,1);
text-overflow: ellipsis;
text-align: center;
}
.main_plot{
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.mini_info{
padding: 20px;
overflow: hidden;
background-color: white;
border-top: 2px solid rgba(153,153,153,1);
border-right: 2px solid rgba(153,153,153,1);
border-bottom: 2px solid rgba(153,153,153,1);
border-left: 2px solid rgba(153,153,153,1);
-webkit-border-radius: 8px;
border-radius: 8px;
text-align: center;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
/* text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ; */
}
.mini_header{
color: rgb(160, 159, 159);
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
o-text-overflow: ellipsis;
text-overflow: ellipsis
}
.mini_plot{
max-width: 95%;
display: block;
margin-left: auto;
margin-right: auto
}
h6{
text-align: center;
color: rgb(165, 165, 165);
}