Subversion Repositories Keine

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 13
Line 1... Line 1...
1
/* $Id: cgi.c 10 2024-09-11 15:58:30Z nishi $ */
1
/* $Id: cgi.c 13 2024-09-12 04:37:12Z nishi $ */
2
 
2
 
3
#include "../config.h"
3
#include "../config.h"
4
 
4
 
5
#include "kn_cgi.h"
5
#include "kn_cgi.h"
6
 
6
 
Line 221... Line 221...
221
	printf("	color: #ffffff;\n");
221
	printf("	color: #ffffff;\n");
222
	printf("}\n");
222
	printf("}\n");
223
	printf("html, input, code {\n");
223
	printf("html, input, code {\n");
224
	printf("	font-size: 15px;\n");
224
	printf("	font-size: 15px;\n");
225
	printf("}\n");
225
	printf("}\n");
-
 
226
	printf("pre {\n");
-
 
227
	printf("	font-size: 15px;\n");
-
 
228
	printf("}\n");
226
	printf(".reverse {\n");
229
	printf(".reverse {\n");
227
	printf("	color: #222222;\n");
230
	printf("	color: #222222;\n");
228
	printf("	background-color: #ffffff;\n");
231
	printf("	background-color: #ffffff;\n");
229
	printf("}\n");
232
	printf("}\n");
230
	printf("body {\n");
233
	printf("body {\n");