Refresh and cleanup CSS and layout for old languages

Apply new layout
Drop deprecated CSS and icons
Fix various broken layout styles
Merge duplicating CSS "per language" into single files
This commit is contained in:
Saivann 2013-10-17 03:50:10 -04:00
parent 95593ec197
commit fb2f594f9a
26 changed files with 138 additions and 951 deletions

View file

@ -12,124 +12,6 @@ menu:
- id: development - id: development
- id: about - id: about
--- ---
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'pl' or 'ru' or 'zh_TW' %}
<!DOCTYPE HTML>
<html lang="{{ page.lang }}">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta property="og:image" content="http://bitcoin.org/img/opengraph.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="robots" content="NOODP">
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
{% lesscss main.less %}
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" /><script type="text/javascript" src="/js/ie.js"></script><![endif]-->
{% if page.lang == 'ar' or page.lang == 'fa' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}<link rel="stylesheet" type="text/css" href="/{{ page.lang }}/css/main.css">{% endif %}
<script type="text/javascript" src="/js/main.js"></script>
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
</head>
<body class="old">
{% if site.ALERT %}
<div class="alert-message">
<div><div>{{ site.ALERT }}</div></div>
</div>
{% endif %}
<div id="head"><div>
<select id="langselect" onchange="window.location=this.value;">
{% for lang in site.langsorder %}{% if lang.id == page.lang %}{% assign active = ' selected="selected"'%}{% else %}{% assign active = ''%}{% endif %}
<option value="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}"{{ active }}>{{ site.langs[lang.id] }}</option>
{% endfor %}
</select>
<ul id="lang">
<li><a href="#" onclick="return false;">{{ site.langs[page.lang] }}</a>
<ul>
{% for lang in site.langsorder %}{% if lang.id != page.lang %}
<li><a href="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}">{{ site.langs[lang.id] }}</a></li>
{% endif %}{% endfor %}
</ul>
</li>
</ul>
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' %}
<ul id="menufor">
{% for link in page.menufor %}{% assign id = link.id%}{% capture url %}/{{ page.lang }}/{% translate {{id}} url %}{% endcapture %}
<li{% if page.id == id %} class="active"{% endif %}><a href="{{ url }}">{% translate menu-{{id}} layout %}</a></li>
{% endfor %}
</ul>
<ul id="menu">
{% for link in page.menu %}{% assign id = link.id%}{% capture url %}/{{ page.lang }}/{% translate {{id}} url %}{% endcapture %}
<li{% if page.id == id %} class="active"{% endif %}><a href="{{ url }}">{% translate menu-{{id}} layout %}</a></li>
{% endfor %}
</ul>
{% else %}
<ul id="menusimple">
<li><a href="#" onclick="mobilehover(event);">{% translate menu-intro layout %}</a>
<ul>
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
<li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li>
</ul>
</li>
<li><a href="#" onclick="mobilehover(event);">{% translate menu-resources layout %}</a>
<ul>
<li{% if page.id == 'resources' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate resources url %}">{% translate menu-resources layout %}</a></li>
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
</ul>
</li>
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
<li><a href="https://bitcoinfoundation.org/">{% translate menu-foundation layout %}</a></li>
<li{% if page.id == 'about' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate about url %}">{% translate menu-about layout %}</a></li>
</ul>
{% endcase %}
</div></div>
<div id="body">
<div id="content"{% if page.mode == "wide" %} class="wide"{% endif %}>
{{ content }}
</div>
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
<div id="choose">
<a href="/{{ page.lang }}/{% translate choose-your-wallet url %}"><img src="/img/but_start{% if page.lang == 'ar' or page.lang == 'fa' %}_rev{% endif %}.svg" alt="Icon">{% translate button-wallet layout %}</a>
</div>
<div id="before">
<a href="/{{ page.lang }}/{% translate you-need-to-know url %}"><img src="/img/but_warn.svg" alt="Icon">{% translate button-know layout %}</a>
</div>
<div id="support">
<a href="/{{ page.lang }}/{% translate support-bitcoin url %}"><img src="/img/but_involve.svg" alt="Icon">{% translate button-support layout %}</a>
</div>
</div>
<div id="footer"><div>
<a href="/en/alerts">Network Status</a>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' %}
{% else %}
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
{% endcase %}
<a href="/en/legal">Legal</a>
<span>{% translate footer layout %}</span>
</div></div>
</div>
<script type="text/javascript">svgfallback();</script>
</body>
</html>
{% else %}
<!DOCTYPE HTML> <!DOCTYPE HTML>
<html lang="{{ page.lang }}"> <html lang="{{ page.lang }}">
<head> <head>
@ -139,7 +21,8 @@ menu:
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title> <title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
{% lesscss main.less %} {% lesscss main.less %}
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" /><script type="text/javascript" src="/js/ie.js"></script><![endif]--> <!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" /><script type="text/javascript" src="/js/ie.js"></script><![endif]-->
{% if page.lang == 'ar' or page.lang == 'fa' or page.lang == 'pl' or page.lang == 'ru' %}<link rel="stylesheet" type="text/css" href="/{{ page.lang }}/css/main.css">{% endif %} {% if page.lang == 'ar' or page.lang == 'fa' %}<link rel="stylesheet" type="text/css" href="/css/rtl.css">{% endif %}
{% if page.lang == 'pl' or page.lang == 'ru' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}<link rel="stylesheet" type="text/css" href="/css/sans.css">{% endif %}
<script type="text/javascript" src="/js/main.js"></script> <script type="text/javascript" src="/js/main.js"></script>
<link rel="shortcut icon" href="/favicon.png"> <link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/> <link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
@ -173,7 +56,15 @@ menu:
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li> <li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li> <li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li> <li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' %}
<li{% if page.id == 'bitcoin-for-enthusiasts' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-enthusiasts url %}">{% translate menu-bitcoin-for-enthusiasts layout %}</a></li>
<li{% if page.id == 'choose-your-wallet' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate menu-choose-your-wallet layout %}</a></li>
{% when 'pl' or 'zh_TW' %}
<li{% if page.id == 'choose-your-wallet' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate menu-choose-your-wallet layout %}</a></li>
{% else %}
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li> <li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>
{% endcase %}
<li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li> <li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li>
<li{% if page.id == 'you-need-to-know' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate menu-you-need-to-know layout %}</a></li> <li{% if page.id == 'you-need-to-know' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate menu-you-need-to-know layout %}</a></li>
</ul> </ul>
@ -184,11 +75,19 @@ menu:
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li> <li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li> <li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li> <li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' or 'pl' or 'zh_TW' %}
{% else %}
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li> <li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
{% endcase %}
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %} {% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
</ul> </ul>
</li> </li>
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' %}
{% else %}
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li> <li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
{% endcase %}
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a></li> <li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a></li>
{% case page.lang %} {% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} {% when 'ar' or 'de' or 'es' or 'fa' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
@ -212,7 +111,12 @@ menu:
{% else %} {% else %}
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a> <a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
{% endcase %} {% endcase %}
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'ru' %}
<a href="/en/about-us">About bitcoin.org</a>
{% else %}
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a> <a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
{% endcase %}
<span>{% translate footer layout %}</span> <span>{% translate footer layout %}</span>
</div></div> </div></div>
</div> </div>
@ -220,5 +124,3 @@ menu:
</body> </body>
</html> </html>
{% endcase %}

View file

@ -278,6 +278,7 @@ li p{
min-width:120%; min-width:120%;
padding:5px 0px; padding:5px 0px;
margin:0px; margin:0px;
left:0px;
} }
#menusimple li:hover ul{ #menusimple li:hover ul{
display:block; display:block;
@ -297,7 +298,6 @@ li p{
display:block; display:block;
color:#2c6fad; color:#2c6fad;
font-size:100%; font-size:100%;
width:100%;
margin:1px 0px; margin:1px 0px;
padding:6px 10px 3px 10px; padding:6px 10px 3px 10px;
} }
@ -593,7 +593,7 @@ li p{
} }
.contributors{ .contributors{
width:900px; width:890px;
text-align:left; text-align:left;
} }
.contributors span a{ .contributors span a{
@ -1321,274 +1321,23 @@ h2 .rssicon{
/* Deprecated styles (should be removed when translations are updated) */ /* Deprecated styles (should be removed when translations are updated) */
body.old #menufor{ .resourcesold{
margin:0px;
position:absolute;
top:8px;
left:250px;
padding:0px;
height:35px;
}
body.old h1{
text-align:left;
}
body.old .summary{
text-align:left;
}
body.old .alert-message div div{
width:960px;
}
body.old #menufor li{
list-style:none;
float:left;
padding:0px;
margin:0px 8px;
border-radius:5px;
-webkit-left-radius:5px;
}
body.old #menufor li a,
body.old #menufor li a:active,
body.old #menufor li a:visited,
body.old #menufor li a:link{
font-family:'Ubuntu', sans-serif;
font-weight:700;
font-size:105%;
display:block;
text-decoration:none;
padding:6px 8px 3px 8px;
color:#2c6fad;
white-space:nowrap;
}
body.old #menufor li:hover,
body.old #menufor li.active{
background-color:#2c6fad;
}
body.old #menufor li:hover a,
body.old #menufor li.active a{
border-radius:5px;
-webkit-left-radius:5px;
color:#fff;
}
body.old #menu{
padding:0px;
margin:12px auto -12px 32px;
}
body.old #menu li{
list-style:none;
display:inline-block;
margin:0px;
}
#menu li a,
#menu li a:active,
#menu li a:visited,
#menu li a:link{
font-family:'Ubuntu', sans-serif;
font-weight:300;
display:block;
color:#6a6a6a;
text-decoration:none;
padding: 8px 10px;
border: 2px solid transparent;
white-space:nowrap;
}
body.old #menu li:hover a,
body.old #menu li.active a{
color:#000;
background-color:#fff;
border:2px solid #ebebeb;
border-radius:3px;
-webkit-border-radius:3px;
}
body.old #head>div{
max-width:1050px;
}
body.old #body{
max-width:1050px;
}
body.old #content{
padding:20px 265px 30px 30px;
}
body.old #content.wide{
padding:20px 40px 30px 30px;
max-width:990px;
}
body.old #rightbox{
width:210px;
position:absolute;
right:30px;
top:20px;
border-radius:5px;
-webkit-border-radius:5px;
padding:5px;
}
body.old #rightbox.wide{
display:none;
}
body.old #choose a,
body.old #before a,
body.old #support a{
font-family:'Ubuntu', sans-serif;
font-weight:300;
padding:10px 8px 10px 48px;
color:#fff;
display:block;
text-align:left;
margin-bottom:10px;
text-decoration:none;
border-radius:5px;
-webkit-border-radius:5px;
}
body.old #choose img,
body.old #before img,
body.old #support img{
vertical-align:middle;
margin-right:8px;
margin-left:-40px;
width:32px;
height:32px;
}
body.old #before a,
body.old #support a{
background-color:#2c6fad;
border:1px solid #20598f;
background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
background-image:-o-linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
background-image:-moz-linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
background-image:-webkit-linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
}
body.old #choose a{
padding:12px 8px 12px 48px;
background-color:#e78406;
border:1px solid #d57700;
background-image:linear-gradient(bottom, #d57700 14%, #e78406 70%);
background-image:-o-linear-gradient(bottom, #d57700 14%, #e78406 70%);
background-image:-moz-linear-gradient(bottom, #d57700 14%, #e78406 70%);
background-image:-webkit-linear-gradient(bottom, #d57700 14%, #e78406 70%);
background-image:-ms-linear-gradient(bottom, #d57700 14%, #e78406 70%);
}
body.old #choose a:hover,
body.old #before a:hover,
body.old #support a:hover{
background-image:none;
}
body.old .downloadold a{
font-size:125%;
display:inline-block;
margin:5px 0px;
}
body.old .downloadold span{
width:16px;
height:16px;
display:inline-block;
}
body.old .preview{
margin-top:40px;
}
body.old #footer{
max-width:1050px;
}
body.old .foundation{
max-width:500px;
margin:40px auto;
border:2px dashed #dfdfdf;
padding:40px;
border-radius:9px;
-webkit-border-radius:9px;
}
body.old .preview{
width:880px;
padding-left:40px;
padding-top:15px;
border:2px solid #eee;
border-radius:8px;
-webkit-border-radius:8px;
}
body.old .resourcesold{
font-size:115%; font-size:115%;
font-weight:bold; font-weight:bold;
} }
body.old .resourcesold ul{ .resourcesold ul{
padding-top:5px; padding-top:5px;
} }
body.old .resourcesold li{ .resourcesold li{
padding-top:6px; padding-top:6px;
text-align:left; text-align:left;
} }
body.old .resourcesold a, .resourcesold a,
body.old .resourcesold a:link, .resourcesold a:link,
body.old .resourcesold a:active, .resourcesold a:active,
body.old .resourcesold a:visited{ .resourcesold a:visited{
text-decoration:none; text-decoration:none;
} }
body.old .resourcesold li ul li{ .resourcesold li ul li{
font-weight:normal; font-weight:normal;
} }
/* Deprecated styles specific to mobiles (should be removed when translations are updated) */
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
body.old #menufor,
body.old #menu{
display:none;
}
body.old #menufor{
position:static;
bottom:0px;
margin:10px 0px 0px 0px;
height:auto;
}
body.old #menufor li{
float:none;
display:inline-block;
}
body.old #menufor li a,
body.old #menufor li a:active,
body.old #menufor li a:visited,
body.old #menufor li a:link{
padding:6px 6px 3px 6px;
}
body.old #menufor li{
margin:6px;
}
body.old #menu{
position:static;
height:auto;
margin:10px 0px 10px 0px;
}
body.old #menu li{
float:none;
display:inline-block;
padding: 5px;
}
body.old #menu li a,
body.old #menu li a:active,
body.old #menu li a:visited,
body.old #menu li a:link{
padding:5px;
}
body.old #rightbox,
body.old #rightbox.wide{
display:block;
position:static;
margin:30px auto 20px auto;
}
body.old #content{
padding:15px 10px 20px 10px;
}
body.old #content.wide{
position:static;
margin:0px 5px;
padding:15px 10px 20px 10px;
}
body.old .foundation{
padding:20px;
}
}

