MediaWiki:Common.css: Difference between revisions
28.10.2025 Prusac | 27.11.2025
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* sakrivamo 'Actions' i 'Tools' od neulogovanih korisnika */ | |||
aside .d-flex .dropdown { | aside .d-flex .dropdown { | ||
display: none; | display: none; | ||
} | } | ||
/* pointer u searchbox */ | |||
#searchInput { | #searchInput { | ||
caret-color: #ff9900; | caret-color: #ff9900; | ||
} | } | ||
/* Tagline */ | /* Tagline */ | ||
#siteSub { | #siteSub { | ||
display: block; | display: block; | ||
} | |||
/* forma/input za kreiranje novog clanka */ | |||
.cdx-text-input:focus { | |||
border: 1px solid #ff3d08; | |||
} | |||
.cdx-button:enabled { | |||
background: #ff3d08; | |||
} | } | ||
Revision as of 11:41, 31 October 2025
/* CSS placed here will be applied to all skins */
/* sakrivamo 'Actions' i 'Tools' od neulogovanih korisnika */
aside .d-flex .dropdown {
display: none;
}
/* pointer u searchbox */
#searchInput {
caret-color: #ff9900;
}
/* Tagline */
#siteSub {
display: block;
}
/* forma/input za kreiranje novog clanka */
.cdx-text-input:focus {
border: 1px solid #ff3d08;
}
.cdx-button:enabled {
background: #ff3d08;
}