diff options
Diffstat (limited to 'distribution/yocto-intro/yocto-stats/gitstats.css')
| -rw-r--r-- | distribution/yocto-intro/yocto-stats/gitstats.css | 145 |
1 files changed, 0 insertions, 145 deletions
diff --git a/distribution/yocto-intro/yocto-stats/gitstats.css b/distribution/yocto-intro/yocto-stats/gitstats.css deleted file mode 100644 index d807cb0..0000000 --- a/distribution/yocto-intro/yocto-stats/gitstats.css +++ /dev/null @@ -1,145 +0,0 @@ -/** - * 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%; -} |
