"Kullanıcı:Eenixia/common.css" sayfasının sürümleri arasındaki fark

1. satır: 1. satır:
body {
+
#mw-content {
    font-family: Ubuntu, Verdana, sans-serif !important;
+
background: #001313 url('https://wiki.talarus.xyz/images/d/d7/Arka46b.png');
 +
background-repeat: no-repeat;
 +
background-position: center top;
 +
background-attachment:fixed
 
}
 
}
 +
 +
#simpleSearch,
 +
#mw-content-container,
 +
body,
 +
#mw-header,
 +
#mw-header-container {
 +
background: #000017 url('https://wiki.talarus.xyz/images/a/aa/Arka46a.png');
 +
background-repeat: no-repeat;
 +
background-position: center top;
 +
background-attachment:fixed
 +
}
 +
 +
@media only screen and (max-width: 850px){
 +
/* flex table */
 +
.t-responsive {
 +
        display: -webkit-box;
 +
        -webkit-flex-direction: column;
 +
        display: -moz-box;
 +
        -moz-flex-direction: column;
 +
        display: -ms-flexbox;
 +
        -ms-flex-direction: column;
 +
        display: -webkit-flex;
 +
        display: flex;
 +
        flex-direction: column;
 +
    }
 +
 +
.t-responsive .cell {
 +
        width: 100% !important;
 +
        display: block;
 +
}
 +
.t-responsive .row {
 +
        width: 100% !important;
 +
        display: block;
 +
}
 +
 +
.t-responsive .cell {
 +
        -webkit-box-ordinal-group: 1;
 +
        -moz-box-ordinal-group: 1;
 +
        -ms-flex-order: 1;
 +
        -webkit-order: 1;
 +
        order: 1;
 +
}
 +
 +
/* Responsive body */
 +
.modal-content{
 +
  width: 80% !important;
 +
  background: none !important;
 +
  background-color: #ecddc0 !important;
 +
}
 +
 +
.resMostri{
 +
    display: none !important;
 +
}
 +
 +
.resMostriResp{
 +
    display: block !important;
 +
}
 +
 +
.intOggetti{
 +
    display: none !important;
 +
}
 +
 +
.intOggettiResp{
 +
    display: block !important;
 +
}
 +
}
 +
 +
#footer { display: none; }
 +
#footer-info { display: none; }
 +
#footer-places { display: none; }
 +
#footer-icon { display: none; }

21.52, 7 Eylül 2021 tarihindeki hâli

#mw-content {
	background: #001313 url('https://wiki.talarus.xyz/images/d/d7/Arka46b.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed
}

#simpleSearch,
#mw-content-container,
body,
#mw-header,
#mw-header-container {
	background: #000017 url('https://wiki.talarus.xyz/images/a/aa/Arka46a.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed
}

@media only screen and (max-width: 850px){
/* flex table */
.t-responsive {
        display: -webkit-box;
        -webkit-flex-direction: column;
        display: -moz-box;
        -moz-flex-direction: column;
        display: -ms-flexbox;
        -ms-flex-direction: column;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

.t-responsive .cell {
        width: 100% !important;
        display: block;
}
.t-responsive .row {
        width: 100% !important;
        display: block;
}

.t-responsive .cell {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
}

/* Responsive body */
.modal-content{
   width: 80% !important;
   background: none !important;
   background-color: #ecddc0 !important;
}

.resMostri{
    display: none !important;
}

.resMostriResp{
    display: block !important;
}

.intOggetti{
    display: none !important;
}

.intOggettiResp{
    display: block !important;
}
}

#footer { display: none; }
#footer-info { display: none; }
#footer-places { display: none; }
#footer-icon { display: none; }