Hồ sơ Sinh vật: Cappi!
/* ---------------------------------
 War on All Fronts (Sigma-9)
 2020 Wikidot Theme
 Created by stormbreath
 Header image created by EstrellaYoshte
 --------------------------------- */
 
 /* -------------- ROOT -------------- */
 @import url('https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap');
 
 :root {
    --deepsea: linear-gradient(to bottom,
        rgb(0,0,101),
        rgb(23,0,82),
        rgb(0,0,0))
 }
 
 /* -------------- HEADER -------------- */
 div#container-wrap {
     background: url(none);
 }
 
 div#extra-div-1 {
     height: 140px;
     width: 100%;
     top: 0;
     position: absolute;
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
 }
 
 div#extra-div-2 {
     height: 23px;
     width: 100%;
     top: 140px;
     position: absolute;
     background: linear-gradient(to top,
       rgb(59, 59, 59),      
       rgb(83, 83, 83));
     border-bottom: 2px solid rgba(188, 184, 185, 0.5);
 }
 
 #header {
     background-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Awar-on-all-fronts-sigma/mksjr3.png");
     background-size: 100px 100px;
 }
 
 #header h1 a {
     color: transparent;
     text-shadow: none;
     font-family: 'Saira Stencil One', cursive;
 }
 
 #header h1 a::before {
     content: "Chiến Tranh Toàn Diện";
     color: rgb(173,171,181);
     text-shadow: 3px 3px 5px #000000;
     font-variant: small-caps;
 }
 
 #header h2 span {
     color: transparent;
     text-shadow: none;
     font-family: 'Saira Stencil One', cursive;
 }
 #header h2 span::before {
     content: "Chúng ta sẽ cần một con thuyền lớn hơn";
     color: rgb(173,171,181);
     text-shadow: 1px 1px 1px rgba(0,0,0,.8);
     font-variant: small-caps;
 }
 
 /*-------------- LOG-IN INFO -------------- */
 #login-status {
     font-weight: bold;
     color: rgb(173,171,181);
 }
 
 #login-status a {
     color: white;
 }
 
 #login-status ul {
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
 }
 
 #login-status ul a {
     color: rgb(173,171,181);
     background: transparent;
 }
 
 #login-status ul a:hover {
    color: white;
 }
 
 /* -------------- SEARCH-BAR -------------- */
 #search-top-box-input {
     background-color: #003;
 }
 #search-top-box-input:hover,
 #search-top-box-input:focus {
     background-color: #336;
 }
 #search-top-box-form input[type=submit] {
     background-color: #336;
     background: linear-gradient(to bottom, #669, #336, #003);
 }
 
 #search-top-box-form input[type=submit]:hover,
 #search-top-box-form input[type=submit]:focus {
     background-color: #669;
     background: linear-gradient(to bottom, #99c, #669, #336);
 }
 
 /* -------------- TOP-BAR -------------- */
 #top-bar ul li ul {
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
     border: solid 1px rgb(0,0,102);
 }
 
 #top-bar ul li:hover a[href="javascript:;"] {
     background: rgb(41,41,41);
 }
 
 #top-bar ul li.sfhover ul li a,
 #top-bar ul li:hover ul li a {
     border-top: 1px solid transparent;
 }
 
 #top-bar ul li.sfhover a,
 #top-bar ul li:hover a {
     background: transparent;
     color: rgb(173,171,181);
 }
 
 #top-bar ul li ul a {
     color: rgb(173,171,181);
 }
 
 #top-bar ul li.sfhover a:hover,
 #top-bar ul li:hover a:hover {
     background: rgba(195, 200, 220);
     color: #10b;
 }
 
 /* -------------- BODY -------------- */
 body {
     background: linear-gradient(to bottom,
         rgb(200,200,200),
         rgb(245,245,245) 400px
     );
 }
 
 h1, #page-title {
     color: rgb(44,46,100);
 }
 
 #page-title {
    border-color: rgb(44,46,100);
    font-family: 'Saira Stencil One', cursive;
    text-align: center;
 }
 
 ::-webkit-scrollbar {
     width: initial;
     height: initial;
 }
 
 ::-webkit-scrollbar-thumb {
     background-color: rgb(175, 175, 175, .7);
     border-radius: 5px;
     border: 1px solid black;
 }
 
 ::-webkit-scrollbar-track {
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
 }
 
 ::selection {
     background: rgba(35, 35, 180, 0.25);
 }
 
 /* -------------- SIDE-BAR -------------- */
 #side-bar a,
 #side-bar a:visited,
 #side-bar a.newpage {
     color: rgb(173,171,181);
 }
 
 #side-bar .side-block {
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
     border: 1px solid black;
     box-shadow: 0 2px 6px rgba(0,0,102,.5);
     color: white;
 }
 
 #side-bar .side-block.media,
 #side-bar .side-block.resources {
     background-color: rgb(23,0,127);
     background-image: var(--deepsea);
 }
 
 #side-bar .heading {
     color: white;
     border-color: white;
 }
 
 iframe.scpnet-interwiki-frame,
 .side-block .menu-item > .image {
     filter: grayscale(100%) invert(1);
 }
 
 /* -------------- FOOTER -------------- */
 #footer {
     background: rgb(23,0,82);
 }
 
 /* -------------- LINKS -------------- */
 a {
     color: rgb(17,0,187);
 }
 
 a.newpage {
     color: rgb(17,102,221);
 }
 
 a:visited {
     color: rgb(17,0,153);
 }
 
 /* -------------- PAGE EDITING OPTIONS -------------- */
 .buttons .btn,
 #lock-info {
     border-color: rgb(100,100,100);
     background-color: rgb(235,235,235);
 }
 
 /* -------------- RATING MODULE -------------- */
 .page-rate-widget-box .rate-points {
     background-color: #336 !important;
     border: solid 1px #336;
     text-transform: capitalize;
 }
 
 .page-rate-widget-box .rateup,
 .page-rate-widget-box .ratedown {
     background-color: #f0f6ff;
     border-top: solid 1px #336;
     border-bottom: solid 1px #336;
 }
 
 .page-rate-widget-box .rateup a,
 .page-rate-widget-box .ratedown a {
     color: #336;
 }
 
 .page-rate-widget-box .rateup a:hover,
 .page-rate-widget-box .ratedown a:hover{
     background: #336;
     color: #f0ffff;
 }
 
 .page-rate-widget-box .cancel {
     background-color: #336;
     border: solid 1px #336;
 }
 
 .page-rate-widget-box .cancel a {
     color: #669;
 }
 
 .page-rate-widget-box .cancel a:hover {
     background: #336;
     color: #f0ffff;
 }
 
 /* Info Module */
 #page-content .rate-box-with-credit-button{
     background-color: #336;
     border: solid 1px #336;
 }
 
 #page-content .creditButton p a {
     border-left-color: #669;
 }
 
 .close-credits,
 .credit-back {
      filter: hue-rotate(260deg)
 }
 
 #page-content .modalbox {
     box-shadow: 0 2px 6px rgba(0, 0, 100,.5);
     background: linear-gradient(
         rgb(200,200,200) 51px,
         rgb(240,240,240) 51px,
         rgb(240,240,240)) !important;
 }
 
 .info-container {
     --barColour: #336;
 }
 
 /* -------------- OTHER ELEMENTS -------------- */
 blockquote,
 div.blockquote,
 .code {
      background: rgb(235, 235, 235);
 }
 
 table.wiki-content-table th {
     background-color: rgb(225,225,225);
 }
 
 .scp-image-block {
     border: solid 1px rgb(0,0,102);
     box-shadow: 0 1px 6px rgba(0,0,0,.25);
 }
 
 .scp-image-block .scp-image-caption {
     background-color: rgb(235,235,235);
     border-top: solid 1px rgb(0,0,102);
 }
 
 div.woaf-hr {
      height: .3em;
      background: linear-gradient(to right,
          rgb(0,0,0),
          rgb(23,0,82),
          rgb(0,0,101),
          rgb(23,0,82),
          rgb(0,0,0));
      margin: 1em 0;
      border-radius: 5px;
 }
 
 div.woaf-hr p,
 div.woaf-hr ul {
     display: none;
 }
 
 /* -------------- TABS -------------- */
 /* Tab CSS is taken from the Black Highlighter Theme and minified to reduce length. */
 .yui-navset .yui-content{background-color:inherit}.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,/* no focus effect for selected */.yui-navset .yui-nav .selected a:hover{background:inherit;color:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav,.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}.yui-navset *{transition:background-color 80ms cubic-bezier(0.4,0.0,0.2,1),color 80ms cubic-bezier(0.4,0.0,0.2,1)}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{zoom:unset;display:flex;flex-wrap:wrap;border-color:#19148c;width:calc(100% - 0.125rem);margin:0 auto;border:0;box-shadow:0 calc(0.0625rem * 5) 0 0 #19148c}.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{zoom:unset;background-image:none;background-color:#f4f4f4;border:unset;color:#0c0c0c}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{zoom:unset;background-color:#0f0364;color:#fcfcfc}.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li{background-color:#f4f4f4;border-color:transparent;max-width:100%;padding:0;margin:0;zoom:unset;display:flex;position:relative;flex-grow:2;box-shadow:0 0 0 .0625rem #19148c}.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a{display:flex;vertical-align:bottom;zoom:unset;width:100%;align-items:center;justify-content:center}.yui-navset .yui-nav a em,.yui-navset .yui-navset-top .yui-nav a em{padding:.35em .75em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.yui-navset .yui-nav li em{border:unset!important}.yui-navset .yui-nav .selected,.yui-navset .yui-navset-top .yui-nav .selected{padding:0;margin:0;flex-grow:2;background-color:#19148c;}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a em{border:none;border-color:transparent}.yui-navset .yui-nav .selected a{color:#fcfcfc!important;width:100%;background-image:none}.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:active{background-color:#19148c;color:#fcfcfc}.yui-navset .yui-nav .selected a:hover{cursor:default}.yui-navset .yui-content{background-color:rgb(235,235,235); box-shadow:inset 0 calc(0.0625rem * 5) 0 0 rgba(25,20,140,.75);}.yui-navset .yui-content,.yui-navset .yui-navset-top .yui-content{border-color:#aaa}.yui-navset-left .yui-content{border-left-color:#f4f4f4}
 
 /* -------------- MOBILE VIEW -------------- */
 @media (max-width: 767px) {
     #side-bar {
          background-color: rgb(23,0,127);
          background-image: var(--deepsea);
      }
 
     #top-bar .open-menu a {
         border: 0.2em solid rgb(0,0,102);
         color: rgb(0,0,102);
         background: rgb(245,245,245);
     }
 }
 
 @media (max-width: 479px) {
     #header {
         background-size: 55px 55px;
     }
 }
 
 @media (min-width: 480px) and (max-width: 580px) {
     #header {
         background-size: 66px 66px;
     }
 }
 
 @media (min-width: 581px) and (max-width: 767px) {
     #header {
         background-size: 77px 77px;
     }
 }
 
 @media (min-width: 768px) and (max-width: 979px) {
     #header {
         background-size: 88px 88px;
     }
 }

