ei-wyszukiwarka/css/style.css
2021-04-28 14:46:12 +02:00

62 lines
849 B
CSS

.categories {
font-size: 1.7rem;
font-weight: bold;
}
.filters {
font-size: 1.7rem;
font-weight: bold;
}
.number-of-entries {
font-size: 1.7rem;
font-weight: bold;
}
hr{
margin-left: 10px;
margin-right: 10px;
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, rgb(114, 114, 114), #ccc);
}
.primary-title {
font-size: 1.5rem;
font-weight: bold;
}
.original-title {
color: rgb(161, 159, 159);
font-size: 0.8rem;
}
.rating-cat {
font-size: 1.2rem;
font-weight: bold;
}
.entry-cat {
font-size: 1.1rem;
font-weight: bold;
}
.entry-val {
font-size: 1rem;
}
.genres-cat {
font-weight: bold;
cursor: pointer;
}
.genres-filter {
font-weight: bold;
cursor: pointer;
}
em {
text-decoration: underline;
}