MediaWiki:Theme-trench.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 364: Line 364:
}
}


hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #77E7E2, rgba(208, 32, 25, 0)); }
hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #b3a61e, rgba(208, 32, 25, 0)); }


table td.hover-effect { background-color: #FF0000; transition: background-color 0.3s ease; }
table td.hover-effect { background-color: #FF0000; transition: background-color 0.3s ease; }
Line 376: Line 376:
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { font-family: 'MyCustomFont2', sans-serif; }
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { font-family: 'MyCustomFont2', sans-serif; }


.mw-body h1, .mw-body-content h1 { font-family: 'MyCustomFont1', sans-serif; font-size: 35px; color: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #77E7E2 100%); }
.mw-body h1, .mw-body-content h1 { font-family: 'MyCustomFont1', sans-serif; font-size: 35px; color: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #b3a61e 100%); }


@font-face { font-family: 'MyCustomFont1'; src: url('/nc_assets/fonts/Ponter.ttf') format('truetype'); font-weight: 550; font-style: normal;  }
@font-face { font-family: 'MyCustomFont1'; src: url('/nc_assets/fonts/Ponter.ttf') format('truetype'); font-weight: 550; font-style: normal;  }
Line 386: Line 386:
.mw-mmv-post-image { background-color: #E5D515; }
.mw-mmv-post-image { background-color: #E5D515; }


.mw-ui-button.mw-ui-progressive:not(:disabled) { background-color: #77E7E2; }
.mw-ui-button.mw-ui-progressive:not(:disabled) { background-color: #b3a61e; }


.venue-table { background-color: #EFE1E4; text-align: left; margin: 1em 0; border-collapse: collapse; }
.venue-table { background-color: #EFE1E4; text-align: left; margin: 1em 0; border-collapse: collapse; }
Line 550: Line 550:
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { background-color: #D35232; border-color: #9E3A19; }
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { background-color: #D35232; border-color: #9E3A19; }


.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption { background-color: #77E7E2; border-color: #9E3A19; color: #fff }
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption { background-color: #b3a61e; border-color: #9E3A19; color: #fff }


.mwe-popups .mwe-popups-extract[dir='ltr']:after { right: 0; background-image: linear-gradient(to right,rgba(255,255,255,0),#d0d3c6 50%); }
.mwe-popups .mwe-popups-extract[dir='ltr']:after { right: 0; background-image: linear-gradient(to right,rgba(255,255,255,0),#d0d3c6 50%); }

Navigation menu