summaryrefslogtreecommitdiff
path: root/distribution/yocto-intro/2015-yocto-stats/gitstats.css
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2016-05-17 15:54:21 +0200
committerManuel Traut <manut@linutronix.de>2016-05-17 15:54:21 +0200
commit31553e08f214315eca8cabddfbb802add5ba9e8f (patch)
tree0b5d8b4e7239c5b7f8cdb5b48fc236bd73af90d2 /distribution/yocto-intro/2015-yocto-stats/gitstats.css
parent5c26e3174a723a4ac8ed9642fe46ec96682b1f10 (diff)
yocto-intro: add new statistics and split slides
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/yocto-intro/2015-yocto-stats/gitstats.css')
-rw-r--r--distribution/yocto-intro/2015-yocto-stats/gitstats.css145
1 files changed, 145 insertions, 0 deletions
diff --git a/distribution/yocto-intro/2015-yocto-stats/gitstats.css b/distribution/yocto-intro/2015-yocto-stats/gitstats.css
new file mode 100644
index 0000000..d807cb0
--- /dev/null
+++ b/distribution/yocto-intro/2015-yocto-stats/gitstats.css
@@ -0,0 +1,145 @@
+/**
+ * GitStats - default style
+ */
+body {
+ color: black;
+ background-color: #dfd;
+}
+
+dt {
+ font-weight: bold;
+ float: left;
+ margin-right: 1em;
+}
+
+dt:after {
+ content: ': ';
+}
+
+dd {
+ display: block;
+ clear: left;
+}
+
+table {
+ border: 1px solid black;
+ border-collapse: collapse;
+ font-size: 80%;
+ margin-bottom: 1em;
+}
+
+table.noborders {
+ border: none;
+}
+
+table.noborders td {
+ border: none;
+}
+
+.vtable {
+ float: right;
+ clear: both;
+}
+
+table.tags td {
+ vertical-align: top;
+}
+
+td {
+ background-color: white;
+}
+
+th {
+ background-color: #ddf;
+}
+
+th a {
+ text-decoration: none;
+}
+
+tr:hover {
+ background-color: #ddf;
+}
+
+td {
+ border: 1px solid black;
+ padding: 0.2em;
+ padding-left: 0.3em;
+ padding-right: 0.2em;
+}
+
+/* Navigation bar; tabbed style */
+.nav {
+ border-bottom: 1px solid black;
+ padding: 0.3em;
+}
+
+.nav ul {
+ list-style-type: none;
+ display: inline;
+ margin: 0;
+ padding: 0;
+}
+
+.nav li {
+ display: inline;
+}
+
+.nav li a {
+ padding: 0.3em;
+ text-decoration: none;
+ color: black;
+ border: 1px solid black;
+ margin: 0.5em;
+ background-color: #ddf;
+}
+
+.nav li a:hover {
+ background-color: #ddd;
+ border-bottom: 1px solid #ddf;
+}
+
+img {
+ border: 1px solid black;
+ padding: 0.5em;
+ background-color: white;
+}
+
+th img {
+ border: 0px;
+ padding: 0px;
+ background-color: #ddf;
+}
+
+h1 a, h2 a {
+ color: black;
+ text-decoration: none;
+}
+
+h1:hover a:after,
+h2:hover a:after {
+ content: 'ΒΆ';
+ color: #555;
+}
+
+h1 {
+ font-size: x-large;
+}
+
+h2 {
+ background-color: #564;
+ border: 1px solid black;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ color: white;
+ font-size: large;
+ clear: both;
+}
+
+h2 a {
+ color: white;
+}
+
+.moreauthors {
+ font-size: 80%;
+}