Hồ sơ Sinh vật: Cappi!

Tổng quan!

Tên: Cappi

Loài: CapsulePet™ được ra mắt bởi Ts. Wondertainment!™

Người chăm sóc chính: Quincy Ridge (đôi khi làm việc với Harper Ridge)

Chế độ ăn: Nước, và như một món ăn đặc biệt, ruồi.

Nơi ở: Chỗ ở 1

Giới thiệu Sinh vật!

Cappi là tên gọi cho cô nàng CapsulePet™ khổng lồ, cao tới hai mét của chúng tôi, thực chất là một con thằn lằn! Như bạn biết rồi đấy, cô nàng được tạo nên bởi Ts. Wondertainment!™, cái người vì vài lý do mà quan tâm quá mức đến sở hữu trí tuệ. Lạy chúa tôi còn chẳng thể chụp ảnh cô nàng, một lỗi xuất hiện trên máy ảnh của tôi nói rằng 'không được phép chụp ảnh tài sản chưa bán của công ty đang ở trạng thái hoạt động', vậy nên tôi nghĩ là trứng của cô nàng bị đánh cắp? Chúng tôi không chắc nữa.

Dù sao thì, Cappi đúng là, vâng, to lớn, có thể là do tất cả nước mà cô nàng hấp thụ vào làn da mềm mại, xốp của mình. Cô nàng ít khi được tắm rửa vì là động vật lớn nhất mà chúng tôi có, mặc dù đôi khi chúng tôi có lau người và cho cô nàng ăn côn trùng!

