“MediaWiki:Timeless.css”的版本间差异

来自Kanade
(MSUPLOAD)
(One-sided navigation menu)
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
/* All CSS here will be loaded for users of the Timeless skin */
 
/* All CSS here will be loaded for users of the Timeless skin */
 +
/* One-sided navigation menu */
 +
@media (min-width: 1340px) {
 +
  #mw-content-block {
 +
    display: block;
 +
  }
 +
  #mw-content,
 +
  #content-bottom-stuff {
 +
    margin-left: 14em;
 +
  }
 +
  #mw-content-wrapper {
 +
    float: right;
 +
    margin-left: -14em;
 +
    width: 100%;
 +
  }
 +
  #mw-related-navigation {
 +
    width: 14em;
 +
    padding: 0 1em 0 0;
 +
  }
 +
  div.color-middle {
 +
    margin-right: 0;
 +
  }
 +
  .mw-wiki-logo {
 +
  display: inline-block;
 +
  }
 +
}
 +
/* Align top colour bar with page columns */
 +
.ts-inner {
 +
  padding: 0 0 0 1em;
 +
}
 +
/* Re-aligning bottom logos */
 +
#footer { padding-right: 1em; }
 +
 
/* Les icônes de titres côte à côte */
 
/* Les icônes de titres côte à côte */
 
.mw-indicator {
 
.mw-indicator {
第19行: 第51行:
 
}
 
}
 
/* MsUpLoad */
 
/* MsUpLoad */
.ns-subject #msupload-div {
+
.ns-8 #msupload-div {
 
display: none;
 
display: none;
 +
}
 +
/* Multi-Language */
 +
li#ca-languages {
 +
    display: none;
 
}
 
}

2022年8月16日 (二) 20:18的最新版本

/* All CSS here will be loaded for users of the Timeless skin */
/* One-sided navigation menu */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  	display: inline-block;
  }
}
/* Align top colour bar with page columns */
.ts-inner {
  padding: 0 0 0 1em;
}
/* Re-aligning bottom logos */
#footer { padding-right: 1em; }

/* Les icônes de titres côte à côte */
.mw-indicator {
	display: inline-block;
}
/* Font Settins */
body.skin-timeless, #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5 {
	font-family: Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}
/* H3-H5 Styles */
#mw-content h3 {
	border-bottom: solid 2px #537;
}
#mw-content h4 {
	border-bottom: solid 1px #3b7;
}
#mw-content h5 {
	border-bottom: solid 1px #d44;
}
/* MsUpLoad */
.ns-8 #msupload-div {
	display: none;
}
/* Multi-Language */
li#ca-languages {
    display: none;
}