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
 
(129 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: #2e2e2e;
  color: #333333;
  border: 1px solid #3b3b3b;
  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;
  padding: 1px;
  text-align: center;
}


.portable-infobox-wide {
/* DO NOT add CSS for DarkVector here. */
    width: 100%;
@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


.portable-infobox tr {
@font-face {bl
    vertical-align: top;
  font-family: "Rubik";
}
  src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
 
  font-weight: bold;
.portable-infobox td,
  font-style: normal;
.portable-infobox th,
.portable-infobox-wide td,
.portable-infobox-wide th {
    padding: 2px;
}
}


.portable-infobox .autoResize {
@font-face {#
margin: 0 auto !important;
  font-family: "Rubik";
  src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
}


.pi-title {
@font-face {
background-color: #E85636;
  font-family: "Rubik";
color: #fff;
  src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-size: 18px;
font-weight: bold;
line-height: 24px;
margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
padding: 8px 10px;
}
 
.pi-header {
background-color: #E85636;
    color: #2e2e2e;
    font-size: 18px;
font-weight: bold;
line-height: 1.2em;
padding: 0.15em 0.5em 0.25em 0.5em;
text-align: center;
text-transform: uppercase;
}
 
.pi-data-label {
  background-color: #e5e5e5;
  color: #888;
   font-weight: bold;
   font-weight: bold;
   font-size: 14px;
   font-style: italic;
  padding-left: 15px;
  text-align: left;
  margin-right: -20px;
}
 
.pi-data-value {
  background-color: #f6f6f6;
  color: #000;
  font-size: 14px;
  padding-right: 15px;
}
}
.my-infobox-container {
body, .mw-headline {
  background-color: #f0f0f0;
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
  padding: 20px;
}
}

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