Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(stuff)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */

#profile-top{border-bottom:none}
#profile-top {
.activity-item{border-bottom:none}
.user-section-heading{border-bottom:none}
border-bottom: none;
}
.user-section-title{float:none!important;display:none}

.activity-item {
border-bottom: none;
}

.user-section-heading {
border-bottom: none;
}

.user-section-title {
float: none !important;
display: none;
}

#recent-all::before {
#recent-all::before {
content: "Recent activity";
content: "Recent activity";
font-size: larger;
font-size: larger;
font-weight: bolder;
font-weight: bolder;
display:block;
display: block;
}

#user-page-right {
width: auto;
}

.no-info-container {
background-color: none !important;
}

.action-right {
display: none;
}

#profile-toggle-button {
background-color: #5C85D6;
border-radius: 0.2rem;
}

.mw-editsection{display:none!important}

.citizen-section-indicator.citizen-ui-icon.mw-ui-icon-wikimedia-collapse {
display:none!important;
}
}
#user-page-right{width:auto}
#no-info-container{display:none}
.action-right{display:none}
#profile-toggle-button{background-color:#5C85D6;border-radius:0.2rem}

Latest revision as of 02:20, 2 November 2023

/* All CSS here will be loaded for users of the Citizen skin */

#profile-top {
    border-bottom: none;
}

.activity-item {
    border-bottom: none;
}

.user-section-heading {
    border-bottom: none;
}

.user-section-title {
    float: none !important;
    display: none;
}

#recent-all::before {
    content: "Recent activity";
    font-size: larger;
    font-weight: bolder;
    display: block;
}

#user-page-right {
    width: auto;
}

.no-info-container {
    background-color: none !important;
}

.action-right {
    display: none;
}

#profile-toggle-button {
    background-color: #5C85D6;
    border-radius: 0.2rem;
}

.mw-editsection{display:none!important}

.citizen-section-indicator.citizen-ui-icon.mw-ui-icon-wikimedia-collapse {
  display:none!important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.