View file

@ -5,23 +5,23 @@ id: bitcoin-for-enthusiasts
<h1>{% translate pagetitle %}</h1> <h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p> <p class="summary">{% translate summary %}</p>
<h2><img src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2> <h2><img class="titleicon" src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
<p>{% translate consensustext %}</p> <p>{% translate consensustext %}</p>
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2> <h2><img class="titleicon" src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
<p>{% translate networktext %}</p> <p>{% translate networktext %}</p>
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2> <h2><img class="titleicon" src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
<p>{% translate freedomtext %}</p> <p>{% translate freedomtext %}</p>
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2> <h2><img class="titleicon" src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
<p>{% translate globaltext %}</p> <p>{% translate globaltext %}</p>
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2> <h2><img class="titleicon" src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
<p>{% translate transparencytext %}</p> <p>{% translate transparencytext %}</p>
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2> <h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
<p>{% translate securetext %}</p> <p>{% translate securetext %}</p>
<h2><img src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2> <h2><img class="titleicon" src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
<p>{% translate trusttext %}</p> <p>{% translate trusttext %}</p>

View file

@ -2,33 +2,6 @@
layout: base layout: base
id: download id: download
--- ---
{% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'pl' or 'ru' or 'zh_TW' %}
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin-Qt releases">
<h1>{% translate pagetitle %}</h1>
<h2>{% translate latestversion %}{{site.DOWNLOAD_VERSION}}<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h2>
<p class="downloadold">
<img src="/img/dow-win.png" alt="windows"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-win32.zip/download">{% translate downloadwinzip %}</a> <small>~13MB</small><br>
<img src="/img/dow-win.png" alt="windows"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-win32-setup.exe/download">{% translate downloadwinexe %}</a> <small>~9MB</small><br>
<img src="/img/dow-ubuntu.png" alt="ubuntu"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">{% translate downloadubu %}</a><br>
<img src="/img/dow-linux.png" alt="linux"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-linux.tar.gz/download">{% translate downloadlin %}</a> <small>~12MB</small><br>
<img src="/img/dow-osx-uni.png" alt="osx"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg/download">{% translate downloadmac %}</a> <small>~13MB</small><br>
{% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
<img src="/img/dow_sig.svg" alt="signature"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc/view">{% translate downloadsig download en %}</a><br>
{% else %}
<img src="/img/dow_sig.svg" alt="signature"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc/view">{% translate downloadsig %}</a><br>
{% endcase %}
<span></span> <a href="https://github.com/bitcoin/bitcoin">{% translate downloadsource %}</a> (GitHub)<br><br>
<span></span> <a href="/en/version-history" style="font-weight:bold;">{% translate versionhistory %}</a>
</p>
<br>
<p>{% translate notelicense %}</p>
<p>{% translate notesync %}</p>
{% else %}
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin-Qt releases"> <link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin-Qt releases">
<div class="download"> <div class="download">
<h1>{% translate pagetitle %}</h1> <h1>{% translate pagetitle %}</h1>
@ -65,5 +38,3 @@ case 'ubuntu':but.href='https://launchpad.net/~bitcoin/+archive/bitcoin';break;
case 'mac':but.href='http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg/download';break; case 'mac':but.href='http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-macosx.dmg/download';break;
} }
</script> </script>
{% endcase %}

