User:Pixial/timeless.css: Difference between revisions

From Podpedia
Content added Content deleted
No edit summary
m (Raidarr moved page User:YellowFrogger/timeless.css to User:Pixial/timeless.css without leaving a redirect: Automatically moved page while renaming the user "YellowFrogger" to "Pixial")
 
(6 intermediate revisions by one other user not shown)
Line 25: Line 25:
.color-right {
.color-right {
background-color: #9B1D1B;
background-color: #9B1D1B;
}

.color-left {
height: 0.35em;
background: #9B1D1B;
width: 50%;
float: left;
}

.tools-inline li.selected {
border-bottom-color: #9B1D1B;
}


#p-logo-text a {
padding: 0.1em 1em 0.2em;
color: #000000;
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
font-variant: unset;
font-size: 1.85em;
display: block;
}

.mw-footer .footer-icons {
float: right;
margin: 0 0 0 1em;
display: none;
}
}

Latest revision as of 13:42, 17 June 2022

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i&display=swap');

.color-middle {
    height: 0.35em;
    background: #9B1D1B;
    margin-left: 15em;
    margin-right: 17em;
}

#p-logo-text a {
    padding: 0.1em 1em 0.2em;
    color: #000000;
    font-family: Arial;
    font-variant: unset;
    font-size: 1.85em;
    display: block;
}

.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: none;
    font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

.color-right {
    background-color: #9B1D1B;
}

.color-left {
    height: 0.35em;
    background: #9B1D1B;
    width: 50%;
    float: left;
}

.tools-inline li.selected {
    border-bottom-color: #9B1D1B;
}


#p-logo-text a {
    padding: 0.1em 1em 0.2em;
    color: #000000;
    font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
    font-variant: unset;
    font-size: 1.85em;
    display: block;
}

.mw-footer .footer-icons {
    float: right;
    margin: 0 0 0 1em;
    display: none;
}