roblonium-web/CSS/Pages/IDE/AssetList.css

128 lines
2.4 KiB
CSS

/* Legacy CSS file - Please do not copy */
/*---------- Page ----------*/
#assetList {
margin-top: 13px; }
#assetList.tab-active {
margin-top: 0; }
.asset-list {
overflow-x: hidden;
min-height: 350px;
border: 1px solid #ccc;
padding: 20px;
margin-bottom: 20px; }
/* IE7 hack to get places to go across the page */
#assetList div {
*display: inline; }
#newAssetText {
text-transform: uppercase;
font-size: 26px;
color: #888;
position: absolute;
top: 33px;
left: 60px;
z-index: 2;
width: 50px;
font-weight: bold; }
#newModelImage {
padding: 20px 13px;
width: 84px;
height: 70px;
background: white; }
/*---------- Common ----------*/
#MoreGames {
text-align: center; }
.asset {
display: inline-block;
padding: 9px 11px 19px 11px;
margin-right: -3px;
border: 1px solid;
border-color: transparent;
z-index: 0;
margin-bottom: 10px;
vertical-align: top; }
.asset p {
font-weight: bold;
font-size: 12px;
margin-top: 4px;
width: 140px; }
a.game-image, a.model-image {
position: relative;
color: inherit;
text-decoration: none;
border: none;
width: 0;
height: 0; }
a.game-image img, a.model-image img {
border: none;
display: block; }
.asset:hover, .asset img:hover {
background: url("/images/IDE/bg-selected_thumb.png") repeat-x;
border: 1px solid;
border-color: #A7A7A7;
cursor: pointer;
background-size: 70px; }
.asset img:hover {
background: none; }
/* Border property isn't respected, have to explicitly say none again */
a.game-image img:hover, a.model-image img:hover {
border: none; }
/*---------- Models ----------*/
.asset img.modelThumbnail {
width: 110px;
height: 110px;
border: none;
margin: 0 auto; }
.model.asset p {
width: 110px;
margin: 0 auto; }
.asset .item-name-container {
text-align: left; }
.ellipsis-overflow {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
/*---------- Places ----------*/
.asset img.placeThumbnail {
width: 140px;
height: 140px;
margin: 0 auto; }
#GroupUniverses .content,
#groupAssetList .content {
position: relative; }
#universeList .loading,
#groupUniverseList .loading,
#assetList .loading,
#groupAssetList .loading {
width: 100%;
background: url("/images/ProgressIndicator4.gif") no-repeat center #fff;
height: 20px;
position: static;
top: 0;
z-index: 2; }
.group-select {
margin-bottom: 10px; }
.group-select label {
font: -webkit-small-control; }