مدیاویکی:Common.css: تفاوت بین نسخهها
از دانشنامه فرهنگ ایثار , جهاد و شهادت
| سطر ۲: | سطر ۲: | ||
*{font-family: tahoma;} | *{font-family: tahoma;} | ||
| + | |||
| + | @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('BBCNassim'), | ||
| + | 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: #f6f6f6; | ||
| + | /*font-size:16px;*/ | ||
| + | font-family:"bbc-nassim-bold","bbc-nassim-bold" | ||
| + | } | ||
| + | |||
| + | div#mw-panel div.portal h3, div#mw-panel div.portal h5 { | ||
| + | background:#ABD3B9; | ||
| + | color:#519D93; | ||
| + | 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:#2F8DA5 | ||
| + | } | ||
| + | div#content { | ||
| + | border-color:#6EA43F | ||
| + | } | ||
| + | body { | ||
| + | font-size:16px; | ||
| + | line-height:20px; | ||
| + | } | ||
| + | div.vectorTabs span { | ||
| + | background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEGCSAtI2HiywAAAElJREFUCNdtjTkOwEAMAiP+/2PDkGKtVYoUyMhcT1u1yB0lURgFy3sTy1jUcj5ajxasdH9Zvj4Ymc1jhZH52bg4/i8Ha5jN3+4XJkCIrlw8aXgAAAAASUVORK5CYII="); | ||
| + | } | ||
| + | div.vectorTabs ul li { | ||
| + | background-color: #F3F3F3; | ||
| + | background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEGCSET+xvOIQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABFSURBVBjT7Y3BDYBADMOsMA87siL7oJjXVTAAPz5WK6cNqgH48T20RCUikRJlJgddkVlBUiTW1wUS7LKPB6ty7Hbt53ED9MNE8swjRvkAAAAASUVORK5CYII="); | ||
| + | } | ||
| + | div.vectorTabs li a { | ||
| + | color: #4E841F; | ||
| + | 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;} | ||
نسخهٔ ۹ آذر ۱۳۹۳، ساعت ۰۹:۰۰
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */ *{font-family: tahoma;} @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('BBCNassim'), 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: #f6f6f6; /*font-size:16px;*/ font-family:"bbc-nassim-bold","bbc-nassim-bold" } div#mw-panel div.portal h3, div#mw-panel div.portal h5 { background:#ABD3B9; color:#519D93; 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:#2F8DA5 } div#content { border-color:#6EA43F } body { font-size:16px; line-height:20px; } div.vectorTabs span { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEGCSAtI2HiywAAAElJREFUCNdtjTkOwEAMAiP+/2PDkGKtVYoUyMhcT1u1yB0lURgFy3sTy1jUcj5ajxasdH9Zvj4Ymc1jhZH52bg4/i8Ha5jN3+4XJkCIrlw8aXgAAAAASUVORK5CYII="); } div.vectorTabs ul li { background-color: #F3F3F3; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gEGCSET+xvOIQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAABFSURBVBjT7Y3BDYBADMOsMA87siL7oJjXVTAAPz5WK6cNqgH48T20RCUikRJlJgddkVlBUiTW1wUS7LKPB6ty7Hbt53ED9MNE8swjRvkAAAAASUVORK5CYII="); } div.vectorTabs li a { color: #4E841F; 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;}