| 1 |
@charset "utf-8"; |
| 2 |
/* CSS Document */ |
| 3 |
.team-flat { |
| 4 |
padding: 0; |
| 5 |
margin: 0 |
| 6 |
} |
| 7 |
|
| 8 |
.team-flat .team-item { |
| 9 |
background: none repeat scroll 0 0 rgb(255, 255, 255); |
| 10 |
display: inline-block; |
| 11 |
margin: 20px 10px; |
| 12 |
padding: 0; |
| 13 |
vertical-align: top; |
| 14 |
width: 200px; |
| 15 |
} |
| 16 |
|
| 17 |
.team-flat .team-item a { |
| 18 |
text-decoration: none |
| 19 |
} |
| 20 |
|
| 21 |
.team-flat .team-item a.read-more { |
| 22 |
font-weight: bold |
| 23 |
} |
| 24 |
|
| 25 |
.team-flat .team-thumb { |
| 26 |
max-height: 150px; |
| 27 |
overflow: hidden |
| 28 |
} |
| 29 |
|
| 30 |
.team-flat .team-thumb img { |
| 31 |
-moz-border-radius: 0; |
| 32 |
-webkit-border-radius: 0; |
| 33 |
border-radius: 0; |
| 34 |
-moz-box-shadow: none; |
| 35 |
-webkit-box-shadow: none; |
| 36 |
box-shadow: none; |
| 37 |
cursor: pointer; |
| 38 |
height: auto; |
| 39 |
width: 100% |
| 40 |
} |
| 41 |
|
| 42 |
.team-flat .team-title { |
| 43 |
color: rgb(102, 102, 102); |
| 44 |
font-size: 14px; |
| 45 |
font-weight: bold; |
| 46 |
padding: 10px |
| 47 |
} |
| 48 |
|
| 49 |
.team-flat .team-position { |
| 50 |
color: rgb(102, 102, 102); |
| 51 |
font-size: 12px; |
| 52 |
line-height: 18px; |
| 53 |
padding: 10px; |
| 54 |
} |
| 55 |
|
| 56 |
.team-flat .team-content { |
| 57 |
color: rgb(102, 102, 102); |
| 58 |
font-size: 12px; |
| 59 |
overflow: hidden; |
| 60 |
padding: 10px; |
| 61 |
text-align: left; |
| 62 |
} |
| 63 |
|
| 64 |
|
| 65 |
|
| 66 |
|
| 67 |
.team-flat .team-skill { |
| 68 |
padding: 10px; |
| 69 |
} |
| 70 |
|
| 71 |
.team-flat .team-skill .skill { |
| 72 |
color: rgb(51, 51, 51); |
| 73 |
font-size: 11px; |
| 74 |
margin: 6px 0; |
| 75 |
} |
| 76 |
|
| 77 |
.team-flat .team-skill .bars { |
| 78 |
background: rgb(57, 159, 231) none repeat scroll 0 0; |
| 79 |
height: 8px; |
| 80 |
} |
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
|
| 85 |
|