Kullanıcı:Eenixia/common.css

< Kullanıcı:Eenixia
Eenixia (mesaj | katkılar) tarafından oluşturulmuş 17.43, 6 Eylül 2021 tarihli sürüm

Note: Kaydettikten sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R yapın (Mac için ⌘-R).
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Internet Explorer: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Araçlar → Tercihler'den önbelliği temizleyin.
body{
  background: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment:fixed;
}
a {
  text-decoration: none;
}
.mw-wiki-logo {
    background-image: url(https://tr-wiki.metin2.gameforge.com/images/2/21/Metin2_logo_tr.png);
}

html .thumbcaption {
	text-align: left;
	line-height: 1.4em;
	padding:3px !important;
	font-size:94%;
  	color:#f0d9a2;
 	border-radius:3px;
  	background-color:#000000;
	background:linear-gradient(to top, #460000, #af0021);
}
html .thumbimage {
	border: 0px solid rgb(180, 180, 180);
  	margin-bottom: 5px;
  	border-radius: 3px;
}

.arkaust {
  background: url("http://wiki.metin2.co.uk/images/1/1c/Nativelooktop.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}

.arkaorta {
  background-image: url("http://wiki.metin2.co.uk/images/1/12/Nativelookbackground.jpg");
  background-repeat: repeat-y;
  padding: 0px;
  width: 190px;
}

.arkaalt {
  background: url("http://wiki.metin2.co.uk/images/8/8b/Nativelookbottom.jpg") no-repeat;
  padding: 0px;
  width: 190px;
  height: 10px;
}
.baslikarkaplan {
  background: url("http://wiki.metin2.co.uk/images/6/67/Easterboxheader.png") repeat 0em 0em;
}

li.gallerybox div.thumb,
div.tleft div.thumbinner,
div.tright div.thumbinner {
    background: url("https://tr-wiki.metin2.gameforge.com/images/8/84/Saydam_Arka_Plan.png") repeat scroll 0% 0% transparent !important;
    border: 1px solid #88283a;
}

.mw-collapsible-text {
   color: #f0d9a2 !important;
}

.abeille .mw-collapsible-text {
   color: #000000 !important;
}

.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
}
.breadcrumb li { 
  float: left; 
}
.breadcrumb li a {
    color: #f0d9a2;
    text-decoration: none !important;
    padding: 4px 0 7px 25px;
    background: #520202;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid white;
    position: absolute;
    top: 46%;
    margin-top: -14px;
    margin-left: 1px;
    left: 100%;
    padding: 1.2px;
    z-index: 1;
}
.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #520202;
    position: absolute;
    top: 46%;
    margin-top: -14px;
    left: 100%;
    z-index: 2;
    padding: 1.3px;
}  
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:#520202; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #520202; }
.breadcrumb li:nth-child(3) a       { background:#520202; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #520202; }
.breadcrumb li:nth-child(4) a       { background:#520202; }
.breadcrumb li:nth-child(4) a:after { border-left-color: #520202; }
.breadcrumb li:nth-child(5) a       { background:#520202; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #520202; }

.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:before {border-left: 0px solid !important}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: #a32e2e; }
.breadcrumb li a:hover:after { border-left-color: #a32e2e !important; }

/* *********************************************************************** */
/*                            VERSIONE DESKTOP                             */
/* *********************************************************************** */
@media only screen and (min-width: 801px){

 body {
     background: url('https://it-wiki.metin2.gameforge.com/images/c/c7/Background_210.jpg') no-repeat fixed center top #000;
     background-size: 100%;
}

.resMostri{
    display:block;
}

.resMostriResp{
    display: none;
}

.intOggetti{
    display:block;
}

.intOggettiResp{
    display: none;
}

}

/* *********************************************************************** */
/*                            VERSIONE RESPONSIVE                          */
/* *********************************************************************** */

@media only screen and (max-width: 800px){
/* 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 */
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;
}

/* Fine Versione Responsive */
}

/****************************************************************************************/
/******************************************TABBER****************************************/
/****************************************************************************************/

.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid rgb(81,36,16);
    font: bold 12px Verdana,sans-serif;
}

ul.tabbernav li {
    list-style: none;
    margin: 0;
    display: inline;
}

ul.tabbernav li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid rgb(81,36,16);
    border-bottom: none;
    background:#6e1515;
    text-decoration: none;
}

ul.tabbernav li a:link {
    color: #f0d9a2;
}

ul.tabbernav li a:hover {
    color: #f0d9a2;
    background: #3b0202;
    border-color: rgb(81,36,16);
}

ul.tabbernav li.tabberactive a {
    background-color: #3b0202;
    border: 1px solid rgb(81,36,16);
}

ul.tabbernav li.tabberactive a:hover {
    color: #f0d9a2;
    background: #3b0202;
    border-bottom: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-right: 0px;
    border: 0px;
    border-top: 0;
    overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}