Skip to content

Commit

Permalink
Style update to phpBB 3.3.11
Browse files Browse the repository at this point in the history
Style update for the most recent phpBB version
  • Loading branch information
melvingb committed Dec 28, 2023
1 parent 7f7e0f4 commit 251b39a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions style.cfg
Expand Up @@ -21,8 +21,8 @@
# General Information about this style
name = revolution
copyright = © Semi_Deus, © nextgen
style_version = 2.2.2
phpbb_version = 3.3.10
style_version = 2.2.3
phpbb_version = 3.3.11

# Defining a different template bitfield
# template_bitfield = //g=
Expand Down
3 changes: 3 additions & 0 deletions theme/forms.css
Expand Up @@ -259,6 +259,9 @@ fieldset.submit-buttons input {

.message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 450px;
height: 270px;
min-width: 100%;
Expand Down
12 changes: 0 additions & 12 deletions theme/responsive.css
Expand Up @@ -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...";
}
}

Expand Down
2 changes: 1 addition & 1 deletion theme/stylesheet.css
Expand Up @@ -3,7 +3,7 @@
Style name: Revolution
Style name: prosilver (the default phpBB 3.3.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: Melvin García ( https://nextgen.gt/ )
Modified by: nextgen ( https://nextgen.gt/ )
--------------------------------------------------------------
*/

Expand Down

0 comments on commit 251b39a

Please sign in to comment.