View file

@ -259,6 +259,7 @@ ar:
title: "تحميل - بت كوين" title: "تحميل - بت كوين"
pagetitle: "تحميل Bitcoin-Qt" pagetitle: "تحميل Bitcoin-Qt"
latestversion: "أخر إصدار : " latestversion: "أخر إصدار : "
download: "تحميل Bitcoin-Qt"
downloadwinzip: "تحميل للوندوز (zip)" downloadwinzip: "تحميل للوندوز (zip)"
downloadwinexe: "تحميل للوندوز (exe)" downloadwinexe: "تحميل للوندوز (exe)"
downloadubu: "تحميل للأوبونتو (PPA)" downloadubu: "تحميل للأوبونتو (PPA)"
@ -430,6 +431,7 @@ ar:
blockchain: "سلسلة ألمجاميع" blockchain: "سلسلة ألمجاميع"
blockchaintxt: "سجل معاملات عمومي مشترك" blockchaintxt: "سجل معاملات عمومي مشترك"
layout: layout:
menu-intro: "مقدمة"
menu-bitcoin-for-individuals: "أفراد" menu-bitcoin-for-individuals: "أفراد"
menu-bitcoin-for-businesses: "أعمال" menu-bitcoin-for-businesses: "أعمال"
menu-bitcoin-for-developers: "مطورين" menu-bitcoin-for-developers: "مطورين"
@ -440,11 +442,11 @@ ar:
menu-resources: "مصادر" menu-resources: "مصادر"
menu-community: "مجتمع" menu-community: "مجتمع"
menu-development: "تطوير" menu-development: "تطوير"
menu-support-bitcoin: "شارك"
menu-foundation: "مؤسسة" menu-foundation: "مؤسسة"
menu-about: "عن" menu-about: "عن"
button-wallet: "إختر محفظتك" menu-choose-your-wallet: "إختر محفظتك"
button-know: "تحتاج أن تعلم" menu-you-need-to-know: "تحتاج أن تعلم"
button-support: "إدعم ألبت كوين"
footer: "© Bitcoin Project 2009-2013 Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>" footer: "© Bitcoin Project 2009-2013 Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
url: url:
about: "عن" about: "عن"

