Merge branch '3.3.x'
1
.gitignore
vendored
|
@ -32,3 +32,4 @@ node_modules
|
||||||
/tests/vendor
|
/tests/vendor
|
||||||
/vagrant/phpbb-install-config.yml
|
/vagrant/phpbb-install-config.yml
|
||||||
.vagrant
|
.vagrant
|
||||||
|
*.DS_Store*
|
||||||
|
|
6
phpBB/adm/images/phpbb_logo.svg
Normal file
After Width: | Height: | Size: 33 KiB |
|
@ -217,14 +217,14 @@ li {
|
||||||
#page-header {
|
#page-header {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background: url("../images/phpbb_logo.png") top left no-repeat;
|
background: url("../images/phpbb_logo.svg") top left no-repeat;
|
||||||
height: 54px;
|
height: 54px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #page-header {
|
.rtl #page-header {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: url("../images/phpbb_logo.png") top right no-repeat;
|
background: url("../images/phpbb_logo.svg") top right no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header h1 {
|
#page-header h1 {
|
||||||
|
|
|
@ -76,7 +76,9 @@
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<div id="site-description" class="site-description">
|
<div id="site-description" class="site-description">
|
||||||
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
|
<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
|
||||||
|
<span class="site_logo"></span>
|
||||||
|
</a>
|
||||||
<h1>{SITENAME}</h1>
|
<h1>{SITENAME}</h1>
|
||||||
<p>{SITE_DESCRIPTION}</p>
|
<p>{SITE_DESCRIPTION}</p>
|
||||||
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
||||||
|
|
|
@ -709,7 +709,7 @@ dd.profile-warnings {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* icon images */
|
/* icon images */
|
||||||
.site_logo { background-image: url("./images/site_logo.gif"); }
|
.site_logo { background-image: url("./images/site_logo.svg"); }
|
||||||
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
.contact-icon { background-image: url("./images/icons_contact.png"); }
|
||||||
|
|
||||||
/* profile icons */
|
/* profile icons */
|
||||||
|
|
|
@ -183,6 +183,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.site_logo {
|
.site_logo {
|
||||||
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 149px;
|
width: 149px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
|
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 KiB |
6
phpBB/styles/prosilver/theme/images/site_logo.svg
Normal file
After Width: | Height: | Size: 33 KiB |