MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
Tag: Undo |
||
(52 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
transition-delay: 0.5s | transition-delay: 0.5s | ||
} | } | ||
.article-table, .WikiaTable { | |||
background: rgba(var(--theme-page-dynamic-color-1--rgb), .02); | |||
border: 0 var(--theme-border-color); | |||
border-collapse: collapse; | |||
margin: 1em 1em 1em 0 | |||
} | |||
.article-table td, .article-table th, .WikiaTable td, .WikiaTable th { | |||
border-bottom: 1px solid var(--theme-border-color); | |||
padding: 6px 12px | |||
} | |||
.article-table th, .WikiaTable th { | |||
background: rgba(var(--theme-page-dynamic-color-1--rgb), .05); | |||
text-align: left | |||
} | |||
.article-table caption, .WikiaTable caption { | |||
font-weight: 700 | |||
} | |||
.article-table th { | |||
border-bottom: 1px solid #ccc; | |||
} | |||
.article-table tr:last-child { | |||
border-bottom: 1px solid #ccc; | |||
} | |||
.article-table:not(.no-stripe) tr:nth-child(even) { | |||
background-color: #f3f3f3; | |||
} | |||
.pi-type-character .pi-data .pi-data-value { | |||
width: 170px; | |||
margin: 0.5em 0; | |||
} | |||
.banner-image { | |||
max-width: 100%; | |||
width: auto; | |||
height: auto; | |||
} | |||
.page-Main_Page #ca-delete { display:none!important; } | |||
.page-Main_Page #ca-talk{ display:none!important; } | |||
.page-Main_Page #ca-edit{ display:none!important; } | |||
.page-Main_Page #ca-history { display:none!important; } | |||
.page-Main_Page #ca-unwatch { display:none!important; } | |||
.page-Main_Page #ca-protect { display:none!important; } | |||
.page-Main_Page #ca-viewsource { display:none!important; } | |||
.page-Main_Page #ca-watch { display:none!important; } | |||
.page-Main_Page * h1, .page-Main_Page * h2 { horizontal-rule:none; border:none; } |
Latest revision as of 08:22, 28 October 2022
.spoilerblur { background-color: #333; display: inline-block; -webkit-transition: all 1s 0 linear; -moztransition: all 1s 0 linear; -o-transition: all 1s 0 linear; -ms-transition: all 1s 0 linear; transition: all 1s 0 linear } .spoilerblur:hover { background-color: inherit; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s } .article-table, .WikiaTable { background: rgba(var(--theme-page-dynamic-color-1--rgb), .02); border: 0 var(--theme-border-color); border-collapse: collapse; margin: 1em 1em 1em 0 } .article-table td, .article-table th, .WikiaTable td, .WikiaTable th { border-bottom: 1px solid var(--theme-border-color); padding: 6px 12px } .article-table th, .WikiaTable th { background: rgba(var(--theme-page-dynamic-color-1--rgb), .05); text-align: left } .article-table caption, .WikiaTable caption { font-weight: 700 } .article-table th { border-bottom: 1px solid #ccc; } .article-table tr:last-child { border-bottom: 1px solid #ccc; } .article-table:not(.no-stripe) tr:nth-child(even) { background-color: #f3f3f3; } .pi-type-character .pi-data .pi-data-value { width: 170px; margin: 0.5em 0; } .banner-image { max-width: 100%; width: auto; height: auto; } .page-Main_Page #ca-delete { display:none!important; } .page-Main_Page #ca-talk{ display:none!important; } .page-Main_Page #ca-edit{ display:none!important; } .page-Main_Page #ca-history { display:none!important; } .page-Main_Page #ca-unwatch { display:none!important; } .page-Main_Page #ca-protect { display:none!important; } .page-Main_Page #ca-viewsource { display:none!important; } .page-Main_Page #ca-watch { display:none!important; } .page-Main_Page * h1, .page-Main_Page * h2 { horizontal-rule:none; border:none; }