HTML and CSS Reference
In-Depth Information
/* Template for headers in the zoomed-in ListView */
.header-title {
padding: 8px;
}
/* Template for items in the zoomed-in ListView */
.zoomed-in-item-container {
overflow: hidden;
display: -ms-grid;
}
.zoomed-in-item-container img {
-ms-grid-column: 1;
}
.zoomed-in-item-container div {
-ms-grid-column: 2;
}
/* Template for items in the zoomed-out ListView */
.zoomed-out-item-container {
background-color: #00f;
padding: 8px;
text-align: center;
width: 320px;
}
.zoomed-out-item-container h1 {
color: #fff;
font-size: 3em;
}
/* CSS for the zoomed-in/out ListView(s) */
#listview-in {
}
#listview-out {
}
/* Overall container */
#semantic-zoom-container {
height: 240px;
width: 100%;
border-top: solid 2px #31cfd4;
border-bottom: solid 2px #31cfd4;
background: -ms-radial-gradient(center, ellipse cover, #c5deea 0%,#8abbd7
31%,#066dab 100%);
}
/* Video player */
#player-container {
Search WWH ::




Custom Search