123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- /*
- Tipue Search 2.1
- Copyright (c) 2013 Tipue
- Tipue Search is released under the MIT License
- http://www.tipue.com/search
- */
- em
- {
- font: inherit;
- font-weight: 400;
- }
- #tipue_search_input
- {
- font: 13px/1.5 'open sans', sans-serif;
- color: #333;
- padding: 7px;
- margin: 0;
- width: 160px;
- border: 1px solid #d3d3d3;
- border-radius: 2px;
- -moz-appearance: none;
- -webkit-appearance: none;
- outline: none;
- }
- #tipue_search_input:focus
- {
- border-color: #c3c3c3;
- box-shadow: 0 0 3px rgba(0,0,0,.2);
- }
- #tipue_search_button
- {
- width: 60px;
- height: 33px;
- margin-top: 1px;
- border: 1px solid #dcdcdc;
- border-radius: 2px;
- background: #f1f1f1 url('img/search.gif') no-repeat center;
- outline: none;
- }
- #tipue_search_button:hover
- {
- border: 1px solid #c3c3c3;
- -moz-box-shadow: 1px 1px 2px #e3e3e3;
- -webkit-box-shadow: 1px 1px 2px #e3e3e3;
- box-shadow: 1px 1px 2px #e3e3e3;
- }
- #tipue_search_content
- {
- clear: left;
- max-width: 650px;
- padding: 25px 0 13px 0;
- margin: 0;
- }
- #tipue_search_loading
- {
- padding-top: 60px;
- background: #fff url('img/loader.gif') no-repeat left;
- }
- #tipue_search_warning_head
- {
- font: 14px/1.5 'open sans', sans-serif;
- color: #333;
- }
- #tipue_search_warning
- {
- font: 300 14px/1.5 lato, sans-serif;
- color: #111;
- margin: 13px 0;
- }
- #tipue_search_warning a
- {
- color: #36c;
- text-decoration: none;
- }
- #tipue_search_warning a:hover
- {
- color: #111;
- }
- #tipue_search_results_count
- {
- font: 300 14px/1.5 lato, sans-serif;
- color: #111;
- }
- .tipue_search_content_title
- {
- font: 300 19px/1.5 'open sans', sans-serif;
- margin-top: 31px;
- }
- .tipue_search_content_title a
- {
- color: #36c;
- text-decoration: none;
- }
- .tipue_search_content_title a:hover
- {
- color: #333;
- }
- .tipue_search_content_image_box
- {
- float: left;
- border: 1px solid #f3f3f3;
- padding: 13px;
- margin: 21px 0 7px 0;
- }
- .tipue_search_content_image
- {
- max-width: 110px;
- height: auto;
- outline: none;
- cursor: pointer;
- }
- #tipue_lightbox
- {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(255, 255, 255, .9);
- }
- #tipue_lightbox_content
- {
- margin: 37px auto;
- background-color: #fff;
- padding: 30px;
- border: 1px solid #ccc;
- width: 250px;
- text-align: center;
- box-shadow: 0 1px 2px #eee;
- }
- #tipue_lightbox img
- {
- max-width: 200px;
- height: auto;
- }
- #tipue_lightbox_content_title
- {
- font: 300 14px/1.7 lato, sans-serif;
- color: #111;
- padding: 17px 25px 0 25px;
- width: 200px;
- }
- #tipue_lightbox_content_link
- {
- float: left;
- width: 30px;
- height: 30px;
- margin-top: 17px;
- background: #fff url('img/link.png') no-repeat center;
- }
- #tipue_lightbox_content_expand
- {
- float: left;
- width: 30px;
- height: 30px;
- margin: 17px 0 0 3px;
- background: #fff url('img/expand.png') no-repeat center;
- }
- #tipue_lightbox_content_link:hover, #tipue_lightbox_content_expand:hover
- {
- background-color: #f3f3f3;
- }
- .tipue_search_content_text
- {
- font: 300 14px/1.7 lato, sans-serif;
- color: #111;
- padding: 13px 0;
- }
- .tipue_search_content_loc
- {
- font: 300 14px/1.5 lato, sans-serif;
- color: #111;
- }
- .tipue_search_content_loc a
- {
- color: #555;
- text-decoration: none;
- }
- .tipue_search_content_loc a:hover
- {
- padding-bottom: 1px;
- border-bottom: 1px solid #ccc;
- }
- #tipue_search_foot
- {
- margin: 47px 0 31px 0;
- }
- #tipue_search_foot_boxes
- {
- padding: 0;
- margin: 0;
- font: 12px/1 'open sans', sans-serif;
- }
- #tipue_search_foot_boxes li
- {
- list-style: none;
- margin: 0;
- padding: 0;
- display: inline;
- }
- #tipue_search_foot_boxes li a
- {
- padding: 7px 10px 8px 10px;
- background-color: #f5f5f5;
- background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
- background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
- background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
- background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
- background: linear-gradient(top, #f7f7f7, #f1f1f1);
- border: 1px solid #dcdcdc;
- border-radius: 2px;
- color: #333;
- margin-right: 7px;
- text-decoration: none;
- text-align: center;
- }
- #tipue_search_foot_boxes li.current
- {
- padding: 7px 10px 8px 10px;
- background: #fff;
- border: 1px solid #dcdcdc;
- border-radius: 2px;
- color: #333;
- margin-right: 7px;
- text-align: center;
- }
- #tipue_search_foot_boxes li a:hover
- {
- border: 1px solid #c3c3c3;
- box-shadow: 1px 1px 2px #e3e3e3;
- }
|