give you a clean wiki home
Cleaner wiki homepage by him
Details
Authorhim
LicenseNo License
Categorywikipedia.org
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wiki simple Homepage
@namespace userstyles.world/user/him
@version 1.0.0
@description A new userstyle
@author Him
==/UserStyle== */
@-moz-document url-prefix("en.wikipedia.org") {
/* Insert code here... */
}
/*Starter Page*/
#js-lang-lists{
background-color: #e2e2e2;
border-radius: 10px
}
.bookshelf-container,.site-license,.footer,.central-featured,.central-featured-logo, .langlist .langlist-others .hlist,.jsl10n, .cnotice, #mw-footer-container, #p-logo, #p-logo-text{
display: none
}
.search-container, .lang-list-button{
color: black
}
#searchInput,.pure-button .pure-button-primary-progressive{
border-radius: 10px;
right: 5px
}
.pure-button .pure-button-primary-progressive, .sidebar-chunk, .thumbinner, .image, .toc, #mw-content-wrapper, #simpleSearch{
border-radius: 10px
}
.jsl10n-visible .lang-list-active{
background-color: #000
}
#ca-nstab-main, .ca-talk, .ca-watch{
background-color: #dfdfdf;
border-radius: 5px
}
/*#mw-content-container{
background-image: url();
background-size: cover
}*/
.oo-ui-popupWidget-popup{
border-radius: 10px
}