వాడుకరి:Arjunaraoc/Mediawiki common.css

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

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

  • ఫైర్‌ఫాక్స్‌ / సఫారి: Shift మీటని నొక్కిపట్టి Reloadని నొక్కండి లేదా Ctrl-F5 గానీ Ctrl-R (మాకింటోషులో ⌘-Shift-R) గానీ నొక్కండి
  • గూగుల్ క్రోమ్: Ctrl-Shift-R (మాక్ లో ⌘-Shift-R) నొక్కండి
  • ఇంటర్నెట్ ఎక్ప్లోరర్/ఎడ్జి: Ctrl ను నొక్కిపట్టి Refresh నొక్కండి లేదా Ctrl-F5 నొక్కండి.
  • ఒపేరా:* Ctrl-F5 నొక్కండి.
/* This stylesheet affects all skins. */
/* make user experience moar-kewl */
a:link,
a:visited
{
 -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
         transition: color 0.4s ease;
}
/* 
==Tweaks==
===Fix copy&paste formatting===
For texts in verse, see [[bugzilla:1842]].
*/
.verse pre {
	background: #FFF;
	font-family:sans-serif;
	line-height: 150%;
	border: 0;
	padding-left: 2em;
	margin: 0;
	white-space: pre;
}

.verse p {
	white-space: pre;
}

/* </pre>
===Short lines preferred by some editors===
<pre> */
.prose {
	width: 35em;
	text-align:justify;
	margin:0 auto;
}

/* </pre>
===For transcluded pages===
<pre> */
.lefttext p {
	text-indent: 2em
}

.lefttext {
	width: 33em;
	text-align:justify;
	margin:5em;
}

/* </pre>
===Page namespace===
<pre> */
/* Justify and indent text */
body.ns-104 {
	text-align: justify; 
}

body.ns-104 p{
	text-indent: 2em;
}

/* </pre>
==Specific pages and templates==
===Main page===
<pre> */
.main_page {
	position:static;
}

.h1 {
	margin:0 !important;
	padding:0;
	border:0;
	font-size:1.75em;
}

.titlebox {
	width:100%;
	padding-left:2em;
	background:#FCFCFC;
	border:1px solid #CCC;
}

.main_page .titlebox div {
	margin-left:2em;
	font-size:0.95em;
}

.main_page .portals {
	width:11%;
	font-size:.95em;
}

.main_page .subheader {
	width:100%;
	background:none;
	margin:-.8em 0 -.7em 0;
	font-size:0.95em;
}

.main_page .subheader td {
	padding:10px 0;
}

.main_page th {
	padding-left: 0.4em;
	border:1px solid #A3B0BF;
	background:#ECDCC8;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.main_page .blurb {
	width:60%;
	border:1px solid #68A;
	background:#FFE4C4;
	padding:1em;
}

.main_page .blurb img {
	float:left;
	margin:0 .7em 0 .3em;
}

.main_page .mpsidebox {
	width:30%;
	border:1px solid #68A !important;
}

.main_page .featuredtext {
	border:1px solid #68A;
}

.main_page .mpsidebox table,
.main_page .featured_text table {
	width:100%;
	vertical-align:top;
}


.main_page .sisterprojects {
	border-spacing:8px;
	margin:-0 -8px
}

.main_page .sisterprojects .sptd {
	padding:10px;
	border:1px solid #BBB;
	vertical-align:top;
}

/* </pre>
==={{[[template:textinfo|textinfo]]}}===
<pre> */
.textinfo {
	margin:1px;
	padding:1px;
	border:1px solid #0E8605;
	background:#B0E0A0;
	text-align:left;
}

.textinfo th {
	background:#0E8605;
	text-align:center;
	font-weight:normal;
	color:#FFF;
}

.textinfo td {
	background:#C6FFC6;
}

