Fraenkiman e0c7d34912 Makeup Leggero-v2 Style supplement
This PR is a supplement for PR #259 and includes:

- Text now keeps distance to a right or left floating BBcode video.
- Leggero v2 version bump
- small correction in the changelog
- I was once so cheeky and added myself to the existing style contributors :-P .
2023-09-30 02:27:32 +02:00

48 lines
781 B
CSS

/*
===================
Leggero CSS Styles
===================
Name: Leggero v2
Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
Version: 1.0
Module: style.css
*/
/* imports common style ruleset */
@import url("common.css");
@import url("globals.css");
/* imports column (where widgets usually go) rules */
@import url("column.css");
#comments li.comment-admin {
padding: 1em
}
#widget-searchbox form {
text-align: center
}
/* Last Comments-Widget */
.comment-quote {
margin-left: auto;
margin-right: auto;
border-radius: 3px
}
@media (min-width: 720px) {
.comment-quote { width: auto }
}
/* Calendar-Widget */
.calendar {
margin-left: auto;
margin-right: auto;
text-align: center
}
@media (min-width: 720px) {
.calendar { font-size: small !IMPORTANT }
}