משתמש:Neriah/common.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
תגית: ביטול |
אין תקציר עריכה |
||
(12 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
שורה 34: | שורה 34: | ||
position: absolute; | position: absolute; | ||
left: 10px; | left: 10px; | ||
top: | top: -1rem; | ||
} | } |
גרסה אחרונה מ־15:52, 12 בינואר 2024
/* עיצוב הכפתור */
.mw-ui-button {
display: inline-block;
padding: 0.375rem 0.75rem;
font-size: 0.9rem;
background-color: #f8f9fa;
border: 1px solid #adb5bd;
border-radius: 0.25rem;
color: #212529;
text-decoration: none;
cursor: pointer;
}
.mw-ui-button:hover {
background-color: #e9ecef;
}
.mw-ui-button:active {
background-color: #dee2e6;
}
.mw-ui-button:focus {
outline: none;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* מרווח בין הכפתור לתוכן הדף */
.mw-parser-output {
padding-top: 0.0001rem;
position: relative;
}
.mw-parser-output .mw-ui-button {
position: absolute;
left: 10px;
top: -1rem;
}