Changes for phpbb 3.3.0
@@ -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
|
||||
---------------------------------------- */
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
BIN
theme/de/icon_user_online.gif
Normal file
|
After Width: | Height: | Size: 423 B |
0
theme/de/index.htm
Normal file
2
theme/de/stylesheet.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Online image */
|
||||
.online { background-image: url("./icon_user_online.gif"); }
|
||||
BIN
theme/de_x_sie/icon_user_online.gif
Normal file
|
After Width: | Height: | Size: 423 B |
0
theme/de_x_sie/index.htm
Normal file
2
theme/de_x_sie/stylesheet.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Online image */
|
||||
.online { background-image: url("./icon_user_online.gif"); }
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
Before Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 664 B |
|
Before Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 153 B |
|
Before Width: | Height: | Size: 154 B |
|
Before Width: | Height: | Size: 5.0 KiB |
6
theme/images/site_logo.svg
Normal file
|
After Width: | Height: | Size: 33 KiB |
@@ -3,6 +3,10 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.attach-row-tpl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.file-list td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -421,6 +421,7 @@
|
||||
.column1, .column2, .left-box.profile-details {
|
||||
float: none;
|
||||
width: auto;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Polls
|
||||
|
||||
@@ -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");
|
||||
|
||||