github.com/dougm/docker@v1.5.0/docs/theme/mkdocs/tipuesearch/tipuesearch.css (about) 1 2 /* 3 Tipue Search 3.1 4 Copyright (c) 2013 Tipue 5 Tipue Search is released under the MIT License 6 http://www.tipue.com/search 7 */ 8 9 #tipue_search_button 10 { 11 width: 70px; 12 height: 36px; 13 border: 0; 14 border-radius: 1px; 15 background: #75a8fb url('img/search.png') no-repeat center; 16 outline: none; 17 } 18 #tipue_search_button:hover 19 { 20 background-color: #5193fb; 21 } 22 23 #tipue_search_content 24 { 25 clear: left; 26 max-width: 650px; 27 padding: 25px 0 13px 0; 28 margin: 0; 29 } 30 #tipue_search_loading 31 { 32 padding-top: 60px; 33 background: #fff url('img/loader.gif') no-repeat left; 34 } 35 36 #tipue_search_warning_head 37 { 38 font: 300 16px/1.6 'Open Sans', sans-serif; 39 } 40 #tipue_search_warning 41 { 42 font: 13px/1.6 'Open Sans', sans-serif; 43 margin: 7px 0; 44 } 45 #tipue_search_warning a 46 { 47 font-weight: 300; 48 text-decoration: none; 49 } 50 #tipue_search_warning a:hover 51 { 52 } 53 #tipue_search_results_count 54 { 55 font: 13px/1.6 'Open Sans', sans-serif; 56 } 57 .tipue_search_content_title 58 { 59 font: 300 23px/1.6 'Open Sans', sans-serif; 60 text-rendering: optimizelegibility; 61 margin-top: 23px; 62 } 63 .tipue_search_content_title a 64 { 65 text-decoration: none; 66 } 67 .tipue_search_content_title a:hover 68 { 69 } 70 .tipue_search_content_text 71 { 72 font: 13px/1.7 'Open Sans', sans-serif; 73 padding: 13px 0; 74 word-break: break-all; 75 word-break: break-word; 76 -webkit-hyphens: auto; 77 -moz-hyphens: auto; 78 hyphens: auto; 79 } 80 .tipue_search_content_loc 81 { 82 font: 300 13px/1.7 'Open Sans', sans-serif; 83 word-break: break-all; 84 word-break: break-word; 85 -webkit-hyphens: auto; 86 -moz-hyphens: auto; 87 hyphens: auto; 88 } 89 .tipue_search_content_loc a 90 { 91 text-decoration: none; 92 } 93 .tipue_search_content_loc a:hover 94 { 95 } 96 #tipue_search_foot 97 { 98 margin: 51px 0 21px 0; 99 } 100 #tipue_search_foot_boxes 101 { 102 padding: 0; 103 margin: 0; 104 font: 12px/1 'Open Sans', sans-serif; 105 } 106 #tipue_search_foot_boxes li 107 { 108 list-style: none; 109 margin: 0; 110 padding: 0; 111 display: inline; 112 } 113 #tipue_search_foot_boxes li a 114 { 115 padding: 9px 15px 10px 15px; 116 background-color: #f1f1f1; 117 border: 1px solid #dcdcdc; 118 border-radius: 1px; 119 margin-right: 7px; 120 text-decoration: none; 121 text-align: center; 122 } 123 #tipue_search_foot_boxes li.current 124 { 125 padding: 9px 15px 10px 15px; 126 background: #fff; 127 border: 1px solid #dcdcdc; 128 border-radius: 1px; 129 margin-right: 7px; 130 text-align: center; 131 } 132 #tipue_search_foot_boxes li a:hover 133 { 134 border: 1px solid #ccc; 135 background-color: #f3f3f3; 136 }