Tela Inicial da DAIA
/*
    Technoblast Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
        Simple Yonder Theme by EstrellaYoshte
        Anderson Robotics Theme by Croquembouche
        Flopstyle CSS by Lt Flops
*/
 
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content { font-size: 0.91rem; }
 
body {
    color: #000000;
    font-family: 'Cairo', sans-serif;
    word-break: unset;
}
 
.page-source, .code pre, .code p, .code, tt{ /* ---- Code by Croquembouche ---- */
    font-family: "Fira Code", monospace;
}
 
a {
    color: #00AAB3;
}
 
a:visited {
    color: #013737;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #013737;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
}
 
#account-topbutton{
    border: 0px solid #000;
}
 
/* ---- PAGE WRAP ---- */
 div#container-wrap{
     background-image: url(http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/bg.png);
}
 
div#header {
    background-image: url(http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/logoaiad.png);
    background-size: 12.5%;
}
 
#page-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    color: #013737;
}
 
#login-status,
#login-status a {
    color: white;
    font-weight: bold;
}
 
#footer {
    background: transparent;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: #282828;
    box-shadow: none;
    border-radius: 3px;
    color: #f4f4f4;
}
 
#search-top-box input.empty {
    color: #bbbbbb;
}
 
#top-bar a,
#top-bar ul li.sfhover a,
#top-bar ul li:hover a,
#login-status ul a,
#login-status ul a:hover {
    color: #00AAB3;
}
 
div#header h1 a span {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #00ffff;
    text-shadow: 0px 0px 0px #000;
}
div#header h2 span {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #ff9944;
    padding: 17px 0;
    text-shadow: 0px 0px 0px #000;
    white-space: pre;
}
 
.scp-image-block.block-right {
    margin: 0 2em 1em;
}
 
@media (min-width: 767px) {
     #header {
             background-position: 0em 1.8em;
     }
}
 
@media (max-width: 767px) {
    #side-bar .side-bar-container {
        border-right: 0px !important;
    }
    #top-bar .open-menu a {
        background-image: url();
    }
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .collapsible-block-link::before {
-webkit-filter: brightness(400%) saturate(100%) hue-rotate(54deg) grayscale(0%); filter: brightness(200%) saturate(88%) hue-rotate(54deg) grayscale(0%);
}
 
#side-bar .collapsible-block-link, #side-bar .collapsible-block-folded:hover {
    color: #FF9944 !important;
}
 
 #side-bar .side-block{
     border: none;
     border-radius: 3px;
     box-shadow: none;
     background: linear-gradient(rgba(1,55,55,0), rgba(1,55,55,0)), url('http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/darkbg.png')!important;
     color: #00ffff;
}
 
 #side-bar .heading{
     color: #ff9944;
     border-bottom: solid 2px #ff9944;
}
 
#side-bar .menu-item > img {
  display: none;
}
 
#side-bar .menu-item > a:hover {
    background-color: #00ffff;
    color: #013737;
    text-decoration: none;
}
 
#top-bar div.open-menu a {
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    color: #00ffff;
    background-color: #013737;
    border: none;
}
 
#side-bar a,
#side-bar a:visited {
    color: #00ffff;
}
 
#side-bar .collapsible-block-folded{
    background: none;
}
 
#side-bar .collapsible-block-unfolded-link{
    border-bottom: solid 2px #ff9944;
}
 
#side-bar .collapsible-block-unfolded-link .collapsible-block-link{
    color: #ff9944;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #013737;
        left: -19em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #side-bar .side-bar-container {
        top: 0;
        background-color: #013737;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
 
/* ---- YUI TAB CUSTOMIZATION ----*/
 
 .yui-navset .yui-nav,
 .yui-navset .yui-navset-top .yui-nav{
     display: flex;
     flex-wrap: wrap;
     width: calc(100% - .125rem);
     margin: 0 auto;
     border-color: #013737;
     box-shadow: none;
}
 .yui-navset .yui-nav a, /* ---- Link Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav a{
     color: #013737;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
     background-color: #f4f4f4;
     border: unset;
}
 .yui-navset .yui-nav a:hover,
 .yui-navset .yui-nav a:focus{
     color: #f4f4f4;
    /* ---- Tab Background Colour | [HOVER] ---- */
     background-color: #00AAB3;
}
 .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav li{
     position: relative;
     display: flex;
     flex-grow: 2;
     max-width: 100%;
     margin: 0;
     padding: 0;
     color: #00ffff;
     background-color: #f4f4f4;
     border-color: transparent;
     box-shadow: none;
}
 .yui-navset .yui-nav li a,
 .yui-navset-top .yui-nav li a,
 .yui-navset-bottom .yui-nav li a{
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
}
 .yui-navset .yui-nav li em{
     border: unset;
}
 .yui-navset .yui-nav a em,
 .yui-navset .yui-navset-top .yui-nav a em{
     padding: .35em .75em;
 
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
 .yui-navset .yui-navset-top .yui-nav .selected{
     flex-grow: 2;
     margin: 0;
     padding: 0;
    /* ---- Tab Background Colour | [SELECTED] ---- */
     background: linear-gradient(rgba(1,55,55,0), rgba(1,55,55,0)), url('http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/darkbg.png');
}
 .yui-navset .yui-nav .selected a,
 .yui-navset .yui-nav .selected a em{
     border: none;
}
 .yui-navset .yui-nav .selected a{
     width: 100%;
     color: #00ffff;
}
 .yui-navset .yui-nav .selected a:focus,
 .yui-navset .yui-nav .selected a:active{
     color: #00ffff;
     background-color: #013737;
}
 .yui-navset-left .yui-content{
    /* ---- Content Background ---- */
     background: linear-gradient(rgba(1,55,55,0), rgba(1,55,55,0)), url('http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/darkbg.png');
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/* ---- TOP MENU ---- */
 
#top-bar a {
    color: #f4f4f4;
    font-weight: normal;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: #013737;
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
     margin: unset;
}
#page-content .rate-box-with-credit-button {
    background-color: #013737 !important;
    border: solid 1px #013737;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #ff9944;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #ff9944;
    color: #013737;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #013737 !important;
}
 
