MediaWiki:Vector.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
(Replaced content with "→‎CSS placed here will affect users of the Vector skin: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", san...")
Tag: Replaced
(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
 
(492 intermediate revisions by 5 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 */


@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
/* DO NOT add CSS for DarkVector here. */
body {font-family: "Noto Sans", sans-serif}
@font-face {
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
  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


div#content h1, div#content h2 {font-family: "Noto Serif", serif}
@font-face {bl
/* changes the default font used for MediaWiki headings to Noto Serif */
  font-family: "Rubik";
 
  src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
 
  font-weight: bold;
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  font-style: normal;
body {background: #a62e10}
}
 
/* Redesign */
#content { background-color: #1f1f1f; }
#catlinks { background-color: #2c2c2c; }
#p-logo { background-color: black; }
mw-head-base { background-color: black; }
#mw-panel { background-color: orange; }
#p-navigation { background-color: #00ff00; }
body { background-color: black; }
#footer { background-color: #a62e10; }


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


/*Tabber colors*/
@font-face {
.tabbernav {
  font-family: "Rubik";
    font-family: inherit !important;
  src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
    font-weight: normal !important;
  font-weight: bold;
    font-size: 13px !important;
  font-style: italic;
    border-bottom: 3px solid #595959 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: lightgrey !important;
    border:1px !important;
    background: #4f3e3a !important;
}
.tabberactive a {
    color: white !important;
    background: #A62E10 !important;
}
}
.tabbernav :not(.tabberactive) a:hover {
body, .mw-headline {
    background: rgba(42,161,152, 0.2) !important;
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
}
}
/* Cursors */
body {
  cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30}
a:link {
  cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Link.png'), pointer; }
a:hover{
  cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Link.png'), pointer; }
a:active{
  cursor: url('http://wiki.screamerfanbase.com/images/c/ce/Press.png'), pointer; }
 
a:element{
  cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; }

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