صارف:Irfan Arshad/vector.css

ویکی اقتباس سے

یاددہانی: محفوظ کرنے کے بعد، تبدیلیاں دیکھنے کے لیے آپ کو اپنے متصفح (browser) کے ابطن (cache) کو خالی کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload طق کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh طق کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں ابطن (cache) صاف کریں
/* <pre> */ 
/* Default style for navigation boxes */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
} 
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: right;
    /* @noflip */
    text-align: right;
    /* @noflip */
    margin-left: 0.5em;
    width: 6em;
}
.navbox {
	margin-top: -1px;
	border: 1px solid #aaa;
	clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
	text-align: center;
	width: 100%;
} 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
.navbox th {
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
	background-color: #ccf;
}
 
table.navbox tr:not(:first-child) th {
 
   background-color: #ddf;
}
 
@media print {
 
   .navbox {
       display: none;
   }
}
 
th.navbox-group {              /* Group style */
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
.navbox, .navbox-subgroup {
    background: #fdfdfd;     /* Background color */
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-list {
    border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
.navbox th {
    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 */
}
                         /* so they need to be the same width. */
 
.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 */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;      /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {       
    /* @noflip */
    float: left;
    font-weight: normal;
    /* @noflip */
    margin-right: 0.5em;
    /* @noflip */
    text-align: left;
    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;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
 
.plainlinksneverexpand a
{
  background: none !important;
  padding: 0 !important;
}
 
body.mediawiki table.mbox-small {
    clear: left;
    float: left;
    margin: 4px 1em 4px 0;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}

div.horizTabBox ul.tabbernav li a {
 background-color:#3eb2c9;
 color:white;
 margin-left:10px;
 padding-right:1em;
 padding-left:1em;
 -moz-border-radius:.1em;
 -webkit-border-radius:.1em;
 border-radius:.1em;
 -moz-box-shadow:2px 2px 10px gray inset;
 -webkit-box-shadow:2px 2px 10px gray inset;
 box-shadow:2px 2px 10px gray inset;
}
 
div.horizTabBox ul.tabbernav li.tabberactive a
{
 background-color:#3eb2c9;
 margin-left:10px;
  -moz-border-radius:.2em 0;
 -webkit-border-radius:.2em 0;
 border-radius:.2em 0;
 color:black;
}
div.horizTabBox .tabbertab 
{
padding:1em;
}
div.horizTabBox ul.tabbernav li a:hover
{
 color:white;
 background:#49D0EB;
}
 
div.horizTabBox ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 
}
div.horizTabBox {
 width:100%;
 text-align:right;
 margin-right:auto;
 margin-left:auto;
}
 
div.pictChanger ul.tabbernav {line-height: 2.4;}
div.pictChanger ul.tabbernav li a {border: transparent 1px solid}
div.pictChanger {width:400px;}
div.pictChanger div.tabbertab {text-align:right;}
 
div.tabberNoBorder div.tabbertab, 
div.tabberNoBorder ul.tabbernav {
    border: none;
}
 
.tabberlive .tabbertabhide {
 display:none;
}
 
.tabber {
}
.tabberlive {
 margin-top:.1em;
}
 
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 15px sans-serif;
}
 
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
 
ul.tabbernav li a
{
 padding: 3px 0.1em;
 margin-right: 3px;
 -moz-border-radius:1em 0;
 -webkit-border-radius:1em 0;
 border-radius:1em 0;
 background: transparent;
 text-decoration: none;
}
 
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
 
ul.tabbernav li a:hover
{
 color: #000;
 background: transparent;
 -moz-border-radius:1em 0;
 -webkit-border-radius:1em 0;
 border-radius:1em 0;
}
 
ul.tabbernav li.tabberactive a
{
 background-color: #fff;
}
 
ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}
 
.tabberlive .tabbertab {
 padding:1em;
 border:1px solid transparent;
 border-top:0;
}
 
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
 
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/* </pre> */