summaryrefslogtreecommitdiff
path: root/doc/niels-diplom/Dateistruktur/css/_basic.css
blob: 21377eda319592e253eb024e1edbdedb3086b139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
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;
  }