dokuwiki-sphinxsearch-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 div.dokuwiki div.search {
2 /* width: 1024px; */
3 }
4  
5 div.dokuwiki .search_snippet {
6 color: #000000;
7 margin-left: 0px;
8 font-size: 18px;
9 }
10  
11 div.dokuwiki .search_result {
12 /* width: 600px; */
13 float: left;
14 }
15  
16 div.dokuwiki .search_result a.title {
17 font-size: 24px;
18 }
19  
20 div.dokuwiki .search_result span {
21 font-size: 18px;
22 }
23  
24 div.dokuwiki .search_result span {
25 font-size: 18px;
26 }
27  
28 div.dokuwiki .search_sidebar {
29 /* width: 300px; */
30 /* float: right;*/
31 /* margin-right: 30px; */
32 }
33  
34 div.dokuwiki .search_result_row {
35 color: #000000;
36 margin-left: 0px;
37 /* width:600px; */
38 }
39  
40 div.dokuwiki .search_result_row_child {
41 color: #000000;
42 margin-left: 30px;
43 /* width:600px; */
44 text-align: left;
45 }
46  
47 div.dokuwiki .hide {
48 display: none;
49 }
50  
51 div.dokuwiki .search_cnt {
52 color: #909090;
53 font-size: 18px;
54 }
55  
56 div.dokuwiki .search_nmsp {
57 font-size: 18px;
58 color: green;
59 }
60  
61 div.dokuwiki .search_nmsp>a {
62 color: green;
63 }
64  
65 div.dokuwiki .sphinxsearch_nav {
66 font-size: 48px;
67 clear: both;
68 text-align: center;
69 width: 100%;
70 }
71  
72 div.dokuwiki .gs_prev {
73 background: transparent url(/lib/plugins/sphinxsearch/images/prev.png) no-repeat 0 0/48px !important;
74 font-size: 48px;
75 color: transparent;
76 float: left;
77 width: 48px;
78 height: 48px;
79 padding: 18px;
80 }
81  
82 div.dokuwiki .searchhelp {
83 background: transparent url(/lib/plugins/sphinxsearch/images/searchhelp.png) no-repeat 0 0/48px !important;
84 font-size: 48px;
85 color: transparent;
86 float: left;
87 width: 48px;
88 height: 48px;
89 padding: 18px;
90 }
91  
92 div.dokuwiki .gs_next {
93 background: transparent url(/lib/plugins/sphinxsearch/images/next.png) no-repeat 0 0/48px !important;
94 font-size: 48px;
95 color: transparent;
96 float: right;
97 width: 48px;
98 height: 48px;
99 padding: 18px;
100 }
101  
102 div.dokuwiki .morematches {
103 text-align: right;
104 font: 12px monospace;
105 }
106  
107 div.dokuwiki .morematches>a {
108 text-decoration: none !important;
109 color: green;
110 font-weight: red;
111 }
112  
113 div.dokuwiki .morematches>a:hover {
114 text-decoration: none !important;
115 color: green;
116 font-weight: red;
117 }