Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 1,188: Line 1,188:
     border-radius: 10px;
     border-radius: 10px;
}
}
.vote-box {
 
width: 50px;
    height: 50px;
    display: flex;
    font-size: 2em;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 10px;
}
.vote-number {
font-size: 24px;
}
#blog-page-right {
#blog-page-right {
     float: right;
     float: right;
Line 1,232: Line 1,220:
     border-radius: 4px;
     border-radius: 4px;
     cursor: pointer;
     cursor: pointer;
}
.profile-on {
background-color: #FF851B;
}
}