Difference between revisions of "MediaWiki:Monobook.css"

104 bytes removed ,  01:55, 29 November 2012
m
Removing custom font support because it's spotty. Messing with the logo.
m
m (Removing custom font support because it's spotty. Messing with the logo.)
Line 1: Line 1:
/* Lin's fancy-schmancy CSS hacks and whatnot. */
/* ORIGINAL CHARACTER DON'T STEAL              */
.portlet h5 {                        /* Changes the navigation labels to title case. */
.portlet h5 {                        /* Changes the navigation labels to title case. */
     text-transform: capitalize;
     text-transform: capitalize;
Line 70: Line 73:
}
}


@font-face {
#p-logo {
     font-family: "BebasNeueTest";
     z-index: 3;
     src: url("http://dl.dropbox.com/u/15439542/WebFonts/BebasNeue.otf");
     position: absolute; /*needed to use z-index */
}
    top: 0;
 
     left: 0;
.bbn {
     height: 155px;
     font-family: "BebasNeueTest", Verdana, sans-serif;
     width: 12em;
}
     overflow: visible;
 
@font-face {
     font-family: "BigNoodle";
     src: url("http://dl.dropbox.com/u/15439542/WebFonts/BigNoodle.ttf");
}
 
.bign {
     font-family: "BigNoodle", Verdana, sans-serif;
}
}