MediaWiki:Vector.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
(Replaced content with "→‎CSS placed here will affect users of the Vector skin: →‎DO NOT add CSS for DarkVector here.: @font-face { font-family: "Rubik"; src: url("/resources/assets/Rubik.woff2") format("woff2"), url("/resources/assets/Rubik-Bold.woff2") format("woff2"), url("/resources/assets/Rubik-Italic.woff2") format("woff2"); font-weight: normal; font-style: normal; } in @font-face {bl font-family: "Rubik"; src: url("/resources/assets/Rubik-Bold.woff2"...")
Tag: Replaced
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


.portable-infobox {
/* DO NOT add CSS for DarkVector here. */
   background-color: #2C2828;
@font-face {
   border: 1px solid #a62e10;
   font-family: "Rubik";
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
   src: url("/resources/assets/Rubik.woff2") format("woff2"),
   margin: 10px;
      url("/resources/assets/Rubik-Bold.woff2") format("woff2"),
   padding: 10px;
      url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  width: 280px;
   font-weight: normal;
}
   font-style: normal;
} in


.portable-infobox .pi-item-spacing {
@font-face {bl
   border-bottom: 4px solid #2C2828;
  font-family: "Rubik";
  src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
  font-weight: bold;
   font-style: normal;
}
}


.portable-infobox .pi-title {
@font-face {#
  color: #fdfdee;
   font-family: "Rubik";
   background-color: #a62e10;
   src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
   font-size: 15px;
   font-weight: normal;
   font-weight: bold;
  margin-bottom: 10px;
  padding: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  line-height: normal;
   font-style: italic;
   font-style: italic;
}
}


.portable-infobox .pi-header {
@font-face {
   color: #fdfdee;
   font-family: "Rubik";
   background-color: #a62e10;
   src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  font-size: 14px;
   font-weight: bold;
   font-weight: bold;
   margin-bottom: 5px;
   font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  line-height: 25px;
}
 
/* Infobox label */
.portable-infobox .pi-data-label {
  background-color: #5a5554;
  padding-left: 5px;
  padding-right: 5px;
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fdfdee;
}
 
.portable-infobox .pi-data {
  font-weight: bold;
  color: #fdfdee;
  padding: 5px 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #4d4543;
}
 
/* Portable Infobox CSS here */
.portable-infobox.pi-background {
  background-color: #312B2A;
  border-color: #a62e10;
}
.portable-infobox .pi-secondary-background {
  background-color: #a62e10;
}
.portable-infobox .pi-header{
  font-weight: bold;
  text-align: center;
}
.portable-infobox .pi-title {
  background-color: #a62e10;
  font-size: 125%;
  color: #FFFFFF;
  font-family: Rubik;
  text-align: center;
}
.portable-infobox .pi-border-color{
    border-color: #453d3c;
}
.portable-infobox {
  width:270px;
  border: 1px solid #a62e10;
  border-radius: 4px 4px 2px 2px;
}
.portable-infobox .pi-horizontal-group-item.pi-data-label{
background-color: #312B2A;
}
}
.portable-infobox .pi-horizontal-group-item.pi-data-value{
body, .mw-headline {
background-color: #312B2A;
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
}
}

Latest revision as of 02:37, 17 December 2023

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

/* DO NOT add CSS for DarkVector here. */
@font-face {
  font-family: "Rubik";
  src: url("/resources/assets/Rubik.woff2") format("woff2"),
       url("/resources/assets/Rubik-Bold.woff2") format("woff2"),
       url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
} in

@font-face {bl
  font-family: "Rubik";
  src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {#
  font-family: "Rubik";
  src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Rubik";
  src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
body, .mw-headline {
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
}