diff --git a/style.cfg b/style.cfg index 9ba087a..e2beacd 100644 --- a/style.cfg +++ b/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = fisubice3 copyright = © Darren Burnhill, phpBBservice.nl 2007, © AS (Allan Style), © nextgen 2021 -style_version = 3.1.0-RC3 -phpbb_version = 3.3.10 +style_version = 3.1.0 +phpbb_version = 3.3.11 # Defining a different template bitfield # template_bitfield = //g= diff --git a/template/forumlist_body.html b/template/forumlist_body.html index 57cc7e2..ffa8a79 100644 --- a/template/forumlist_body.html +++ b/template/forumlist_body.html @@ -39,7 +39,7 @@
  • -
    +
    @@ -63,7 +63,7 @@
    {forumrow.L_SUBFORUM_STR}{L_COLON} - + {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} diff --git a/template/simple_header.html b/template/simple_header.html index 086b9b1..e7c457f 100644 --- a/template/simple_header.html +++ b/template/simple_header.html @@ -31,7 +31,7 @@ - diff --git a/template/viewtopic_body.html b/template/viewtopic_body.html index db87f2e..96f9a57 100644 --- a/template/viewtopic_body.html +++ b/template/viewtopic_body.html @@ -342,6 +342,8 @@

    + {% EVENT viewtopic_body_postrow_content_before %} +
    {postrow.MESSAGE}
    diff --git a/theme/content.css b/theme/content.css index d367a37..2b412bf 100644 --- a/theme/content.css +++ b/theme/content.css @@ -88,6 +88,10 @@ ul.topiclist dfn { margin-right: 5px; } +.forum-image img { + max-width: 100%; +} + li.row { border-top: 1px solid transparent; border-bottom: 1px solid transparent; @@ -98,7 +102,7 @@ li.row strong { } li.header dt, li.header dd { - line-height: 1.1em; + line-height: 1.6em; border-left-width: 0; margin: 7px 0 5px 0; padding-top: 2px; @@ -923,3 +927,13 @@ table.fixed-width-table { #memberlist tr.inactive, #team tr.inactive { font-style: italic; } + +/* Memberlist +----------------------------------------*/ +.group-description { + font-size: 1.3em; +} + +.group-description ul { + list-style-position: inside; +} diff --git a/theme/responsive.css b/theme/responsive.css index c96a63b..903cdb3 100644 --- a/theme/responsive.css +++ b/theme/responsive.css @@ -22,18 +22,6 @@ .section-viewtopic .search-box .inputbox { width: 57px; - } - - .action-bar .search-box .inputbox ::-moz-placeholder { - content: "Search..."; - } - - .action-bar .search-box .inputbox :-ms-input-placeholder { - content: "Search..."; - } - - .action-bar .search-box .inputbox ::-webkit-input-placeholder { - content: "Search..."; } } diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 936d31a..c05c006 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -3,7 +3,7 @@ Style name: fisubice3 Based on style: prosilver (the default phpBB 3.3.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) - Modified by: Darren Burnhill, Raimon, SKRS, Melvin García ( https://www.melvingarcia.com/ ) + Modified by: Darren Burnhill, Raimon, SKRS, nextgen ( https://www.nextgen.gt/ ) -------------------------------------------------------------- */