2 * Copyright 2008-2009, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * François Revol <revol@free.fr>
7 * Stephan Aßmus <superstippi@gmx.de>
8 * Braden Ewing <brewin@gmail.com>
9 * Humdinger <humdingerb@gmail.com>
10 * Vincent Duvert <vincent.duvert@free.fr>
24 font-family: "DejaVu Sans", Arial
, Helvetica
, sans-serif
;
27 /* link colors and text decoration */
31 text-decoration: none
;
36 text-decoration: none
;
40 text-decoration: underline
;
44 /* Some headers act as anchors, don't give them a hover effect */
46 h2
a:hover
, a:active
{
47 text-decoration: none
;
50 h3
a:hover
, a:active
{
51 text-decoration: none
;
54 h4
a:hover
, a:active
{
55 text-decoration: none
;
58 h5
a:hover
, a:active
{
59 text-decoration: none
;
63 /* heading and navigation */
75 background: transparent url
(images/logo.png) no-repeat scroll
10px 0;
87 text-transform: uppercase
;
89 font-family: Myriad Pro
,Myriad Web Pro Regular
,Lucida Grande
,Geneva
,Trebuchet MS
,sans-serif
;
112 div
.nav div
.inner span
{
117 div
.nav div
.inner span a
.uplink
{
121 /* Language selection menu */
126 list-style-type: none
;
139 padding: 2px 5px 2px 5px;
144 ul
.lang-menu:hover li
{
148 ul
.lang-menu
li:hover
{
149 background-color: #efefef;
152 ul
.lang-menu li
.now
{
153 padding: 5px 5px 0 5px;
155 background-color: inherit
;
160 text-decoration: none
;
182 margin: 0px 0px 30px 30px;
185 border-style: dotted
;
186 border-color: #e0e0e0;
189 table
.index tr
.heading
{
190 background-color: #e0e0e0;
195 table
.index tr
.index
{
196 background-color: #eeeeee;
202 table
.index
a:link
, table
.index
a:visited
{
204 text-decoration: none
;
207 table
.index
a:hover
, table
.index
a:active
{
208 text-decoration: underline
;
213 /* Haiku User Guide styles and layout */
215 /* Rounded corner boxes */
216 /* Common declarations */
217 .box-info, .box-stop, .box-warning {
218 -webkit-border-radius: 10px;
219 -khtml-border-radius: 10px;
220 -moz-border-radius: 10px;
222 border-style: dotted
;
224 border-color: #dcdcdc;
225 padding: 10px 15px 10px 80px;
231 background: #e4ffde url
(images/alert_info_32.png) 15px 15px no-repeat
;
234 background: #fffbc6 url
(images/alert_warning_32.png) 15px 15px no-repeat
;
237 background: #ffeae6 url
(images/alert_stop_32.png) 15px 15px no-repeat
;
240 /* More layout and styles */
245 border-bottom: dotted thin
#e0e0e0;
252 border-bottom: dotted thin
#e0e0e0;
259 border-bottom: dotted thin
#e0e0e0;
294 background-color: #e2e2e2;
296 font-family: monospace
;
299 border-color: #0c3762;
300 border-style: dotted
;
304 background-color: #f0f0f0;
306 pre
.terminal
{ /* Terminal output*/
307 border-color: #ffb11f;
308 border-style: dotted
;
312 background-color: #3a3a3a;
321 .button { /* Button */
327 .app { /* GUI Application name */
333 .cli { /* Shell command or file */
334 background-color: #e8e8e8;
336 font-family: monospace
;
338 .path { /* File path */
339 background-color: #e8e8e8;
341 font-family: monospace
;
343 .key { /* Shortcut (separate with */
344 -webkit-border-radius: 3px;
345 -khtml-border-radius: 3px;
346 -moz-border-radius: 3px;
348 border-color: #c7c7c7;
351 padding: 0px 2px 0px 2px;
352 background-color: #e8e8e8;
354 font-variant: small-caps
;
358 /* printer only pretty stuff */
359 @media /*screen,*/print
{
360 /* suggest page orientation */
361 @page
{ size: portrait
; }
365 /* hide header and nav bar */
374 /* some links we want to print the url along with (CSS2) */
376 content: " <" attr
(href
) ">";
380 /* override for those we really don't want to print */
384 /* for acronyms we want their definitions inlined at print time */
385 acronym
[title
]:after
{
387 content: " (" attr
(title
) ")";
390 /* and not have mozilla dotted underline */
394 pre
.terminal
{ /* Terminal output black on white*/
395 background-color: #ffffff;