Link to article: SCP-9365.
.phone-wrap {
background-color: #e5ddd5;
border: 1px solid #999;
max-width: 400px;
margin: 20px auto;
padding: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
overflow: hidden;
}
.phone-wrap::after {
content: "";
display: table;
clear: both;
}
.phone-wrap p {
margin: 0;
padding: 0;
}
.chat-bubble {
padding: 6px 10px;
margin-bottom: 2px;
border-radius: 7px;
font-size: 0.9em;
clear: both;
max-width: 75%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
line-height: 1.2;
position: relative;
display: inline-block;
word-wrap: break-word;
}
.left-msg {
float: left !important;
background-color: #ffffff;
border-top-left-radius: 0;
text-align: left;
color: #000;
margin-right: auto;
clear: both !important;
}
.right-msg {
float: right !important;
background-color: #dcf8c6;
border-top-right-radius: 0;
text-align: left;
color: #000;
margin-left: auto;
clear: both !important;
}
.right-msg strong {
background: linear-gradient(135deg, #4a4a4a 0%, #1a1a1a 100%);
color: white;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
letter-spacing: 0.5px;
text-transform: uppercase;
font-size: 0.85em;
display: inline-block;
}
.sys-msg {
text-align: center;
font-size: 0.75em;
color: #555;
background: rgba(255,255,255,0.6);
padding: 3px 8px;
border-radius: 10px;
margin: 10px auto 15px auto;
clear: both !important;
width: fit-content;
display: block;
float: none !important;
}
.sys-msg::before,
.sys-msg::after {
content: "";
display: table;
clear: both;
}
.sender-name {
font-size: 0.75em;
font-weight: bold;
color: #e542a3;
}
.name-sumon { color: #e542a3 !important; }
.name-rakib { color: #d35400 !important; }
.right-msg .sender-name {
display: none;
}
.timestamp {
font-size: 0.65em;
color: #999;
float: right;
margin-top: 5px;
margin-left: 8px;
vertical-align: bottom;
}
.video-log {
background-color: #121212;
color: #ffffff;
border: 0px;
border-left: 5px solid #25F4EE;
border-right: 5px solid #FE2C55;
padding: 25px;
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 1rem;
max-width: 550px;
margin: 30px auto;
box-shadow: 0 10px 20px rgba(0,0,0,0.4);
border-radius: 8px;
line-height: 1.6;
}
.video-overlay {
color: #a0a0a0;
font-size: 0.85em;
border-bottom: 1px solid #333;
padding-bottom: 12px;
margin-bottom: 20px;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}
.video-overlay strong {
color: #fff;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.video-log strong {
color: #ffffff;
font-weight: 700;
}
.video-log .subject strong {
color: #FE2C55;
}
.video-log em {
color: #ccc;
font-size: 0.95em;
}
.rec-dot {
color: #FE2C55;
animation: blink 2s infinite;
font-weight: bold;
margin-right: 5px;
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0.3; }
100% { opacity: 1; }
}
.ring-log {
background-color: #000000;
color: #cccccc;
border: 1px solid #333;
border-radius: 4px;
max-width: 680px;
margin: 30px auto;
box-shadow: 0 4px 10px rgba(0,0,0,0.6);
font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 0.95rem;
line-height: 1.6;
position: relative;
overflow: hidden;
}
.ring-header {
background: linear-gradient(to bottom, rgba(30,30,30,0.9) 0%, rgba(0,0,0,0) 100%);
padding: 15px 20px;
color: #fff;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
display: flex;
justify-content: space-between;
align-items: center;
letter-spacing: 1px;
border-bottom: 1px solid #222;
}
.ring-content {
padding: 25px;
}
.ring-dot {
display: inline-block;
width: 12px;
height: 12px;
background-color: #ff0000;
border-radius: 50%;
box-shadow: 0 0 6px #ff0000;
margin-right: 10px;
animation: blink 2s infinite;
vertical-align: middle;
color: transparent;
font-size: 0;
}
@keyframes blink {
0% { opacity: 1; }
50% { opacity: 0.3; }
100% { opacity: 1; }
}
.ring-log strong {
text-transform: uppercase;
font-size: 0.9em;
letter-spacing: 0.5px;
margin-right: 5px;
}
.name-babul {
color: #48dbfb;
}
.name-rich {
color: #feca57;
}
.ring-log em {
color: #55efc4;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
display: block;
margin: 15px 0;
border-left: 2px solid #55efc4;
padding-left: 15px;
background: linear-gradient(to right, rgba(85, 239, 196, 0.1) 0%, rgba(0,0,0,0) 100%);
}
.ring-battery {
border: 1px solid #fff;
width: 24px;
height: 12px;
display: inline-block;
position: relative;
margin-left: 10px;
vertical-align: middle;
color: transparent;
font-size: 0;
}
.ring-battery::after {
content: "";
background-color: #4cd137;
width: 60%;
height: 100%;
display: block;
}
.news-wrap {
background-color: #ffffff;
max-width: 900px;
width: 100%;
margin: 40px auto;
font-family: Georgia, 'Times New Roman', serif;
color: #111;
border-top: 1px solid #eee;
border-left: 5px solid #1a7b96;
padding: 25px 25px 25px 40px;
line-height: 1.6;
display: block;
position: relative;
box-sizing: border-box;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.news-title {
font-family: Georgia, 'Times New Roman', serif;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.1;
color: #000;
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.news-header-block {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
display: grid;
grid-template-columns: min-content 1fr;
align-items: center;
gap: 20px;
min-height: 80px;
width: 100%;
}
.news-avatar {
float: none !important;
margin: 0 !important;
width: 60px;
height: 60px;
flex-shrink: 0;
border-radius: 50%;
background-color: #ddd;
background-image: url('https://scp-sandbox-3.wdfiles.com/local--files/feathersnore/Warsawsky_Avatar.png');
background-size: cover;
background-position: center;
}
.news-meta {
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.3;
overflow: hidden;
}
.news-byline {
font-size: 1rem;
color: #333;
display: block;
width: 100%;
}
.news-role {
font-size: 0.85rem;
color: #666;
display: block;
width: 100%;
}
.news-date {
font-size: 0.8rem;
color: #888;
margin-top: 3px;
text-transform: uppercase;
display: block;
width: 100%;
}
.news-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 15px;
margin-bottom: 30px;
white-space: normal;
}
.news-btn {
border: 1px solid #ddd;
border-radius: 20px;
padding: 6px 16px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.8rem;
font-weight: 700;
color: #444;
background: #fff;
cursor: default;
transition: background 0.2s;
}
.news-btn:hover { background: #f5f5f5; }
.news-bullets {
background-color: #f7f7f7;
padding: 20px 20px 20px 40px;
border-radius: 8px;
margin-bottom: 30px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
color: #222;
font-size: 1.05rem;
list-style-type: disc;
}
.news-bullets li {
margin-bottom: 12px;
padding-left: 5px;
}
.news-body {
font-size: 1.15rem;
color: #2a2a2a;
}
.news-q {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 0.95rem;
text-transform: uppercase;
color: #000;
margin-top: 30px;
display: block;
margin-bottom: 5px;
letter-spacing: 0.5px;
}
.news-a {
display: block;
margin-bottom: 10px;
}
.news-link {
color: #1a7b96;
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}
component:preview
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:classified-bar-woed
[info]
component:image-block
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
phone-wrap
sys-msg
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
timestamp
phone-wrap
sys-msg
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
phone-wrap
sys-msg
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
phone-wrap
sys-msg
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
video-log
video-overlay
subject
subject
phone-wrap
sys-msg
chat-bubble
left-msg
sender-name
name-sumon
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-sumon
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-sumon
timestamp
sys-msg
chat-bubble
left-msg
sender-name
name-sumon
timestamp
ring-log
ring-header
ring-dot
ring-battery
ring-content
name-babul
name-rich
name-babul
name-rich
name-babul
name-rich
name-babul
name-rich
name-babul
name-rich
name-babul
name-rich
name-babul
name-rich
phone-wrap
sys-msg
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
left-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
video-log
video-overlay
subject
subject
subject
subject
news-wrap
news-title
news-header-block
news-avatar
news-meta
news-byline
news-name
news-role
news-follow
news-date
news-actions
news-btn
news-btn
news-btn
news-body
news-link
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
news-q
news-a
phone-wrap
sys-msg
chat-bubble
left-msg
sender-name
name-sumon
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-rakib
timestamp
chat-bubble
left-msg
sender-name
name-sumon
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
right-msg
timestamp
chat-bubble
left-msg
sender-name
name-sumon
timestamp
chat-bubble
left-msg
sender-name
name-sumon
timestamp
footer-wikiwalk-nav