"categories"
Bootstrap 3.0.0 Snippet by evarevirus

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="wrapper">
<div class="bubble cabot third">
<div class="details">
bizuts<br>
flood + #FFF
</div>
<div class="filter-me">
<img src="https://i.imgur.com/2gU1dMs.png">
<img src="https://i.imgur.com/HNZwiy8.png">
</div>
<div class="house cabot">Cabot</div>
<span class="points">105 259 pts</span>
<div class="arrow_bottom"></div>
</div>
<div class="bubble dunster first">
<div class="details">
bizuts<br>
flood + #FFF
</div>
<div class="filter-me">
<img src="https://i.imgur.com/SzoXZTc.jpg">
<img src="https://i.imgur.com/TH0ZaKs.png">
</div>
<div class="house dunster">Dunster</div>
<span class="points">105 259 pts</span>
<div class="arrow_bottom"></div>
</div>
<div class="bubble eliot seventh">
<div class="details">
bizuts<br>
flood + #FFF
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Zeyada');
*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.wrapper { margin:0 -5px; text-align:center;width:730px;}
.bubble { margin:0 auto; width:80px; text-align: center; background-color: rgba(229,229,229,1); padding:10px; display:inline-block; vertical-align:top; margin-right:-1px; position:relative;box-sizing:content-box;}
.bubble .details { visibility:hidden; opacity:0; transition:visibility 0s linear 0.5s,opacity 0.5s linear; width: 80px ; margin-bottom: 10px; margin-top: -40px; background: rgba(255,255,255,.2); font: 10px 'Roboto Condensed'; text-transform: uppercase; border-radius: 0 0 5px 5px;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out; }
.bubble:hover .details {visibility:visible; opacity:1; transition-delay:0s; margin-top: -10px;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;}
.filter-me {
filter: blur(1px) grayscale(100%);
-webkit-filter: blur(1px) grayscale(100%);
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}
.filter-me:hover {
filter: blur(0px) grayscale(20%);
-webkit-filter: blur(0px) grayscale(20%);
-webkit-transition: all 500ms ease-in;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: