MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 7: Linha 7:
     padding: 0;
     padding: 0;
     position: relative;
     position: relative;
     font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica', sans-serif
     font-family: 'Segoe UI', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif
}
}


Linha 17: Linha 17:
     width: 100%;
     width: 100%;
     height: 100vh;
     height: 100vh;
     background: url('https://wiki.otpokemon.com/images/7/70/Background_halloween.png') no-repeat;
     background: url('https://wiki.otpokemon.com/images/7/70/Background_halloween.png') no-repeat;
     background-attachment: fixed;
     background-attachment: fixed;
     background-position: center;
     background-position: center;
Linha 29: Linha 29:
}
}


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


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


Linha 55: Linha 61:
}
}


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


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


Linha 77: Linha 83:
}
}


#ca-edit{
#ca-edit {
     background: transparent;
     background: transparent;
     height: 25px;
     height: 25px;
Linha 94: Linha 100:
}
}


#ca-history{
#ca-history {
     background: transparent;
     background: transparent;
     height: 25px;
     height: 25px;
Linha 106: Linha 112:
}
}


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


#p-cactions{
#p-cactions {
     background: transparent;
     background: transparent;
     height: 25px;
     height: 25px;
Linha 128: Linha 134:
}
}


.mw-body, .parsoid-body, #mw-panel {
.mw-body,
.parsoid-body,
#mw-panel {
     background: #f7f6fb;
     background: #f7f6fb;
     border-radius: 6px;
     border-radius: 6px;
Linha 148: Linha 156:
}
}


.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
.mw-body,
#mw-head-base,
#left-navigation,
#mw-data-after-content,
.mw-footer {
     margin-left: 13em;
     margin-left: 13em;
     margin-right: 1em;
     margin-right: 1em;
Linha 164: Linha 176:
     margin-left: 15px;
     margin-left: 15px;
}
}
#footer ul li a{
 
#footer ul li a {
     text-decoration: none;
     text-decoration: none;
     color: rgb(255 255 255 / 80%);
     color: rgb(255 255 255 / 80%);
Linha 170: Linha 183:
}
}


#p-personal a.new, #p-personal a:visited, #p-personal a{
#p-personal a.new,
#p-personal a:visited,
#p-personal a {
     color: #fff;
     color: #fff;
}
}
Linha 197: Linha 212:
     font-size: 2.5rem;
     font-size: 2.5rem;
     color: white;
     color: white;
     background: linear-gradient(60deg,#5b0888,#713abe,#986bd7, #b07fd7,#713abe,#5b0888);
     background: linear-gradient(60deg, #5b0888, #713abe, #986bd7, #b07fd7, #713abe, #5b0888);
     background-size: 300% 300%;
     background-size: 300% 300%;
     background-position: 0 50%;
     background-position: 0 50%;
Linha 205: Linha 220:


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


.most-acessed, .quick-access {
.most-acessed,
.quick-access {
     margin-top: 2em;
     margin-top: 2em;
     position: relative;
     position: relative;
Linha 217: Linha 233:
}
}


.ma-title,.qa-title {
.ma-title,
.qa-title {
     border-radius: 10px 10px 0px 0px;
     border-radius: 10px 10px 0px 0px;
     position: relative;
     position: relative;
Linha 227: Linha 244:
     height: auto;
     height: auto;
     padding: 5px 0px;
     padding: 5px 0px;
    //background: linear-gradient(90deg, rgb(0, 47, 109) 0%, rgb(19, 83, 67) 46%, rgb(0, 105, 90) 100%);
     background: linear-gradient(90deg, #5b0888 0%, #713abe 46%, #986bd7 100%);
     background: linear-gradient(90deg,#5b0888 0%,#713abe 46%,#986bd7 100%);
}
}


.sub-most-acessed{
.sub-most-acessed {
     display: flex;
     display: flex;
}
}
Linha 242: Linha 258:
}
}


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


.ma-item:hover{
.ma-item:hover {
     transition: 1s;
     transition: 1s;
     transform: scale(1.10);
     transform: scale(1.10);
Linha 258: Linha 274:
}
}


.ma-text{
.ma-text {
     width: 80%;  
     width: 80%;
     height: 80%;
     height: 80%;
     margin: 5px;
     margin: 5px;
Linha 266: Linha 282:
}
}


.ma-text:hover{
.ma-text:hover {
     transition: 1s;
     transition: 1s;
     transform: scale(1.30);
     transform: scale(1.30);
Linha 272: Linha 288:
}
}


.ma-title-icon, .qa-title-icon {
.ma-title-icon,
.qa-title-icon {
     width: 30px;
     width: 30px;
     height: 30px;
     height: 30px;
Linha 289: Linha 306:
     color: #ffffff;
     color: #ffffff;
}
}
.social-media {
.social-media {
     text-align: center;
     text-align: center;
Linha 331: Linha 349:
}
}


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


.sc-icon {  
.sc-icon {
     width: 100%;
     width: 100%;
     margin: -1px;
     margin: -1px;
Linha 352: Linha 371:
}
}


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


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


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


.update-box img, .update-box-2 img{
.update-box img,
.update-box-2 img {
     border: 0;
     border: 0;
     vertical-align: middle;
     vertical-align: middle;
Linha 380: Linha 403:
}
}


.update-box-2 a, .update-box a{
.update-box-2 a,
.update-box a {
     width: 100%;
     width: 100%;
   
 
}
}
.update-title{  
 
.update-title {
     width: 100%;
     width: 100%;
     height: 42px;
     height: 42px;
Linha 393: Linha 418:
}
}


.update-title a{  
.update-title a {
     color: white;
     color: white;
}
}


.update-subtitle{
.update-subtitle {
     width: 100%;
     width: 100%;
     height: 50px;
     height: 50px;
Linha 406: Linha 431:
}
}


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


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


.box-title{
.box-title {
     border: 1px solid #611596;
     border: 1px solid #611596;
     width: 100%;
     width: 100%;
Linha 427: Linha 452:
}
}


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


.patch-notes{
.patch-notes {
     padding: 20px;
     padding: 20px;
     background-color: #ffffff;
     background-color: #ffffff;
Linha 444: Linha 469:
}
}


.patch-notes img{
.patch-notes img {
     float: right;
     float: right;
     width: 100px;
     width: 100px;
Linha 453: Linha 478:
/* History Page */
/* History Page */


a[title^="Usuário:Ybooh (página inexistente)"]:after{
a[title^="Usuário:Ybooh (página inexistente)"]:after {
     color: blue;
     color: blue;
     content: "QueeN";
     content: "QueeN";
Linha 459: Linha 484:
}
}


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


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


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


.history-user a bdi{
.history-user a bdi {
     color: blue;
     color: blue;
}
}
Linha 491: Linha 516:
/* Shiny Page */
/* Shiny Page */


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


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


/* Addons Page */
/* Addons Page */
.container-addon img{
.container-addon img {
     transition: 1s;
     transition: 1s;
}
}
.container-addon img:hover {
.container-addon img:hover {
     transition: 1s;
     transition: 1s;
Linha 520: Linha 548:


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


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


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


 
/* Battle Pass */
/* Página Instagram */
.collapsible-battle-pass {
.insta-main{
     cursor: pointer;
     width: 70%;
     padding: 8px;
     margin: 1em;
     text-align: left;
     margin: auto;
     outline: none;
}
     font-style: italic;
.post{
     font-size: 15px;
     width: 100%;
     height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
     margin-top: 40px;
     border-radius: 10px;
     border-radius: 10px;
    border: 1px solid #000;
}
}


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


.info .username{
.collapsible-battle-pass:after {
     width: auto;
     content: '\002B';
     font-weight: bold;
     font-weight: bold;
     color: #000;
     float: right;
    font-size: 14px;
     margin-left: 5px;
     margin-left: 10px;
}
}


.info .options{  
.collapsible-battle-pass:before {
     cursor: pointer;
     content: '\002B\0020\00A0\00A0';
     margin-right: 20px;
     font-weight: bold;
     scale: 0.8;
    float: left;
     margin-left: 5px;
}
}


.info .user{
.active:after {
     display: flex;
     content: "\2212";
    align-items: center;
}
}


.info .profile-pic{
.active:before {
     height: 40px;
     content: "\2212\0020\00A0\00A0";
    width: 40px;
    padding: 0;
    background: none;
}
}


.info .profile-pic img{
.container-battle-pass {
     border-radius: 20px;
    border: 1px solid black;
     border-radius: 0px 0px 10px 10px;
}
}


.post-image{
.content-battle-pass {
     width: 100%;
     max-height: 0;
    height: 100%;
     overflow: hidden;
     object-fit: cover;
     transition: max-height 0.4s ease-out;
     margin-top: -10px;
     border-radius: 0px 0px 10px 10px;
width: 100%;
    height: 100%;
     margin-top: -10px;
}
}


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


.likes{
/* Halloween */
    font-weight: bold;
}


.description{
.mw-wiki-logo {
     width: 96%;
     background-image: url(https://wiki.otpokemon.com/images/f/f5/Logo4-wiki-halloween.png) !important;
    font-size: 14px;
    line-height: 20px;
}
}


.description span{
/* Atualizações */
     font-weight: bold;
.design-section {
     margin-right: 10px;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     min-height: 100vh;
    padding: 100px 0;
}
}


.post-time{
.design {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
 
.comment-wrapper{
    width: 100%;
    height: 50px;
    border-radius: 1px solid #dfdfdf;
     display: flex;
     display: flex;
    justify-content: space-between;
     align-items: center;
     align-items: center;
    justify-content: center;
}
}


.comment-wrapper .icon{
.timeline {
    height: 30px;
}
 
.comment-box{
     width: 80%;
     width: 80%;
     height: 100%;
     height: auto;
     border: none;
     max-width: 800px;
    outline: none;
     margin: 0 auto;
    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;
     display: flex;
     margin-top: -25px;
     flex-direction: column;
     align-items: center;
     text-align: center;
}
}


.reaction-wrapper .icon{
.timeline-content {
     margin-right: 15px;
    background: #f7f6fb;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px -1px 14px -2px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: 1px -1px 14px -2px rgba(0, 0, 0, 0.69);
    border-radius: 5px;
    padding: 1.25rem;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
     margin-bottom: 20px;
    border-radius: 20px;
}
}


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


/* KeyFrames */
@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
        text-align: center;
    }


@keyframes moveGradient {
    .timeline-middle {
    50% {
        position: relative;
         background-position: 100% 50%;
         background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
        width: 3px;
        height: 100%;
     }
     }
}


@keyframes fadeInSlide{
    .main-middle {
  from  {opacity: 0;}
        opacity: 0;
  to    {opacity: 1;}
    }
}


 
    .timeline-circle {
/* Testes */
        position: absolute;
.collapsi{
        top: 0;
  cursor: pointer;
        left: 50%;
  padding: 8px;
        width: 15px;
  text-align: left;
        height: 15px;
  outline: none;
        border-radius: 50%;
  font-style: italic;
        background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
  font-size: 15px;
        -webkit-transform: translateX(-50%);
  border-radius: 10px;
        transform: translateX(-50%);
  border: 1px solid #000;
    }
}
}


.active{
.timeline-component.timeline-content img {
  border-radius: 10px 10px 0px 0px;
    transition: 1s;
}
}


.collapsi:after {
.timeline-component.timeline-content img:hover {
  content: '\002B';
    transition: 1s;
  font-weight: bold;
    transform: scale(1.05);
  float: right;
  margin-left: 5px;
}
}


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


.active:after {
/* Media Query */
  content: "\2212";
@media (min-width: 2400px) {}
}


.active:before{
@media (max-width: 1550px) {}
  content: "\2212\0020\00A0\00A0";
}


.container-ybooh{
@media (max-width: 1300px) {
  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 {
    .update-subtitle,
  margin: 15px auto;
    .update-title {
  width: 600px;
        font-size: 12px;
    }
}
}


.tableteste tr {
    background: #f7f6fb;
}


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


/* Halloween */
@keyframes moveGradient {
 
    50% {
.mw-wiki-logo{
        background-position: 100% 50%;
background-image: url(https://wiki.otpokemon.com/images/f/f5/Logo4-wiki-halloween.png) !important;
    }
}
}


/* Teste 2 */
@keyframes fadeInSlide {
.design-section {
    from {
  display: flex;
        opacity: 0;
  flex-direction: column;
    }
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}


.design {
     to {
  display: flex;
        opacity: 1;
  align-items: center;
     }
  justify-content: center;
}
 
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
 
.timeline-content {
  background: #f7f6fb;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
  -webkit-box-shadow: 1px -1px 14px -2px rgba(0,0,0,0.69);
  -moz-box-shadow: 1px -1px 14px -2px rgba(0,0,0,0.69);
  border-radius: 5px;
  padding: 1.25rem;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 20px;
}
 
.timeline-component {
  margin: 0px 20px 20px 20px;
}
 
@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
     grid-template-columns: 1fr 3px 1fr;
    text-align: center;
  }
  .timeline-middle {
    position: relative;
    background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    width: 3px;
    height: 100%;
  }
  .main-middle {
    opacity: 0;
  }
  .timeline-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #F27121, #E94057, #8A2387);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.timeline-component.timeline-content img{
    transition: 1s;
}
.timeline-component.timeline-content img:hover {
    transition: 1s;
    transform: scale(1.05);
}
 
.darkmode {
    background-color: #222;
     color: #fff;
}
 
.clickable {
    cursor: pointer;
}
 
#content.dark-mode {
    background-color: #333;
    color: #fff;
}
 
.clickable {
    cursor: pointer;
}
}

Menu de navegação