Skip to content

Commit db8d86c

Browse files
committed
Site updated: 2019-01-04 23:35:56
1 parent b7f3537 commit db8d86c

File tree

133 files changed

+83
-29382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+83
-29382
lines changed

css/fonts/FontAwesome.otf

-61.4 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

-37.3 KB
Binary file not shown.

css/fonts/fontawesome-webfont.svg

-414
This file was deleted.

css/fonts/fontawesome-webfont.ttf

-78.8 KB
Binary file not shown.

css/fonts/fontawesome-webfont.woff

-43.4 KB
Binary file not shown.

css/images/banner.jpg

-219 KB
Binary file not shown.

css/main.css

-3,133
This file was deleted.

css/style.css

+83
Original file line numberDiff line numberDiff line change
@@ -3010,3 +3010,86 @@ pre .javascript .function {
30103010
height: 100%;
30113011
overflow: hidden;
30123012
}
3013+
.search {
3014+
width: 68%;
3015+
height: 18px;
3016+
margin-top: 1px;
3017+
padding: 0;
3018+
font-family: inherit;
3019+
border: 2px solid transparent;
3020+
border-bottom: 2px solid #d3d3d3;
3021+
border-radius: 2px;
3022+
opacity: 0.65;
3023+
background: none;
3024+
}
3025+
.search:hover {
3026+
border: 2px solid #d3d3d3;
3027+
opacity: 1;
3028+
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
3029+
box-shadow: 0 0 10px rgba(0,0,0,0.3);
3030+
}
3031+
#search-form .fa-times {
3032+
display: none;
3033+
padding: 1px 0.7em;
3034+
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
3035+
box-shadow: 0 0 3px rgba(0,0,0,0.15);
3036+
cursor: pointer;
3037+
color: #808080;
3038+
}
3039+
#search-form .fa-times:active {
3040+
background: #d3d3d3;
3041+
}
3042+
#search-form .fa-times:hover {
3043+
zoom: 1.1;
3044+
padding: 1px 0.6em;
3045+
border: 1px solid #d3d3d3;
3046+
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
3047+
box-shadow: 0 0 6px rgba(0,0,0,0.25);
3048+
}
3049+
#local-search-result {
3050+
margin: auto -12% auto -6%;
3051+
font-size: 0.9rem;
3052+
text-align: left;
3053+
word-break: break-all;
3054+
}
3055+
#local-search-result ul.search-result-list li:hover {
3056+
font-weight: normal;
3057+
}
3058+
#local-search-result li {
3059+
margin: 0.5em auto;
3060+
border-bottom: 2px solid #d3d3d3;
3061+
}
3062+
#local-search-result .search-result-list li:hover {
3063+
background: rgba(158,188,226,0.21);
3064+
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
3065+
box-shadow: 0 0 5px rgba(0,0,0,0.2);
3066+
}
3067+
#local-search-result a.search-result-title {
3068+
line-height: 1.2;
3069+
font-weight: bold;
3070+
color: #708090;
3071+
}
3072+
#local-search-result p.search-result {
3073+
margin: 0.4em auto;
3074+
line-height: 1.2rem;
3075+
max-height: 3.6rem;
3076+
overflow: hidden;
3077+
font-size: 0.8rem;
3078+
text-align: justify;
3079+
color: #808080;
3080+
}
3081+
#local-search-result em.search-keyword {
3082+
color: #f58e90;
3083+
border-bottom: 1px dashed #f58e90;
3084+
font-weight: bold;
3085+
font-size: 0.85rem;
3086+
}
3087+
p.no-result {
3088+
display: none;
3089+
margin: 2em 0 2em 6%;
3090+
padding-bottom: 0.5em;
3091+
text-align: left;
3092+
color: #808080;
3093+
font-family: Times, Georgia serif;
3094+
border-bottom: 2px solid #d3d3d3;
3095+
}

fancybox/blank.gif

-43 Bytes
Binary file not shown.

fancybox/fancybox_loading.gif

-6.41 KB
Binary file not shown.

fancybox/[email protected]

-13.7 KB
Binary file not shown.

fancybox/fancybox_overlay.png

-1003 Bytes
Binary file not shown.

fancybox/fancybox_sprite.png

-1.33 KB
Binary file not shown.

fancybox/[email protected]

-6.4 KB
Binary file not shown.

fancybox/helpers/fancybox_buttons.png

-1.05 KB
Binary file not shown.

fancybox/helpers/jquery.fancybox-buttons.css

-97
This file was deleted.

fancybox/helpers/jquery.fancybox-buttons.js

-122
This file was deleted.

0 commit comments

Comments
 (0)