mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Apply a consistent margin and font-size for summary texts
This commit is contained in:
parent
d19cff605f
commit
35481f80c1
10 changed files with 16 additions and 14 deletions
|
@ -8,25 +8,25 @@ body{
|
||||||
color:#646464;
|
color:#646464;
|
||||||
background-color:#f7f7f7;
|
background-color:#f7f7f7;
|
||||||
}
|
}
|
||||||
h1,h2,h3{
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
h1{
|
h1{
|
||||||
font-family:'Ubuntu', sans-serif;
|
font-family:'Ubuntu', sans-serif;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
color:#0d579b;
|
color:#0d579b;
|
||||||
font-size:160%;
|
font-size:160%;
|
||||||
margin-top: 0;
|
margin-top:0;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-family:'Ubuntu', sans-serif;
|
font-family:'Ubuntu', sans-serif;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
color:#383838;
|
color:#383838;
|
||||||
font-size:130%;
|
font-size:130%;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
color:#383838;
|
color:#383838;
|
||||||
font-size:110%;
|
font-size:110%;
|
||||||
|
text-align:left;
|
||||||
}
|
}
|
||||||
h1 img,h2 img,h3 img{
|
h1 img,h2 img,h3 img{
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
|
@ -717,6 +717,10 @@ h2 .rssicon{
|
||||||
|
|
||||||
.summary{
|
.summary{
|
||||||
font-size:125%;
|
font-size:125%;
|
||||||
|
margin-bottom:40px;
|
||||||
|
}
|
||||||
|
.summarytxt{
|
||||||
|
margin-bottom:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foundation{
|
.foundation{
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
id: choose-your-wallet
|
id: choose-your-wallet
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
<h2>{% translate getstarted %}</h2>
|
<h2>{% translate getstarted %}</h2>
|
||||||
<p>{% translate getstartedsum %}</p>
|
<p>{% translate getstartedsum %}</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -5,7 +5,7 @@ id: events
|
||||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
||||||
<div class="versiontext">
|
<div class="versiontext">
|
||||||
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||||
<p>{% translate pagedesc %}</p>
|
<p class="summary">{% translate pagedesc %}</p>
|
||||||
<ul>
|
<ul>
|
||||||
{% filter_for p in site.pages sort_by:date category:event %}
|
{% filter_for p in site.pages sort_by:date category:event %}
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -3,8 +3,7 @@ layout: base
|
||||||
id: how-it-works
|
id: how-it-works
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
|
<p class="summary">{% translate intro %}</p>
|
||||||
<p>{% translate intro %}</p>
|
|
||||||
|
|
||||||
<h2>{% translate basics %}</h2>
|
<h2>{% translate basics %}</h2>
|
||||||
<p>{% translate basicstxt1 %}</p>
|
<p>{% translate basicstxt1 %}</p>
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
id: innovation
|
id: innovation
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" 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>
|
||||||
|
|
|
@ -4,7 +4,6 @@ id: press
|
||||||
mode: wide
|
mode: wide
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
|
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
{% if page.lang == 'en' %}
|
{% if page.lang == 'en' %}
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
id: secure-your-wallet
|
id: secure-your-wallet
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2>{% translate online %}</h2>
|
<h2>{% translate online %}</h2>
|
||||||
<p>{% translate onlinetxt %}</p>
|
<p>{% translate onlinetxt %}</p>
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
id: support-bitcoin
|
id: support-bitcoin
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
<h2><img class="titleicon" src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
|
||||||
<p>{% translate usetxt %}</p>
|
<p>{% translate usetxt %}</p>
|
||||||
|
|
|
@ -20,7 +20,7 @@ voc:
|
||||||
|
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
<h2>{% translate table %}</h2>
|
<h2>{% translate table %}</h2>
|
||||||
|
|
||||||
<div class="index">
|
<div class="index">
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
id: you-need-to-know
|
id: you-need-to-know
|
||||||
---
|
---
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p>{% translate summary %}</p>
|
<p class="summarytxt">{% translate summary %}</p>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
<h2><img class="titleicon" src="/img/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue