MediaWiki:Vector.css: Difference between revisions

From Food Hacking Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
   list-style-image: none!important;
   list-style-image: none!important;
}
}
#toc ul li{
    list-style-type: none !important;
    list-style-image: none!important;
}


/* Resize the logo in the top left */
/* Resize the logo in the top left */

Revision as of 20:38, 30 March 2023

/* 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;
}
#toc ul li{
    list-style-type: none !important;
    list-style-image: none!important;
}


/* Resize the logo in the top left */
.mw-wiki-logo {
  background-size: 135px 135px;
}


/* 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; }
#ca-history { 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;
}


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