View file

@ -259,6 +259,7 @@ es:
title: "Descargar - Bitcoin" title: "Descargar - Bitcoin"
pagetitle: "Descargar Bitcoin-Qt" pagetitle: "Descargar Bitcoin-Qt"
latestversion: "Última versión : " latestversion: "Última versión : "
download: "Descargar Bitcoin-Qt"
downloadwinzip: "Descargar para Windows (zip)" downloadwinzip: "Descargar para Windows (zip)"
downloadwinexe: "Descargar para Windows (exe)" downloadwinexe: "Descargar para Windows (exe)"
downloadubu: "Descargar para Ubuntu (PPA)" downloadubu: "Descargar para Ubuntu (PPA)"
@ -430,6 +431,7 @@ es:
blockchain: la Cadena de Bloques blockchain: la Cadena de Bloques
blockchaintxt: (un registro de transacciónes pública compartida) blockchaintxt: (un registro de transacciónes pública compartida)
layout: layout:
menu-intro: Introducción
menu-bitcoin-for-individuals: Personas menu-bitcoin-for-individuals: Personas
menu-bitcoin-for-businesses: Empresas menu-bitcoin-for-businesses: Empresas
menu-bitcoin-for-developers: Desarrolladores menu-bitcoin-for-developers: Desarrolladores
@ -440,11 +442,11 @@ es:
menu-resources: Recursos menu-resources: Recursos
menu-community: Comunidad menu-community: Comunidad
menu-development: Desarrollo menu-development: Desarrollo
menu-support-bitcoin: Participar
menu-foundation: Fundación menu-foundation: Fundación
menu-about: "Acerca de" menu-about: "Acerca de"
button-wallet: "Elige tu monedero" menu-choose-your-wallet: "Elige tu monedero"
button-know: "Debes saber" menu-you-need-to-know: "Debes saber"
button-support: "Apoya Bitcoin"
footer: "© Bitcoin Project 20092013 Publicado bajo la <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencia MIT</a>" footer: "© Bitcoin Project 20092013 Publicado bajo la <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencia MIT</a>"
url: url:
about: acerca-de about: acerca-de

View file

@ -164,6 +164,7 @@ fa:
title: "دانلود - بیت کوین" title: "دانلود - بیت کوین"
pagetitle: "دانلود Bitcoin-Qt" pagetitle: "دانلود Bitcoin-Qt"
latestversion: "آخرین نسخه :" latestversion: "آخرین نسخه :"
download: "دانلود Bitcoin-Qt"
downloadwinzip: "دانلود برای ویندوز (zip)" downloadwinzip: "دانلود برای ویندوز (zip)"
downloadwinexe: "دانلود برای ویندوز (exe)" downloadwinexe: "دانلود برای ویندوز (exe)"
downloadubu: "دانلود برای اوبونتو (PPA)" downloadubu: "دانلود برای اوبونتو (PPA)"
@ -335,6 +336,7 @@ fa:
blockchain: زنجیره ی بلاک blockchain: زنجیره ی بلاک
blockchaintxt: (یک log تراکنش عمومی به اشتراک گذاشته شده) blockchaintxt: (یک log تراکنش عمومی به اشتراک گذاشته شده)
layout: layout:
menu-intro: معرفی
menu-bitcoin-for-individuals: افراد menu-bitcoin-for-individuals: افراد
menu-bitcoin-for-businesses: کسب و کارها menu-bitcoin-for-businesses: کسب و کارها
menu-bitcoin-for-developers: توسعه دهندگان menu-bitcoin-for-developers: توسعه دهندگان
@ -345,11 +347,11 @@ fa:
menu-resources: منابع menu-resources: منابع
menu-community: انجمن menu-community: انجمن
menu-development: توسعه menu-development: توسعه
menu-support-bitcoin: شرکت کردن
menu-foundation: بنیاد menu-foundation: بنیاد
menu-about: درباره menu-about: درباره
button-wallet: "انتخاب کیف پول" menu-choose-your-wallet: "انتخاب کیف پول"
button-know: "آن چه باید بدانید" menu-you-need-to-know: "آن چه باید بدانید"
button-support: "حمایت از بیت کوین"
footer: "© پروژه بیت کوین 2013-2009 منتشر شده تحت <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT گواهینامه</a>" footer: "© پروژه بیت کوین 2013-2009 منتشر شده تحت <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT گواهینامه</a>"
url: url:
about: درباره about: درباره

