मीडियाविकि:Gadget-SiteHeader.css

विकिस्रोत से

ध्यान दें: प्रकाशित करने के बाद बदलाव देखने के लिए आपको अपने ब्राउज़र के कैश को हटाना पड़ सकता है।

  • Firefox/Safari: Reload क्लिक समय Shift दबाएँ, या फिर Ctrl-F5 या Ctrl-R दबाएँ (Mac पर ⌘-R)
  • Google Chrome: Ctrl-Shift-R दबाएँ (Mac पर ⌘-Shift-R)
  • Internet Explorer/Edge: Refresh पर क्लिक करते समय Ctrl दबाएँ, या Ctrl-F5 दबाएँ
  • Opera: Ctrl-F5 दबाएँ।
/* Site CSS for shared Desktop and Mobile headers */

/* Template:Header (footer) */
.footertemplate {
	background-color: #E6F2E6;
	border: 1px solid #ACA;
	font-size: 0.90em;
	padding: 0.50em 0.10em 0.50em 0.10em;
	text-align: center;
	margin-bottom: 4px;
}

/* On smaller screens */
@media(max-width: 768px) {
	/* Put title on its own flexbox row */
	.header-mainblock {
  		flex-wrap: wrap;
	}
	.gen_header_title {
		flex: 0 0 100%;
    	order: -2;
		width: auto;
	}
	.gen_header_backlink, .gen_header_forelink {
		width: auto;
	}
	.header-mainblock .gen_header_backlink, .header-mainblock .gen_header_forelink {
    	border-top: 1px solid #ACA;
	}
}