From 4601bce38ed2c58999ae97cbddb95c056157b703 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 10 Dec 2019 10:47:51 +0900 Subject: css: use css at task page and some design update Signed-off-by: Kuninori Morimoto --- scripts/css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 scripts/css (limited to 'scripts/css') diff --git a/scripts/css b/scripts/css new file mode 100644 index 0000000..a5f5e04 --- /dev/null +++ b/scripts/css @@ -0,0 +1,34 @@ +h1 { + color: #364e96; + border: solid 3px #364e96; + padding: 0.5em; + border-radius: 25px 0px 0px 25px; + background: linear-gradient(transparent 20%, #aaddff 80%); +} + +h2 { + background: linear-gradient(transparent 20%, #a7d6ff 80%); +} + +table { + border-collapse: collapse; + border: solid 1px gray; + background-color: #fff2d9; +} + +table th { + border: solid 1px gray; + background: linear-gradient(#ffdd99,#bbaa88); + padding: 1px 0; +} + +table td { + border: solid 1px gray; +} + +pre { + background: linear-gradient(#eeffee,#88dd66); + border: solid 3px gray; + padding: 10px 10px; + border-radius: 10px; +} -- cgit v1.2.3 From e8db929184b456255176712d589f66e932df12db Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 12 Dec 2019 10:34:27 +0900 Subject: wiki: update Ongoing Multimedia Development For Multi Camera which is asked from BSP team. Signed-off-by: Kuninori Morimoto --- scripts/css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/css') diff --git a/scripts/css b/scripts/css index a5f5e04..41b2554 100644 --- a/scripts/css +++ b/scripts/css @@ -32,3 +32,7 @@ pre { padding: 10px 10px; border-radius: 10px; } + +strong { + background: linear-gradient(transparent 30%, #bbbb00); +} -- cgit v1.2.3 From d861c1c907b9d1c09f66e8bbab34c173771a9259 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 12 Dec 2019 12:00:26 +0900 Subject: wiki: tidyup GMSL_xxx page Signed-off-by: Kuninori Morimoto --- scripts/css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/css') diff --git a/scripts/css b/scripts/css index 41b2554..cff3876 100644 --- a/scripts/css +++ b/scripts/css @@ -10,6 +10,12 @@ h2 { background: linear-gradient(transparent 20%, #a7d6ff 80%); } +h3 { + border-left: solid 5px #a0d0ff; + padding: 0.25em 0.5em; +} + + table { border-collapse: collapse; border: solid 1px gray; -- cgit v1.2.3