-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (85 loc) · 2.78 KB
/
style.css
File metadata and controls
96 lines (85 loc) · 2.78 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
body{
font-family: Arial, Helvetica, sans-serif;
margin:1em;
padding:1em;
}
#personals {
text-align: center;
line-height: 40%;
}
#source:hover{
background-color:#cee1ff;
}
table{
-webkit-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.7);
box-shadow: 10px 10px 13px 0px rgba(0,0,0,0.7);
}
table tr:last-child td:first-child {
-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
table tr:first-child td:first-child {
-moz-border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
}
table tr:first-child td:last-child {
-moz-border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}
td.col1{
background: #c2c2c3;
width:5%;
padding: 1% 1%;
text-align:left;
vertical-align:top;
}
td.col2{
background: #cee1ff;
width:14%;
padding:1% 1%;
text-align: justify;
}
td.animcol1{
background: #c2c2c3;
padding: 1% 1%;
text-align:left;
vertical-align:top;
width:20%;
-moz-transition:width 1s;
-webkit-transition:width 1s;
transition:width 1s;
}
td.animcol2{
background: #cee1ff;
width:76%;
padding:1% 1%;
text-align: justify;
-moz-transition:width 1s;
-webkit-transition:width 1s;
transition:width 1s;
}
table {
border-spacing: 1px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
body{
background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 12%, rgba(71,153,234,1) 13%, rgba(32,124,229,1) 32%, rgba(32,124,229,0.99) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(12%, rgba(73,155,234,1)), color-stop(13%, rgba(71,153,234,1)), color-stop(32%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,0.99)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 12%, rgba(71,153,234,1) 13%, rgba(32,124,229,1) 32%, rgba(32,124,229,0.99) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 12%, rgba(71,153,234,1) 13%, rgba(32,124,229,1) 32%, rgba(32,124,229,0.99) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 12%, rgba(71,153,234,1) 13%, rgba(32,124,229,1) 32%, rgba(32,124,229,0.99) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 12%, rgba(71,153,234,1) 13%, rgba(32,124,229,1) 32%, rgba(32,124,229,0.99) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}