mirror of
https://github.com/redoules/redoules.github.io.git
synced 2025-12-13 16:19:34 +00:00
116 lines
1.8 KiB
CSS
116 lines
1.8 KiB
CSS
/*
|
|
Tipue Search 3.1
|
|
Copyright (c) 2013 Tipue
|
|
Tipue Search is released under the MIT License
|
|
http://www.tipue.com/search
|
|
*/
|
|
#tipue_search_content
|
|
{
|
|
font-size: 20px;
|
|
}
|
|
#tipue_search_loading
|
|
{
|
|
|
|
}
|
|
#tipue_search_warning
|
|
{
|
|
|
|
}
|
|
#tipue_search_warning a
|
|
{
|
|
|
|
}
|
|
#tipue_search_warning a:hover
|
|
{
|
|
|
|
}
|
|
#tipue_search_results_count, #tipue_search_warning_head
|
|
{
|
|
margin-bottom: 30px;
|
|
border-bottom: 1px #eee solid;
|
|
padding-bottom: 10px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.tipue_search_content_title
|
|
{
|
|
line-height: 1.2em;
|
|
}
|
|
.tipue_search_content_title a
|
|
{
|
|
font-size: 15px;
|
|
}
|
|
.tipue_search_content_title a:hover
|
|
{
|
|
|
|
}
|
|
.tipue_search_content_text
|
|
{
|
|
font-size: 14px;
|
|
line-height: 1.1em;
|
|
}
|
|
|
|
.tipue_search_content_text b {
|
|
font-weight: 700;
|
|
}
|
|
.tipue_search_content_loc
|
|
{
|
|
overflow: auto;
|
|
margin-bottom: 25px;
|
|
line-height: 1.1em;
|
|
}
|
|
.tipue_search_content_loc a
|
|
{
|
|
font-size: 14px;
|
|
color: gray
|
|
}
|
|
.tipue_search_content_loc a:hover
|
|
{
|
|
|
|
}
|
|
#tipue_search_foot
|
|
{
|
|
margin: 51px 0 21px 0;
|
|
text-align:center;
|
|
|
|
}
|
|
#tipue_search_foot_boxes
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#tipue_search_foot_boxes li
|
|
{
|
|
display: inline;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#tipue_search_foot_boxes li a
|
|
{
|
|
background-color: #fff;
|
|
border-radius: 1px;
|
|
border: 1px solid #eee;
|
|
color: #333;
|
|
margin-right: 7px;
|
|
font-size: 15px;
|
|
padding: 7px 13px 8px 13px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
#tipue_search_foot_boxes li.current
|
|
{
|
|
background: #fff;
|
|
border-radius: 1px;
|
|
border: 1px solid #eee;
|
|
color: #333;
|
|
margin-right: 7px;
|
|
padding: 7px 13px 8px 13px;
|
|
text-align: center;
|
|
}
|
|
#tipue_search_foot_boxes li a:hover
|
|
{
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
}
|