User:AnOddName/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@media screen, tv, projection
{
 *[lang|=ja],*[lang|=zh],*[lang|=ko]
 {
  color: green;
 }

 .has_been_on_main_page a { color: green; }
}
@media print {
 .t_nihongo_help
 {
  display: none;
 }
}

h1, h2, h3, h4, h5, h6
{
 font-family: "Ubuntu", "Segoe UI", "Tahoma", "Luxi Sans", sans-serif;
 font-weight: bold;
}

/*p, ol, ul, dl, button, input, div*/
#mw-navigation
{
 font-family: "Ubuntu", "Segoe UI", "Tahoma", "Luxi Sans", sans-serif;
}

textarea, pre
{
 font-family: "Ubuntu Mono", "Lucida Console", "Luxi Mono", monospace!important;
}

a:link
{
 text-decoration: none;
}
a:hover
{
 background-color: transparent;
 color: rgb(0, 0, 255);
 text-decoration: underline;
}

.comment
{
 font-size: x-small;
 font-style: italic;
}

/*math*/
/*math * {
 font-family: "Ubuntu", sans-serif;
}*/
/*.tex
{
 cursor: help;
}*/

.navpopup { 
  background-color: #FFFF7F  !important;
  font-family:      serif    !important;
  color:            #404     !important;
  font-size:        x-small  !important;
  border:           blue 2px outset  !important;
}