added html.css for Readme File
This commit is contained in:
parent
1acb3b04fe
commit
aa516dee42
3 changed files with 29 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -14,6 +14,7 @@
|
|||
/SecureServ_help.c -text
|
||||
/configure -text
|
||||
/configure.in -text
|
||||
/html.css -text
|
||||
/http.c -text
|
||||
/http.h -text
|
||||
/install-sh -text
|
||||
|
|
|
@ -11,7 +11,7 @@ INCLUDES=-I@DIRINST@/include/ -I.
|
|||
SOURCES= SecureServ.c SecureServ_help.c http.c OnJoinBot.c FloodCheck.c
|
||||
OBJECTS= SecureServ.o SecureServ_help.o http.o OnJoinBot.o FloodCheck.o
|
||||
TARGET= SecureServ.so
|
||||
DOCS=README.SecureServ SecureServ.settings README.SecureServ.html
|
||||
DOCS=README.SecureServ SecureServ.settings README.SecureServ.html html.css
|
||||
DATA=viri.dat
|
||||
DISTFILES = $(SOURCES) $(DATA) $(DOCS) modconfig.h.in configure install-sh ChangeLog Makefile.in http.h SecureServ.h
|
||||
distdir = @PACKAGE@-@VERSION@
|
||||
|
|
27
html.css
Normal file
27
html.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
color: #800000;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
span.term {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.sidebar {
|
||||
background: #F0F0F0;
|
||||
border: 1px solid gray;
|
||||
padding: 5px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
pre.programlisting {
|
||||
background: #F0F0F0;
|
||||
border: 1px solid gray;
|
||||
padding: 2px;
|
||||
font-size: 10pt;
|
||||
white-space: pre;
|
||||
}
|
Reference in a new issue