dos-vga-arena-shooter-game/cutest-1.5/style.css

22 lines
328 B
CSS
Raw Normal View History

2024-02-28 17:50:57 +00:00
BODY {
font-family: "Verdana,Arial,sans-serif";
font-size: 10pt;
}
PRE.LIST {
background: #CFD9FF;
border: 1ex solid #AAAAE6;
padding: 1ex;
}
PRE.SNIP {
background: #CFD9FF;
padding: 1ex;
}
PRE.CONSOLE {
color: #CCCCCC;
background: #000000;
font-family: "Courier New,Courier";
padding: 1ex;
}