Merge pull request #5769 from hanakin/ticket/16248
[ticket/16248] swap logo for new svg version
1
.gitignore
vendored
|
@ -27,3 +27,4 @@
|
||||||
/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 |
|
@ -191,7 +191,7 @@ li {
|
||||||
|
|
||||||
#page-header {
|
#page-header {
|
||||||
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;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -199,7 +199,7 @@ li {
|
||||||
|
|
||||||
.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 {
|
||||||
|
|
|
@ -84,7 +84,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>
|
||||||
|
|
|
@ -149,7 +149,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.site_logo {
|
.site_logo {
|
||||||
background-image: url("./images/site_logo.gif");
|
background-image: url("./images/site_logo.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Horizontal lists
|
/* Horizontal lists
|
||||||
|
|
|
@ -176,6 +176,7 @@ a:hover { text-decoration: underline; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 |