source: flex_extract.git/documentation/FORD/V5/Doc_original/media/tipuesearch/tipuesearch.css @ ee06999

ctbtodev
Last change on this file since ee06999 was ee06999, checked in by pesei <petra seibert @…>, 5 years ago

Initial version of Fortran documentation

with FORD v5

  • Property mode set to 100644
File size: 2.7 KB
Line 
1
2/*
3Tipue Search 4.0
4Copyright (c) 2014 Tipue
5Tipue Search is released under the MIT License
6http://www.tipue.com/search
7*/
8
9
10/*
11#tipue_search_input
12{
13     font: 13px/1.6 'open sans', sans-serif;
14        color: #333;
15        padding: 12px 12px 12px 40px;
16        width: 170px;
17        border: 1px solid #e2e2e2;
18        border-radius: 0;
19        -moz-appearance: none;
20        -webkit-appearance: none;
21     box-shadow: none;
22        outline: 0;
23        margin: 0;
24        background: #fff url('img/search.png') no-repeat 15px 15px;
25}
26*/
27
28#tipue_search_content
29{
30     max-width: 650px;
31        padding-top: 15px;
32        margin: 0;
33}
34#tipue_search_loading
35{
36     padding-top: 60px;     
37     background: #fff url('img/loader.gif') no-repeat left;
38}
39
40#tipue_search_warning_head
41{
42     font: 300 15px/1.6 'Open Sans', sans-serif;
43        color: #555;
44}
45#tipue_search_warning
46{
47     font: 300 13px/1.6 'Open Sans', sans-serif;
48        color: #333;
49        margin: 7px 0;
50}
51#tipue_search_warning a
52{
53     color: #36c;
54     font-weight: 300;
55     text-decoration: none;
56}
57#tipue_search_warning a:hover
58{
59     color: #333; 
60}
61#tipue_search_results_count
62{
63     font: 300 13px/1.6 'Open Sans', sans-serif;
64        color: #333;
65}
66.tipue_search_content_title
67{
68     font: 300 25px/1.7 'Open Sans', sans-serif;
69     text-rendering: optimizelegibility;
70        margin-top: 23px;
71}
72.tipue_search_content_title a
73{
74     color: #333;
75     text-decoration: none;
76}
77.tipue_search_content_title a:hover
78{
79     color: #555;
80}
81.tipue_search_content_url
82{
83     font: 300 13px/1.7 'Open Sans', sans-serif;
84     word-break: break-all;
85     word-break: break-word;
86     -webkit-hyphens: auto;
87     -moz-hyphens: auto;
88     hyphens: auto;
89}
90.tipue_search_content_url a
91{
92     color: #06c;
93     text-decoration: none;
94}
95.tipue_search_content_url a:hover
96{
97     color: #333;   
98}
99.tipue_search_content_text
100{
101     font: 300 15px/1.6 'Open Sans', sans-serif;
102        color: #555;
103     word-break: break-all;
104     word-break: break-word;
105     -webkit-hyphens: auto;
106     -moz-hyphens: auto;
107     hyphens: auto;
108     margin-top: 3px;
109}
110.h01
111{
112     color: #333;
113     font-weight: 400;
114}
115
116#tipue_search_foot
117{
118     margin: 51px 0 21px 0;
119}
120#tipue_search_foot_boxes
121{
122        padding: 0;
123        margin: 0;
124     font: 12px/1 'Open Sans', sans-serif;
125}
126#tipue_search_foot_boxes li
127{
128        list-style: none;
129        margin: 0;
130        padding: 0;
131        display: inline;
132}
133#tipue_search_foot_boxes li a
134{
135        padding: 9px 15px 10px 15px;
136     background-color: #f1f1f1;
137     border: 1px solid #dcdcdc;
138     border-radius: 1px;
139        color: #333;
140        margin-right: 7px;
141        text-decoration: none;
142        text-align: center;
143}
144#tipue_search_foot_boxes li.current
145{
146        padding: 9px 15px 10px 15px;
147     background: #fff;
148     border: 1px solid #dcdcdc;
149     border-radius: 1px;
150        color: #333;
151        margin-right: 7px;
152        text-align: center;
153}
154#tipue_search_foot_boxes li a:hover
155{
156        border: 1px solid #ccc;
157        background-color: #f3f3f3;
158}
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG