zeroclickinfo-goodies/share/goodie/figlet/figlet.css

30 lines
597 B
CSS
Raw Normal View History

#zero_click_wrapper #figlet-wrapper pre {
display: block;
2014-04-06 07:11:11 -07:00
word-wrap: normal;
white-space: pre;
2014-06-05 02:34:43 -07:00
overflow: auto;
font-family: monospace;
2014-06-05 02:34:43 -07:00
background-color: inherit;
border: 0;
2014-06-05 02:34:43 -07:00
height: auto;
width: 100%;
2014-06-05 12:15:43 -07:00
padding-left: 0px;
2014-06-10 08:04:07 -07:00
outline: none;
}
2014-06-05 02:34:43 -07:00
#zero_click_wrapper #figlet-wrapper #figlet-font {
font-family: monospace;
}
@media screen and (max-width:768px) {
2014-06-05 02:34:43 -07:00
#zero_click_wrapper #figlet-wrapper pre {
font-size: 10px;
}
}
@media screen and (max-width:500px) {
2014-06-05 02:34:43 -07:00
#zero_click_wrapper #figlet-wrapper pre {
font-size: 5px;
}
}