From 26947fba6c517629e7a575b98751ad8db70ed5f6 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 29 Apr 2015 11:48:54 +0200 Subject: move static files under a reproducible/ subdir --- userContent/reproducible/static/error.png | Bin 0 -> 653 bytes userContent/reproducible/static/style.css | 325 +++++++++++++++++++++ userContent/reproducible/static/style_dbd.css | 270 +++++++++++++++++ .../reproducible/static/weather-clear-night.png | Bin 0 -> 961 bytes userContent/reproducible/static/weather-clear.png | Bin 0 -> 682 bytes .../static/weather-few-clouds-night.png | Bin 0 -> 965 bytes .../reproducible/static/weather-severe-alert.png | Bin 0 -> 977 bytes .../static/weather-showers-scattered.png | Bin 0 -> 1045 bytes .../reproducible/static/weather-showers.png | Bin 0 -> 959 bytes userContent/reproducible/static/weather-storm.png | Bin 0 -> 1031 bytes 10 files changed, 595 insertions(+) create mode 100644 userContent/reproducible/static/error.png create mode 100644 userContent/reproducible/static/style.css create mode 100644 userContent/reproducible/static/style_dbd.css create mode 100644 userContent/reproducible/static/weather-clear-night.png create mode 100644 userContent/reproducible/static/weather-clear.png create mode 100644 userContent/reproducible/static/weather-few-clouds-night.png create mode 100644 userContent/reproducible/static/weather-severe-alert.png create mode 100644 userContent/reproducible/static/weather-showers-scattered.png create mode 100644 userContent/reproducible/static/weather-showers.png create mode 100644 userContent/reproducible/static/weather-storm.png (limited to 'userContent/reproducible/static') diff --git a/userContent/reproducible/static/error.png b/userContent/reproducible/static/error.png new file mode 100644 index 00000000..3bbbb4a0 Binary files /dev/null and b/userContent/reproducible/static/error.png differ diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css new file mode 100644 index 00000000..db9e57a3 --- /dev/null +++ b/userContent/reproducible/static/style.css @@ -0,0 +1,325 @@ +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust:100%; + height:100%; +} + +body { + border-sizing: border-box; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 14px; + line-height: 20px; + color: #333333; + padding: 0; + margin: 0; + height: 93%; +} + +pre { + overflow: auto; +} + +img { + vertical-align: middle; + max-width: 100%; + height: auto; +} + +img.overview { + max-width: 33%; +} + +img.metaoverview { + max-width: 5%; +} + + +.beta { + color:#555555; + font-size:0.8em; +} + +a, a.package { + color:#0088cc; + text-decoration:none; +} + +a.noted { + color:#0088cc; + font-weight: bold; +} + +a:hover, a:focus, a.package:hover, a.package:focus { + color:#005580; + text-decoration:underline; +} + +a.noted:hover, a.noted:focus { + color:#005580; + text-decoration:underline; + font-weight: bold; +} + +a.package:visited, a.noted:visited { + color:green; +} + +header { + border-bottom: 1px solid #d70a53; +} + +footer { + text-align: center; + margin-top: 1em; +} + +ul, ol { + padding-left: 0; +} + +ul, li { + list-style: none; +} + +ul li { + display: inline-block; +} + +ul li a { + background: #fafafa; + border: 1px solid #ddd; + margin: 0 0.5em 0.3em 0; + border-radius: 0.5em; + padding: 0.15em 0.5em; + line-height: 1.5em; + display: block; +} + +nav ul li { + display: block; +} + +nav ul li a { + background: none; + border: none; + padding: 0; +} + +h1 { + font-size : 250%; + padding: 0; + margin: 0; + margin-right: 260px; + line-height: 1.4em; +} + +h2 { + font-size : 110%; + background: #d70a53; + margin: 0.25em 0 0; + padding: 0.5em; + color: #fff; + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; +} + +h3 { + font-size : 110%; +} + +table { + counter-reset: rowNumber; /* used for automatic row count with CSS */ + border: 1px solid #ddd; + border-radius: 0.5em; + border-collapse: collapse; + box-shadow: 0 1px 3px #eee; + padding: 0 +} + +table.head { + width: 100%; + margin: 0; + border-top: 0; + border-left: 0; + border-right: 0; +} + +table.body { + margin: 0.75em 0.25em 0em 0em; +} + +table.main { + margin: 0.75em 0.25em 0.25em 0.75em; + float: left; + display: inline-block; +} + +tr:nth-child(odd) { + background-color: #fafafa; +} + +/* automatic row count with CSS */ +table.scheduled tr:not(:first-child) { + counter-increment: rowNumber; +} +table.scheduled tr td:first-child::before { + content: counter(rowNumber); + min-width: 1em; + margin-right: 0.5em; +} +/* end automatic row count with CSS */ + +a.bug-patch:after { + content: "+"; + color: red; + font-weight: bold; +} + +a.bug-done { + text-decoration: line-through; +} + +span.bug-patch { + color: red; + font-weight: bold; +} + +span.bug-done { + text-decoration: line-through; + font-weight: bold; + color: black; +} + +td, th { + text-align: left; + padding: 0.25em 0.5em; + border-bottom: 1px solid #ddd; + border-collapse: collapse; + vertical-align: top; +} + +table tr:last-child td { + border: none; +} + +th { + background: #eee; + padding: 0.5em; +} + +iframe#main { + margin: 0; + width: 100%; + height: 100%; + border: 0; +} + +hr { + border-top: none; + border-bottom: 1px solid #d70a53; + margin-bottom: 1em; +} + +form { + overflow: hidden; + margin: 1em 0; +} + +#searchform { + text-align: center; + padding: 1em 0; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; +} + +label { + cursor: pointer; + display: inline-block; +} + +input[type="text"] { + background: #fff; + border: 1px solid #ddd; + padding: 0.25em; + border-radius: 0.3em; +} + +input[type="submit"] { + cursor: pointer; + padding: 0.25em 0.5em; + border-radius: 0.3em; + border: 1px solid #ddd; + background: rgb(226,226,226); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 28%, rgba(254,254,254,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(15%,rgba(219,219,219,1)), color-stop(28%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* IE10+ */ + background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */ +} + +input[type="submit"]:hover { + text-shadow: 0 0 3px #666; +} + +input[type="checkbox"] { + vertical-align: middle; +} + +label[rel="urgency"] { + padding: 0.5em 0; + color: #fff; + background: #729fcf; + /*background: #ad7fa8;*/ + /*background: #f74a73;*/ +} + +label[rel="scope"] { + padding: 0.5em 0; + color: #fff; + background: #3465a4; + /*background: #75507b;*/ + /*background: #e72a53;*/ +} + +label[rel="extra"] { + padding: 0.5em 0; + color: #fff; + background: #204a87; + /*background: #5c3566;*/ + /*background: #d70a53;*/ +} + +label[rel="extra"]:last-child { + margin-right: 0.5em; + padding-right: 0.5em; +} + +span.red { color: red; } +span.purple { color: purple; } +span.green { color: green; } +span.dangerous { color: orange; } +span.avoidwrap { display: inline-block; } + +@media all and (max-width: 641px) { + body { + font-size: 13px; + } + table { + table-layout: fixed; + } + td, th { + overflow: hidden; + } +} + +/* + * @media all and (min-width: 841px) { + * img.graph { + * width: 70%; + * height: auto; + * } + * } + */ diff --git a/userContent/reproducible/static/style_dbd.css b/userContent/reproducible/static/style_dbd.css new file mode 100644 index 00000000..57418f31 --- /dev/null +++ b/userContent/reproducible/static/style_dbd.css @@ -0,0 +1,270 @@ +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust:100%; +} + +body { + width: 100%; + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13px; + line-height: 16px; + color: #333333; + padding: 0.25em 0.25em 0em 0em; + margin: 0em 0.25em 0em 0em; +} + +# +# begin dbd style +# +.footer { + font-size: small; +} +.difference { + border: outset #888 1px; + background-color:rgba(0,0,0,.1); + padding: 0.5em; + margin: 0.25em 0; +} +.comment { + font-style: italic; +} +.source { + font-weight: bold; +} +.error { + border: solid black 1px; + background: red; + color: white; + padding: 0.2em; +} +table.diff { + font-size: 10pt; +} +.lnr { + background-color: #ccc; + color: #666; +} +.DiffChange { + background-color: #ff8888; + font-weight: bold; +} +.DiffText { + color: white; + background-color: #ff4444; + font-weight: bold; +} +# +# end dbd style +# + +pre { + overflow: auto; +} + +a { + color:#0088cc; + text-decoration:none; +} + +a:hover, a:focus { + color:#005580; + text-decoration:underline; +} + +header { + border-bottom: 1px solid #d70a53; +} + +footer { + text-align: center; + margin-top: 1em; +} + +ul, ol { + padding-left: 0; +} + +ul, li { + list-style: none; +} + +ul li { + display: inline-block; +} + +ul li a { + background: #fafafa; + border: 1px solid #ddd; + margin: 0 0.5em 0.2em 0; + border-radius: 0.5em; + padding: 0.15em 0.5em; + display: block; +} + +nav ul li { + display: block; +} + +nav ul li a { + background: none; + border: none; + padding: 0; +} + +h1 { + font-size : 250%; + padding: 0; + margin: 0; + margin-right: 260px; + line-height: 1.4em; +} + +h2 { + font-size : 110%; + background: #d70a53; + margin: 1em 0 0; + padding: 0.5em; + color: #fff; + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; +} + +h3 { + font-size : 110%; +} + +table { + width: 100%; + border: 1px solid #ddd; + border-radius: 0.25em; + border-collapse: collapse; + box-shadow: 0 1px 3px #eee; + padding: 0 +} + +tr:nth-child(odd) { + background-color: #fafafa; +} + +td, th { + text-align: left; + padding: 0.15em 0.25em; + border-bottom: 1px solid #ddd; + border-collapse: collapse; + vertical-align: top; +} + +table tr:last-child td { + border: none; +} + +th { + background: #eee; + padding: 0.25em; +} + +hr { + border-bottom: 1px solid #d70a53; + margin-bottom: 1em; +} + +form { + overflow: hidden; + margin: 1em 0; +} + +#searchform { + text-align: center; + padding: 1em 0; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; +} + +label { + cursor: pointer; + display: inline-block; +} + +input[type="text"] { + background: #fff; + border: 1px solid #ddd; + padding: 0.25em; + border-radius: 0.3em; +} + +input[type="submit"] { + cursor: pointer; + padding: 0.25em 0.5em; + border-radius: 0.3em; + border: 1px solid #ddd; + background: rgb(226,226,226); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 15%, rgba(209,209,209,1) 28%, rgba(254,254,254,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(15%,rgba(219,219,219,1)), color-stop(28%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* IE10+ */ + background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 15%,rgba(209,209,209,1) 28%,rgba(254,254,254,1) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */ +} + +input[type="submit"]:hover { + text-shadow: 0 0 3px #666; +} + +input[type="checkbox"] { + vertical-align: middle; +} + +label[rel="urgency"] { + padding: 0.5em 0; + color: #fff; + background: #729fcf; + /*background: #ad7fa8;*/ + /*background: #f74a73;*/ +} + +label[rel="scope"] { + padding: 0.5em 0; + color: #fff; + background: #3465a4; + /*background: #75507b;*/ + /*background: #e72a53;*/ +} + +label[rel="extra"] { + padding: 0.5em 0; + color: #fff; + background: #204a87; + /*background: #5c3566;*/ + /*background: #d70a53;*/ +} + +label[rel="extra"]:last-child { + margin-right: 0.5em; + padding-right: 0.5em; +} + +span.red { color: red; } +span.purple { color: purple; } +span.green { color: green; } +span.dangerous { color: orange; } + +@media all and (max-width: 641px) { + body { + font-size: 12px; + } + table { + table-layout: fixed; + } + td, th { + overflow: hidden; + } +} + +#@media all and (min-width: 641px) { +# header { +# background: url(/userContent/static/logo.png) right 5px no-repeat; +# min-height: 30px; +# } +#} diff --git a/userContent/reproducible/static/weather-clear-night.png b/userContent/reproducible/static/weather-clear-night.png new file mode 100644 index 00000000..43457526 Binary files /dev/null and b/userContent/reproducible/static/weather-clear-night.png differ diff --git a/userContent/reproducible/static/weather-clear.png b/userContent/reproducible/static/weather-clear.png new file mode 100644 index 00000000..7dc15ea9 Binary files /dev/null and b/userContent/reproducible/static/weather-clear.png differ diff --git a/userContent/reproducible/static/weather-few-clouds-night.png b/userContent/reproducible/static/weather-few-clouds-night.png new file mode 100644 index 00000000..d69efec9 Binary files /dev/null and b/userContent/reproducible/static/weather-few-clouds-night.png differ diff --git a/userContent/reproducible/static/weather-severe-alert.png b/userContent/reproducible/static/weather-severe-alert.png new file mode 100644 index 00000000..98e9f6c1 Binary files /dev/null and b/userContent/reproducible/static/weather-severe-alert.png differ diff --git a/userContent/reproducible/static/weather-showers-scattered.png b/userContent/reproducible/static/weather-showers-scattered.png new file mode 100644 index 00000000..8d10d844 Binary files /dev/null and b/userContent/reproducible/static/weather-showers-scattered.png differ diff --git a/userContent/reproducible/static/weather-showers.png b/userContent/reproducible/static/weather-showers.png new file mode 100644 index 00000000..d9685d24 Binary files /dev/null and b/userContent/reproducible/static/weather-showers.png differ diff --git a/userContent/reproducible/static/weather-storm.png b/userContent/reproducible/static/weather-storm.png new file mode 100644 index 00000000..feebe1d4 Binary files /dev/null and b/userContent/reproducible/static/weather-storm.png differ -- cgit v1.2.3-70-g09d2