File: opengl-man.css

package info (click to toggle)
khronos-opengl-man4 1.0~svn27841-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 24,888 kB
  • ctags: 377
  • sloc: xml: 188,408; makefile: 1,153; python: 736; sh: 49; php: 7; sed: 2
file content (106 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download | duplicates (2)
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
html, body, table
{
    color: #000;
    padding: 4px 4px;
    margin: 0px 0px 0 0px;
    text-align: left;
    font-family: Arial, Lucida, sans-serif;
    font-size: 10pt;
}

#container
{
    margin: 10px;
    font-size: 14pt;
    text-decoration:none;
}

div.refnamediv p
{
    font-size: 12pt;
    margin: 20px;
}

div.funcsynopsis
{
    font-family: monospace;
}

div.informaltable table
{
    border-width: 1px;
    border-style: dotted;
    border-collapse: collapse;
    background-color: #F0F0F0;
}

div.informaltable th
{
    border-width: 2px;
    padding: 4px;
}

div.informaltable td
{
    border-width: 2px;
    padding: 4px;
}

div.table table
{
    border-width: 1px;
    border-style: dotted;
    border-collapse: collapse;
    background-color: #F0F0F0;
}

div.table th
{
    border-width: 2px;
    padding: 4px;
}

div.table td
{
    border-width: 2px;
    padding: 4px;
}

code
{
    font-weight: bold;
}

span.citerefentry
{
    font-family: monospace;
    font-weight: bold;
}

table.sample
{
    width: 100%;
    text-align: left;
    border-width: 1px;
    border-spacing: 5px;
    border-style: dotted;
    border-color: black;
    border-collapse: separate;
    background-color: #F0F0F0;
    font-family: sans-serif;
}

table.sample th
{
    border-width: 1px;
    padding: 1px;
    border-style: none;
    font-size: 16pt;
}

table.sample td
{
    border-width: 1px;
    padding: 1px;
    border-style: none;
}