forked from pauramirez/Paula-Ramirez
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
98 lines (88 loc) · 1.65 KB
/
index.css
File metadata and controls
98 lines (88 loc) · 1.65 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
97
98
.skillbar
{
position:relative;
display:block;
margin-bottom:33px;
width:100%;
background:#eee;
height:30px;
border-radius:35px;
-moz-border-radius:35px;
-webkit-border-radius:35px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title
{
position:absolute;
top:0;
left:0;
width:110px;
font-size:15px;
color:#ffffff;
background:#6adcfa;
-webkit-border-radius:35px;
-moz-border-radius:35px;
-moz-border-radius:35px;
border-radius:35px;
}
.skillbar-title span
{
display:block;
background:rgba(0, 0, 0, 0.15);
padding:0 20px;
height:30px;
line-height:30px;
-webkit-border-radius:35px;
-moz-border-radius:35px;
-moz-border-radius:35px;
border-radius:35px;
}
.skillbar-bar
{
height:30px;
width:0px;
background:#6adcfa;
border-radius:35px;
-moz-border-radius:35px;
-webkit-border-radius:35px;
}
.skill-bar-percent
{
position:absolute;
right:10px;
top:0;
font-size:12px;
height:30px;
line-height:30px;
color:#ffffff;
color:rgba(0, 0, 0, 0.4);
}
#bars {
margin: 2em auto;
max-width: 800px;
overflow: hidden;
}
.bar {
float: left;
width: 20%;
text-align: center;
}
.bar h3 {
font-size: 1.4em;
font-weight: normal;
margin: 0;
text-transform: uppercase;
}
.bar-circle {
display: block;
margin: 0.7em auto;
}