تفاوت میان نسخههای «Common.css»
از دانشنامه علوم اسلامی
سطر ۱۴: | سطر ۱۴: | ||
h3 { font-size: 122%; } | h3 { font-size: 122%; } | ||
body.page-صفحهٔ_اصلی h1.firstHeading { display:none; } | body.page-صفحهٔ_اصلی h1.firstHeading { display:none; } | ||
+ | table.smwb-ifactbox { | ||
+ | border-left: 8px solid #DDDDDD; | ||
+ | width: 100%; | ||
+ | direction:rtl; | ||
+ | } | ||
+ | tr.smwb-ipropvalue th { | ||
+ | text-align: right; | ||
+ | font-weight: bold; | ||
+ | font-size: 120%; | ||
+ | background-color: #DDDDDD; | ||
+ | padding: 0.2em 0.6em; | ||
+ | border-bottom: 3px solid white; | ||
+ | border-top: 3px solid white; | ||
+ | } | ||
+ | |||
+ | tr.smwb-ipropvalue td { | ||
+ | text-align: left; | ||
+ | direction: ltr; | ||
+ | background-color: #EEEEEE; | ||
+ | border-bottom: 3px solid white; | ||
+ | border-top: 3px solid white; | ||
+ | padding-left: 1em; | ||
+ | width: 90%; | ||
+ | } |
نسخهٔ ۲۹ مهٔ ۲۰۱۶، ساعت ۰۰:۴۰
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
body {
font-family: Times, "Times New Roman", serif;
font-size: 1em;
}
div#mw-panel div.portal div.body {
font-size:1.3em;
}
#bodyContent {
font-size: 1.1em;
}
h3 { font-size: 122%; }
body.page-صفحهٔ_اصلی h1.firstHeading { display:none; }
table.smwb-ifactbox {
border-left: 8px solid #DDDDDD;
width: 100%;
direction:rtl;
}
tr.smwb-ipropvalue th {
text-align: right;
font-weight: bold;
font-size: 120%;
background-color: #DDDDDD;
padding: 0.2em 0.6em;
border-bottom: 3px solid white;
border-top: 3px solid white;
}
tr.smwb-ipropvalue td {
text-align: left;
direction: ltr;
background-color: #EEEEEE;
border-bottom: 3px solid white;
border-top: 3px solid white;
padding-left: 1em;
width: 90%;
}