[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-www] 09/42: Added divider style
From: |
gnunet |
Subject: |
[taler-www] 09/42: Added divider style |
Date: |
Mon, 27 Nov 2023 23:54:05 +0100 |
This is an automated email from the git hooks/post-receive script.
andreas-habegger pushed a commit to branch master
in repository www.
commit c06625c18e3d96e15acfb1fbe7036164ec4d5db2
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
AuthorDate: Sat Nov 18 20:15:32 2023 +0100
Added divider style
---
static/styles.css | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/static/styles.css b/static/styles.css
index 92d7a6c..c26490f 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -228,3 +228,44 @@ ul.timeline > li:before {
height: 20px;
z-index: 400;
}
+
+.section-consortium .divider {
+ position: relative;
+ border-bottom: 1px solid #f0f0f0;
+ margin-bottom: 30px;
+ margin-top: 30px;
+}
+
+.section-consortium .divider:before {
+ position: absolute;
+ content: '';
+ width: 30px;
+ height: 30px;
+ border: 1px solid #f0f0f0;
+ left: 50%;
+ margin-left: -15px;
+ top: 50%;
+ background: #fff;
+ margin-top: -15px;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+}
+
+.section-consortium .divider:after {
+ position: absolute;
+ content: '';
+ width: 20px;
+ height: 20px;
+ border: 1px solid #A5C663;
+ left: 50%;
+ margin-left: -10px;
+ top: 50%;
+ background: #A5C663;
+ margin-top: -10px;
+ -webkit-transform: rotate(45deg);
+ -moz-transform: rotate(45deg);
+ -ms-transform: rotate(45deg);
+ transform: rotate(45deg);
+}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-www] 11/42: Added jinja code to create partner table form list, (continued)
- [taler-www] 11/42: Added jinja code to create partner table form list, gnunet, 2023/11/27
- [taler-www] 35/42: UC: Added announce container, gnunet, 2023/11/27
- [taler-www] 37/42: HF: Input TL about footer element arrangement, gnunet, 2023/11/27
- [taler-www] 08/42: Added placeholder image, gnunet, 2023/11/27
- [taler-www] 18/42: WIP: Added team reference in partner section, gnunet, 2023/11/27
- [taler-www] 17/42: UC: Moved partner content from consortium to partner section, gnunet, 2023/11/27
- [taler-www] 16/42: HF: Spacing issue contact e-mail fixed, gnunet, 2023/11/27
- [taler-www] 04/42: Added empty consortium page with special footer, gnunet, 2023/11/27
- [taler-www] 32/42: UC: Events image size and shape, gnunet, 2023/11/27
- [taler-www] 33/42: UC: Improved grid layout; Added scrollable list for deliverables, gnunet, 2023/11/27
- [taler-www] 09/42: Added divider style,
gnunet <=
- [taler-www] 22/42: HF: Logo EU funding, font change, gnunet, 2023/11/27
- [taler-www] 06/42: Added first draft of consortium description, gnunet, 2023/11/27
- [taler-www] 28/42: MC: More granular build option; Better clean-up target, gnunet, 2023/11/27
- [taler-www] 30/42: MC: Integration of new multifile YAML reader, gnunet, 2023/11/27
- [taler-www] 12/42: HF: ambiguous file suffix fixed, gnunet, 2023/11/27
- [taler-www] 38/42: UC: Added new CC0 PDF and HTML icons; Additional icons from SVG repo: https://www.svgrepo.com/, gnunet, 2023/11/27
- [taler-www] 29/42: WIP: Feature with YAML separtation patch, gnunet, 2023/11/27
- [taler-www] 36/42: UC: Fixed E-Mail address, gnunet, 2023/11/27
- [taler-www] 19/42: UC: Clean up; Unifie strings; Update dict entries -- partners, gnunet, 2023/11/27
- [taler-www] 39/42: UC: Fixed footer contact, gnunet, 2023/11/27