MediaWiki:Vector.css

From Food Hacking Base
Revision as of 19:30, 30 March 2023 by LeonH (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Funny list item bullets */
li {
    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAACsklEQVQozy3By2tcVRzA8e+559x755VxJplJY5uQPgQXokKhil2EgooI6qIoglhcunFTKvgHCIILl6IIblrRjaDoRt27sKKN2lBaUczDKJkmM9O5d+7jPH5u/HwUQPXd69hyTnt4jT+2XhqaRlidCcOfb+4Pzz564nSzoReDUx9+/kD/9iudZVr/ZixvvIcqPnqV+lQMc3+u6q09XeT7T9bV9KFJGVp/7t6L19eHqapL55S6vHRibdQxesGUXE3zsTXx5Bt0eP4FpPF+LGE1XV6mcoaGrzh2sitog6iuwaTvKtMNmijS1trww85VVV27dFwPel+qcuUczQE+PqKe3cGbDHoK6XeQVhdlFsGsQHDI7OAXNZ48Z+qDbKOZLj2sJILIE5UVyXyOREeEToLXMRiBpCHEA8TnkE4fdEl03sxu/bOubTNNO4JKRuD3JNS7RMOATtuK+B4iCnykUAoJCaLqVPCnzeGtnSJMq9A9PtGm5QjmANUt0EmPqN1GsEi4Cy6AcwhNgnPifT43473Jr35czfx03Et6ghnWqrmYQAdIGyhqcBWoGYQIVIEr7MQW803jrP4tm2Z3lMsea3YVLYHGmT4SZYRsG4kdQoSKQBTYkFFO6hvlgd3Uz7JQJKa83xb2gsKpEBxR0xMPI6TpRPCICyo4cCFQTou6PCrePnlx40f9WjchRH7PSnjGWhl4h6huUHoJaAtegnJeYR3UuSMbFd/O71bv/P7JVqU/m1csZX68lrLrhCespS+R4HSNF6usd/hIM59Zxn9nN2ej/I37jg22H7lyAw3w1kLMxTP+9uYh12vLahBW6pwknzmK4ELu3OhwP//qcG/65sbL5ze//uA6X2xZFP/7tB/RUIGjSvVbHbkQd3hcD2jrU+yEPt//tcVPZ59qVqNtz4sf1wD8B/4GeIlA8n0UAAAAAElFTkSuQmCC");
}
#mw-panel ul li{
  list-style-type: none !important;
  list-style-image: none!important;
}

#mw-head ul li{
  list-style-type: none !important;
  list-style-image: none!important;
}


/* Make page titles big */
#firstHeading {
  margin-right:230px;
  text-align:center;
  border-bottom:0px!important;
  position:relative;
  top:13px;
  margin-bottom:29px!important;
}
#firstHeading span {
  font-family:Tahoma!important;
  color:#01183E;
  font-size:1.2em;
  font-weight:900;
  line-height:1.30em;
  letter-spacing:.3em;
}

/* Hide most tabs for reading users */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; } 
#ca-view { display: none !important; }
#ca-viewsource { display: none !important; }  

/* Remove the tools menu in the sidebar */
#p-tb { display: none; }

/* Center and enlarge sidebar navigation */
#p-navigation{
  margin-top:6px!important;
  margin-left:46px!important;
  font-size: 1.35em;
  font-weight: 400;
}

#p-navigation ul li {
  margin-bottom:20px !important;
  text-align:center;
}


/* Hide footer */
#footer { display: none; }