Lịch sử!

cappi.jpg

Trứng của Cappi!

Vài tháng trước, Harper Ridge bảy tuổi phát hiện trứng của Cappi khi đang chơi trong rừng với bạn. Tôi sẽ chỉ… viết lại những gì cậu bé nói.

Con và Pete đang chơi trong khu rừng đằng sau nhà của Pete, và trong khi đang tìm một cây gậy đi bộ tốt thì con tìm thấy Cappi! Nó vẫn còn ở trong trứng, nhưng con có thể cảm nhận được, vậy nên con mang nó về nhà. Bố nghĩ đó là một hòn đá, ông ấy chẳng tin con.

Thì, con biết Cappi vẫn còn sống, nên con đã ôm và ủ ấm cho nó, rửa sạch lớp vỏ bẩn trong bồn tắm, và rồi… vỏ bắt đầu nứt ra!

Khi nó nở, nó chỉ là một cô thằn lằn con. Nhưng nó lớn lên rất nhanh, bồn tắm gần như trống rỗng mặc dù con đã mở vòi! Khá là điên rồ, nhưng nó rất tốt bụng, cô ấy thậm chí còn bò lên tay của con khi con tắt bồn tắm.

Sau một khoảng thời gian vui đùa với nó, bố con bước vào, và trông ông ấy rất ngạc nhiên. Ông ấy nói rằng trong khi chúng ta có thể giữ nó lại, nhưng nó lại quá to so với bồn tắm, vậy nên giờ nó đang sống ở Wilson. Đôi khi bố còn dẫn con đi thăm nó!

