77 Commits

Author SHA1 Message Date
Fraenkiman
ee12d6cdc9 Corrected size of link in headline
Corrected size of link in headline
2023-05-07 17:02:12 +02:00
Fraenkiman
752998e30b Please merge the following changes
Fixes #201 and #144

 * In the admin area of the style Flatmaas-Rev is no longer tried via stylesheet to include the image nib-logo.png.
 * In the preview of the Leggero style "Posted by + time" is now displayed right-aligned - as in the blog.
 * The heading for posts and pages has received its own CSS class "entry-title".
 * In all three styles, both heading sizes are now displayed correctly; as in the blog, so in the preview.
 * The publication date is truncated from h2 and now uses h6.
 * Font size h4 can now also be conveniently set via BBCode button.
 * Long single line code in leggero-v2 style is now wrapped when printing.
2023-02-09 01:12:36 +01:00
azett
c18fe258af Typos 2023-02-04 13:38:25 +01:00
Fraenkiman
fba5adc876 Multilingual support for "Posted by"
Closes Issue #143

Preview revised

That's funny. There is a template for the preview of static pages for 13 years, and was not used.
2023-01-30 01:39:55 +01:00
Fraenkiman
47aa4cb37d Insert translation for Home, Logout in Admincenter
all FP standard languages

Comma missing

comma added
2023-01-14 02:53:49 +01:00
Fraenkiman
9d5053326a Update admin.css
Prevents collision of input fields with fieldsets in admincenter (Leggero v2)
2023-01-11 01:45:25 +01:00
azett
c30d52b284 Merge branch 'master' of https://github.com/flatpressblog/flatpress into issue94_smartyupdate
# resolved conflicts:
#	fp-includes/smarty/plugins/function.html_select_date.php
2022-10-08 13:43:33 +02:00
azett
58b3063478 Updated Leggero preview image, fixes #139 - thx @Fraenkiman 2022-09-10 13:32:31 +02:00
azett
d5bdc72852 fixes #136 for all styles - thx @Fraenkiman 2022-08-14 14:04:30 +02:00
azett
3c3d614416 fixes #135 - thx @Fraenkiman 2022-08-13 20:38:03 +02:00
azett
06a555b0d6 fixes #133, props to @Fraenkiman 2022-08-11 20:08:21 +02:00
azett
cc28351945 fixes #134, props to @Fraenkiman 2022-08-11 20:05:18 +02:00
azett
553fd0a9e8 fixes #137 - thanks for reporting, @Fraenkiman :) 2022-08-11 19:55:45 +02:00
azett
247d63eaaf Merge branch 'master' into issue94_smartyupdate
# resolved conflicts:
#	fp-includes/smarty/internals/core.rm_auto.php
#	fp-includes/smarty/internals/core.rmdir.php
2022-07-02 13:42:13 +02:00
azett
e656213fe4 Set Leggero v2 as default style of the Leggero Theme 2022-06-30 20:27:46 +02:00
azett
2b195dfa51 removed Open Sans reference - fixes #120 2022-06-25 11:57:31 +02:00
azett
937b566ff2 removed unneccessary external font resource 2022-06-23 18:20:28 +02:00
azett
51bc4cb120 Merge branch 'master' into issue94_smartyupdate
# Resolved conflicts:
#	fp-includes/core/includes.php
#	fp-plugins/bbcode/plugin.bbcode.php
#	fp-plugins/commentcenter/inc/admin.php
2022-06-18 12:06:34 +02:00
azett
bf68fd2659 Fixed #98: List bullets missing in Leggero preview.png. Also: Fixed like nine year old merge glitches in Leggero's Admin CSSes^^ 2022-06-17 20:50:10 +02:00
azett
3a4a4c9f69 Fixed #97: Searchbox glitch in "FlatMaas revisited" style 2022-06-17 20:16:56 +02:00
azett
607df641ec Merge branch 'master' of https://github.com/flatpressblog/flatpress 2022-05-07 20:02:55 +02:00
azett
becd504aae Issue 106: Invalid HTML output fixed 2022-05-07 20:02:41 +02:00
azett
be550f4666 CSS of the Leggero style had some glitches on mobile devices. Fixed by laborix, thank you very much :) 2022-03-26 13:59:49 +01:00
azett
52bf429a01 Replaced Smarty 2.6.31-dev with v 4.0.4, keeping the FP-specific Smarty plugins.
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()).
Fixed file includes in templates with quotes.
Removed SmartyValidate.class.php includes.