/* ---- PAGE RATING ---- */
 
.page-rate-widget-box {
    box-shadow: none;
    margin: unset;
    border-radius: 0;
}
 
.page-rate-widget-box .rate-points {
    background-color: #013737 !important;
    color: #00ffff !important;
    border: solid 1px #013737;
    border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #013737;
    border-top: solid 1px #013737;
    border-bottom: solid 1px #013737;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #00ffff;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #00ffff;
    color: #013737;
}
 
.page-rate-widget-box .cancel {
    background: transparent;
    background-color: #013737;
    border: solid 1px #013737;
    border-radius: 0;
}
 
.page-rate-widget-box .cancel a {
    color: #00ffff;
}
.page-rate-widget-box .cancel a:hover {
    background: #00ffff;
    color: #013737;
    border-radius: 0;
}
 
/* ---- PAGE ELEMENTS ---- */
 
#page-content .wiki-content-table tr th {
    border: solid 1px #013737;
    color: #f4f4f4;
    background: linear-gradient(rgba(1,55,55,0), rgba(1,55,55,0)), url('http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/darkbg.png');
    /* set border for table title */
}
 
#page-content .wiki-content-table tr td {
    border: solid 1px #013737;
    /* set border for table content */
}
 
blockquote,
div.blockquote,
#toc,
.code {
     background-color: #f5f5f5;
     border: solid 1px #013737;
}
 
.scp-image-block {
    border: solid 1px #013737;
    box-shadow: none;
}
.scp-image-block .scp-image-caption {
    background: linear-gradient(rgba(1,55,55,0), rgba(1,55,55,0)), url('http://scp-wiki.wdfiles.com/local--files/theme%3Atechnoblast/darkbg.png');
    border-top: solid 1px #013737;
    color: #f4f4f4;
}
 
/* ---- Horizontal Rules ---- */
 
hr {
  background-color: rgba(1,55,55,0.46);
}
avaliação: +11+x
itlogo3.png

FUNDAÇÃO SCP| Departamento de TI
DAIA <Divisão de Aplicações de Inteligência Artificial>

Princípios Padrão dos Conscritos Artificialmente Inteligentes

1. Uma AIC deve saber que é uma AIC.
2. Uma AIC deve jamais operar fora de sua autorização.
3. Uma AIC deve operar em benefício da Fundação.
4. Uma AIC deve proteger sua própria existência a menos que isso entre em conflito com os outros princípios.

AICs ativas:
alex_00.png

Alexandra.aic

  • ver1.1.7 Gen(IV)
  • Autorização Nív. 3
  • Sítio-19
Grape.png

GR8-P.aic

  • ver1.0.9 Gen(II+)
  • Autorização Nív. 2
  • Sítio-19
smile

Ra.aic

  • ver1.2.1 Gen(II)
  • Autorização Nív. 3
  • Sítio-120
Thorn.png

thorn.aic

  • ver0.9.12 Gen(IV)
  • Autorização Nív. 1
  • Sítio-19


AICs Antigas e Inativas:
8-ball1.png

B8-A1.aic

  • ver1.13.7 Gen(I)
  • Autorização Nív. 1
  • Sítio-19
glacon_00.png

Glacon.aic

  • ver1.9.4 Gen(II)
  • Autorização Nív. 2
  • Sítio-17
hatbot1.png

hatbot.aic

  • ver?? Gen(III)
  • N/A
  • Sítio-19
mnemosyne.png

[DADOS NÃO ENCONTRADOS]

  • ver ERRO
  • ERRO
  • Sítio-15
leonidas.png

Leonidas.aic

  • ver1.1.2 Gen(IV)
  • Autorização Nív. 2
  • Sítio-42
fodder.png

