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:
parent
4f1043a7a3
commit
e0c7d34912
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
@ -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 */
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user