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