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 .
This commit is contained in:
Fraenkiman 2023-09-30 02:27:32 +02:00
parent 4f1043a7a3
commit e0c7d34912
7 changed files with 13 additions and 14 deletions

View File

@ -31,7 +31,7 @@
- BBCode plugin: Initial settings after fresh install shown correctly ([#102](https://github.com/flatpressblog/flatpress/issues/102))
## Themes
- Reworked "Leggero" theme, Admin Area now responsive ([#259](https://github.com/flatpressblog/flatpress/issues/259))
- Reworked "Leggero v2" style, Admin Area now responsive ([#259](https://github.com/flatpressblog/flatpress/issues/259))
- Adjusted the alignment of the calendar widget and the search widget
- The theme now adapts better at screen widths between 720px and 768px
- Media queries were created for individual device classes (smartphone, netbook, laptop and PC) in order to achieve a better display, especially for mobile devices

View File

@ -3,9 +3,8 @@
Leggero CSS Styles
===================
mod by liquibyte
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
Author: NoWhereMan, Drudo, Marc Thibeault, liquibyte and Frankiman
Version: 1.0
Module: admin.css
*/

View File

@ -4,7 +4,7 @@ Leggero CSS Styles
===================
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
Version: 1.0
Module: style.css
*/

View File

@ -4,7 +4,7 @@ Leggero CSS Styles
===================
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
Version: 1.0
Module: common.css
*/
@ -255,7 +255,7 @@ h4 { font-size: 1.2em }
#main { width: 465px }
}
@media (min-width: 960px) { /* Tablet landscape and Netbook*/
@media (min-width: 960px) { /* Tablet landscape and Netbook */
#body-container { max-width: 930px }
@ -263,9 +263,9 @@ h4 { font-size: 1.2em }
.responsive_bbcode_video { text-align: unset }
.bbcode_video.right { float: right !IMPORTANT }
.bbcode_video.right { float: right !IMPORTANT; margin: 0.5em 0.5em 1em 1em }
.bbcode_video.left { float: left !IMPORTANT }
.bbcode_video.left { float: left !IMPORTANT; margin: 0.5em 1em 1em 0.5em }
}
@media (min-width: 1024px) { /* Laptop and small Desktop-PC */
@ -282,7 +282,7 @@ h4 { font-size: 1.2em }
}
}
@media (min-width: 1440px) { /* Desktop-PC and TV*/
@media (min-width: 1440px) { /* Desktop-PC and TV */
#body-container { max-width: 1250px }

View File

@ -4,7 +4,7 @@ Leggero CSS Styles
===================
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
Version: 1.0
Module: globals.css
*/

View File

@ -4,7 +4,7 @@ Leggero CSS Styles
===================
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
Version: 1.0
Module: style.css
*/

View File

@ -3,15 +3,15 @@
* Style Name: Leggero V2
* Style URI: http://www.flatpress.org/
* Description: The default FlatPress theme which brings a breath of fresh mint air. Responsive and a great start for own themes!
* Version: 0.705
* Author: NoWhereMan, Drudo and Marc Thibeault
* Version: 1.0
* Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
* Author URI: http://www.flatpress.org/
*/
$style ['name'] = 'leggero-v2';
$style ['author'] = 'NoWhereMan';
$style ['www'] = 'http://www.flatpress.org/';
$style ['version'] = 0.705;
$style ['version'] = 1.0;
$style ['style_def'] = 'style.css';
$style ['style_admin'] = 'admin.css';