MediaWiki:Common.css: Difference between revisions
EarlTensei (talk | contribs) No edit summary |
EarlTensei (talk | contribs) No edit summary |
||
| (25 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
background: url(https://indie.page/indie-page-logo.png); | background: url(https://indie.page/indie-page-logo.png); | ||
background-size: contain; | background-size: contain; | ||
background-repeat:no-repeat; | |||
background-position:center center; | |||
} | } | ||
.boxie + p { | .boxie + p { | ||
display: none; | display: none; | ||
} | } | ||
/* | |||
a { | a { | ||
color: #45ab4f !important; | color: #45ab4f !important; | ||
} | } | ||
*/ | |||
.page-Funding table.wikitable { | .page-Funding table.wikitable { | ||
max-width: | max-width: 870px; | ||
width: 100%; | width: 100%; | ||
table-layout:fixed; | table-layout:fixed; | ||
} | } | ||
.boxie div#toc { | .boxie div#toc, .cont-menu { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | |||
.boxie h3 { | .boxie h3 { | ||
transition: all 700ms ease; | transition: all 700ms ease; | ||
| Line 36: | Line 40: | ||
} | } | ||
.boxie a:hover { | .boxie a:hover { | ||
color: #fff; | color: #fff !important; | ||
} | |||
*/ | |||
.containerr { | |||
display: flex; | |||
flex-direction: row; | |||
max-width: 1000px; | |||
} | |||
.containerr .col { | |||
flex-grow: 1; | |||
} | |||
table.wikitable tr th:nth-child(1) { | |||
width: 200px; | |||
} | |||
table.wikitable tr th:nth-child(2) { | |||
width: 500px; | |||
} | |||
table.wikitable tr th:nth-child(3), table.wikitable tr td:nth-child(3){ | |||
display:none !important; | |||
} | |||
#ca-talk { display: none !important; } | |||
/* | |||
@media screen and (max-device-width: 550px) { | |||
.containerr { | |||
flex-direction: column; | |||
max-width: 100%; | |||
} | |||
.boxie h3 { | |||
font-size: 33px; | |||
} | |||
.boxie p { | |||
font-size: 36px; | |||
} | |||
} | |||
*/ | |||
.page-Indie_Page h1#firstHeading, .page-Indie_Page a.talk.mw-ui-button.button { | |||
display: none; | |||
} | |||
.minerva-header .branding-box a span { | |||
visibility: hidden; | |||
} | |||
.minerva-header .branding-box { | |||
opacity: 1; | |||
} | |||
.minerva-header .branding-box a { | |||
display: block; | |||
width: 140px; | |||
height: 45px; | |||
background: url(https://indie.page/images/7/74/indie-page-logo.png); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center center; | |||
} | } | ||
Latest revision as of 11:10, 22 December 2023
/* CSS placed here will be applied to all skins */
div#p-logo a {
background: url(https://indie.page/indie-page-logo.png);
background-size: contain;
background-repeat:no-repeat;
background-position:center center;
}
.boxie + p {
display: none;
}
/*
a {
color: #45ab4f !important;
}
*/
.page-Funding table.wikitable {
max-width: 870px;
width: 100%;
table-layout:fixed;
}
.boxie div#toc, .cont-menu {
display: none !important;
}
/*
.boxie h3 {
transition: all 700ms ease;
background: #000;
background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(0,0,0,1) 60%);
padding: 8px 15px;
max-width: 340px;
clip-path: polygon(0 1%, 90% 0, 100% 100%, 0% 100%);
margin-top: 10px;
}
.boxie h3:hover {
background: rgb(44,119,22);
background: linear-gradient(90deg, rgba(44,119,22,1) 0%, rgba(0,0,0,1) 60%);
}
.boxie a{
transition: all 400ms ease;
}
.boxie a:hover {
color: #fff !important;
}
*/
.containerr {
display: flex;
flex-direction: row;
max-width: 1000px;
}
.containerr .col {
flex-grow: 1;
}
table.wikitable tr th:nth-child(1) {
width: 200px;
}
table.wikitable tr th:nth-child(2) {
width: 500px;
}
table.wikitable tr th:nth-child(3), table.wikitable tr td:nth-child(3){
display:none !important;
}
#ca-talk { display: none !important; }
/*
@media screen and (max-device-width: 550px) {
.containerr {
flex-direction: column;
max-width: 100%;
}
.boxie h3 {
font-size: 33px;
}
.boxie p {
font-size: 36px;
}
}
*/
.page-Indie_Page h1#firstHeading, .page-Indie_Page a.talk.mw-ui-button.button {
display: none;
}
.minerva-header .branding-box a span {
visibility: hidden;
}
.minerva-header .branding-box {
opacity: 1;
}
.minerva-header .branding-box a {
display: block;
width: 140px;
height: 45px;
background: url(https://indie.page/images/7/74/indie-page-logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}