Xenforo Resource Manager two columns style

hinull2100

Staff member
Root Member
11202128_01.jpg

resources two columns style css:
CSS:
.structItem--resource {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
   min-height: 138px;
   height: 138px;
   height: auto;
   display: inline-block !important;
   margin: 9px 0px 0px 6px;
   max-width: 49% !important;
   box-sizing: border-box;
   vertical-align: top;
   border-radius: 2px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }
.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
   width: 96px;
   height: 96px;
   font-size: 57.6px;
   margin-left: 3px;
display:none}
.structItem--resource .structItem-cell--main {
   width: 100%;
   min-height: 112px; }
.structItem--resource .structItem-cell--resourceMeta {
   display: block;
   width: auto !important;
   margin-bottom: 10px; }
span.avatar.avatar--s.avatar--separated.structItem-secondaryIcon {
   display: none; }
.structItem--resource .ratingStarsRow--justified {
   margin-bottom: 2px;
   padding-bottom: 2px; }
.pairs.pairs--justified>dd {
   float: left;
   text-align: right;
   max-width: 100%; }
.structItem--resource .structItem-metaItem--lastUpdate {
   float: right; }
.structItem--resource .structItem-metaItem--downloads {
   float: left; }
.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
  display:none}
.structItem-cell+.structItem-cell.structItem-cell--main{
    padding-left:8px;
}
.structItem-cell.structItem-cell--resourceMeta .structItem-metaItem{
    margin-bottom:5px;
}
@media (max-width: 1125px) {
.structItem--resource {
   max-width: calc(95%) !important;   } }
@media (max-width: 650px) {
.structItem--resource {
   display: table !important;
   max-width: 100% !important;
   margin: 5px 5px 5px 0px;
   box-shadow: none;     } }
 
View attachment 1430

resources two columns style css:
CSS:
.structItem--resource {
   border-collapse: collapse;
   padding: 0px;
   width: 100%;
   min-height: 138px;
   height: 138px;
   height: auto;
   display: inline-block !important;
   margin: 9px 0px 0px 6px;
   max-width: 49% !important;
   box-sizing: border-box;
   vertical-align: top;
   border-radius: 2px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28); }
.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
   width: 96px;
   height: 96px;
   font-size: 57.6px;
   margin-left: 3px;
display:none}
.structItem--resource .structItem-cell--main {
   width: 100%;
   min-height: 112px; }
.structItem--resource .structItem-cell--resourceMeta {
   display: block;
   width: auto !important;
   margin-bottom: 10px; }
span.avatar.avatar--s.avatar--separated.structItem-secondaryIcon {
   display: none; }
.structItem--resource .ratingStarsRow--justified {
   margin-bottom: 2px;
   padding-bottom: 2px; }
.pairs.pairs--justified>dd {
   float: left;
   text-align: right;
   max-width: 100%; }
.structItem--resource .structItem-metaItem--lastUpdate {
   float: right; }
.structItem--resource .structItem-metaItem--downloads {
   float: left; }
.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
  display:none}
.structItem-cell+.structItem-cell.structItem-cell--main{
    padding-left:8px;
}
.structItem-cell.structItem-cell--resourceMeta .structItem-metaItem{
    margin-bottom:5px;
}
@media (max-width: 1125px) {
.structItem--resource {
   max-width: calc(95%) !important;   } }
@media (max-width: 650px) {
.structItem--resource {
   display: table !important;
   max-width: 100% !important;
   margin: 5px 5px 5px 0px;
   box-shadow: none;     } }
Wow Nice tranks bro
 
Back
Top