מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

מתוך ויקישיבה
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
(תיקון)
 
(3 גרסאות ביניים של 2 משתמשים אינן מוצגות)
שורה 21: שורה 21:
background: none !important;
background: none !important;
}
}
}


/* עבור מונחון */
/* עבור מונחון */
שורה 29: שורה 26:
     border-bottom:1px dotted #696969;
     border-bottom:1px dotted #696969;
     cursor:help;
     cursor:help;
}
/* used by [[תבנית:ביאורים]] */
.hebrewRefList .references {
    list-style: hebrew;
}
.upper-roman-list ol {
list-style: upper-roman;
}
.lower-roman-list ol {
list-style: lower-roman;
}
.upper-latin-list ol {
list-style: upper-latin;
}
.lower-latin-list ol {
list-style: lower-latin;
}
.hebrew-list ol {
list-style:hebrew;
}
.sysop-show, .autopatrolled-show {
    display: none;
}
}


שורה 127: שורה 149:


#sidebarX{
#sidebarX{
    float:right;
     vertical-align: top;
     vertical-align: top;
    width:30%;
}
}

גרסה אחרונה מ־06:04, 21 באוקטובר 2021

/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */


body.page-עמוד_ראשי div.floatleft { margin-right: 15px; margin-bottom: 15px;}

/* הסתרת שורת הכותרת בעמוד הראשי */
.page-עמוד_ראשי #firstHeading {
  display : none !important;
}


/* הקטנת גודל הטקסט בהערות שוליים */
.references {
    font-size: 85%;
}


/*הסתרת אייקון של קישורים חיצוניים */
.external {
	padding: 0 !important;
	background: none !important;
}

/* עבור מונחון */
.wpAbbreviation{
    border-bottom:1px dotted #696969;
    cursor:help;
}

/* used by [[תבנית:ביאורים]] */
.hebrewRefList .references {
    list-style: hebrew;
}

.upper-roman-list ol {
	list-style: upper-roman;
}
.lower-roman-list ol {
	list-style: lower-roman;
}
.upper-latin-list ol {
	list-style: upper-latin;
}
.lower-latin-list ol {
	list-style: lower-latin;
}
.hebrew-list ol {
	list-style:hebrew;
}

.sysop-show, .autopatrolled-show {
    display: none;
}

/* עיצוב לתיבת משוב */
#feedbackTextArea {
    height:16px;
    width:auto;
    overflow:auto;
    color:#999999;
}
.feedbackWrapper{
    text-align:center;
    margin-top: 1em;
}
.feedbackDiv{
    display:inline-block;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    font-weight:bold;
}
#feedbackTitle {
    width:250px;
    color:#999999;
}
#feedbackHelpDiv{
    text-align:right;
    font-size:small;
    font-weight:normal;
}
#loadFeedbackHelp{
    cursor:pointer;
}
#feedbackSubmit {
    font-weight:normal;
}

/* container for toggles used in [[MediaWiki:ImgToggle.js]] */
.aTogglesContainer{
    clear:both;
}

.imgtoggleboxTitle{
    display:none;
}

.notice {
    text-align:center;
    border:solid 2px #EBF74D;
    padding:5px 10px;
    margin: 5px;
}
.notice #notice-logo img{
    width:75px;
    height:auto;
}
.clfAfter:after{clear:both;height:0px;font-size:1pt;display:block;content:' '}

/* סגנון עבור הפניה לאנציקלופדיה תלמודית */
.talmudit-txt {
    color: #775C02;
    background: #FCFC97;
    padding: 2px 5px;
    font-weight: bold;
}
.talmudit-notice {
    text-align:center;
    float:left;
    border:solid 2px #EBF74D;
    padding:5px 10px;
    margin: 5px;
}
.talmudit-lex {
    margin: 0 12%;
    padding: 10px;
    background: #C7E4F3;
}
.talmudit-lex-header {
    font-weight: bold;
    font-size: 120%;
}
.talmudit-lex-subheader {
    font-weight: bold;
}

.talmudit-openning-header {
    font-weight: bold;
    text-align: center;
}
.talmudit-openning-header > p:first-child {
    font-size: 140%;
}
.talmudit-openning-header > p:last-child {
    font-size: 90%;
}
.talmudit-openning-header .subHead {
    font-size: 120%;
}

#sidebarX{
    vertical-align: top;
}