Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

 
(14 intermediate revisions by the same user not shown)
Line 1,185: Line 1,185:
.blog-left-units {
.blog-left-units {
background: #223399;
background: #223399;
border: 2px solid #fff;
    border-radius: 10px;
}
}
.vote-box {
 
width: 100px;
#blog-page-right {
     height: 100px;
    float: right;
     color: white;
    width: 179px;
     display: flex;
    padding: 8px 0 0 0;
     justify-content: center;
background: #223399;
     align-items: center;
    border-left: 1px solid #dcdcdc;
     font-size: 2em;
    border-bottom: 1px solid #dcdcdc;
     border-radius: 8px; /* optional rounded corners */
    border: 2px solid #fff;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* optional shadow */
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}
.site-button {
     background-color: #FF851B;
     color: #FFFFFF;
    border: none;
     padding: 8px 16px;
     border-radius: 4px;
     cursor: pointer;
}
 
.site-button:hover {
    background-color: #FFB84D;
}
select {
     background-color: #FF851B;
    color: #FFF;
    border: none;
    padding: 8px 16px;
     border-radius: 4px;
     cursor: pointer;
}
.profile-on {
background-color: #FF851B;
}
}