Still work in progress as some errors still appear!
2022-01-23 15:02:33 +01:00
azett
6a63f186c4 HTTPS in the footer link. 2021-02-13 14:03:19 +01:00
azett
d1571ef3ba Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:16:04 +01:00
azett
46b3bfb27b Fixed more template errors in order to get everything running with PHP 8.0 2020-12-31 23:05:42 +01:00
azett
92aa7d395e Leggero now with HTML5 doctype 2020-10-25 06:43:27 +01:00
azett
27622c0c50 Leggero v1 is now responsive, thanks again Matthias! :) 2020-09-06 11:28:12 +02:00
Edoardo Vacchi
3ab82945a7
Use "//" instead of "http://" in googlefonts URI
will automatically adapt to use http or https depending on current URI
closes #31
2019-02-05 14:35:39 +01:00
azett
8d524a55e7 Readmore plugin: Added Czech language file - thanks again Lubomír!
And: Leggero theme comes with a hint to its different styles.
2019-02-03 14:54:53 +01:00
azett
c4ce531850 Comments' URL and email is now checked with filter_var() function. This makes the checks much more generic and, by the way, allows HTTPS URLs. (Which was reported by RT Cunnigham, see http://flatpress.org/home/comments.php?entry=entry181114-131213#comment181212-200956 - thanks!)
Also: Standard theme Leggero has rel="nofollow" for comments' URLs in order to make comment spam more useless.
2019-01-05 13:03:29 +01:00
Edoardo Vacchi
d5aa7a8b2e Merge pull request #19 from MarcThibeault/leggero-v2
Leggero v2
2015-02-07 13:19:59 +01:00
MarcThibeault
30f0db0742 IE CSS 2014-11-17 20:15:14 -05:00
MarcThibeault
4e4d53ab38 Opacity fine tuning 2014-11-17 20:04:47 -05:00
MarcThibeault
5cce425920 CSS for IE 2014-11-13 22:13:36 -05:00
MarcThibeault
d5101c274a Reduced background img size 2014-11-12 21:37:42 -05:00
MarcThibeault
26b75a1ac1 Updated header color + style desc 2014-11-12 17:53:42 -05:00
MarcThibeault
d8ad93a3d8 Updating images 2014-11-12 17:51:41 -05:00
MarcThibeault
b812e573b3 Removed useless line breaks 2014-11-12 17:23:56 -05:00
MarcThibeault
df49a3d346 Fixing CSS background 2014-11-11 22:19:52 -05:00
MarcThibeault
9bb7a702a6 text-shadow fine-tuning 2014-10-28 18:35:58 -04:00
MarcThibeault
5c7218acf4 Removed backbw.png 2014-10-13 21:51:50 -04:00
MarcThibeault
f51a8b9c5f Fixed fonts, sidebar and footers + misc 2014-10-13 21:49:54 -04:00
MarcThibeault
80c06d9faa Made Leggero-v2 responsive + tweaks 2014-10-09 19:18:19 -04:00
MarcThibeault
d600ec2e46 First commit for Leggero-v2 2014-10-08 22:17:43 -04:00
MarcThibeault
aa5fd2b0c1 Adding microdata to entry-default template 2014-07-24 20:48:24 -04:00
liquibyte
2eecd94307 I swear this thing is pulling files from nowhere. I keep seeing changes I didn't make.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:58:10 -05:00
liquibyte
f97f35dd5e Doing a re-commit to make sure things are working right.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:43:52 -05:00
liquibyte
c9bf4a8d26 I don't understand how people say git is easy. Thing seems to be messing up my commits.
Signed-off-by: liquibyte <liquibyte@gmail.com>
2014-01-29 23:00:41 -05:00