Template:Infobox/sandbox/styles.css: Difference between revisions

From Progressbar95 Wiki
Content added Content deleted
(Created page with ".infobox-sandbox { }")
 
(windows xp titlebar)
Tag: Reverted
Line 1: Line 1:
/* https://github.com/botoxparty/XP.css/blob/155b9efdeeb06ff7bbdf1e8e9796e28315739393/themes/XP/_window.scss#L13-L35 */
.infobox-sandbox {
.pbwiki-titlebar {
font-family: "Trebuchet MS", Tahoma, sans-serif;
background: linear-gradient(
180deg,
rgba(9, 151, 255, 1) 0%,
rgba(0, 83, 238, 1) 8%,
rgba(0, 80, 238, 1) 40%,
rgba(0, 102, 255, 1) 88%,
rgba(0, 102, 255, 1) 93%,
rgba(0, 91, 255, 1) 95%,
rgba(0, 61, 215, 1) 96%,
rgba(0, 61, 215, 1) 100%
);
padding: 3px 5px 3px 3px;
border-top: 1px solid #0831d9;
border-left: 1px solid #0831d9;
border-right: 1px solid #001ea0;
border-top-left-radius: 8px;
border-top-right-radius: 7px;
font-size: 13px;
text-shadow: 1px 1px #0f1089;
height: 21px;
}
}

Revision as of 07:51, 27 April 2024

/* https://github.com/botoxparty/XP.css/blob/155b9efdeeb06ff7bbdf1e8e9796e28315739393/themes/XP/_window.scss#L13-L35 */
.pbwiki-titlebar {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
    background: linear-gradient(
        180deg,
        rgba(9, 151, 255, 1) 0%,
        rgba(0, 83, 238, 1) 8%,
        rgba(0, 80, 238, 1) 40%,
        rgba(0, 102, 255, 1) 88%,
        rgba(0, 102, 255, 1) 93%,
        rgba(0, 91, 255, 1) 95%,
        rgba(0, 61, 215, 1) 96%,
        rgba(0, 61, 215, 1) 100%
    );
    padding: 3px 5px 3px 3px;
    border-top: 1px solid #0831d9;
    border-left: 1px solid #0831d9;
    border-right: 1px solid #001ea0;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px #0f1089;
    height: 21px;
}