משתמש:Neriah/common.css: הבדלים בין גרסאות בדף

מתוך אוצר הספרים היהודי השיתופי
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
(הסרת כל התוכן מהדף)
תגיות: ריקון שחזור ידני
שורה 1: שורה 1:
/* עיצוב הכפתור */
#censorButton {
  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;
}


#censorButton:hover {
  background-color: #e9ecef;
}
#censorButton:active {
  background-color: #dee2e6;
}
#censorButton:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* מרווח בין הכפתור לתוכן הדף */
#censorButton-div {
  padding-top: 0.0001rem;
  position: relative;
}
#censorButton-div #censorButton {
  position: absolute;
  left: 10px;
  top: -1rem;
}

גרסה מ־16:47, 12 בינואר 2024