Difference between revisions of "MediaWiki:Tweeki.css"
From Security Vision
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: 'PPReader'; | ||
+ | src: url("https://www.securityvision.io/fonts/PPReader-Regular.woff2") | ||
+ | } | ||
root:{ | root:{ | ||
Line 5: | Line 10: | ||
--darkergrey: #404040; | --darkergrey: #404040; | ||
} | } | ||
+ | |||
+ | |||
+ | h1, #firstHeading, .mw-headline{font-family: "PPReader";} | ||
.row{ | .row{ |
Revision as of 13:42, 21 January 2024
/* CSS placed here will affect users of the Tweeki skin */
@font-face {
font-family: 'PPReader';
src: url("https://www.securityvision.io/fonts/PPReader-Regular.woff2")
}
root:{
--text-color-btn: black;
--darkergrey: #404040;
}
h1, #firstHeading, .mw-headline{font-family: "PPReader";}
.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;
}
#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;
}
#sidebar-left.btn{
border-radius: none;
border: 0.8px solid
}