View file

@ -166,6 +166,7 @@ pl:
title: "Ściągnij - Bitcoin" title: "Ściągnij - Bitcoin"
pagetitle: "Ściągnij - Bitcoin-QT" pagetitle: "Ściągnij - Bitcoin-QT"
latestversion: "Najnowsza wersja:" latestversion: "Najnowsza wersja:"
download: "Ściągnij - Bitcoin-QT"
downloadwinzip: "Pobierz dla Windows (zip)" downloadwinzip: "Pobierz dla Windows (zip)"
downloadwinexe: "Pobierz dla Windows (exe)" downloadwinexe: "Pobierz dla Windows (exe)"
downloadubu: "Pobierz dla Ubuntu (PPA)" downloadubu: "Pobierz dla Ubuntu (PPA)"
@ -381,12 +382,12 @@ pl:
menu-events: Wydarzenia menu-events: Wydarzenia
menu-press: Prasa menu-press: Prasa
menu-innovation: Innowacje menu-innovation: Innowacje
menu-support-bitcoin: Uczestniczyć
menu-foundation: Fundacja menu-foundation: Fundacja
menu-about: O bitcoinie menu-about: O bitcoinie
menu-about-us: "O bitcoin.org" menu-about-us: "O bitcoin.org"
button-wallet: "Wybierz swój portfel" menu-choose-your-wallet: "Wybierz swój portfel"
button-know: "Powinieneś wiedzieć" menu-you-need-to-know: "Powinieneś wiedzieć"
button-support: "Wesprzyj Bitcoin"
footer: "© Projekt Bitcoin 20092013 Dostępny w ramach <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencji MIT</a>" footer: "© Projekt Bitcoin 20092013 Dostępny w ramach <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencji MIT</a>"
url: url:
about: o about: o

View file

@ -259,6 +259,7 @@ ru:
title: "Загрузки - Bitcoin" title: "Загрузки - Bitcoin"
pagetitle: "Загрузить Bitcoin-Qt" pagetitle: "Загрузить Bitcoin-Qt"
latestversion: "Последняя версия : " latestversion: "Последняя версия : "
download: "Загрузить Bitcoin-Qt"
downloadwinzip: "Версия для Windows (zip)" downloadwinzip: "Версия для Windows (zip)"
downloadwinexe: "Версия для Windows (exe)" downloadwinexe: "Версия для Windows (exe)"
downloadubu: "Версия для Ubuntu (PPA)" downloadubu: "Версия для Ubuntu (PPA)"
@ -430,6 +431,7 @@ ru:
blockchain: "Цепочка блоков" blockchain: "Цепочка блоков"
blockchaintxt: "общедоступный лог транзакций" blockchaintxt: "общедоступный лог транзакций"
layout: layout:
menu-intro: "презентация"
menu-bitcoin-for-individuals: "Частным лицам" menu-bitcoin-for-individuals: "Частным лицам"
menu-bitcoin-for-businesses: "Бизнесу" menu-bitcoin-for-businesses: "Бизнесу"
menu-bitcoin-for-developers: "Разработчикам" menu-bitcoin-for-developers: "Разработчикам"
@ -440,11 +442,11 @@ ru:
menu-resources: "Ресурсы" menu-resources: "Ресурсы"
menu-community: "Сообщество" menu-community: "Сообщество"
menu-development: "Разработка" menu-development: "Разработка"
menu-support-bitcoin: "участвовать"
menu-foundation: "Фонд" menu-foundation: "Фонд"
menu-about: "О Биткоине" menu-about: "О Биткоине"
button-wallet: "Выберите свой кошелек" menu-choose-your-wallet: "Выберите свой кошелек"
button-know: "Вам нужно знать" menu-you-need-to-know: "Вам нужно знать"
button-support: "Поддержать Биткоин"
footer: "© Bitcoin Project 20092013 Программное обеспечение распространяется под лицензией <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT</a>" footer: "© Bitcoin Project 20092013 Программное обеспечение распространяется под лицензией <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT</a>"
url: url:
about: "описание" about: "описание"

View file

@ -166,6 +166,7 @@ zh_TW:
title: "下載 - Bitcoin" title: "下載 - Bitcoin"
pagetitle: "下載 Bitcoin-Qt" pagetitle: "下載 Bitcoin-Qt"
latestversion: "最新版本 : " latestversion: "最新版本 : "
download: "下載 Bitcoin-Qt"
downloadwinzip: "下載適用於 Windows 的版本 (zip)" downloadwinzip: "下載適用於 Windows 的版本 (zip)"
downloadwinexe: "下載適用於 Windows 的版本 (exe)" downloadwinexe: "下載適用於 Windows 的版本 (exe)"
downloadubu: "下載適用於 Ubuntu 的版本 (PPA)" downloadubu: "下載適用於 Ubuntu 的版本 (PPA)"
@ -382,11 +383,11 @@ zh_TW:
menu-press: 出版物 menu-press: 出版物
menu-innovation: 創新 menu-innovation: 創新
menu-foundation: 基金會 menu-foundation: 基金會
menu-support-bitcoin: 參與
menu-about: 關於 menu-about: 關於
menu-about-us: "關於 bitcoin.org" menu-about-us: "關於 bitcoin.org"
button-wallet: "選擇你的錢包" menu-choose-your-wallet: "選擇你的錢包"
button-know: "Bitcoin 使用須知" menu-you-need-to-know: "Bitcoin 使用須知"
button-support: "支持 Bitcoin"
footer: "© Bitcoin Project 20092013 以 <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT 授權</a>發佈" footer: "© Bitcoin Project 20092013 以 <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT 授權</a>發佈"
url: url:
about: about about: about

View file

