From 8ea6ea6db019f68436a69f36aae55a9f205efa35 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 30 Jan 2013 15:43:52 +0100 Subject: doc: Nils Weber doesnt have an 'e' in his firstname --- doc/nils-diplom/Dateistruktur/css/_basic.css | 121 +++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100755 doc/nils-diplom/Dateistruktur/css/_basic.css (limited to 'doc/nils-diplom/Dateistruktur/css/_basic.css') diff --git a/doc/nils-diplom/Dateistruktur/css/_basic.css b/doc/nils-diplom/Dateistruktur/css/_basic.css new file mode 100755 index 0000000..21377ed --- /dev/null +++ b/doc/nils-diplom/Dateistruktur/css/_basic.css @@ -0,0 +1,121 @@ +body + { + font-family: VERDANA,ARIAL,HELVETICA; + background-color:#EFEFEF; + } + +/* ...ab hier der original CSS-Code... */ + +#tdhead + { + background-color: #862200;/*#3F3D6D;*/ + } + +#tdheada /* a wie ACHTUNG, hierbei handelt es sich um SPECIALS, Dinge von Bedeutung */ + { + background-color: #3F3D6D; + } + +#tdlist1 + { + background-color: #cfcfcf; + } + +#tdlist2 + { + background-color: #afafaf; + } + +#tdlista + { + background-color: #cccccc; + } + +#linkbox + { + background-color: #ccffcc; + border-width: 1px; + border-color: #ccffcc; + border-style: solid; + /*existier nicht offiziel: --> cursor: hand; */ + } + +#schwarzgross + { + font-size: 13pt; + color: #000000; + font-weight: 800; + } + +#schwarzklein + { + font-size: 11pt; + color: #3F3D6D; + font-weight: 600; + } + +#schwarzklein2 + { + font-size: 10pt; + color: #3F3D6D; + font-weight: 300; + } + +#weissheader + { + font-size: 24pt + color: #ffffff; + font-weight: 600; + } + +#weissgross + { + font-size: 13pt; + color: #ffffff; + font-weight: 800; + } + +#weissklein + { + font-size: 8pt; + color: #ffffff; + font-weight: 600; + } + +#weissklein2 + { + font-size: 8pt; + color: #ffffff; + font-weight: 300; + } + +#textgross + { + text-align: left; + font-size: 10pt; + color: #000000; + font-family: verdana; + font-weight: 900; + } + +#fach + { + text-align: center; + color: #000000; + font-size: 18pt; + text-transform: uppercase; + font-family: verdana; + font-weight: 900; + } + + #message + { + color: #3F3D6D; + font-size: 13pt; + font-weight: 800; + } + + #pmessage + { + background-color: #55CCBB; + } \ No newline at end of file -- cgit