File: ompl.css

package info (click to toggle)
ompl 0.14.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,100 kB
  • ctags: 8,743
  • sloc: cpp: 50,246; python: 3,631; php: 190; sh: 90; makefile: 57
file content (130 lines) | stat: -rw-r--r-- 3,869 bytes parent folder | download
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
h1 { margin-top: 1em; }
h2 { margin-bottom: .25em; margin-top: 1em;}
h2:first-child { margin-top: 0em; }
h3 { margin-top: .75em; }

dl.attention, dl.note {
    background-color: #f8f8ff;
    border: 1px solid #ddf;
    padding:2px 1em 2px 1em;
    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px;
}
dl.user+ul { margin-top: -1.5em;}
.nofloat { float: none; }
#MSearchResultsWindow, #MSearchSelectWindow { z-index: 6000; position: fixed; }
#MSearchField {
    margin-bottom: 0;
    margin-top: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 1px 1px 1px 4px;
}
#MSearchClose { top: 0px; }
span.gray, span.gray a { color: #bbb; font-weight: normal; }
@media (min-width: 980px) {
    body { padding-top: 60px; }
}
div.header
{
    background-image: none;
    background-color: transparent;
    margin:  0px 0px 0px -20px;
    border: 0px none;
    font-weight: bold;
    color: #34170;
    *zoom: 1;
}

div.headertitle
{
    padding: 0px;
    text-rendering: optimizelegibility;
    font-size: 26px;
    line-height: 32px;
    margin-left: 20px;
    margin-bottom: 15px;
}

div.contents
{
    margin: 0px 0px 0px -20px;
    *zoom: 1;
}

div.contents div.textblock { margin-left: 20px; }

#top div.navbar-inner {
    background-color: #022845;
    background-image: -moz-linear-gradient(top, #034170, #000);
    background-image: -ms-linear-gradient(top, #034170, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#034170), to(#000));
    background-image: -webkit-linear-gradient(top, #034170, #000);
    background-image: -o-linear-gradient(top, #034170, #000);
    background-image: linear-gradient(top, #034170, #000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034170', endColorstr='#000', GradientType=0);
}

input[type="text"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.footer {
    padding: 10px;
    background-color: #f0f0f0;
    font-size: small;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.title { margin-left: 0px; margin-right: 0px; }
.summary + .headertitle .title { font-size: 24px; }
.summary + .headertitle { margin-left: 0px; }
#nav-path { margin: -20px -20px 0px -20px; }
@media (max-width: 980px) { #nav-path { margin-top: -18px; } }
#nav-path ul {margin-right: -20px; }
.contents table { margin-left: 20px; margin-right: 20px; }
.navbar .brand { color:#fff; }
.navbar .nav > li > a { color: #ddd; }
iframe { border: none; }
.carousel-caption ul { color: #fff; }
.carousel-caption-inset { padding-left: 60px; padding-right: 60px; }
.carousel-caption p a, .carousel-caption p a:hover, .carousel-caption p a:visited { color: #7ae; }
body, table, div, p, dl {
    font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.textblock p>a, div.textblock p>a:hover, div.textblock p>a:visited,
div.textblock li>a, div.textblock li>a:hover, div.textblock li>a:visited
{
    font-weight: bold;
}
a:visited.btn-primary { color: #fff; }
a.btn-primary small, a:visited.btn-primary small { color: #ccc; }
span.lineno { border-right-color: #034170; }
.navpath li { line-height: 32px; }
table.doxtable td, table.doxtable th { border: 0px; }
iframe#externalpagewrapper { min-width:980px; width:100%; height:1600px; margin: -50px -40px 0px -40px; }

#apioverview {
    width: 940px;
    height: 685px;
}
@media (max-width: 979px) {
    #apioverview {
        width: 724px;
        height: 527px;
    }
}