From 069022675369166e1c60ff43f999721d0f5d96af Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 14 Feb 2018 00:59:51 +0100 Subject: add NEWS page --- assets/css/style.css | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 5f7e907..7076744 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,6 +22,7 @@ p { -webkit-hyphens: auto; -ms-hyphens: auto; } +p.raggedright, .raggedright p { text-align: inherit; hyphens: inherit; @@ -51,7 +52,7 @@ p.center { } /* fix for anchored links to scroll the top bar */ -*[id]:before { +*[id]:before { display: block; content: " "; margin-top: -65px; @@ -263,11 +264,18 @@ blockquote { font-weight: bold; } -.container.home p + h2 { +.container.home > :not(h1) + h2, +.container.home > div > :not(h1) + h2 { border-top: 2px solid #eceff4; /* .page-header (thicker) */ padding-top: 20px; } +.container.news > hr { + border-top: 2px solid #eceff4; /* .page-header (thicker) */ + max-width: 730px; + margin-left: 0; +} + .container.home hr { width: 70%; } @@ -429,6 +437,28 @@ blockquote { } } +.download-group, +.download-links > a { + border: 1px solid transparent; + padding: 6px 10px; + margin-top: 1px; + margin-bottom: 1px; + border-radius: 4px; +} +.download-group { + display: inline-block; + vertical-align: baseline; + border-color: #d8dee9; /* .btn-default */ +} +.download-links a { + display: inline-block; +} +.signature-icon { + background-image: url(../sign.svg); + width: 1.4em; + display: inline-block; +} + .container.security_html > ol > li:empty { visibility: hidden; height: 0; -- cgit v1.2.3