diff --git a/CHANGELOG.md b/CHANGELOG.md index 54acac6..3445c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fp-interface/themes/leggero/leggero-v2/res/admin.css b/fp-interface/themes/leggero/leggero-v2/res/admin.css index ecea688..ccac7de 100755 --- a/fp-interface/themes/leggero/leggero-v2/res/admin.css +++ b/fp-interface/themes/leggero/leggero-v2/res/admin.css @@ -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 */ diff --git a/fp-interface/themes/leggero/leggero-v2/res/column.css b/fp-interface/themes/leggero/leggero-v2/res/column.css index 8c1c6ba..551c6c0 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/column.css +++ b/fp-interface/themes/leggero/leggero-v2/res/column.css @@ -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 */ diff --git a/fp-interface/themes/leggero/leggero-v2/res/common.css b/fp-interface/themes/leggero/leggero-v2/res/common.css index 58a4c0d..229b25a 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/common.css +++ b/fp-interface/themes/leggero/leggero-v2/res/common.css @@ -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 } diff --git a/fp-interface/themes/leggero/leggero-v2/res/globals.css b/fp-interface/themes/leggero/leggero-v2/res/globals.css index 92cb443..244dd08 100755 --- a/fp-interface/themes/leggero/leggero-v2/res/globals.css +++ b/fp-interface/themes/leggero/leggero-v2/res/globals.css @@ -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 */ diff --git a/fp-interface/themes/leggero/leggero-v2/res/style.css b/fp-interface/themes/leggero/leggero-v2/res/style.css index 721746e..cbc2fb5 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/style.css +++ b/fp-interface/themes/leggero/leggero-v2/res/style.css @@ -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 */ diff --git a/fp-interface/themes/leggero/leggero-v2/style.conf.php b/fp-interface/themes/leggero/leggero-v2/style.conf.php index 6a9ad17..b77163e 100644 --- a/fp-interface/themes/leggero/leggero-v2/style.conf.php +++ b/fp-interface/themes/leggero/leggero-v2/style.conf.php @@ -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';