@ -37,7 +37,7 @@ body{
color:#fff; color:#fff;
} }
#menusimple li ul{ #menusimple li ul{
width:180px; width:190px;
min-width:auto; min-width:auto;
} }
#menusimple li ul li a:hover, #menusimple li ul li a:hover,
@ -46,6 +46,7 @@ body{
#menusimple li ul li.active a:visited, #menusimple li ul li.active a:visited,
#menusimple li ul li.active a:active{ #menusimple li ul li.active a:active{
color:#fff; color:#fff;
width:100%;
} }
.titleicon{ .titleicon{

View file

@ -1,6 +1,7 @@
/*Language specific styles that override default*/ /*Language specific styles that override default*/
/*Styles for HTML tags*/ /*Styles for HTML tags*/
body{ body{
font-family:'DroidNaskh', sans-serif; font-family:'DroidNaskh', sans-serif;
direction:rtl; direction:rtl;
@ -8,15 +9,13 @@ body{
h1,h2{ h1,h2{
font-family:'DroidNaskh', sans-serif; font-family:'DroidNaskh', sans-serif;
} }
h1,h2,h3{ h2,h3{
text-align:right; text-align:right;
} }
ul{ ul{
padding-right:20px; padding-right:20px;
padding-left:auto; padding-left:auto;
} margin-right:0px;
li{
text-align:right;
} }
p{ p{
line-height:2em; line-height:2em;
@ -27,8 +26,8 @@ p{
#head{ #head{
direction:ltr; direction:ltr;
} }
#lang{ #lang li ul li{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif; font-family:Arial, sans-serif;
} }
#menusimple li a, #menusimple li a,
#menusimple li a:active, #menusimple li a:active,
@ -36,6 +35,16 @@ p{
#menusimple li a:link{ #menusimple li a:link{
font-family:'DroidNaskh', sans-serif; font-family:'DroidNaskh', sans-serif;
} }
#menusimple li ul{
right:0px;
left:auto;
}
#menusimple li ul li a,
#menusimple li ul li a:active,
#menusimple li ul li a:visited,
#menusimple li ul li a:link{
text-align:right;
}
#footer{ #footer{
text-align:right; text-align:right;
padding:20px 40px 20px 0px; padding:20px 40px 20px 0px;
@ -51,19 +60,43 @@ p{
h1 .rssicon{ h1 .rssicon{
margin-left:0px; margin-left:0px;
margin-right:10px; margin-right:10px;
margin-bottom:12px;
} }
h2 .rssicon{ h2 .rssicon{
margin-left:0px; margin-left:0px;
margin-right:10px; margin-right:10px;
margin-bottom:18px;
}
.mainbutton a,
.mainbutton a:link,
.mainbutton a:visited,
.mainbutton a:active{
font-family:'DroidNaskh', sans-serif;
text-align:right;
padding:15px 68px 15px 20px;
}
.mainbutton img{
margin-left:10px;
margin-right:-52px;
}
.contributors{
text-align:right;
}
.contributors span{
direction:ltr;
}
.downloadbox div{
text-align:right;
} }
.previewrow>div{ .previewrow>div{
margin-right:auto; margin-right:auto;
margin-left:17px; margin-left:15px;
} }
.previewrow>div>a{ .previewrow>div>a{
line-height:1.2em; line-height:1.2em;
} }
.previewrow>div.last{ .previewrow>div:first-child+div+div,
.previewrow>div:first-child+div+div+div+div+div{
margin-left:0px; margin-left:0px;
} }
.previewrow>div>div>div>span { .previewrow>div>div>div>span {
@ -76,7 +109,10 @@ h2 .rssicon{
.previewrow>div>div>div>h2:first-child+span+p{ .previewrow>div>div>div>h2:first-child+span+p{
line-height:1.5em; line-height:1.5em;
} }
.index a,.index a:link,.index a:active,.index a:visited{ .index a,
.index a:link,
.index a:active,
.index a:visited{
line-height:2em; line-height:2em;
} }
.floatimg{ .floatimg{
@ -84,13 +120,6 @@ h2 .rssicon{
margin-right:auto; margin-right:auto;
margin-left:10px; margin-left:10px;
} }
.press-faq li{
line-height:2em;
}
.conferencebanner{
right:auto;
left:5px;
}
/*Override UbuntuBold by Droid Naskh*/ /*Override UbuntuBold by Droid Naskh*/
@ -100,6 +129,12 @@ h2 .rssicon{
/*Styles specific to mobiles*/ /*Styles specific to mobiles*/
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ @media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
h1{
text-align:right;
}
.summary{
text-align:right;
}
#content{ #content{
position:static; position:static;
padding:15px 10px 20px 10px; padding:15px 10px 20px 10px;
@ -109,57 +144,6 @@ h2 .rssicon{
/* Deprecated styles (should be removed when translations are updated) */ /* Deprecated styles (should be removed when translations are updated) */
body.old #menufor li a, .resourcesold li{
body.old #menufor li a:active,
body.old #menufor li a:visited,
body.old #menufor li a:link{
font-family:'DroidNaskh', sans-serif;
}
body.old #menu li a,
body.old #menu li a:active,
body.old #menu li a:visited,
body.old #menu li a:link{
font-family:'DroidNaskh', sans-serif;
}
body.old h1,body.old h2{
font-family:'DroidNaskh', sans-serif;
}
body.old h1,body.old h2,body.old h3{
text-align:right; text-align:right;
} }
body.old .summary{
text-align:right;
}
body.old #content{
padding:20px 30px 30px 265px;
}
body.old #rightbox{
left:30px;
right:auto;
}
body.old #choose img,
body.old #before img,
body.old #support img,
body.old #choose .ieimg,
body.old #before .ieimg,
body.old #support .ieimg{
margin-right:-40px;
margin-left:8px;
}
body.old #choose>a:first-child,
body.old #before>a:first-child,
body.old #support>a:first-child{
text-align:right;
padding:10px 48px 10px 8px;
}
/* Deprecated styles specific to mobiles (should be removed when translations are updated) */
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
body.old #menufor{
bottom:0px;
}
body.old #content{
padding:15px 10px 20px 10px;
}
}

