-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prebid-8' into source-tid
- Loading branch information
Showing
62 changed files
with
2,798 additions
and
4,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,205 @@ | ||
html { | ||
width: 100%; | ||
} | ||
body { | ||
background: #ccc; | ||
margin: 20px 5px; | ||
font: 42px/60px Helvetica, Arial, sans-serif; | ||
min-width: 320px; | ||
max-width: 1920px; | ||
} | ||
#player:first-child { | ||
width: 100%; | ||
} | ||
|
||
#player { | ||
margin: auto; | ||
background: rgba(0, 0, 20, 0.8); | ||
} | ||
#eventsLog.group-player-disabled .group-player, | ||
#eventsLog.group-media-disabled .group-media, | ||
#eventsLog.group-ads-disabled .group-ads, | ||
#eventsLog.group-auction-disabled .group-auction, | ||
#eventsLog.group-adRequest-disabled .group-adRequest, | ||
#eventsLog.group-adBreak-disabled .group-adBreak, | ||
#eventsLog.group-related-disabled .group-related, | ||
#eventsLog.group-ping-disabled .group-ping, | ||
#eventsLog.group-unknown-disabled .group-unknown, | ||
#eventsLog.group-quickPeek-disabled .group-quickPeek, | ||
#eventsLog.group-provider-disabled .group-provider, | ||
#eventsLog.group-video-disabled .group-video { | ||
display: none; | ||
} | ||
.input-field { | ||
padding: 0 0.25em; | ||
margin: 0 0 0 4px; | ||
border: 0; | ||
background-color: #232323; | ||
color: #F8F8F8; | ||
} | ||
.input-field:invalid { | ||
text-decoration: underline; | ||
text-decoration-color: red; | ||
} | ||
#eventsLog .sequence > .pre.filter-not-matched { | ||
display: none; | ||
opacity: 0.2; | ||
} | ||
a.button { | ||
-webkit-appearance: button; | ||
cursor: pointer; | ||
margin: 2px; | ||
background: #ccc; | ||
border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186); | ||
border-style: solid; | ||
border-width: 1px; | ||
padding: 1px 7px 2px; | ||
color: inherit; | ||
text-decoration: inherit; | ||
user-select: none; | ||
} | ||
.right { | ||
float: right; | ||
} | ||
.disabled { | ||
opacity: 0.5; | ||
} | ||
.nav.disabled { | ||
user-select: none; | ||
cursor: default; | ||
} | ||
.block { | ||
margin: 5px; | ||
background-color: #eee; | ||
} | ||
div.mode-player { | ||
background: #acc; | ||
} | ||
div.mode-ads { | ||
background: #fea; | ||
} | ||
div.sequence { | ||
display: block; | ||
} | ||
.group-player { | ||
background: #acc; | ||
} | ||
.group-media { | ||
background: #fa6; | ||
} | ||
.group-ads { | ||
background: #fcc; | ||
} | ||
.group-auction { | ||
background: #228; | ||
color: #eee; | ||
} | ||
pre { | ||
margin: 0; | ||
} | ||
div.toggle-block pre { | ||
margin: 1px 3px; | ||
} | ||
.events-block { | ||
min-height: 1440px; | ||
} | ||
.events-block .pre, | ||
.toggle-block pre { | ||
display: inline-block; | ||
padding: 0 5px; | ||
margin: 1px 3px 1px 20px; | ||
border-radius: 5px; | ||
font-family: monospace; | ||
white-space: pre; | ||
} | ||
.pre.group-ads, | ||
.pre.group-media, | ||
.pre.group-player, | ||
.pre.group-auction, | ||
.pre.event-ready { | ||
display: inline-block; | ||
padding: 0 5px; | ||
margin: 1px 3px 1px 20px; | ||
border-radius: 5px; | ||
font-family: monospace; | ||
white-space: pre; | ||
} | ||
|
||
.list-events.events-block .pre.group-player, | ||
.list-events.events-block .pre.group-media, | ||
.list-events.events-block .pre.group-ads, | ||
.list-events.events-block .pre.group-auction { | ||
display: block; | ||
margin: 0; | ||
padding: 1px 10px; | ||
border-radius: 0; | ||
} | ||
|
||
.pre.event-playlistItem { | ||
margin: 1px 3px 1px 10px; | ||
} | ||
.pre.event-adBreakStart, | ||
.pre.event-adBreakEnd { | ||
margin: 1px 3px 1px 20px; | ||
} | ||
.pre.event-adBreakStart, | ||
.pre.event-ready, | ||
.pre.event-adImpression, | ||
.pre.event-adError, | ||
.pre.event-adWarning { | ||
font-weight: 800; | ||
} | ||
.pre pre { | ||
display: inline; | ||
margin: 0 0 0 20px; | ||
} | ||
.toggle { | ||
cursor: pointer; | ||
user-select: none; | ||
} | ||
button, | ||
input, | ||
optgroup, | ||
select, | ||
textarea { | ||
color: inherit; | ||
font: inherit; | ||
} | ||
button { | ||
overflow: visible; | ||
padding: 1px 7px 2px; | ||
} | ||
button, | ||
select { | ||
text-transform: none; | ||
} | ||
button, | ||
html input[type="button"], | ||
input[type="reset"], | ||
input[type="submit"] { | ||
-webkit-appearance: button; | ||
cursor: pointer; | ||
margin: 2px; | ||
} | ||
button[disabled], | ||
html input[disabled] { | ||
cursor: default; | ||
} | ||
button::-moz-focus-inner, | ||
input::-moz-focus-inner { | ||
border: 0; | ||
padding: 0; | ||
} | ||
label { | ||
display: inline-block; | ||
max-width: 100%; | ||
margin-bottom: 5px; | ||
font-weight: bold; | ||
} | ||
|
||
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) { | ||
body { | ||
font-size: 2vw; | ||
line-height: 3vw; | ||
} | ||
} |
Oops, something went wrong.