/* </pre>
==={{[[template:featured|featured]]}}===
<pre> */
 #cornerbox {
	position:absolute;
	top:0.3em;
	right:0.2em;
	border:1px solid #BBB;
	font-size:0.8em;
}
/*MediaWiki-Proofreadpage*/
#divMediaWiki-Proofreadpage_header_template
{
 width: 100%;
 float: left; /* containment ;) */
 padding: 0.5em 0; /* do any l/r padding on an inner element */
 text-align: center;
}
/* colours common to Template:Header and MediaWiki:Proofreadpage header template */
table.headertemplate,
table.footertemplate,
#divMediaWiki-Proofreadpage_header_template
{
 border: 1px solid #ADA;
 background-color: #E4F2E4;
}
.hAuthor
{
 padding-top: 0.5em;
 padding-bottom: 0.4em;
 font-size: 100%;
 font-weight: bold;
}
.hTitle
{
 padding-top: 0.4em;
 padding-bottom: 0.4em;
 font-size: 120%;
 font-weight: bold;
}
.hDetails
{
 padding-top: 0.4em;
 padding-bottom: 0.5em;
 font-size: 90%;
}
.hNavigation
{
 width: 100%;
 float: left; /* containment ;) */
 padding: 0.2em 0; /* do any l/r padding on an inner element */
/* don't like this
 border-top: 1px solid #ADA;
 */
}
.hNavigation .hNavPrev
{
 float: left;
 text-align: left;  /* override ambient for containing element */
 padding-left: 1em;
}
.hNavigation .hNavNext
{
 float: right;
 text-align: right; /* override ambient for containing element */
 padding-right: 1em;
}
.hNavigation .hNavCurrent
{
 text-align: center; /* after floats in source order! */
}
.hNavigation .hNavPrev,
.hNavigation .hNavNext
{
 width: 20%; /* as in Header and Author templates */
}
.hNavigation .hNavPrev span,
.hNavigation .hNavNext span
{
 color: #808080;
}
/* </pre>
==={{[[template:header|header]]}}===
<pre> */
/* All header templates */
 
    .processheadertemplate,
    .portalheadertemplate,
    .authortemplate,
    .headertemplate,
    .footertemplate
    {
     width: 100%;
     margin-bottom: 5px;
    }
 
    /* Forward and backward link */
        .gen_header_backlink,
        .gen_header_forelink
        {
         width: 20%;
         font-size: 0.9em;
         line-height: normal;
        }
 
        .gen_header_backlink
        {
         text-align: left;
        }
 
        .gen_header_forelink
        {
         text-align: right;
        }
 
    /* Title field */
        .gen_header_title
        {
         width: 60%;
         text-align:center;
        }
 
    /* Notes field */
        .process_notes,
        .author_notes,
        .portal_notes,
        .header_notes
        {
         width: 100%;
         font-size: 0.9em;
         line-height: 1.4em;
         margin-bottom: 0.5em; /* a bit of space before body-text; 1em might be better... */
        }
 
/* Specific header templates */
    /* For Header template, see above with ProofreadPage code */
 
    /* Template:Header (footer) */
        .footertemplate
        {
         font-size: 0.9em;
         text-align: center;
        }
 
        .header_notes
        {
         border-bottom: 1px solid #A88;
         background-color: #FAFAFF;
        }
 
 
    /* Template:Author */
        .authortemplate
        {
         border: 1px solid #BEA2A2;
         background-color: #E4D8D8;
        }
 
        .author_notes
        {
         border-bottom: 1px solid #A88;
         background-color: #FFFBFC;
        }
 
        .author_seealso /* Remove this if we change to Plain_sister usage */
        {
         float: right;
         padding: 2px;
         margin: 0 0 0.5em 1em;
         border: 1px solid #CCC;
        }
  
    /* Process_header template */
        .processheadertemplate
        {
         border: 1px solid #966;
         background-color: #DCA;
        }
 
        .process_notes
        {
         border-bottom: 1px solid #A88;
         background-color: #FFFBFC;
        }
 
    /* Portal_header template */
        .portalheadertemplate
        {
         border: 1px solid #36A;
         background-color: #DDE;
        }
 
        .portal_notes
        {
         border-bottom: 1px solid #88A;
         background-color: #FCFBFF;
        }
 /* </pre>
==Standard box formatting==
===General===
<pre> */
.messagebox {
	border: 1px solid #AAA;
	background-color: #f9f9f9;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
	text-align: justify;
}

.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}

/* </pre>
===Table formatting===
See Scriptorium, "Prettytable classes".
<pre> */
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #AAA solid;
	border-collapse: collapse;
}

table.prettytable th, table.prettytable td {
	border: 1px #AAA solid;
	padding: 0.2em;
}

table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}

table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}
/* </pre> */

/* ProofreadPage */
.quality4 { background-color: #90ff90; }
.quality3 { background-color: #ffe867; }
.quality2 { background-color: #b0b0ff; }
.quality1 { background-color: #ffa0a0; }
.quality0 { background-color: #ddd; }


/* poem tag : avoid extra margins between transcluded pages */
.poem
{
 margin-bottom: 0;
 margin-top: 0;
 line-height: 1.6em;
 text-indent: 0;
}
.poem p
{
 margin-top: 0 ! important;
 margin-bottom: 0 ! important;
 text-indent: 0 !important;
}

/* for cropimage/stable/2.0/ imported in common.js from Mediawiki:Scripts/common.js*/
.no-close .ui-dialog-titlebar-close {
display: none;
}