kollapsminoriteten/wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css

42 lines
667 B
CSS
Raw Permalink Normal View History

2019-11-15 23:26:29 +01:00
.jetpack-recipe {
border: 1px solid #f2f2f2;
border-radius: 1px;
clear: both;
margin: 1.5em 1%;
padding: 1% 2%;
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.jetpack-recipe-title {
border-bottom: 1px solid #ccc;
2025-08-27 08:44:30 +02:00
margin: 0.25em 0;
padding: 0.25em 0;
2019-11-15 23:26:29 +01:00
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.jetpack-recipe .jetpack-recipe-meta {
display: block;
2025-08-27 08:44:30 +02:00
font-size: 0.9em;
2019-11-15 23:26:29 +01:00
list-style-type: none;
margin-right: 0;
margin-left: 0;
padding: 0;
overflow: hidden;
width: 100%;
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.jetpack-recipe .jetpack-recipe-meta li {
float: left;
list-style-type: none;
margin: 0;
padding: 0 5% 0 0;
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.jetpack-recipe-meta li.jetpack-recipe-print {
float: right;
padding-right: 0;
text-align: right;
}
2025-05-07 06:48:41 +02:00
2019-11-15 23:26:29 +01:00
.jetpack-recipe-notes {
font-style: italic;
}