aboutsummaryrefslogtreecommitdiffhomepage
path: root/user_doc.head.html
blob: 958a969106fcdef713b812488afc0d00b219d4cb (plain)
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
<html>
<head>
<title>fish user documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">

<style type='text/css'>

/* fish documentation CSS overrides */

/* No scrollbar on the body. Our columns are independently scrollable */
body
{
    overflow: hidden;
}

.fish_left_bar, .fish_right_bar, .fish_only_bar
{
    position: absolute;
    top: 36px;
    bottom: 0;
    overflow-y: scroll;
}

.fish_left_bar
{
    width: 250px;
    color: white;
}
.fish_left_bar a { color: white; }
.fish_left_bar a:visited { color: inherit; }
.fish_right_bar
{
    margin-left: 250px;
    margin-right: 0px;
    padding: 0 0 0 20px; /* 20 px on left */
    background-color: white;
        -moz-box-shadow: -5px 0px 5px -2px black;
        -webkit-box-shadow: -5px 0px 5px -2px black;
        box-shadow: -5px 0px 5px -2px black;
}

.fish_right_bar p
{
        margin-right: 8px;
}

.fish_left_big { width: 380px; }
.fish_right_little { margin-left: 380px; }

.fish_left_medium { width: 280; }
.fish_right_medium { margin-left: 280; }

.fish_left_little { width: 200px; }
.fish_right_big { margin-left: 200px; }


.fish_only_bar
{
    padding: 0px 20px;
}

h1, h2, h3 { color: #1E335E; }

h1 { font-size: 150%; }
h2 { font-size: 115%; }
h3 { font-size: 105%; }

/* Don't show the header */
div.header { display: none; }

h1.interior_title, h1.interior_title_borderless {
        color: #333;
}

h1.interior_title {
        padding-bottom: 10px;
        border-bottom: 1px solid #AAA;
}

div.contents { margin: 0px; }

div.qindex
{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: none;
    color: white;
    border: none;
}
.fish_left_bar, div.header, div.qindex
{
    background-color: #1E335E;
}

div.qindex
{
    border: none;
    padding: 3px 0px;

    /* Ensure the bottom border is visible over the left column */
    position: relative;
    z-index: 2;
}
div.qindex a
{
    color: white;
}

/* Hide the doxygen logo */
.footer { display: none; }

/* Don't let pre elements create a minimum width on the right bar */
.fish_right_bar pre { white-space:pre-wrap; }

/* Adjust list */
.fish_left_bar ul {
        padding-left: 27px;
    padding-right: 10px;
}
.fish_left_bar ul li { margin-bottom: 5px; }

/* Tighter lists for the little (command) bar */
.fish_left_little ul li { margin-bottom: 0; }

/* Adjust sublists */
.fish_left_bar ul ul { padding-left: 17px; }
.fish_left_bar ul ul li { margin-bottom: 0; }

/* Link hover */
.fish_left_bar a:hover {
  text-decoration: none;
  background-color: inherit;
  color: #99BBFF;
}

/* Horizontal bar */
hr {
        height: 1px;
        border: 0;
        background-color: #AAA;
}

</style>
</head>
<body>

<div class="qindex">

 <a class="qindex" href="http://fishshell.com/"><tt>fish</tt> shell</a>
|
 <a class="qindex" href="index.html">Documentation</a>
|
 <a class="qindex" href="tutorial.html">Tutorial</a>
|
<a class="qindex" href="design.html">Design</a>
|
<a class="qindex" href="commands.html">Commands</a>
|
<a class="qindex" href="faq.html">FAQ</a>
|
<a class="qindex" href="license.html">License</a>

</div>