Difference between revisions of "User:Gamekid/monobook.css"

From YTMND
Jump to: navigation, search
(css from Wikipedia)
 
(Segoe UI)
 
Line 1: Line 1:
 
h1, h2, h3, h4, h5, h6
 
h1, h2, h3, h4, h5, h6
 
{
 
{
  font-family: "Neuropol X Free", "Tahoma", "Luxi Sans", sans-serif;
+
  font-family: "Segoe UI", "Tahoma", "Luxi Sans", sans-serif;
 
}
 
}
  

Latest revision as of 12:23, February 26, 2008

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

p, ol, ul, dl, button, input, div
{
 font-family: "Tahoma", "Luxi Sans", sans-serif;
}

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

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

/*math*/
.tex
{
 cursor: help;
}

/*page components*/
/*
#p-logo, #p-navigation, #p-search, #p-tb, #p-lang
{
 position: fixed;
}
#p-search
{
 top: 25.5em;
}
#p-tb
{
 top: 31.5em;
}
#p-lang
{
 top: 40em;
}
*/

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