MediaWiki:Common.css

De otPokemon Wiki
Revisão de 17h55min de 1 de novembro de 2023 por Alissonmader (discussão | contribs)
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */

/* Geral */

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica', sans-serif
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('https://wiki.otpokemon.com/images/7/70/Background_halloween.png') no-repeat;  
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#mw-page-base {
    background: transparent;
}

#ca-nstab-mediawiki, #ca-talk, #p-namespaces, #ca-view, #ca-viewsource, #ca-unwatch, #ca-ve-edit{
    display: none;
}

.vectorTabs span {
    background-position: right bottom;
    display: inline-block;
    height: auto;
}

.vectorTabs{
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#a7d7f900 100%);
}

.vectorTabs li {
    height: auto;
}

.vectorTabs li a {
    height: auto;
}

.vectorTabs span a {
    padding-top: 0.4em;
}

#p-search{
   margin-top: 0em;
   background: #ffffff;
   margin-left: 0;
}

#p-search form{
   margin: 0 0;
}

.vectorTabs span {
    background-image: none;
    background-position: right bottom;
    display: inline-block;
    width: 25px;
    height: 25px;
}

#mw-head .vectorMenu h3 {
    background-image: none;
}

#ca-edit{
    background: transparent;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    font-size: 0;
    background-image: url(https://wiki.otpokemon.com/images/2/24/Code_button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ca-edit span a {
    width: 25px;
    height: 25px;
}

#ca-history{
    background: transparent;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    font-size: 0;
    background-image: url(https://wiki.otpokemon.com/images/e/e0/History_button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ca-history span a{
    width: 25px;
    height: 25px;
}

#p-cactions{
    background: transparent;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    font-size: 0;
    background-image: url(https://wiki.otpokemon.com/images/4/42/Expand-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0.5rem;
}

.vectorMenu .menu {
    font-size: 15px;
}

.mw-body, .parsoid-body, #mw-panel {
    background: #f7f6fb;
    border-radius: 6px;
    border: 5px solid transparent;
    border-image: url('https://wiki.otpokemon.com/images/1/18/Border-image2.png') 15 stretch;
}

#p-logo a {
    background-size: contain;
    border-radius: 5px;
}

.mw-list-item a {
    color: white;
}

.mw-list-item a:visited {
    color: #05ACF3;
}

.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 13em;
    margin-right: 1em;
}

#mw-panel {
    width: 10.6em;
    margin-top: 5.0rem;
    padding-top: 10px;
}

#footer ul {
    list-style: none none;
    padding: 0;
    margin-left: 15px;
}
#footer ul li a{
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
    background: none;
}

#p-personal a.new, #p-personal a:visited, #p-personal a{
    color: #fff;
}

/* Main page */

.container {
    margin: 0 auto;
    display: flex;
}

.main {
    width: 70%;
    margin: 1em;
}

