Page MenuHomePhorge

report.css
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

report.css

@font-face {
font-family: 'Berkeley Mono';
src: url('/assets/BerkeleyMono-Regular.woff2') format('woff2');
}
* {
margin: 0;
padding: 0;
}
html,
code {
font:
15px/22px arial,
sans-serif;
}
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
margin: 7% auto 0;
max-width: 410px;
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 11px 0 22px;
overflow: hidden;
}
ins {
color: #777;
text-decoration: none;
}
a {
color: #15c;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
#logo {
width: 32px;
height: 32px;
margin-bottom: 11px;
display: inline-block;
user-select: none;
pointer-events: none;
}
#logo img {
width: 100%;
height: 100%;
}
.meta {
margin: 11px 0 22px;
}
.meta p {
margin: 0;
}
.label {
color: #777;
}
.frames {
padding-inline: 0.7rem;
padding-block: 0.3rem;
color: #333;
background-color: #fcfcfc !important;
font-family: 'Berkeley Mono', monospace;
margin: 5px 0 11px;
max-height: 320px;
overflow: auto;
white-space: pre;
}
.frames > code {
all: unset;
}
.frame-index {
color: #999;
}
.url {
overflow-wrap: anywhere;
}
.copy-url {
cursor: copy;
}
.footer {
margin-top: 33px;
}
@media screen and (max-width: 772px) {
body {
background: none;
margin-top: 0;
max-width: none;
padding-right: 0;
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 1, 6:50 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603663
Default Alt Text
report.css (1 KB)

Event Timeline