Nhu cầu và Nơi ở đặc biệt!

Thực sự ban đầu chúng tôi không tính giữ lại Cappi, lý do bởi vì, cô nàng ngày càng lớn hơn! May thay, cô nàng không lớn thêm nữa, vì vậy chúng tôi có thể giữ cô nàng trong một khu vực có hàng rào đẹp với ao riêng, nơi cô nàng chia sẻ với vài con vịt, ngỗng và các loài thủy cầm khác của chúng tôi.

Ban đầu chúng tôi hơi lo lắng về việc cô nàng vô tình bóp nát những con chim, nhưng thực sự cô nàng rất nhẹ nhàng với chúng, đảm bảo di chuyển chậm bất cứ khi nào chúng đến gần. Cappi thậm chí còn để chúng ngồi trên cô ấy! Thật dễ thương khi thấy cô ấy ngủ gật với một bầy thiên nga trên đầu..

Lưu ý về Cappi!

Như đã nói ở trên, Cappi là một con vật đơn giản đến ngạc nhiên vì quá lớn. Chúng tôi thực sự hơi lo ngại nhỏ khi Cappi tiếp tục cố gắng bắt bất kỳ máy bay nào bay qua đầu, nhưng lưỡi của cô nàng đủ ngắn để nó không phải là vấn đề. Thông thường thì cô nàng chỉ đánh vào lưới.

Sự cố Cappi [1998/06/30]
Tham gia bởi: Quincy Ridge

Tôi không chắc là nên bắt đầu từ đâu.

Có một trận động đất trước đó. Không rõ độ lớn là bao nhiêu, nhưng nó có vẻ dữ dội hơn thông thường, vậy nên tôi đã đi kiểm tra một số loài động vật để đảm bảo chúng không bị căng thẳng và khó chịu. Khi tôi kiểm tra Cappi, cô nàng đang nhìn lên bầu trời. Chỉ cho đến khi mặt trời bị che khuất, tôi mới nhận ra thứ mà cô ấy đang nhìn chằm chằm: một con ruồi. Một con ruồi lớn như cô ấy.

Tôi cho rằng Cappi nhìn thấy nó giống như côn trùng bình thường, bởi vì cô ấy lè lưỡi lên, quấn lấy con côn trùng và cố gắng kéo nó vào miệng, nhưng nó quá lớn nên không thể lọt qua lưới. Tôi chỉ ước là cổ bỏ cuộc.

Thay vào đó, lưới bắt đầu cắt nó, chia nó thành nhiều mảnh nhỏ, hầu hết đều rơi vào miệng Cappi. Một mảnh rơi vào tôi. Nhân tiện, máu ruồi thật kinh khủng.

Dù sau thì, Tôi bỏ chạy và quay trở lại Nơi Trú Ẩn để cố gắng liên lạc với các Giám sát viên, nhưng họ không bắt máy. Sau đó, Tim bật tin tức, và…

Những người khác thì tệ hơn nhiều.


Nếu không có ngoại lệ được nêu, nội dung của trang này được xuất bản dưới giấy phép Ghi nhận Đóng góp – Chia sẻ với Điều kiện Như nhau 3.0 (CC BY-SA 3.0)