You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
frontend/css/title_list.css

55 lines
776 B

#title_list {
position: relative;
width: 100%;
left: 0;
top: 0em;
}
#label {
position: relative;
left: 0;
top: 0;
}
td {
white-space: nowrap;
padding-left: 2em;
padding-right: 2em;
}
table, th, td {
border-collapse: collapse;
}
table, th {
width: 100%;
}
th {
font-size: 12px;
}
.first_row {
border-top: 1px solid black;
padding-top: 2em;
}
.second_row {
border-bottom: 1px solid black;
padding-bottom 2em;
}
#title_list img.thumbnail {
height: 100px;
padding-left: 0;
padding-right: 0;
padding-top: 2px;
padding-bottom: 2px;
}
#title_list .tag {
border: 1px solid black;
background-color: var(--light-accent);
padding: 4px;
margin: 1px;
border-radius: 5px;
}