Changes for phpbb 3.3.0

This commit is contained in:
2020-08-03 20:54:02 +02:00
parent 5728907154
commit 73bec9e223
81 changed files with 381 additions and 290 deletions

View File

@@ -672,6 +672,11 @@ Colours and backgrounds for buttons.css
box-shadow: 0 0 10px #0075B0;
}
.search-results li:hover,
.search-results li.active {
background-color: #CFE1F6;
}
/* Icon images
---------------------------------------- */

View File

@@ -3,7 +3,7 @@
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
height: 101%;
}
body {
@@ -11,7 +11,7 @@ body {
font-size: 10px;
line-height: normal;
margin: 0;
padding: 0;
padding: 12px 0;
word-wrap: break-word;
-webkit-print-color-adjust: exact;
}
@@ -176,6 +176,7 @@ a:hover { text-decoration: underline; }
}
.site_logo {
background-repeat: no-repeat;
display: inline-block;
width: 45px;
height: 50px;
@@ -981,8 +982,15 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Miscellaneous styles
---------------------------------------- */
.copyright {
padding: 5px;
font-size: 10px;
text-align: center;
padding: 10px;
}
.footer-row {
font-size: 10px;
line-height: 1.8;
margin: 0;
}
.small {
@@ -1267,6 +1275,10 @@ ul.linklist:after,
width: 50px;
}
.dropdown .clone.hidden {
display: none;
}
.dropdown .clone.hidden + li.separator {
display: none;
}

View File

@@ -300,11 +300,14 @@ ol.def-rules li {
padding: 0 3px;
}
/* DEPRECATED 3.2.6
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: transparent;
border-right-color: transparent;
}
*/
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour,
.pmlist li.pm_marked_colour, .pm_marked_colour,
.pmlist li.pm_replied_colour, .pm_replied_colour,
.pmlist li.pm_friend_colour, .pm_friend_colour,

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

0
theme/de/index.htm Normal file
View File

2
theme/de/stylesheet.css Normal file
View File

@@ -0,0 +1,2 @@
/* Online image */
.online { background-image: url("./icon_user_online.gif"); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

0
theme/de_x_sie/index.htm Normal file
View File

View File

@@ -0,0 +1,2 @@
/* Online image */
.online { background-image: url("./icon_user_online.gif"); }

View File

@@ -355,7 +355,7 @@ input.button3 {
font-variant: small-caps;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"] {
input[type="button"], input[type="submit"], input[type="reset"], input[type="checkbox"], input[type="radio"], .search-results li {
cursor: pointer;
}

View File

@@ -5,7 +5,7 @@
/* Global module setup
--------------------------------*/
/* Renamed version of .fa class for agnostic useage of icon fonts.
/* Renamed version of .fa class for agnostic usage of icon fonts.
* Just change the name of the font after the 14/1 to the name of
* the font you wish to use.
*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -3,6 +3,10 @@
margin-bottom: 1em;
}
.attach-row-tpl {
display: none;
}
.file-list td {
vertical-align: middle;
}

View File

@@ -90,7 +90,7 @@ hr {
font-size: 75%;
}
/* Dont want to print url for names or titles in content area */
/* Don't want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited,
html>body .postbody .author a:link:after,
html>body .postbody .author a:visited:after,

View File

@@ -421,6 +421,7 @@
.column1, .column2, .left-box.profile-details {
float: none;
width: auto;
clear: both;
}
/* Polls

View File

@@ -1,21 +1,21 @@
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.2.x style)
Style name: prosilver (the default phpBB 3.3.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("normalize.css?v=3.2");
@import url("base.css?v=3.2");
@import url("utilities.css?v=3.2");
@import url("common.css?v=3.2");
@import url("links.css?v=3.2");
@import url("content.css?v=3.2");
@import url("buttons.css?v=3.2");
@import url("cp.css?v=3.2");
@import url("forms.css?v=3.2");
@import url("icons.css?v=3.2");
@import url("colours.css?v=3.2");
@import url("responsive.css?v=3.2");
@import url("normalize.css?v=3.3");
@import url("base.css?v=3.3");
@import url("utilities.css?v=3.3");
@import url("common.css?v=3.3");
@import url("links.css?v=3.3");
@import url("content.css?v=3.3");
@import url("buttons.css?v=3.3");
@import url("cp.css?v=3.3");
@import url("forms.css?v=3.3");
@import url("icons.css?v=3.3");
@import url("colours.css?v=3.3");
@import url("responsive.css?v=3.3");