OpenCores
URL https://opencores.org/ocsvn/cpu_lecture/cpu_lecture/trunk

Subversion Repositories cpu_lecture

[/] [cpu_lecture/] [trunk/] [html/] [lecture.css] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jsauermann
table {
2
    border: none;
3
}
4
 
5
table.ttop {
6
    border: none;
7
    width: 100%;
8
}
9
th {
10
    background-color: #e0e0e0;
11
    padding-left: 1em;
12
    padding-right: 1em;
13
    border: none;
14
    text-align: left;
15
}
16
 
17
th.tpre {
18
    background-color: #e0e0f0;
19
    padding-left: 1em;
20
    padding-right: 1em;
21
    border: none;
22
    text-align: left;
23
    width: 33%;
24
}
25
 
26
th.ttop {
27
    background-color: #e0e0f0;
28
    padding-left: 1em;
29
    padding-right: 1em;
30
    border: none;
31
    text-align: center;
32
    width: 34%;
33
}
34
 
35
th.tnxt {
36
    background-color: #e0e0f0;
37
    padding-left: 1em;
38
    padding-right: 1em;
39
    border: none;
40
    width: 33%;
41
    text-align: right;
42
}
43
 
44
td {
45
    background-color: #e0e0e0;
46
    padding-left: 1em;
47
    padding-right: 1em;
48
    border: none;
49
}
50
 
51
pre.cmd {
52
    width: 60em;
53
    font-weight: bold;
54
    color: blue;
55
    background-color: #e0e0e0;
56
    padding-left: 1em;
57
    margin-left: 2em;
58
    border: ridge black;
59
    border-width: 4px;
60
}
61
 
62
pre.vhdl {
63
    width: 60em;
64
    font-weight: bold;
65
    color: #e00080;
66
    background-color: #e0e0e0;
67
    padding-left: 1em;
68
    margin-left: 2em;
69
    border: ridge black;
70
    border-width: 4px;
71
}
72
 
73
pre.filename {
74
    width: 60em;
75
    font-weight: bold;
76
    color: black;
77
    background-color: #e0e0e0;
78
    padding-left: 0;
79
    margin-left: 0;
80
    border: none;
81
}
82
 
83
p.toc {
84
    text-align: center;
85
}
86
 
87
// example styles (not used, remove when finished.
88
/*
89
 *  * Style sheet for the HTML 4.0 specification
90
 *   * $Id: default.css,v 1.13 1999/03/08 17:25:02 ijacobs Exp $
91
 *    */
92
 
93
div.example {
94
    width: 100%;
95
    color: black;
96
}
97
div.dtd-example {
98
    width: 100%;
99
    color: black;
100
}
101
tt.example {
102
    color: maroon;
103
    margin-left: 1em;
104
}
105
div.dtd-fragment {
106
    width: 100%;
107
    border: none;
108
    background-color: #eee;
109
}
110
pre.dtd-fragment {
111
    margin-left: 0;
112
}
113
pre.dtd {
114
    color: black;
115
    margin-left: 0;
116
}
117
div.illegal-example {
118
    width: 100%;
119
    color: red;
120
    border: solid red;
121
}
122
div.illegal-example p {
123
    color: black;
124
}
125
div.deprecated-example {
126
    width: 100%;
127
    color: red;
128
    border: solid rgb(255,165,0); /* orange */
129
}
130
div.deprecated-example p {
131
    color: black;
132
}
133
div.note {
134
    color: green;
135
    margin-left: 1em;
136
}
137
p.note {
138
    color: green;
139
    margin-left: 1em;
140
}
141
ul.toc {
142
    list-style-type: none;
143
}
144
 
145
a.normref {
146
    color : red;
147
}
148
 
149
a.informref {
150
    color : green;
151
}
152
 
153
DIV.subtoc {padding: 1em; border: solid thin; margin: 1em 0;
154
    background: #ddd}
155
 
156
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.