Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1185 | werner | 1 | /* |
2 | * Custom styles for the YUIDoc Bootstrap Theme |
||
3 | * Authors: kevinlacotaco |
||
4 | * tonybaroneee |
||
5 | */ |
||
6 | |||
7 | /* -- Navigation Bar -------------------------------------------------------- */ |
||
8 | |||
9 | .navbar .navbar-inner .brand { |
||
10 | height: 40px; |
||
11 | margin: 0; |
||
12 | padding: 0 5px 0 10px; |
||
13 | cursor: default; |
||
14 | } |
||
15 | |||
16 | .navbar-text { |
||
17 | font-size: 12px; |
||
18 | padding-left: 5px; |
||
19 | cursor: default; |
||
20 | } |
||
21 | |||
22 | .navbar-form { |
||
23 | margin-right: 3px; |
||
24 | } |
||
25 | |||
26 | #options-form { |
||
27 | margin-top: 20px; |
||
28 | padding-right: 20px; |
||
29 | } |
||
30 | |||
31 | /* -- Sidebar --------------------------------------------------------------- */ |
||
32 | |||
33 | #sidebar .tab-content { |
||
34 | border: 1px solid #DFDFDF; |
||
35 | border-top: 0px; |
||
36 | padding-bottom: 5px; |
||
37 | -webkit-border-radius: 0 0 4px 4px; |
||
38 | -moz-border-radius: 0 0 4px 4px; |
||
39 | border-radius: 0 0 4px 4px; |
||
40 | } |
||
41 | |||
42 | #api-tabview-filter input { |
||
43 | width: 94.5%; |
||
44 | } |
||
45 | |||
46 | #sidebar .tab-pane li a { |
||
47 | overflow: hidden; |
||
48 | white-space: nowrap; |
||
49 | text-overflow: ellipsis; |
||
50 | } |
||
51 | |||
52 | #sidebar .tab-pane li a:hover, |
||
53 | #sidebar .tab-pane li a:focus { |
||
54 | outline: 0; |
||
55 | border: 0; |
||
56 | text-decoration: none; |
||
57 | color: #ffffff; |
||
58 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); |
||
59 | background-color: #0088cc; |
||
60 | } |
||
61 | |||
62 | /* -- Content --------------------------------------------------------------- */ |
||
63 | |||
64 | #docs-main { |
||
65 | margin-top: 65px; |
||
66 | } |
||
67 | |||
1186 | werner | 68 | |
1185 | werner | 69 | .content { |
70 | padding-bottom: 50px; |
||
71 | } |
||
72 | |||
73 | .content .page-header h1 small { |
||
74 | padding-left: 5px; |
||
75 | } |
||
76 | |||
77 | .content .well:not(.moduledesc) p { |
||
78 | margin: 9px 0; |
||
79 | } |
||
1188 | werner | 80 | |
81 | /* block WR */ |
||
82 | .apidocs .meta p a code{ |
||
83 | margin: 0; |
||
84 | font-size: 11px; |
||
85 | } |
||
86 | .foundat { |
||
87 | font-size: 11px; |
||
88 | } |
||
89 | .foundat code { |
||
90 | font-size: 11px; |
||
1192 | werner | 91 | } |
92 | /* WR */ |
||
93 | .meta { |
||
94 | display: none; |
||
95 | } |
||
96 | |||
97 | .name code { |
||
98 | font-size: 17px; |
||
1188 | werner | 99 | } |