Gazelle/static/styles/store/style.css

93 lines
1.4 KiB
CSS
Raw Normal View History

2013-08-28 23:08:41 +00:00
/*
Mosaic - Sliding Boxes and Captions jQuery Plugin
Version 1.0.1
www.buildinternet.com/project/mosaic
By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
Released under MIT License / GPL License
*/
* {
2013-11-04 08:01:08 +00:00
margin: 0;
padding: 0;
border: none;
outline: none;
2013-08-28 23:08:41 +00:00
}
/*General Mosaic Styles*/
.mosaic-block {
display: inline-block;
2013-11-04 08:01:08 +00:00
position: relative;
overflow: hidden;
width: 250px;
height: 250px;
margin: 10px;
2013-08-28 23:08:41 +00:00
text-align: left;
}
.mosaic-backdrop {
2013-11-04 08:01:08 +00:00
display: none;
2013-08-28 23:08:41 +00:00
}
.mosaic-backdrop img {
height: 250px;
}
.mosaic-overlay {
2013-11-04 08:01:08 +00:00
display: none;
z-index: 5;
position: absolute;
2013-08-28 23:08:41 +00:00
width: 246px;
margin-left: 2px;
2013-11-04 08:01:08 +00:00
height: 100%;
background: #111;
2013-08-28 23:08:41 +00:00
text-shadow: none;
}
.bar2 .mosaic-overlay {
2013-11-04 08:01:08 +00:00
bottom: -80px;
height: 100px;
opacity: 0.8;
2013-08-28 23:08:41 +00:00
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2013-11-04 08:01:08 +00:00
filter: alpha(opacity=80);
2013-08-28 23:08:41 +00:00
}
.bar2 .mosaic-overlay:hover {
2013-11-04 08:01:08 +00:00
opacity: 0.8;
2013-08-28 23:08:41 +00:00
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
2013-11-04 08:01:08 +00:00
filter: alpha(opacity=80);
2013-08-28 23:08:41 +00:00
}
.details {
padding-left: 10px;
padding-right: 10px;
}
.details .details_header {
color: #F5F5F5;
font-size: 150%;
line-height: 20px;
}
.details .details_body {
color: #F5F5F5;
font-size: 120%;
line-height: 16px;
}
/*** End Animation Styles ***/
.item_form_table td {
2013-11-04 08:01:08 +00:00
text-align: left;
2013-08-28 23:08:41 +00:00
}
.store_table {
text-align: center;
margin: 0px 30px;
}
#banner {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}