aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/docs/documentation/_static/nvidia.css
blob: 0fa4722c9af2eef2244daba8ae620688b229aadf (plain) (blame)
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
@import url("default.css");


div.body {
    /* margin: 0 350px 0 10px; */
    margin: 0 0 0 0;
	font-size:100%;
}

body {
    font-family: 'Verdana';
	font-size:75%;
}

div.document {
    background-color: #6eb103;
}

div.related {
    background-image:url(nvidia-logo.gif);
    background-repeat: no-repeat;
    background-position: 3px center; 
    padding-left: 50px;
    font-size:100%;
    width: 90%;
}

div.sidebar {
    margin: 0.5em 0 0.5em 1em;
    border: 1px solid #ddb;
    padding: 7px 7px 7px 7px;
    background-color: #ffe;
    width: 30%;
    float: right;
}

.custom1 {
}

.custom2 {
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    margin: 25px -20px 8px -20px;
    padding: 3px 0 3px 10px;
    clear:both;
   	border-bottom:1px solid #dddddd;
	font-size:130%;

}

div.body h1 {
   	margin:0 0 20px 0;
    border:0 0 0 0;
    padding:0 0 0 0;
	padding-left:10px;
	padding-right:50px;
	font-family: 'Arial', sans-serif;
	font-size:18px;
	background:#6eb103 url(bg_green_bar_revised.gif) repeat-x;
	height:28px;
    line-height:28px;
    color:white;
	border-bottom:1px solid #999
}

div.body h3 {
    font-size:120%;
    padding-left:12px;
}

div.body h4 {
    font-size:115%;
    font-weight: normal;
    padding-left:14px;
}

div.body h5 {
    font-size:110%;
    font-weight: normal;
    padding-left:16px;
}

div.body h6 {
    font-size:105%;
    font-weight: normal;
    padding-left:18px;
}

/* Notes */
div.note {
    background-color: #ffe;
    border: 1px solid #cca;
}

/* Pre-formatted code blocks */
pre {
    background-color: #efe;
    border: 1px solid #aca;
	font-size: 130%;
}

/* Fix border for tables */

table.docutils td, table.docutils th {
    border: 1px solid #888888;
}

th {
    background-color: #9ee133;
}

/* Stuff for the Sphinx TOC sidebar */

div.bodywrapper {
    margin: 0 0 0 180px;
}

div.sphinxsidebar {
    font-size:75%;
    width: 180px;
}

div.sphinxsidebar a {
    color: white;
}

div.sphinxsidebar input {
    border: 1px solid #408000;
    font-family: sans-serif;
    font-size: 1em;
}


/* Stuff for the collapsable container */
.toggle .header {
    display: block;
    clear: both;
	
}

.toggle .header:hover {
    display: block;
    clear: both;
	text-decoration: underline;
}

.toggle .header:after {
    content: " ▶";
}

.toggle .header.open:after {
    content: " ▼";
}

.togglecontent {
	border-left: 1px solid black;
	margin-left: 2px;
	padding-left: 2px;
}

.togglecontent p:first-of-type {
	margin-top: 0px;
}
.togglecontent p:last-of-type {
	margin-bottom: 0px;
}