మీడియావికీ:Gadget-enwp-boxes.css

వికీసోర్స్ నుండి

గమనిక: భద్రపరచిన తర్వాత, మార్పులను చూడాలంటే మీ విహారిణి కోశాన్ని తీసేయాల్సిరావచ్చు.

  • ఫైర్‌ఫాక్స్‌ / సఫారి: Shift మీటని నొక్కిపట్టి Reloadని నొక్కండి లేదా Ctrl-F5 గానీ Ctrl-R (మాకింటోషులో ⌘-Shift-R) గానీ నొక్కండి
  • గూగుల్ క్రోమ్: Ctrl-Shift-R (మాక్ లో ⌘-Shift-R) నొక్కండి
  • ఇంటర్నెట్ ఎక్ప్లోరర్/ఎడ్జి: Ctrl ను నొక్కిపట్టి Refresh నొక్కండి లేదా Ctrl-F5 నొక్కండి.
  • ఒపేరా:* Ctrl-F5 నొక్కండి.
/* CSS placed here will be applied to all skins */
/*
 *
 *==== Styles for all box types ~ nav, info, collapsible, etc. =====
 * 
 * 2013-04-24
 * 
 */

/*********
** Standard formatting classes
*********/
/* messagebox */
.skin-monobook .messagebox, .skin-modern .messagebox, .skin-vector .messagebox {
	width: 80%;
	margin: 0 auto 1em;
	padding: 0.2em;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	text-align: justify;
}
.skin-monobook .messagebox.standard-talk, .skin-modern .messagebox.standard-talk, .skin-vector .messagebox.standard-talk {
	border: 1px solid #C0C090;
	background-color: #F8EABA;
}
/* Default style for navigation boxes */
.navbox {			/* Navbox container style */
	border: 1px solid #aaa;
	width: 100%;
	margin: auto;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
}
.navbox-inner, .navbox-subgroup {
	width: 100% !important;
}
.navbox-group, .navbox-title, .navbox-abovebelow {
	padding: 0.25em 1em;		/* Title, group and above/below styles */
	line-height: 1.5;
	text-align: center;
}
th.navbox-group {			/* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox, .navbox-subgroup {
	background: #fdfdfd;		/* Background color */
}
.navbox-list {
	line-height: 1.5;
	border-color: #fdfdfd;		/* Must match background color */
}
.navbox th, .navbox-title {
	background: #ccccff;		/* Level 1 color */
}
.navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title {
	background: #ddddff;		/* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
	background: #e6e6ff;		/* Level 3 color */
}
.navbox-even {
	background: #f7f7f7;		/* Even row striping */
}
.navbox-odd {
	background: transparent;	/* Odd row striping */
}
table.navbox + table.navbox {		/* Single pixel border between adjacent navboxes */
	margin-top: -1px;		/* (doesn't work for IE6, but that's okay) */
}
.navbox .hlist td dl, .navbox .hlist td ol, .navbox .hlist td ul, .navbox td.hlist dl, .navbox td.hlist ol, .navbox td.hlist ul {
	padding: 0.125em 0;		/* Adjust hlist padding in navboxes */
}
ol + table.navbox, ul + table.navbox {
	margin-top: 0.5em;		/* Prevent lists from clinging to navboxes */
}
/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
	width: 6em;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [MediaWiki:Common.js] are styled here so they can be customised. */
