@import url('http://fonts.googleapis.com/css?family=PT+Mono'); @import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700); * { font-family: 'Merriweather', serif !important; } .titlebar { display:none; } /* Remove title bar from top of every screen */ .monktitlebar { font-size: 80%; } /* Make top link list a little smaller */ textarea { width: 90%; height: 30em; } /* Don't post through a keyhole */ tbody.nodelet td { font-size: 14px !important; } /* Reduce sidebar squint */ /* Put border around code areas, and select monospaced Google font */ tt.codetext { display: block; margin-right: 5px; padding: 4px 4px 4px 4px; font-size: 96%; border: 2px solid gray; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-family: 'PT Mono', monospace !important; }