Update the Foundation sponsor banner and CSS
This commit is contained in:
parent
d240ceb421
commit
d6b49205bc
@ -110,12 +110,12 @@
|
||||
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foundation-banner">
|
||||
<div class="sponsor-banner">
|
||||
{% case page.lang %}
|
||||
{% when 'fa' %}
|
||||
<div style="direction:ltr;">{% translate sponsor layout %} <a href="https://bitcoinfoundation.org/"><img src="/img/brand/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
<div style="direction:ltr;"><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
||||
{% else %}
|
||||
<div>{% translate sponsor layout %} <a href="https://bitcoinfoundation.org/"><img src="/img/brand/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
<div><span>{% translate sponsor layout %}</span> <a href="https://bitcoinfoundation.org/"><img src="/img/brand/bitcoinfoundation.png" alt="Bitcoin Foundation"></a></div>
|
||||
{% endcase %}
|
||||
</div>
|
||||
<script type="text/javascript">fallbackSVG();</script>
|
||||
|
||||
13
_less/ie.css
13
_less/ie.css
@ -274,8 +274,17 @@ body{
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.foundation{
|
||||
width:500px;
|
||||
.sponsor-banner div{
|
||||
display:inline;
|
||||
zoom:1;
|
||||
}
|
||||
.sponsor-banner span,
|
||||
.sponsor-banner a,
|
||||
.sponsor-banner a:link,
|
||||
.sponsor-banner a:active,
|
||||
.sponsor-banner a:visited{
|
||||
display:inline;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.devprojectlist li{
|
||||
|
||||
@ -153,14 +153,11 @@ h2 .rssicon{
|
||||
padding:0 8px;
|
||||
}
|
||||
|
||||
.foundation-banner a,
|
||||
.foundation-banner a:link,
|
||||
.foundation-banner a:active,
|
||||
.foundation-banner a:visited{
|
||||
.sponsor-banner a,
|
||||
.sponsor-banner a:link,
|
||||
.sponsor-banner a:active,
|
||||
.sponsor-banner a:visited{
|
||||
direction:ltr;
|
||||
display:inline-block;
|
||||
margin-left:0;
|
||||
margin-right:6px;
|
||||
}
|
||||
|
||||
.listtable div div{
|
||||
|
||||
@ -159,33 +159,31 @@ table td,table th{
|
||||
background-color:#0d579b;
|
||||
}
|
||||
|
||||
.foundation-banner{
|
||||
.sponsor-banner{
|
||||
text-align:center;
|
||||
width:940px;
|
||||
margin:auto;
|
||||
}
|
||||
.foundation-banner div{
|
||||
.sponsor-banner div{
|
||||
display:inline-block;
|
||||
color:#8D8D8D;
|
||||
padding:15px 30px 15px 30px;
|
||||
margin:0 0 20px 0;
|
||||
margin:10px 0 20px 0;
|
||||
line-height:2em;
|
||||
}
|
||||
.foundation-banner a,
|
||||
.foundation-banner a:link,
|
||||
.foundation-banner a:active,
|
||||
.foundation-banner a:visited{
|
||||
color:#666;
|
||||
font-weight:bold;
|
||||
margin-left:6px;
|
||||
.sponsor-banner span{
|
||||
white-space:nowrap;
|
||||
}
|
||||
.foundation-banner img{
|
||||
vertical-align:top;
|
||||
position:relative;
|
||||
top:2px;
|
||||
width:32px;
|
||||
height:32px;
|
||||
.sponsor-banner span,
|
||||
.sponsor-banner a,
|
||||
.sponsor-banner a:link,
|
||||
.sponsor-banner a:active,
|
||||
.sponsor-banner a:visited{
|
||||
display:inline-block;
|
||||
margin:5px;
|
||||
}
|
||||
.sponsor-banner img{
|
||||
width:245px;
|
||||
height:18px;
|
||||
}
|
||||
|
||||
.head{
|
||||
@ -1998,7 +1996,7 @@ h2 .rssicon{
|
||||
.footer{
|
||||
display:none;
|
||||
}
|
||||
.foundation-banner{
|
||||
.sponsor-banner{
|
||||
display:none;
|
||||
}
|
||||
.content{
|
||||
@ -2121,7 +2119,7 @@ h2 .rssicon{
|
||||
display:block;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
.foundation-banner{
|
||||
.sponsor-banner{
|
||||
width:auto;
|
||||
}
|
||||
.index{
|
||||
|
||||
BIN
img/brand/bitcoinfoundation.png
Normal file
BIN
img/brand/bitcoinfoundation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 918 B |
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue
Block a user