Difference between revisions of "MediaWiki:Tweeki.css"
From Security Vision
Line 10: | Line 10: | ||
margin:none; | margin:none; | ||
padding: 8px; | padding: 8px; | ||
+ | margin-left: 0 !important; | ||
} | } | ||
#sidebar-left{ | #sidebar-left{ |
Revision as of 17:09, 18 January 2024
/* CSS placed here will affect users of the Tweeki skin */
root:{
--text-color-btn: black;
}
.container{
margin:none;
padding: 8px;
margin-left: 0 !important;
}
#sidebar-left{
padding:0;
}
/* ------- 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;
}