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

מתוך ויקיציטוט, מאגר הציטוטים החופשי.
Yonidebest (שיחה | תרומות)
שינוי תמונה
מ ייבוא 14 גרסאות מהדף w:מדיה ויקי:Vector.css: עברנו לווקטור
(אין הבדלים)

גרסה מ־21:00, 1 בספטמבר 2010

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

/* עיצוב  בינוויקי לערך מומלץ */
#p-lang div.body {
  margin: 0px 0.6em 0px 0px !important;
}
#p-lang div.body li {
  padding: 0.25em 10px !important;
}
#p-lang div.body li.FA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 100% 0%;
}
#p-lang div.body li.GA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/9/96/BarnstarGA.png/9px-BarnstarGA.png") no-repeat 100% 0%;
}

/* קישור (טקסט או תמונה) בראש הדף, ליד הכותרת */
 @media screen {
div.toplink {
    position: absolute;
    top: -50px;
    z-index: 100;
}
}

 @media print {
div.toplink {
    position: absolute;
    top: 0px;
    left:0px;
}
}

/*העברת כפתור עריכה של פסקאות לצד שמאל: כמו במונובוק וכמו שבאנגלית זה נמצא מימין גם בווקטור*/
.editsection{
float:left;
}
 
/*fix thumbs to be in the right position*/
div.tleft {
	clear: left;
	float: left;
	border-width: .5em 1.4em .8em 0;
}
div.tright {
	float: right;
	clear: right;
	margin-left: .5em;
	border-width: .5em 0 .8em 1.4em;
}

div.floatright, table.floatright {
	clear: right;
	float: right;
}
div.floatleft, table.floatleft {
	float: left;
	clear: left;
}


/* עקיפת באג 2020 - מוויקיפדיה ביידיש */
ul {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
ol {
    margin-left: 2.4em;
    margin-right: 2.4em;
}

/* workaround for bug #23083: removing the underline of buttons in the new toolbar  */
a.wikiEditor-toolbar-spritedButton  {
text-decoration:none;
}

/* bug 24087 */
a:visited {
    color:#5A3696;
}