Difference between revisions of "MediaWiki:Tweeki.css"
From Security Vision
Line 32: | Line 32: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
Line 53: | Line 49: | ||
border-color:darkgrey; | border-color:darkgrey; | ||
} | } | ||
+ | |||
+ | /* ----- SIDEBAR ------*/ | ||
+ | |||
+ | #sidebar-left{ | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
#sidebar-left.btn{ | #sidebar-left.btn{ | ||
− | border-radius: | + | border-radius: 0; |
border: 0.8px solid | border: 0.8px solid | ||
+ | } | ||
+ | |||
+ | #sidebar-left.btn-group.btn-block.dropdown{ | ||
+ | flex-direction:column; | ||
} | } |
Revision as of 23:45, 18 March 2024
/* CSS placed here will affect users of the Tweeki skin */
root:{
--text-color-btn: black;
--darkergrey: #404040;
}
.row{
margin: 0;
}
.container{
margin:none;
padding: 8px;
width:100%;
}
#mw-navigation{
/* box-shadow: 0px 3px 8px red; */
/* border-color: red; */
box-shadow: unset;
border-color: black;
background-color: white;
}
#mw-head{
background: white;
}
.nav{
padding:none;
}
/* ------- buttons ------- */
.btn{
background:white;
border-color: darkgrey;
text-shadow: none;
box-shadow: none;
}
a.btn{
color: var(--text-color-btn);
}
.btn:hover{
background: darkgrey;
border-color:darkgrey;
}
/* ----- SIDEBAR ------*/
#sidebar-left{
padding:0;
}
#sidebar-left.btn{
border-radius: 0;
border: 0.8px solid
}
#sidebar-left.btn-group.btn-block.dropdown{
flex-direction:column;
}