16
css/sans.css Normal file
View file

@ -0,0 +1,16 @@
h1,h2{
font-family:Arial, sans-serif;
font-weight:bold;
}
#menusimple li a,
#menusimple li a:active,
#menusimple li a:visited,
#menusimple li a:link{
font-family:Arial, sans-serif;
}
.mainbutton a,
.mainbutton a:link,
.mainbutton a:visited,
.mainbutton a:active{
font-family:Arial, sans-serif;
}

View file

@ -1,165 +0,0 @@
/*Language specific styles that override default*/
/*Styles for HTML tags*/
body{
font-family:'DroidNaskh', sans-serif;
direction:rtl;
}
h1,h2{
font-family:'DroidNaskh', sans-serif;
}
h1,h2,h3{
text-align:right;
}
ul{
padding-right:20px;
padding-left:auto;
}
li{
text-align:right;
}
p{
line-height:2em;
}
/*Styles for whole website*/
#head{
direction:ltr;
}
#lang{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}
#menusimple li a,
#menusimple li a:active,
#menusimple li a:visited,
#menusimple li a:link{
font-family:'DroidNaskh', sans-serif;
}
#footer{
text-align:right;
padding:20px 40px 20px 0px;
}
#footer>div>a{
margin-right:0px;
margin-left:15px;
}
.titleicon{
margin-right:auto;
margin-left:5px;
}
h1 .rssicon{
margin-left:0px;
margin-right:10px;
}
h2 .rssicon{
margin-left:0px;
margin-right:10px;
}
.previewrow>div{
margin-right:auto;
margin-left:17px;
}
.previewrow>div>a{
line-height:1.2em;
}
.previewrow>div.last{
margin-left:0px;
}
.previewrow>div>div>div>span {
right:auto;
left:30px;
}
.previewrow>div>div>div>h2{
text-align:right;
}
.previewrow>div>div>div>h2:first-child+span+p{
line-height:1.5em;
}
.index a,.index a:link,.index a:active,.index a:visited{
line-height:2em;
}
.floatimg{
float:right;
margin-right:auto;
margin-left:10px;
}
.press-faq li{
line-height:2em;
}
.conferencebanner{
right:auto;
left:5px;
}
/*Override UbuntuBold by Droid Naskh*/
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh-regular.eot');font-weight:normal;font-style:normal;}
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh-regular.ttf') format('truetype');font-weight:normal;font-style:normal;}
/*Styles specific to mobiles*/
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
#content{
position:static;
padding:15px 10px 20px 10px;
text-align:right;
}
}
/* Deprecated styles (should be removed when translations are updated) */
body.old #menufor li a,
body.old #menufor li a:active,
body.old #menufor li a:visited,
body.old #menufor li a:link{
font-family:'DroidNaskh', sans-serif;
}
body.old #menu li a,
body.old #menu li a:active,
body.old #menu li a:visited,
body.old #menu li a:link{
font-family:'DroidNaskh', sans-serif;
}
body.old h1,body.old h2{
font-family:'DroidNaskh', sans-serif;
}
body.old h1,body.old h2,body.old h3{
text-align:right;
}
body.old .summary{
text-align:right;
}
body.old #content{
padding:20px 30px 30px 265px;
}
body.old #rightbox{
left:30px;
right:auto;
}
body.old #choose img,
body.old #before img,
body.old #support img,
body.old #choose .ieimg,
body.old #before .ieimg,
body.old #support .ieimg{
margin-right:-40px;
margin-left:8px;
}
body.old #choose>a:first-child,
body.old #before>a:first-child,
body.old #support>a:first-child{
text-align:right;
padding:10px 48px 10px 8px;
}
/* Deprecated styles specific to mobiles (should be removed when translations are updated) */
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
body.old #menufor{
bottom:0px;
}
body.old #content{
padding:15px 10px 20px 10px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 870 B

View file

@ -1,65 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32px"
height="32px"
id="svg3789"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="icon-involve.svg"
inkscape:export-filename="/var/www/en/img/ico-involve.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3791" />
<sodipodi:namedview
id="base"
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="1.9774948"
inkscape:cy="25.422394"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3794">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.77984195999999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 8.0013022,26.990098 c -0.2719595,0.470614 8.6754438,4.597789 9.0608198,3.8516 0.362759,-0.702393 1.000051,-3.3984 1.533258,-3.753955 0.58423,-0.324629 1.226346,-1.152208 1.640432,-1.552002 0.779689,-0.745977 0.873915,-1.046446 1.488615,-1.765113 1.125371,-1.315709 2.268153,-2.770676 3.195057,-4.266508 0.926903,-1.495831 2.842236,-4.177295 2.842236,-4.177295 0,0 1.324596,-1.744598 1.872534,-3.143416 0.127746,-0.326139 -0.315169,-1.183065 -0.639646,-1.346171 -0.347074,-0.174464 -0.749677,0.254424 -0.987896,0.544135 -1.03495,1.258656 -1.954753,2.3485 -2.945088,3.37773 -0.834802,0.867589 -2.814342,2.564608 -2.814342,2.564608 l -0.286928,-0.237514 1.282849,-2.660611 2.024459,-4.391685 c 0,0 1.26831,-2.5530372 1.620955,-3.8935334 0.0967,-0.3676098 -0.281553,-0.8017007 -0.624057,-0.9861231 -0.301222,-0.1621938 -0.82798,-0.247796 -1.02616,0.019202 -0.68608,0.9243169 -1.463796,2.3959858 -2.148553,3.6211318 -1.21127,2.1671647 -4.134382,6.4146087 -4.134382,6.4146087 L 18.36438,15.095519 21.095183,7.4722854 c 0,0 1.251381,-3.3432592 1.892146,-4.8898431 0.20843,-0.5028027 -0.522475,-1.1805606 -1.075613,-1.2894872 -0.494441,-0.097373 -1.0851,0.2710724 -1.301279,0.7070574 -0.528934,1.0667239 -1.316055,2.9720823 -1.316055,2.9720823 l -2.128873,5.1634202 -1.519076,3.320513 -0.591084,-0.113667 1.125459,-6.1661131 c 0,0 0.226153,-1.7790266 0.734754,-4.2767186 0.07127,-0.3500021 -0.445146,-0.8831337 -0.871379,-1.0078596 -0.433348,-0.1268078 -1.156672,-0.051707 -1.29856,0.3854502 -0.625167,1.9261222 -0.811869,2.946123 -1.275644,4.6741452 -0.614139,2.2882824 -1.418038,6.8976019 -1.418038,6.8976019 L 11.334606,14.643263 9.9252935,15.381191 8.6513321,12.390559 C 7.985699,11.200844 7.4549561,9.2705763 6.6907383,9.1258953 5.9265279,8.9811753 5.417049,9.8685073 5.417049,9.8685073 l 0.470345,1.8944887 0.9261503,3.386502 1.0997576,4.113103 0.6782101,1.635164 1.2959629,2.453891 c 0,0 -0.099381,0.921852 -0.8596059,1.910858 -0.4089499,0.532017 -0.7031924,1.168008 -1.0265668,1.727584 z"
id="path3797"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssccszcssssccccsasscccsascccccsasscccczccccccss" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