.banner {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    --border-width: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: 2.5rem;
    color: white;
    background: linear-gradient(60deg,
            #0c3d7b,
            #14917c,
            #1ec7ab,
            #6ee7d3,
            #041e41,
            #1864c7,
            #085245);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 30s alternate infinite;
    border-radius: 10px;
}

.banner img {
    width: 100%;    
    height: 100%;
}

.most-acessed, .quick-access {
    margin-top: 2em;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.ma-title,.qa-title {
    border-radius: 10px 10px 0px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
    height: auto;
    padding: 5px 0px;
    background: linear-gradient(90deg, rgb(0, 47, 109) 0%, rgb(19, 83, 67) 46%, rgb(0, 105, 90) 100%);
}

.sub-most-acessed{
    display: flex;
}

.ma-card-item {
    text-align: center;
    height: auto;
    padding: 1em;
    width: 25%;
}

.ma-card-item a{
    text-decoration: none;
}

.ma-item {
    width: calc(100% - 30%);
    height: 100%;
    transition: 1s;
    filter: drop-shadow(0px 0px 5px rgba(48, 48, 48, 0.6));
}

.ma-item:hover{
    transition: 1s;
    transform: scale(1.10);
    filter: drop-shadow(2px 2px 2px rgba(34, 34, 34, 0.2));
}

.ma-text{
    width: 80%;    
    height: 80%;
    margin: 5px;
    transition: 1s;
    transform: scale(1.20);
}

.ma-text:hover{
    transition: 1s;
    transform: scale(1.30);
    filter: drop-shadow(2px 2px 2px rgba(34, 34, 34, 0.2));
}

.ma-title-icon, .qa-title-icon {
    width: 30px;
    height: 30px;
}

.column {
    display: flex;
    width: 28%;
    margin: 0.8em;
    text-align: center;
    flex-direction: column;
    color: white;
}

.column a:visited {
    color: #ffffff;
}
.social-media {
    text-align: center;
    height: auto;
    padding-bottom: 10px;
    margin-top: -70px;
    position: absolute;
    top: 0;
    right: 0;
}

.social-media p {
    display: flex;
    justify-content: space-around;
}

.social-media a {
    width: 41.5px;
}

.qa-line {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.150);
    padding: 1rem;
}

.qa-line-icon img {
    width: 50px;
    height: 50px;
    margin: 1rem;
    border-radius: 12px;
}

.qa-line-text {
    margin: 0.5rem 0;
    width: 100%;
}

.qa-line-title {
    margin: 0.5em 0;
    font-weight: bold;
}

pre, .mw-code {
    color: #000; 
    background-color: rgb(234 236 240 / 0%);
    border: 1px solid rgb(234 236 240 / 0%);
    padding: 0; 
    white-space: pre-wrap;
}

.sc-icon {    
    width: 100%;
    margin: -1px;
    height: auto;
    transition: 1s;
}

.sc-icon:hover {
    filter: grayscale(0%) contrast(115%);
    transition: 1s;
    transform: scale(1.10);
}

.update-box{
    margin-bottom: 20px
}

.update-box, .update-box-2{
    width: 90%;
    text-align: center;    
    position: relative;
    margin: 20px auto;
    transition: 1s;
    border-radius: 20px;
    display: flex; 
    justify-content: center;
    font-weight: bold;

}
.update-box-2:hover, .update-box:hover{
    transition: 1s;
    transform: scale(1.05);
}

.update-box img, .update-box-2 img{
    border: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.update-box-2 a, .update-box a{
    width: 100%;
    
}
.update-title{    
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0;
    font-size: 15px;
    border-radius: 20px 20px 0px 0px;
}

.update-title a{    
    color: white;
}

.update-subtitle{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    border-radius: 0px 0px 20px 20px;
}

.update-box-subtitle{
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.box{
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding-bottom: 10px;
}

.box-title{	
    border: 1px solid #00aaf4;
    width: 100%;
    height: 60px;
    background-color: #00aaf4;
    border-radius: 10px 10px 0px 0px;
}

.box-title p{
    font-size: 22px;
    color: white;
    position: relative;
    top: 35%;
    transform: translateY(-50%); 
}

.patch-notes{
    padding: 20px;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    min-height: 120px;
}

.patch-notes img{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

/* History Page */

a[title^="Usuário:Ybooh (página inexistente)"]:after{
    color: blue;
    content: "QueeN";
    pointer-events: none;
}

a[title^="Usuário:Ybooh (página inexistente)"] bdi{
    display: none;
}

a[title^="Usuário:Alissonmader (página inexistente)"]:after{
    color: blue;
    content: "Pichito";
}

a[title^="Usuário:Alissonmader (página inexistente)"] bdi{
    display: none;
}

.history-user a bdi{
    color: blue;
}

a.new.mw-userlink {
    pointer-events: none;
}

a.new.mw-usertoollinks-talk {
    display: none;
}

.mw-contributions-user-tools {
    display: none;
}


/* Shiny Page */

.tab_shiny{
    background-color: rgb(255 255 255);
}


/* Addons Page */
.container-addons{
    display: flex;
    text-align: center;
}
.column-addons img{
    transition: 1s;
}
.column-addons img:hover {
    transform: scale(1.10);
    transition: 1s;
}


/* Addons Page */
.container-addon img{
    transition: 1s;
}
.container-addon img:hover {
    transition: 1s;
    transform: scale(1.20);
}

/* Quests Page */
.img-quests{
    transition: 2s;
}

.img-quests:hover{
    filter: contrast(140%);
    transition: 2s;
}

/* Horde Leader Page */
table.wikitable.otp-hover tr:hover{
    background-color: #bacafb40;
}


/* Página Instagram */
.insta-main{
    width: 70%;
    margin: 1em;
    margin: auto;
}
.post{
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-top: 40px;
    border-radius: 10px;
}

.info{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 15px;
}

.info .username{
    width: auto;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-left: 10px;
}

.info .options{ 
    cursor: pointer;
    margin-right: 20px;
    scale: 0.8;
}

.info .user{
    display: flex;
    align-items: center;
}

.info .profile-pic{
    height: 40px;
    width: 40px;
    padding: 0;
    background: none;
}

.info .profile-pic img{
    border-radius: 20px;
}

.post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -10px;
width: 100%;
    height: 100%;
    margin-top: -10px;
}

.post-content{
    width: 100%;
    padding: 20px;
}

.likes{
    font-weight: bold;
}

.description{
    width: 96%;
    font-size: 14px;
    line-height: 20px;
}

.description span{
    font-weight: bold;
    margin-right: 10px;
}

.post-time{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.comment-wrapper{
    width: 100%;
    height: 50px;
    border-radius: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-wrapper .icon{
    height: 30px;
}

.comment-box{
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
}

.comment-btn,
.action-btn{
    width: 70px;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(0, 162, 255);
    opacity: 0.5;
}

.reaction-wrapper{
    width: 100%;
    height: 50px;
    display: flex;
    margin-top: -25px;
    align-items: center;
}

.reaction-wrapper .icon{
    margin-right: 15px;
}

/* Media Query */
@media (min-width: 2400px) {
 
}
@media (max-width: 1550px) {
  
}
@media (max-width: 1300px) {
  .update-subtitle, .update-title{
  font-size: 12px;
  }
}

/* KeyFrames */

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

@keyframes fadeInSlide{
  from  {opacity: 0;}
  to    {opacity: 1;}
}


/* Testes */
.collapsi{
  cursor: pointer;
  padding: 8px;
  text-align: left;
  outline: none;
  font-style: italic;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #000;
}

.active{
  border-radius: 10px 10px 0px 0px;
}

.collapsi:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsi:before{
  content: '\002B\0020\00A0\00A0';
  font-weight: bold;
  float: left;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.active:before{
  content: "\2212\0020\00A0\00A0";
}

.container-ybooh{
  border: 1px solid black;
  border-radius: 0px 0px 10px 10px;
}
.conten {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  border-radius: 0px 0px 10px 10px;
}

.tableteste {
  margin: 15px auto;
  width: 600px;
}

.tableteste tr {
    background: #f7f6fb;
}

.tableteste > * > tr > th, .tableteste > * > tr > td {
  border: 3.5px solid #cfcfcf;
}
.tableteste > * > tr > th{
  background-color: #f7f6fb;
}