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

מתוך ויקיפועל
קפיצה לניווט קפיצה לחיפוש
(יצירת דף עם התוכן "←‏keep nested list fonts from continually decreasing in size with each nesting: #mw-panel div.portal div.body ul li { font-size: small !important; } /* Allo...")
 
אין תקציר עריכה
שורה 19: שורה 19:
  width: 8em; /* width of main menu */
  width: 8em; /* width of main menu */
}
}
#p-logo a {
/*background-image: url('http://wiki.red-fans.com/images/e/e1/Wikilogo.gif') !important; */
background-image: url('http://wiki.red-fans.com/images/5/5b/Wikilogo_trans.gif') !important;}

גרסה מ־09:45, 2 באוגוסט 2022

/* keep nested list fonts from continually decreasing in size with each nesting */
#mw-panel div.portal div.body ul li {
	font-size: small !important;
}

/* Allow popup submenus to overflow the sidebar area */
#mw-panel div.portal div.body ul li {
	overflow: visible !important;
}



/* minor adjustments to the sidebar area for the Vector skin */
.menuSidebar ul div { 
        top: -1px !important; /* vertical offset of submenus */
}

.menuSidebar ul {
 width: 8em; /* width of main menu */
}