You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
catalogue-badge-portlet/src/main/webapp/css/main.css

72 lines
932 B
CSS

#catalogueDiv {
text-align: center;
width: 100%;
}
.input-catalogue {
text-align: center;
width: 100%;
}
.catalogue-container {
display: table;
width: 100%;
}
.catalogue-table-row {
display: table-row;
overflow: hidden;
}
.catalogue-table-cell {
display: table-cell;
padding: 0;
}
.catalogue-table-cell-max {
width: 100%;
display: table-cell;
padding-left: 25px;
}
.media-heading-homepage {
font-size: 14px;
hyphens: auto;
line-height: 1.3;
}
.media-item-homepage {
background-color: white;
border-radius: 3px;
float: left;
overflow: hidden;
position: relative;
text-align: center;
width: 130px;
}
.logo-homepage {
max-height: 60px;
}
div.catstats {
padding-bottom: 60px;
}
div.catstats ul {
margin: 0;
list-style: none;
}
div.catstats ul li {
float: left;
width: 25%;
display: list-item;
}
div.catstats ul li a b {
font-size: 35px;
line-height: 1.1;
display: block;
font-weight: 300;
}