View file

@ -1,62 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32px"
height="32px"
id="svg2984"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="Nouveau document 1">
<defs
id="defs2986" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="-12.001508"
inkscape:cy="15.129286"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata2989">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:#ffffff;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1"
d="m 15.976173,29.410976 c 0,0 -2.737074,-1.369993 -3.978257,-2.904759 -1.241182,-1.534766 -2.1703189,-3.56142 -1.957555,-5.493783 0.242239,-2.200052 1.568807,-3.940562 3.662522,-5.051753 2.093715,-1.111191 5.74637,-0.189441 5.74637,-0.189441 l -0.06315,4.483432 11.11386,-7.261897 -10.734978,-7.5144842 -0.126294,3.9151095 c 0,0 -5.222792,-0.1961592 -7.703924,0.8840567 -1.421607,0.618929 -3.6214447,1.931689 -4.4834327,3.220493 -0.7808862,1.167545 -1.4701226,2.593413 -1.704967,3.978257 -0.2181954,1.286666 0.015856,3.681814 0.5051754,4.891643 0.4889738,1.208973 0.8221548,2.457446 3.4099341,4.609725 1.7370382,1.44471 6.3146932,2.433401 6.3146932,2.433401 z"
id="path2992"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czszcccccsssssc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 B

View file

@ -1,62 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32px"
height="32px"
id="svg2984"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="but_start.svg">
<defs
id="defs2986" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.197802"
inkscape:cx="48.198722"
inkscape:cy="3.5635425"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata2989">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
d="m 16.080244,29.410976 c 0,0 2.737074,-1.369993 3.978257,-2.904759 1.241182,-1.534766 2.170319,-3.56142 1.957555,-5.493783 -0.242239,-2.200052 -1.568807,-3.940562 -3.662522,-5.051753 -2.093715,-1.111191 -5.74637,-0.189441 -5.74637,-0.189441 l 0.06315,4.483432 L 1.5564542,12.992775 12.291432,5.4782908 12.417726,9.3934003 c 0,0 5.222792,-0.1961592 7.703924,0.8840567 1.421607,0.618929 3.621445,1.931689 4.483433,3.220493 0.780886,1.167545 1.470123,2.593413 1.704967,3.978257 0.218196,1.286666 -0.01586,3.681814 -0.505175,4.891643 -0.488974,1.208973 -0.822155,2.457446 -3.409934,4.609725 -1.737039,1.44471 -6.314694,2.433401 -6.314694,2.433401 z"
id="path2992"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czszcccccsssssc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 B

View file

@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="32"
height="32"
id="svg2985">
<defs
id="defs2987" />
<metadata
id="metadata2990">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,0.28763666)"
id="layer1"
style="fill:#ffffff;stroke:#ffffff">
<path
d="m 10.155768,1.694991 c 4.743295,0.2015914 7.135402,0.2123107 11.920586,-0.043419 l -2.669277,16.75378 c -2.972906,-0.159402 -3.74554,-0.163432 -6.648143,-0.01889 z"
id="path2993"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.54658943;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="6.9461622"
y="14.824035"
id="text3752"
xml:space="preserve"
style="font-size:1.5px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"><tspan
x="6.9461622"
y="14.824035"
id="tspan3754"
style="fill:#ffffff;stroke:#ffffff" /></text>
<path
d="m 19.641342,26.837889 c 5.66e-4,1.53172 -1.392961,2.925762 -2.924681,2.925762 -1.53172,0 -2.925248,-1.394042 -2.924681,-2.925762 -5.67e-4,-1.53172 1.392961,-2.925762 2.924681,-2.925762 1.53172,0 2.925247,1.394042 2.924681,2.925762 z"
transform="matrix(1.1531059,0,0,1.1531059,-3.1636772,-4.3897855)"
id="path3756"
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1,11 +0,0 @@
h1,h2{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menufor li a,#menufor li a:active,#menufor li a:visited,#menufor li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menu li a,#menu li a:active,#menu li a:visited,#menu li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}

View file

@ -1,11 +0,0 @@
h1,h2{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menufor li a,#menufor li a:active,#menufor li a:visited,#menufor li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menu li a,#menu li a:active,#menu li a:visited,#menu li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}

View file

@ -1,7 +0,0 @@
h1,h2{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight:bold;
}
#menusimple li a,#menusimple li a:active,#menusimple li a:visited,#menusimple li a:link{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}

View file

@ -1,11 +0,0 @@
h1,h2{
font-family:"Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menufor li a,#menufor li a:active,#menufor li a:visited,#menufor li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
font-weight: bold;
}
#menu li a,#menu li a:active,#menu li a:visited,#menu li a:link{
font-family: "Helvetica Neue", "Liberation Sans", Arial, sans-serif;
}