MediaWiki:Gadget-GrAnnotations.css: Difference between revisions
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
* gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) | * gr_annotations.css — grantha.io inline Notes + Bookmarks + Feedback (v3) | ||
*/ | */ | ||
/* ══════════════════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════════════════ | ||
| Line 161: | Line 142: | ||
.gra-tab .gra-icon { width: 16px; height: 16px; opacity: 0.5; } | .gra-tab .gra-icon { width: 16px; height: 16px; opacity: 0.5; } | ||
.gra-tab:hover { color: #333; } | .gra-tab:hover { color: #333; } | ||
.gra-tab.gra-tab-active { color: # | .gra-tab.gra-tab-active { color: #B14A2E; border-bottom-color: #B14A2E; } | ||
.gra-tab.gra-tab-active .gra-icon { | .gra-tab.gra-tab-active .gra-icon { | ||
opacity: 1; | opacity: 1; | ||
filter: invert( | filter: invert(33%) sepia(52%) saturate(1104%) hue-rotate(333deg) brightness(93%) contrast(90%);} | ||
} | |||
#gra-panel-body { | #gra-panel-body { | ||
| Line 199: | Line 179: | ||
} | } | ||
.gra-composer.gra-composer-visible { display: flex; } | .gra-composer.gra-composer-visible { display: flex; } | ||
/* Feedback composer header row */ | /* Feedback composer header row */ | ||
| Line 208: | Line 193: | ||
.gra-composer-header strong { | .gra-composer-header strong { | ||
flex: 1; | flex: 1; | ||
font- | font-weight: 600; | ||
color: # | color: #1C1A17; | ||
font-size: 16px; | |||
font-family: "Noto Sans Devanagari" | |||
} | } | ||
.gra-btn-x { | .gra-btn-x { | ||
| Line 327: | Line 314: | ||
} | } | ||
.gra-composer-input::placeholder { color: #aaa; } | .gra-composer-input::placeholder { color: #aaa; } | ||
.gra-composer-input:focus { border-color: # | .gra-composer-input:focus { border-color: #B14A2E; } | ||
.gra-composer-actions { | .gra-composer-actions { | ||
| Line 340: | Line 327: | ||
cursor: pointer; | cursor: pointer; | ||
color: #5f6368; | color: #5f6368; | ||
font-size: | font-size: 14px; | ||
font-family: | font-family:"Noto Sans Devanagari"; | ||
font-weight: 500; | font-weight: 500; | ||
padding: | padding: 8px 12px; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
| Line 493: | Line 480: | ||
.gra-bm-composer.gra-composer-visible { display: flex; } | .gra-bm-composer.gra-composer-visible { display: flex; } | ||
.gra-bm-composer-label { | .gra-bm-composer-label { | ||
color: #1C1A17; | color: #1C1A17; | ||
font-size: 16px; | font-size: 16px; | ||
| Line 499: | Line 485: | ||
align-items: center; | align-items: center; | ||
gap: 8px; | gap: 8px; | ||
} | } | ||
.gra-bm-composer-label .gra-icon { | .gra-bm-composer-label .gra-icon, .gra-composer-header .gra-icon, .gra-tab .gra-icon, .gra-note-card .gra-icon, .gra-bookmark-card .gra-icon {filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(894%) hue-rotate(357deg) brightness(97%) contrast(92%); | ||
filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(894%) hue-rotate(357deg) brightness(97%) contrast(92%); | |||
} | } | ||