DPDK website maintenance
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@mellanox.com>
To: web@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>
Subject: [dpdk-web] [PATCH 1/5] add css styles for event pages
Date: Thu, 22 Mar 2018 18:35:56 +0100	[thread overview]
Message-ID: <20180322173600.24189-1-alialnu@mellanox.com> (raw)

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content.css | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/content.css b/content.css
index 367549c..fea7dcc 100644
--- a/content.css
+++ b/content.css
@@ -68,6 +68,49 @@ section#news li em:first-child {
 	display: block;
 }
 
+section#event ul {
+	clear: left;
+	list-style: none;
+	margin-left: 0;
+}
+section#event li {
+	margin: 3em 0 1em 0;
+}
+section#event li > em {
+	display: inline-block;
+	margin-top: 1em;
+}
+section#event li > a {
+	float: right;
+	margin: 0.5em 0 0 2em;
+	vertical-align: top;
+	text-align: center;
+	text-decoration: none;
+}
+section#event li > a::after {
+	content: attr(class);
+}
+section#event li > a:hover::after {
+	text-decoration: underline;
+}
+section#event li > a .material-icons {
+	display: block;
+	font-size: 2em;
+}
+section#event li > a.Slides .material-icons::before {
+	content: "insert_drive_file";
+}
+section#event li > a.Video .material-icons::before {
+	content: "play_circle_outline";
+}
+section#event > img.venue {
+	float: left;
+	margin: 0 2em 2em 0;
+}
+section#event > img.room {
+	margin: 1em 0;
+}
+
 section pre {
 	padding-left: 1em;
 	border-left: solid 0.3em #782A90;
-- 
2.11.0

             reply	other threads:[~2018-03-22 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-22 17:35 Ali Alnubani [this message]
2018-03-22 17:35 ` [dpdk-web] [PATCH 2/5] add USA's 2017 summit to archive Ali Alnubani
2018-03-22 17:35 ` [dpdk-web] [PATCH 3/5] add Ireland's " Ali Alnubani
2018-03-22 17:35 ` [dpdk-web] [PATCH 4/5] add China's " Ali Alnubani
2018-03-22 17:36 ` [dpdk-web] [PATCH 5/5] add India's " Ali Alnubani
2018-03-26 13:39 ` [dpdk-web] [PATCH 1/5] add css styles for event pages Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180322173600.24189-1-alialnu@mellanox.com \
    --to=alialnu@mellanox.com \
    --cc=thomas@monjalon.net \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).