Difference between revisions of "MediaWiki:Tweeki.css"

From Security Vision
Jump to: navigation, search
Line 23: Line 23:
 
     text-shadow: none;
 
     text-shadow: none;
 
     box-shadow: none;
 
     box-shadow: none;
     color: var(--text-color-btn)
+
}
 +
a.btn{
 +
     color: var(--text-color-btn);   
 
}
 
}
 
.btn:hover{
 
.btn:hover{
 
     background: darkgrey;
 
     background: darkgrey;
 
}
 
}

Revision as of 16:13, 18 January 2024

/* CSS placed here will affect users of the Tweeki skin */

root:{
    --text-color-btn: black;
}



.container{
    margin:none;
    padding: 8px;
}
#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;
}