Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* CUSTOM CSS for Vivaldi */
- /* Speed Dial Mods */
- .speeddial {
- margin-top: 1em;
- }
- /* Speed Dial background image fit */
- /*.startpage {
- background-size: 100% 100% !important;
- transition: none !important;
- }*/
- /* Speed Dial search field position (if shown) */
- .sdwrapper .iconmenu-container.SearchField {
- margin: 1em auto 0;
- background: var(--colorBgAlphaHeavy) !important;
- }
- /* Speed Dials look */
- .speeddial .dial {
- transition: opacity 0.2s linear;
- background-color: var(--colorBgAlphaHeavy) !important;
- opacity: 0.8 !important;
- }
- /* Speed Dials opaque when hovering */
- .speeddial .dial:hover, .speeddial .dial:focus {
- opacity: 1 !important;
- }
- /* Speed Dial thumbnail */
- .speeddial .dial .thumbnail-image {
- /* background: rgba(25,25,25,0.4); */
- border-radius: 1em !important;
- box-shadow: none !important;
- padding: 1em;
- }
- /* Speed Dials thumbnail fit container */
- .speeddial .dial .thumbnail-image img {
- object-fit: contain;
- object-position: center;
- }
- /* Find-in-page mod */
- .find-in-page {
- position:absolute;
- background-color: var(--colorBg);
- border-radius: var(--radius);
- max-width: fit-content;
- margin: 0 auto;
- top: 3px;
- right: 0;
- left: 0;
- z-index:1;
- }
- /* Find-in-page input wider */
- .find-in-page .fip-input-container {
- width: 400px;
- max-width: unset;
- }
- /* Find-in-page transparent if not focused */
- .find-in-page:not(:focus-within):not(:hover) {
- opacity: 0.8;
- }
- /* Find-in-page background color for no matches */
- .find-in-page.fip-nomatches {
- background: darkred;
- }
- /* Find-in-page result numbers clearer */
- .find-in-page .fip-results {
- opacity: 1 !important;
- }
- /* Find-in-page no animation */
- .fip-active-hit {
- display: none;
- }
- /* Extended Validation (EV) certificate hide */
- .siteinfo-text {
- display: none;
- }
- /* Security padlock */
- .SiteInfoButton.secure, .SiteInfoButton.certified {
- fill: #00a100;
- background-color: #004400;
- }
- /* Security V logo padlock */
- .SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path{
- d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z");
- }
- /* Security blocked content warning hide */
- .UrlBar-AddressField .permission-popup.is-blocking {
- display: none;
- }
- /* Content blocker button hide */
- .UrlBar-AddressField .ContentBlocker-Control {
- display: none;
- }
- /* Translate button hide */
- .UrlBar-AddressField .ToolbarButton-Button[title~="Translate"] {
- display: none;
- }
- /* Extensions buttons background */
- .ExtensionIcon.ExtensionIcon--Hidden {
- background-color: unset;
- }
- /* Panels switch buttons */
- #switch > button.panelbtn img {
- filter: drop-shadow(0 0 1px white);
- }
- /* Bookmarks Panel input width */
- .addbookmark-cardwrapper {
- width: 100%;
- }
- /* Bookmarks Panel thumbnails hide */
- .addbookmark-cardwrapper .preview {
- display: none !important;
- }
- /* URL Bar no lowlight */
- .UrlFragment-Wrapper {
- color: unset;
- }
- /* URL Bar scheme part */
- .UrlFragment--Lowlight:first-of-type {
- color: var(--colorFgFadedMost);
- }
- /* URL Bar host part */
- .UrlFragment-HostFragment-Subdomain, .UrlFragment-HostFragment-Basedomain, .UrlFragment-HostFragment-TLD {
- color: unset !important;
- font-weight: bold;
- }
- /* Bookmark button fill colour */
- .bookmark-animated-fill {
- fill: var(--colorAccentBgFaded) !important;
- }
- /* Address + Search field icons dimmed */
- .toolbar-insideinput button {
- opacity: 0.75;
- }
- /* Vivaldi logo old style */
- .vivaldi-v {opacity: 1 !important;}
- .vivaldi-v svg{background: radial-gradient(white, white 50%, transparent 50%); fill: #383838;}
- /* Tab tooltip hide image */
- #vivaldi-tooltip .tooltip .tooltip-item .thumbnail-image {
- display: none;
- }
- /* Tab tooltip size */
- #vivaldi-tooltip .tooltip .tab-group .tooltip-item {
- width: 250px;
- height: auto;
- }
- /* ===== Hide Extension buttons ===== */
- /* Spatial Navigation */
- .button-toolbar.gogippjaikoijhcdcioeajgpmlmchkba {display: none;}
Add Comment
Please, Sign In to add comment