.collapseButton {
	/* @noflip */
	float: right;
	font-weight: normal;
	/* @noflip */
	margin-left: 0.5em;
	/* @noflip */
	text-align: right;
	width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [Template:Navbar], so they need to be the same width. */
.navbox .collapseButton {
	width: 6em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
/*	text-align: right;	5/5/2015 - forced value conflicts with variants using centered text or left arrow for toggling */ 
	text-align: inherit;
}
.navbox .mw-collapsible-toggle {
	width: 6em;
}
/* Navigation Tabs */
.navtabs .tabs li {
	list-style: none;
}
.navtabs .tabs a {
	text-decoration: none;
	text-transform: uppercase;
	outline-width: 0px;
	font-size: x-small;
	font-weight: bold;
	color: black;
}
.navtabs .tabs .inactive {
	background: #bbb;
	padding: 1ex;
}
.navtabs .tabs .selected {
	background: #999;
	padding: 1.1ex;
}
.navtabs .tabs .inactive:hover {
	background: #f75;
}
.navtabs .contents {
	padding: 1ex;
	border: 3px solid #999;
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.
   Documentation at [Wikipedia:NavFrame]. */
div.NavFrame {
	margin: 0;
	padding: 4px;
	border: 1px solid #aaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #fff;
	margin: 0;
	padding: 2px;
	/* @noflip */
	float: left;
}
div.NavFrame div.NavHead {
	line-height: 1.6;
	font-weight: bold;
	background-color: #ccf;
	position: relative;
}
div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: .1;
	clear: both;
}
a.NavToggle {
	position: absolute;
	top: 0;
	/* @noflip */
	right: 3px;
	font-weight: normal;
	font-size: 90%;
}
/* Collapsible Containers */
.collapsible {
	margin: 0px;
	padding: 0px;
}
.collapsible .title, .collapsible tr:first-child th, .collapsible tr:first-child td {
	cursor: pointer;
	padding-right: 16px;
	color: #4D4D4D;
}
.collapsible.selected .title, .collapsible.selected tr:first-child th, .collapsible.selected tr:first-child td {
	color: #0645AD;
}
.collapsible span.action {
	display: block;
	float: left;
	white-space: nowrap;
	text-align: left;
	height: 16px;
	margin: auto 5px auto 0px;
	padding: 0px;
}
.collapsible span.action img {
	height: 16px;
	width: 16px;
	margin: 0px;
	padding: 0px;
}
/* General-purpose icons via CSS. Classes here should be named "mw-icon-*". */
/* Adds arrows to toggle-blocks for collapsible elements */
/* For the collapsed and expanded arrows, we also provide selectors to make it
 * easy to use them with jquery.makeCollapsible. */
/* .mw-icon-arrow-collapsed, .mw-collapsible-arrow-toggle.mw-collapsible-toggle-collapsed {
	background-image: url(/w/skins/Vector/images/arrow-collapsed-ltr.png);
	background-image: -moz-linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-collapsed-ltr.png);
	background-image: -webkit-linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-collapsed-ltr.pngg);
	background-image: linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-collapsed-ltr.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.mw-icon-arrow-expanded, .mw-collapsible-arrow-toggle.mw-collapsible-toggle-expanded {
	background-image: url(/w/skins/Vector/images/arrow-expanded.png);
	background-image: -moz-linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-expanded.png);
	background-image: -webkit-linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-expanded.png);
	background-image: linear-gradient(transparent, transparent), url(/w/skins/Vector/images/arrow-expanded.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}*/
/* Prior to 5/5/2015 version below */
/*
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-collapsed {
	padding-left: 20px !important;
	background-image: url('//upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-expanded {
	padding-left: 20px !important;
	background-image: url('//upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}
*/
/* Infobox template style */
.infobox {
	border: 1px solid #aaa;
	border-spacing: 0 0;
	background-color: #f9f9f9;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	/* @noflip */
	text-align: left;
	font-size: 88%;
	line-height: 1.5;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
}
.infobox td, .infobox th {
	vertical-align: top;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
	border: 1px solid #aaa;
}
.infobox.bordered .borderless td, .infobox.bordered .borderless th {
	border: 0;
}
.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}
.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #aaa;
	/* @noflip */
	border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries, country subdivisions, cities, etc. */
