«ميدياويكي:Common.css»: الفرق بين المراجعتين
من Sudan Memory
سطر ٨٢: | سطر ٨٢: | ||
*/ | */ | ||
− | . | + | .bRight { /* Primarily for embedded notes */ |
text-align: justify; | text-align: justify; | ||
} | } | ||
− | + | p.beit { | |
− | . | + | margin: 0.5em 0 0.5em 0; |
+ | } | ||
+ | .bComment { /* Primarily for embedded notes */ | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .bMid { | ||
text-align: center; | text-align: center; | ||
+ | white-space:pre; | ||
} | } | ||
− | + | p.bLeft { | |
− | p. | + | |
} | } | ||
− | + | span.bLeft { | |
− | span. | + | |
text-align: left; | text-align: left; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
− | + | span.gap { | |
− | . | + | display: inline-block; |
− | /* | + | white-space: pre; /* Preserve spaces */ |
+ | } | ||
+ | .bTrailingSymbols { | ||
+ | } | ||
+ | span.vJustified { | ||
+ | display: inline-flex; | ||
+ | flex-wrap: wrap; /* Allow words to wrap to next line */ | ||
+ | justify-content: space-between; /* Justify content */ | ||
} | } |
مراجعة ١٢:٢٥، ٢٧ فبراير ٢٠٢٤
/* ستؤثر الأنماط المتراصة (CSS) المعروضة هنا على كل الواجهات */ /* Added by Abdalla, 2020-12-05, to fix the font scaling problem in iOS; * See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-css-on-mobile-safari * Also made fonts larger */ body { font-size: larger; text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .quoted { border-right: solid 1px; padding-right: 10px; color:blue; } .gutter { display:table-cell; vertical-align:middle; padding-right:50px; opacity:0.5; border-right:solid 1px #aaa } /***************************** Nested Tree Lists ******************************/ ul.nestedTree { list-style-type: none; list-style-image: none; } ul.treeRoot { margin: 0; padding: 0; } .treeBranch { cursor: pointer; -webkit-user-select: none; /* Safari 3.1+ */ -moz-user-select: none; /* Firefox 2+ */ -ms-user-select: none; /* IE 10+ */ user-select: none; } .treeBranch::before { content: "+"; color: black; display: inline-block; margin-left: 3px; width: 14px; } .treeBranch-down::before { content: "–"; } .treeBranch-nested { display: none; } .treeBranch-empty::before { content: " " ; margin-left: 17px ; display: inline-block; } .treeBranch-active { display: block ; } /******************************************************************************/ /* =============================================================================== Poem formatting =============================================================================== */ .bRight { /* Primarily for embedded notes */ text-align: justify; } p.beit { margin: 0.5em 0 0.5em 0; } .bComment { /* Primarily for embedded notes */ text-align: justify; } .bMid { text-align: center; white-space:pre; } p.bLeft { } span.bLeft { text-align: left; display: inline-block; } span.gap { display: inline-block; white-space: pre; /* Preserve spaces */ } .bTrailingSymbols { } span.vJustified { display: inline-flex; flex-wrap: wrap; /* Allow words to wrap to next line */ justify-content: space-between; /* Justify content */ }