| Index: Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
|
| diff --git a/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8da3c546df19d32928fc3e065f63ad3b5f47e16a
|
| --- /dev/null
|
| +++ b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
|
| @@ -0,0 +1,76 @@
|
| +body {
|
| + font-size: 84%;
|
| + font-family: Helvetica, Arial, san-serif;
|
| +}
|
| +
|
| +h1 {
|
| + font-size: 110%;
|
| + font-weight: bold;
|
| + color: #4a8ee6;
|
| + letter-spacing: -1px;
|
| + padding: 0;
|
| + margin: 0;
|
| +}
|
| +
|
| +div#header {
|
| + padding: 0.75em 1em;
|
| + padding-top: 0.6em;
|
| + padding-left: 10;
|
| + margin-bottom: 0.75em;
|
| + position: relative;
|
| + overflow: hidden;
|
| + background: black; // #5296de;
|
| + -webkit-background-size: 100%;
|
| + -webkit-border-radius: 6px;
|
| + color: white;
|
| + text-shadow: 0 0 2px black;
|
| +}
|
| +
|
| +div#header h1 {
|
| + padding-left: 37px;
|
| + margin: 0;
|
| + display: inline;
|
| + color: white;
|
| +}
|
| +
|
| +div#header p {
|
| + font-size: 84%;
|
| + font-style: italic;
|
| + padding: 0;
|
| + margin: 0;
|
| + color: white;
|
| + padding-left: 0.4em;
|
| + display: inline;
|
| +}
|
| +
|
| +div#footer {
|
| + color: #666;
|
| + font-size: 84%;
|
| + margin-top: 2em;
|
| + text-align: center;
|
| +}
|
| +
|
| +.righttext {
|
| + text-align: right;
|
| +}
|
| +
|
| +table.sortable {
|
| + font-size: 84%;
|
| + table-layout: fixed;
|
| +}
|
| +
|
| +table.sortable:not([class*='filtered']) tr:nth-child(even) {
|
| + background: #eff3ff;
|
| +}
|
| +
|
| +div.scorebox {
|
| + border: 1px solid black;
|
| + width: 200px;
|
| + float: right;
|
| + margin-top: 25;
|
| + margin-right: 200px;
|
| + background-color: eeeeff;
|
| + font-size: 300%;
|
| + text-align: center;
|
| + vertical-align: middle;
|
| +}
|
|
|