داڕێژە:دەستپێک/styles.css

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
/* Main page fixes */
#mp-right .mp-bar { background: linear-gradient(to left, #b3ccff, white, white)!important; }
/* responsive styles for Main Page */
@media(max-width: 1200px) {
  #mp-right, #mp-left { width: 100%!important; padding: 0!important; border: 0!important; background: transparent!important; }
  .mp-bar, #mp-right .mp-bar { background: #b3ccff!important; }
}

#interwiki-completelist {
    font-weight: bold;
}

body.page-دەستپێک #mp-topbanner {
   clear: both;
}

body.page-دەستپێک #ca-delete,
body.page-دەستپێک #deleteconfirm,
body.page-دەستپێک #t-cite,
body.page-دەستپێک #lastmod,
body.page-دەستپێک #siteSub,
body.page-دەستپێک #contentSub,
body.page-دەستپێک #catlinks,
body.page-دەستپێک h1.firstHeading,
body.page-دەستپێک #centralNotice {
    display: none !important;
}

body.page-دەستپێک #ca-history,
body.page-دەستپێک #pagehistory {
  display: none;
}

/* Adapting the welcome image when minimizing or zoom in the window/screen */
#welcome-img img {
	width: auto;
    height: auto;
    max-width: 100%;
}

/* Same as above, but for featured picture */
#mp-fp img {
	height: auto;
	max-width: 90%;
}