משתמש:Neriah/common.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(הסרת כל התוכן מהדף) תגיות: ריקון שחזור ידני |
(שחזור לגרסה 459572 מ־23:46, 9 ביולי 2023 מאת Neriah) תגית: שחזור ידני |
||
שורה 1: | שורה 1: | ||
/* עיצוב הכפתור */ | |||
.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: 50%; | |||
transform: translate(0, -50%); | |||
} |
גרסה מ־23:00, 11 בינואר 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: 50%;
transform: translate(0, -50%);
}