forked from dtrung98/GPABookmarklet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.css
122 lines (108 loc) · 2.32 KB
/
default.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@import url(https://fonts.googleapis.com/css?family=ABeeZee|Righteous);
body {
font-family: 'ABeeZee', sans-serif;
-webkit-animation:fadein 0.25s; animation:fadein 0.25s }
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1}
}
#id1{
width:800px;
background-color:#EDF6FA;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
text-align: center;
padding-bottom: 20px;
}
#id2{
border:1; width:80%;
border-color:#888888;
box-align:center;
margin-left: 10%;
margin-right: 10%;
}
h2{
color:#0090FF;
}
#id2 tr{
height: 30px;
}
#id3{
background-color: #0090FF;
color:white;
}
.teamname {
font-size: 30px;
color: #0090FF;
font-family: 'Righteous', cursive;
}
.coursename {
color:#222;
}
.class2{
font-size:14px;
font-weight: 500;
text-align: center;
background-color: #E8F0E5;
width: 50%;
margin: 0 auto;
}
.class2.memberprofile {
background-color:transparent;
}
.back {
font-weight: bold;
font-size:13px;
text-decoration: none;
color:#0090FF;
border-radius: 25px;
background: #E9F6FD;
padding: 12px;
}
.back_notice {
color: #ff0000;
}
.back:hover {
background-color: #E9F3F9;
border: #0060CD;
border-width: thin;
border: 1px solid #A4CFF2;
}
.memberprofile hr{
border-top: 1px dashed #44444444;
margin: 20px;
width:20%; margin-left:40% !important; margin-right:40% !important;
}
.membername {
font-weight: bold;
font-size:13px;
text-decoration: none;
color:#2769C6
}
.imgmember {
height:400;
position: relative;
-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.25);
-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
box-shadow: 1px 2px 4px rgba(0, 0, 0, .25);
transition: transform .35s;
z-index: 99;
}
.imgmember:hover{
transform: scale(1.25) translateY(25%);
-moz-box-shadow: 1px 2px 30px rgba(44, 44, 44,0.2);
-webkit-box-shadow: 1px 2px 30px rgba(44, 44, 44, .2);
box-shadow: 1px 2px 30px rgba(44, 44, 44, .2);
z-index: 99;
}
ul {
padding-left:0;
}
ul li {
list-style-type: none;
position: relative;
padding-top: 11px;
font-weight: 540;
color: #444;
}