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