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
 
(149 intermediate revisions by 2 users 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 {
  background-color: #f1f1f1;
  color: #333333;
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 88%;
  float: right;
  margin: 1em 1em 1em 1.15em;
  padding: 4px;
}
.portable-infobox-wide {
    width: 100%;
}
.portable-infobox tr {
    vertical-align: top;
}
.portable-infobox td,
.portable-infobox th,
.portable-infobox-wide td,
.portable-infobox-wide th {
    padding: 2px;
}
.portable-infobox .autoResize {
margin: 0 auto !important;
}


.pi-title {
/* DO NOT add CSS for DarkVector here. */
background-color: #f1f1f1;
@font-face {
border-radius: 3px 3px 0 0;
  font-family: "Rubik";
color: #fff;
  src: url("/resources/assets/Rubik.woff2") format("woff2"),
font-size: 18px;
      url("/resources/assets/Rubik-Bold.woff2") format("woff2"),
font-weight: bold;
      url("/resources/assets/Rubik-Italic.woff2") format("woff2");
line-height: 24px;
  font-weight: normal;
    margin-bottom: 10px;
  font-style: normal;
padding: 8px 10px;
} in
}


.pi-header {
@font-face {bl
   background-color: #a5a5a5;
   font-family: "Rubik";
   color: #ffffff;
   src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
   font-weight: bold;
   font-weight: bold;
   font-size: 18px;
   font-style: normal;
  padding: 8px;
  text-align: center;
}
}


.pi-section-heading {
@font-face {#
   background-color: #d9d9d9;
   font-family: "Rubik";
   color: #333333;
   src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
   font-weight: bold;
   font-weight: normal;
   font-size: 16px;
   font-style: italic;
  padding: 8px;
  margin-left: 10px
}
}


.pi-data-label {
@font-face {
   background-color: #e5e5e5;
   font-family: "Rubik";
   color: #333333;
   src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
   font-weight: bold;
   font-weight: bold;
   font-size: 14px;
   font-style: italic;
  padding-left: 15px;
}
}
 
body, .mw-headline {
.pi-data-value {
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
  background-color: #f6f6f6;
  color: #333333;
  font-size: 14px;
  padding-right: 15px;
}
}

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;
}