File: doxygen.css

package info (click to toggle)
glbinding 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,972 kB
  • sloc: cpp: 224,461; javascript: 1,615; sh: 114; makefile: 98
file content (38 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (6)
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
div.row {
	margin-top: 20px;
}

#projectlogo img {
	margin: 2ex 4ex;
}

span.icon {
	padding: 4pt;
}

.directory .levels {
    text-align: right;
}

.directory .levels span {
    cursor: pointer;
}

.arrow {
    color: #f3a01d;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 80%;
    display: inline-block;
    width: 16px;
    height: 22px;
}

div.dyncontent div.center {
	text-align: center;
	padding: 20px 0px;
}