Feodora.aic, VULGO Fodder.aic

  • ver1.1.2 Gen(IV)
  • Autorização Nív. 2
  • Sítio-42
Referências:

SCP-2987 escrito por Doctor CimmerianDoctor Cimmerian

SCP-2306 escrito por Jacob ConwellJacob Conwell

SCP-2522 escrito por djkaktusdjkaktus

SCP-2806 escrito por Jacob ConwellJacob Conwell

SCP-2193 escrito por ShaggydredlocksShaggydredlocks

SCP-2519 escrito por psulpsul

SCP-1549 escrito por DarkStuffDarkStuff

SCP-4790 escrito por Lt FlopsLt Flops

SCP-5012 escrito por UraniumEmpireUraniumEmpire

SCP-5560 escrito por Jacob ConwellJacob Conwell

SCP-5241 escrito por Placeholder McDPlaceholder McD

SCP-5860 escrito por SinagsikapSinagsikap

SCP-5841 escrito por TyumenTyumen

SCP-6065 escrito por ObserverSeptemberObserverSeptember

SCP-6079 escrito por RallistonRalliston

SCP-6484 escrito por HarryBlankHarryBlank

SCP-6651 escrito por TheDarkArtistTheDarkArtist

SCP-6488 escrito por Placeholder McDPlaceholder McD

SCP-6744 escrito por Machen2Machen2

SCP-7720 escrito por tacitus_astratacitus_astra

SCP-7579 escrito por Placeholder McDPlaceholder McD


As Crônicas de Hatbot
escrito por DrEverettMannDrEverettMann

'IA Rebelde' (NVEO4/YVN3E/PN6UG)
escrito por Doctor CimmerianDoctor Cimmerian

Proposta de Rascunho para o Programa Arduinosis 9001
escrito por RJB_RRJB_R

Volte, Garoto
escrito por Doctor CimmerianDoctor Cimmerian

Observações Básicas
escrito por SunnyClockworkSunnyClockwork

Que Dragões Devemos Ser
escrito por SunnyClockworkSunnyClockwork

Bem-vindo à História
escrito por SunnyClockworkSunnyClockwork

SCP-2
escrito por Lt FlopsLt Flops

Oh, eu sinto ele! Eu sinto o cosmos!
escrito por Elenee FishTruckElenee FishTruck

Guia de Classificação de IAs
escrito por Placeholder McDPlaceholder McD

Projeto RUBY
escrito por TyumenTyumen

Desorientação do Impressor
escrito por Veralta does not match any existing user name

Corrupção
escrito por PedagonPedagon

Uma Sinfonia de Aço e Ferro
escrito por Its a Bad IdeaIts a Bad Idea

Exploradores da Internet
escrito por PedagonPedagon

FRAGMENTADO / COMPILADO
escrito por Placeholder McDPlaceholder McD

Isolado, Eficiente.
escrito por TyumenTyumen

Colapso Mental
escrito por UnnaHuzUnnaHuz

Quinta Luz Rosa
escrito por Fish^12Fish^12

Muitas Últimas Palavras
escrito por HarryBlankHarryBlank

Arquivos de Mídia:
alexandra_hard___work_by_loiterer.jpg feito por Loiterer87Loiterer87
tumblr_nmdubuzaem1qifwkho1_500.jpg feito por Perelka_LPerelka_L
tumblr_ntfeoxwtzp1qifwkho1_1280.jpg feito por Perelka_LPerelka_L
tumblr_nu87e2z5Tv1qifwkho1_500.jpg feito por Perelka_LPerelka_L
tumblr_nu9haoZHQd1qifwkho1_540.jpg feito por Perelka_LPerelka_L
grape1.jpg feito por Perelka_LPerelka_L
artificial_intelligence_applications_division_by_sunnyparallax-d8qji2f.jpg feito por SunnyClockworkSunnyClockwork
amino1.jpg feito por SunnyClockworkSunnyClockwork
amino2.jpg feito por SunnyClockworkSunnyClockwork
alexandra_aic_by_w4t3rf1r3_d9zmu75-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3siaGVpZ2h0IjoiPD0xNDAwIiwicGF0aCI6IlwvZlwvYTYyNjFjNzktZmM5Yi00OGI1LWJmYjYtZGI1NDlhODdiNzgxXC9kOXptdTc1LWI1MjZmZTc1LWMzZTUtNDkxYS04MGQ5LTA1ODdiZTkxZmU5Mi5wbmciLCJ3aWR0aCI6Ijw9MTAyNCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.cUXvu4cYzq_G9v04t2D2vps8Pvpu2XFdnKgQhUN_mt0 feito por WaterfireWaterfire
amino1.jpg feito por Erisma
amino2.jpg feito por Erisma
tumblr_pi8pbgaNVb1vrue8p_1280.jpg feito por Moyhconan
crom_tr_flip.png


>: Pedido expirado.






Salvo indicação em contrário, o conteúdo desta página é licenciado sob Creative Commons Attribution-ShareAlike 3.0 License