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

31 lines
517 B
CSS
Raw Normal View History

2015-12-30 09:07:17 -08:00
.zci--figlet h3 {
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;
2016-01-14 08:24:27 -08:00
font-weight: normal;
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;
}
2015-12-30 09:07:17 -08:00
.zci--figlet h4 {
2014-06-05 02:34:43 -07:00
font-family: monospace;
}
@media screen and (max-width:768px) {
2015-12-30 09:07:17 -08:00
.zci--figlet h3 {
font-size: 10px;
}
}
@media screen and (max-width:500px) {
2015-12-30 09:07:17 -08:00
.zci--figlet h3 {
font-size: 5px;
}
}