مدیاویکی:Common.css: تفاوت بین نسخهها
از دانشنامه فرهنگ ایثار , جهاد و شهادت
| سطر ۸۳: | سطر ۸۳: | ||
} | } | ||
div.vectorTabs span { | div.vectorTabs span { | ||
| − | background: rgba( | + | background: rgba(255,255,255,0.68); |
| − | background: -moz-linear-gradient(top, rgba( | + | background: -moz-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); |
| − | background: -webkit-gradient(left top, left bottom, color-stop( | + | background: -webkit-gradient(left top, left bottom, color-stop(21%, rgba(255,255,255,0.68)), color-stop(45%, rgba(255,255,255,0.68)), color-stop(69%, rgba(255,255,255,0.68)), color-stop(100%, rgba(202,211,216,0.8))); |
| − | background: -webkit-linear-gradient(top, rgba( | + | background: -webkit-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); |
| − | background: -o-linear-gradient(top, rgba( | + | background: -o-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); |
| − | background: -ms-linear-gradient(top, rgba( | + | background: -ms-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); |
| − | background: linear-gradient(to bottom, rgba( | + | background: linear-gradient(to bottom, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); |
| − | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad3d8', GradientType=0 ); |
} | } | ||
div.vectorTabs ul li { | div.vectorTabs ul li { | ||
نسخهٔ ۹ آذر ۱۳۹۳، ساعت ۱۱:۳۰
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ @font-face { font-family: 'bbc-nassim-bold'; src: url('/skins/common/fonts/bbc-nassim-bold.eot'); src: url('/skins/common/fonts/bbc-nassim-bold.otf') format('opentype'); src: local('☺'), local('bbc-nassim-bold'), url('/skins/common/fonts/bbc-nassim-bold.woff') format('woff'), url('/skins/common/fonts/bbc-nassim-bold.ttf') format('truetype'), url('/skins/common/fonts/bbc-nassim-bold.svg') format('svg'); font-weight: normal; font-style: normal; } /* persian wikipedia styles */ body { background-color: #f7f7f7; /*font-size:16px;*/ font-family:"bbc-nassim-bold","bbc-nassim-bold" } div#content h1, div#content h2, div#content #firstHeading, div#content .mw-editsection, .mw-body .mw-editsection-like, div#content #toc h2, div#content .toc h2, #template-documentation, #documentation-meta-data { /* generally a serif font should be here but Arial is not acceptable for Persian */ font-family: bbc-nassim-bold, 'Iranian Serif', 'Noto Kufi Arabic', 'Droid Arabic Naskh', 'Iranian Sans', 'DejaVu Sans', 'serif'; } /* force these to use inherited font configuration */ .ui-widget, .ui-widget *, button, input, select { font-family: inherit; } /* end */ dfn { font-style: inherit; /* Reset default styling for <dfn> */ } sup, sub { line-height: 1em; /* Reduce line-height for <sup> and <sub> */ } /* Main page fixes */ #mp-right .mp-bar { background: linear-gradient(to left, #B0BEC5, white, white)!important; } #mp-left .mp-bar { background: linear-gradient(to left, #B0BEC5, #ECEFF1, #ECEFF1)!important; } #mf-fp .mp-bar { background: linear-gradient(to left, #B0BEC5, white, white)!important; } #mf-sp .mp-bar { background: linear-gradient(to left, #B0BEC5, white, white)!important; } #mp-ol .mp-bar { background: linear-gradient(to left, #B0BEC5, 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: #B0BEC5 !important; } } #mp-left {background: #ECEFF1 !important;} #mp-left {border: 1px solid #90A4AE !important;} div#mw-panel div.portal h3, div#mw-panel div.portal h5 { /* background:#B388FF; */ color:#546E7A; text-shadow:1px 1px 0 #fff; width:80%; /*font-size:16px;*/ } div#mw-panel div.portal div.body a:link , div#mw-panel div.portal div.body a:hover{ color:#455A64 } div#content { border-color:#B0BEC5 } body { font-size:16px; line-height:20px; } div.vectorTabs span { background: rgba(255,255,255,0.68); background: -moz-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); background: -webkit-gradient(left top, left bottom, color-stop(21%, rgba(255,255,255,0.68)), color-stop(45%, rgba(255,255,255,0.68)), color-stop(69%, rgba(255,255,255,0.68)), color-stop(100%, rgba(202,211,216,0.8))); background: -webkit-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); background: -o-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); background: -ms-linear-gradient(top, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0.68) 21%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.68) 69%, rgba(202,211,216,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad3d8', GradientType=0 ); } div.vectorTabs ul li { background-color: #F3F3F3; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEGCSET+xvOIQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABFSURBVBjT7Y3BDYBADMOsMA87siL7oJjXVTAAPz5WK6cNqgH48T20RCUikRJlJgddkVlBUiTW1wUS7LKPB6ty7Hbt53ED9MNE8swjRvkAAAAASUVORK5CYII="); } div.vectorTabs li a { color: #455A64 ; text-shadow: 2px 2px 0 #FFFFFF; } .contributionscores-wrapper { } .contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; } .contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; } .contributionscores .odd { background-color: #eeeeee; } .contributionscores .header td { padding-left: .2em; padding-right: .2em; } .contributionscores .content { padding-left: .2em; padding-right: .2em; } h1 , h2, h3, h4 ,h5 , h6 { font-family:'bbc-nassim-bold' } table { font-size:16px; } #toc ul li .tocnumber { color: #888888; font-size: 125%; margin: auto 5px; } #toc ul li .toctext { font-size: 130%; } #bodyContent {font-size:0.95em} .readmore .collapseButton {float:none} img {max-width:100%} ol li table {line-height:6px;height:24px;}