.infobox.geography {
	/* @noflip */
	text-align: left;
	border-collapse: collapse;
	line-height: 1.2;
	font-size: 90%;
}
.infobox.geography  td, .infobox.geography  th {
	border-top: 1px solid #aaa;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th {
	border-top: 1px solid #aaa;
	padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td, .infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #aaa;
	padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td, .infobox.geography .maptable th {
	border: 0;
	padding: 0;
}
.PrettyTextBox {
	background-color: #F9F9F9;
	color: #000000;
	border: 1px solid #AAAAAA;
	padding: 0.2em;
}
.archive-box {
	border: 1px solid #aaaaff;
	background-color: #f2f2f9;
	color: black;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0.2em;
	float: right;
	clear: right;
	text-align: center;
}
div.pagetext div.errorbox {
	width: 396px !important;
}
div.errorbox pre {
	font-size: 90%;
	overflow: auto;
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
	border: none;
	/* @noflip */
	padding: 0.25em 0.9em;     /* 0.9em left/right */
	width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
	border: none;
	/* @noflip */
	padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
	text-align: center;
}
td.mbox-imageright {           /* The right image cell */
	border: none;
	/* @noflip */
	padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
	text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}


/* Page namespace message box styles */
table.pmbox {
	margin: auto;                   /* center the table, regardless of width */
	width: 80%;                     /* 10% space on each side - will not overlap other elements*/
	border: 1px solid #aaa;
	/* @noflip */
	border-left: 10px solid #1e90ff;  /* Default "notice" blue */
	background: #fbfbfb;
}
table.pmbox + table.pmbox {      /* Single border between stacked boxes. */
	margin-top: -1px;
}
.pmbox th.mbox-text, .pmbox td.mbox-text {            /* The message body cell(s) */
	padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.pmbox td.mbox-image {           /* The left image cell */
	/* @noflip */
	padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.pmbox td.mbox-imageright {      /* The right image cell */
	/* @noflip */
	padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}



/* Article message box styles */
table.ambox {
	margin: auto;                   /* center the table, regardless of width */
	width: 80%;                     /* 10% space on each side - will not overlap other elements*/
	border: 1px solid #aaa;
	/* @noflip */
	border-left: 10px solid #1e90ff;  /* Default "notice" blue */
	background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
	margin-top: -1px;
}
.ambox th.mbox-text, .ambox td.mbox-text {            /* The message body cell(s) */
	padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
	/* @noflip */
	padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
	/* @noflip */
	padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
table.ambox-notice {
	/* @noflip */
	border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
	/* @noflip */
	border-left: 10px solid #b22222;    /* Red */
	background: #fee;                   /* Pink */
}
table.ambox-delete {
	/* @noflip */
	border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
	/* @noflip */
	border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
	/* @noflip */
	border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
	/* @noflip */
	border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
	/* @noflip */
	border-left: 10px solid #bba;       /* Gray-gold */
}
/* Image message box styles */
table.imbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 3px solid #1e90ff;    /* Default "notice" blue */
	background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
	margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
	display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
	margin: 4px;
}
table.imbox-notice {
	border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
	border: 3px solid #b22222;    /* Red */
	background: #fee;             /* Pink */
}
table.imbox-delete {
	border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
	border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
	border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
	border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
	border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
	border: 3px solid #88a;       /* Dark gray */
	background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
	border: 3px solid #cba135;    /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa;
	background: #DFE8FF;    /* Default "notice" blue */
}
table.cmbox-notice {
	background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #b22222;    /* Red */
	background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
	background: #FFDBDB;    /* Red */
}
table.cmbox-content {
	background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
	background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
	background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
	background: #EFEFE1;    /* Gray-gold */
}
/* Other pages message box styles */
table.ombox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #aaa;       /* Default "notice" gray */
	background: #f9f9f9;
}
table.ombox-notice {
	border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
	border: 2px solid #b22222;    /* Red */
	background: #fee;             /* Pink */
}
table.ombox-delete {
	border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
	border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
	border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
	border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
	border: 2px solid #bba;       /* Gray-gold */
}
/* Talk page message box styles */
table.tmbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #c0c090;    /* Default "notice" gray-brown */
	background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
	margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
	width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox .mbox-small { /* "small" tmboxes should not be small when  */
	line-height: 1.5;            /* also "nested", so reset styles that are   */
	font-size: 100%;             /* set in "mbox-small" above.                */
}
table.tmbox-speedy {
	border: 2px solid #b22222;    /* Red */
	background: #fee;             /* Pink */
}
table.tmbox-delete {
	border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
	border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
	border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
	border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection, table.tmbox-notice {
	border: 1px solid #c0c090;    /* Gray-brown */
}
/* Disambig and set index box styles */
table.dmbox {
	clear: both;
	margin: 0.9em 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent;
}
/* Footer and header message box styles */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #aaa;
	background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
	background: #f9f9f9;
}
table.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
	background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background: #ffdbdb;
	padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.  Used in MediaWiki:Readonly lag. */
div.mw-lag-warn-normal, div.fmbox-system {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #aaa;
	background: #f9f9f9;
	padding: 0.25em 0.9em;
}
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: right;
	/* @noflip */
	float: right;
	/* @noflip */
	margin: 4px 0 4px 1em;
	width: 238px;
	font-size: 88%;
	line-height: 1.25;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
	/* @noflip */
	margin: 4px 1em 4px 0;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25;
}
/* @end */