diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:30:25 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-11-13 13:30:25 +0100 |
| commit | 55c4606e9b55433f2542079a72fad609dbc94469 (patch) | |
| tree | e5c32937d96ae90573145b8c8ed02310d75bc1a3 /distribution/yocto-intro/2017-yocto-stats/gitstats.css | |
| parent | 4a056623cda47030eba61cfb1e426148af8eb59a (diff) | |
yocto-intro: update
+ fix typos
+ sync with devel/manut/yocto:8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf
Signed-off-by: Volker Haspel <volker.haspel@linutronix.de>
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-intro/2017-yocto-stats/gitstats.css')
| -rw-r--r-- | distribution/yocto-intro/2017-yocto-stats/gitstats.css | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/distribution/yocto-intro/2017-yocto-stats/gitstats.css b/distribution/yocto-intro/2017-yocto-stats/gitstats.css new file mode 100644 index 0000000..d807cb0 --- /dev/null +++ b/distribution/yocto-intro/2017-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%; +} |
