jQuery笔记本翻页效果特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jQuery笔记本翻页效果特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jQuery笔记本翻页效果特效代码

HTML代码(index.html):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title>jQuery笔记本翻页效果</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
		<script src="booklet/jquery.easing.1.3.js" type="text/javascript"></script>
		<script src="booklet/jquery.booklet.1.1.0.min.js" type="text/javascript"></script>
		<link href="booklet/jquery.booklet.1.1.0.css" type="text/css" rel="stylesheet" media="screen" />
		<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
		<script src="cufon/cufon-yui.js" type="text/javascript"></script>
		<script src="cufon/ChunkFive_400.font.js" type="text/javascript"></script>
		<script src="cufon/Note_this_400.font.js" type="text/javascript"></script>
		<script type="text/javascript">
			Cufon.replace('h1,p,.b-counter');
			Cufon.replace('.book_wrapper a', {hover:true});
			Cufon.replace('.title', {textShadow: '1px 1px #C59471', fontFamily:'ChunkFive'});
			Cufon.replace('.reference a', {textShadow: '1px 1px #C59471', fontFamily:'ChunkFive'});
			Cufon.replace('.loading', {textShadow: '1px 1px #000', fontFamily:'ChunkFive'});
		</script>
    </head>
    <body>
		<h1 class="title"></h1>
		<div class="book_wrapper">
			<a id="next_page_button"></a>
			<a id="prev_page_button"></a>
			<div id="loading" class="loading">Loading pages...</div>
			<div id="mybook" style="display:none;">
				<div class="b-load">
					<div>
						<img src="images/1.jpg" alt=""/>
						<h1>Slider Gallery</h1>
						<p>This tutorial is about creating a creative gallery with a
							slider for the thumbnails. The idea is to have an expanding
							thumbnails area which opens once an album is chosen.
							The thumbnails will scroll to the end and move back to
							the first image. The user can scroll through the thumbnails
							by using the slider controls. When a thumbnail is clicked,
							it moves to the center and the full image preview opens.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/2.jpg" alt="" />
						<h1>Animated Portfolio Gallery</h1>
						<p>Today we will create an animated portfolio gallery with jQuery.
							The gallery will contain a scroller for thumbnails and a
							content area where we will display details about the portfolio
							item. The image can be enlarged by clicking on it, making
							it appear as an overlay.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/3.jpg" alt="" />
						<h1>Annotation Overlay Effect</h1>
						<p>Today we will create a simple overlay effect to display annotations in e.g. portfolio
							items of a web designers portfolio. We got the idea from the wonderful
							portfolio of www.rareview.com where Flash is used to create the
							effect. We will use jQuery.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/4.jpg" alt="" />
						<h1>Bubbleriffic Image Gallery</h1>
						<p>In this tutorial we will create a bubbly image gallery that
							shows your images in a unique way. The idea is to show the
							thumbnails of albums in a rounded fashion allowing the
							user to scroll them automatically by moving the mouse.
							Clicking on a thumbnail will zoom in a big circle and
							the full image which will be automatically resized to
							fit into the screen.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/5.jpg" alt="" />
						<h1>Collapsing Site Navigation</h1>
						<p>Today we will create a collapsing menu that contains vertical
							navigation bars and a slide out content area. When hovering
							over a menu item, an image slides down from the top and a
							submenu slides up from the bottom. Clicking on one of the
							submenu items will make the whole menu collapse like a card
							deck and the respective content area will slide out.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/6.jpg" alt="" />
						<h1>Custom Animation Banner</h1>
						<p>In today’s tutorial we will be creating a custom animation banner with jQuery.
							The idea is to have different elements in a banner that will
							animate step-wise in a custom way.</p>
						<p>We will be using the jQuery Easing Plugin and the jQuery 2D
							Transform Plugin to create some nifty animations.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/7.jpg" alt="" />
						<h1>Full Page Image Gallery</h1>
						<p>In this tutorial we are going to create a stunning full page
							gallery with scrollable thumbnails and a scrollable full
							screen preview. The idea is to have a thumbnails bar at
							the bottom of the page that scrolls automatically when
							the user moves the mouse. When a thumbnail is clicked,
							it moves to the center of the page and the full screen
							image is loaded in the background.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/8.jpg" alt="" />
						<h1>Hover Slide Effect</h1>
						<p>Today we will create a neat effect with some images using
							jQuery. The main idea is to have an image area with several
							images that slide out when we hover over them, revealing
							other images. The sliding effect will be random, i.e.
							the images will slide to the top or bottom, left or
							right, fading out or not. When we click on any area,
							all areas will slide their images out.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/9.jpg" alt="" />
						<h1>Merging Image Boxes</h1>
						<p>Today we will show you a nice effect for images with jQuery.
							The idea is to have a set of rotated thumbnails that,
							once clicked, animate to form the selected image.
							You can navigate through the images with previous
							and next buttons and when the big image gets clicked
							it will scatter into the little box shaped thumbnails again.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/10.jpg" alt="" />
						<h1>Compact News Previewer</h1>
						<p>Today we will create a news previewer that let’s you
							show your latest articles or news in a compact way.
							The news previewer will show some list of articles
							on the left side and the preview of the article with a
							longer description on the right. Once a news on the left
							is clicked, the preview will slide in.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/11.jpg" alt="" />
						<h1>Overlay Effect Menu</h1>
						<p>In this tutorial we are going to create a simple menu
							that will stand out once we hover over it by covering
							everything except the menu with a dark overlay.
							The menu will stay white and a submenu area will
							expand. We will create this effect using jQuery.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/12.jpg" alt="" />
						<h1>Polaroid Photobar Gallery</h1>
						<p>In this tutorial we are going to create an image gallery
							with a Polaroid look. We will have albums that will expand
							to sets of slightly rotated thumbnails that pop out on hover.
							The full image will slide in from the bottom once a thumbnail
							is clicked. In the full image view the user can navigate
							through the pictures or simply choose another thumbnail
							to be displayed.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/13.jpg" alt="" />
						<h1>Pull Out Content Panel</h1>
						<p>In this tutorial we will create a content panel that 
							slides out at a predefined scroll position. It will 
							reveal a teaser with related content and it can be 
							expanded to full page size to show more. A custom 
							slider allows to scroll through many items in the 
							panel.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
					<div>
						<img src="images/14.jpg" alt="" />
						<h1>Thumbnails Navigation Gallery</h1>
						<p>In this tutorial we are going to create an extraordinary
							gallery with scrollable thumbnails that slide out from a
							navigation. We are going to use jQuery and some CSS3
							properties for the style. The main idea is to have a
							menu of albums where each item will reveal a horizontal
							bar with thumbnails when clicked.</p>
						<a href="#/" target="_blank" class="article">Article</a>
						<a href="#/" target="_blank" class="demo">Demo</a>
					</div>
				</div>
			</div>
		</div>

        <!-- The JavaScript -->

        <script type="text/javascript">
			$(function() {
				var $mybook 		= $('#mybook');
				var $bttn_next		= $('#next_page_button');
				var $bttn_prev		= $('#prev_page_button');
				var $loading		= $('#loading');
				var $mybook_images	= $mybook.find('img');
				var cnt_images		= $mybook_images.length;
				var loaded			= 0;
				//preload all the images in the book,
				//and then call the booklet plugin

				$mybook_images.each(function(){
					var $img 	= $(this);
					var source	= $img.attr('src');
					$('<img/>').load(function(){
						++loaded;
						if(loaded == cnt_images){
							$loading.hide();
							$bttn_next.show();
							$bttn_prev.show();
							$mybook.show().booklet({
								name:               null,                            // name of the booklet to display in the document title bar
								width:              800,                             // container width
								height:             500,                             // container height
								speed:              600,                             // speed of the transition between pages
								direction:          'LTR',                           // direction of the overall content organization, default LTR, left to right, can be RTL for languages which read right to left
								startingPage:       0,                               // index of the first page to be displayed
								easing:             'easeInOutQuad',                 // easing method for complete transition
								easeIn:             'easeInQuad',                    // easing method for first half of transition
								easeOut:            'easeOutQuad',                   // easing method for second half of transition

								closed:             true,                           // start with the book "closed", will add empty pages to beginning and end of book
								closedFrontTitle:   null,                            // used with "closed", "menu" and "pageSelector", determines title of blank starting page
								closedFrontChapter: null,                            // used with "closed", "menu" and "chapterSelector", determines chapter name of blank starting page
								closedBackTitle:    null,                            // used with "closed", "menu" and "pageSelector", determines chapter name of blank ending page
								closedBackChapter:  null,                            // used with "closed", "menu" and "chapterSelector", determines chapter name of blank ending page
								covers:             false,                           // used with  "closed", makes first and last pages into covers, without page numbers (if enabled)

								pagePadding:        10,                              // padding for each page wrapper
								pageNumbers:        true,                            // display page numbers on each page

								hovers:             false,                            // enables preview pageturn hover animation, shows a small preview of previous or next page on hover
								overlays:           false,                            // enables navigation using a page sized overlay, when enabled links inside the content will not be clickable
								tabs:               false,                           // adds tabs along the top of the pages
								tabWidth:           60,                              // set the width of the tabs
								tabHeight:          20,                              // set the height of the tabs
								arrows:             false,                           // adds arrows overlayed over the book edges
								cursor:             'pointer',                       // cursor css setting for side bar areas

								hash:               false,                           // enables navigation using a hash string, ex: #/page/1 for page 1, will affect all booklets with 'hash' enabled
								keyboard:           true,                            // enables navigation with arrow keys (left: previous, right: next)
								next:               $bttn_next,          			// selector for element to use as click trigger for next page
								prev:               $bttn_prev,          			// selector for element to use as click trigger for previous page

								menu:               null,                            // selector for element to use as the menu area, required for 'pageSelector'
								pageSelector:       false,                           // enables navigation with a dropdown menu of pages, requires 'menu'
								chapterSelector:    false,                           // enables navigation with a dropdown menu of chapters, determined by the "rel" attribute, requires 'menu'

								shadows:            true,                            // display shadows on page animations
								shadowTopFwdWidth:  166,                             // shadow width for top forward anim
								shadowTopBackWidth: 166,                             // shadow width for top back anim
								shadowBtmWidth:     50,                              // shadow width for bottom shadow

								before:             function(){},                    // callback invoked before each page turn animation
								after:              function(){}                     // callback invoked after each page turn animation
							});
							Cufon.refresh();
						}
					}).attr('src',source);
				});
				
			});
        </script>
    </body>
</html>





JS代码(cufon-yui.js):

/* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09i */
var Cufon=(function(){
	var m=function(){
	return m.replace.apply(null,arguments)}
;
	var x=m.DOM={
	ready:(function(){
	var C=false,E={
	loaded:1,complete:1}
;
	var B=[],D=function(){
	if(C){
	return}
C=true;
	for(var F;
	F=B.shift();
	F()){
}
}
;
	if(document.addEventListener){
	document.addEventListener("DOMContentLoaded",D,false);
	window.addEventListener("pageshow",D,false)}
if(!window.opera&&document.readyState){
	(function(){
	E[document.readyState]?D():setTimeout(arguments.callee,10)}
)()}
if(document.readyState&&document.createStyleSheet){
	(function(){
	try{
	document.body.doScroll("left");
	D()}
catch(F){
	setTimeout(arguments.callee,1)}
}
)()}
q(window,"load",D);
	return function(F){
	if(!arguments.length){
	D()}
else{
	C?F():B.push(F)}
}
}
)(),root:function(){
	return document.documentElement||document.body}
}
;
	var n=m.CSS={
	Size:function(C,B){
	this.value=parseFloat(C);
	this.unit=String(C).match(/[a-z%]*$/)[0]||"px";
	this.convert=function(D){
	return D/B*this.value}
;
	this.convertFrom=function(D){
	return D/this.value*B}
;
	this.toString=function(){
	return this.value+this.unit}
}
,addClass:function(C,B){
	var D=C.className;
	C.className=D+(D&&" ")+B;
	return C}
,color:j(function(C){
	var B={
}
;
	B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){
	B.opacity=parseFloat(F);
	return"rgb("+D+")"}
);
	return B}
),fontStretch:j(function(B){
	if(typeof B=="number"){
	return B}
if(/%$/.test(B)){
	return parseFloat(B)/100}
return{
	"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}
[B]||1}
),getStyle:function(C){
	var B=document.defaultView;
	if(B&&B.getComputedStyle){
	return new a(B.getComputedStyle(C,null))}
if(C.currentStyle){
	return new a(C.currentStyle)}
return new a(C.style)}
,gradient:j(function(F){
	var G={
	id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]}
,C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);
	for(var E=0,B=C.length,D;
	E<B;
	++E){
	D=C[E].split("=",2).reverse();
	G.stops.push([D[1]||E/(B-1),D[0]])}
return G}
),quotedList:j(function(E){
	var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/
g,B;
	while(B=C.exec(E)){
	D.push(B[3]||B[1])}
return D}
),recognizesMedia:j(function(G){
	var E=document.createElement("style"),D,C,B;
	E.type="text/css";
	E.media=G;
	try{
	E.appendChild(document.createTextNode("/**/
"))}
catch(F){
}
C=g("head")[0];
	C.insertBefore(E,C.firstChild);
	D=(E.sheet||E.styleSheet);
	B=D&&!D.disabled;
	C.removeChild(E);
	return B}
),removeClass:function(D,C){
	var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");
	D.className=D.className.replace(B,"");
	return D}
,supports:function(D,C){
	var B=document.createElement("span").style;
	if(B[D]===undefined){
	return false}
B[D]=C;
	return B[D]===C}
,textAlign:function(E,D,B,C){
	if(D.get("textAlign")=="right"){
	if(B>0){
	E=" "+E}
}
else{
	if(B<C-1){
	E+=" "}
}
return E}
,textShadow:j(function(F){
	if(F=="none"){
	return null}
var E=[],G={
}
,B,C=0;
	var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;
	while(B=D.exec(F)){
	if(B[0]==","){
	E.push(G);
	G={
}
;
	C=0}
else{
	if(B[1]){
	G.color=B[1]}
else{
	G[["offX","offY","blur"][C++]]=B[2]}
}
}
E.push(G);
	return E}
),textTransform:(function(){
	var B={
	uppercase:function(C){
	return C.toUpperCase()}
,lowercase:function(C){
	return C.toLowerCase()}
,capitalize:function(C){
	return C.replace(/\b./g,function(D){
	return D.toUpperCase()}
)}
}
;
	return function(E,D){
	var C=B[D.get("textTransform")];
	return C?C(E):E}
}
)(),whiteSpace:(function(){
	var D={
	inline:1,"inline-block":1,"run-in":1}
;
	var C=/^\s+/,B=/\s+$/;
	return function(H,F,G,E){
	if(E){
	if(E.nodeName.toLowerCase()=="br"){
	H=H.replace(C,"")}
}
if(D[F.get("display")]){
	return H}
if(!G.previousSibling){
	H=H.replace(C,"")}
if(!G.nextSibling){
	H=H.replace(B,"")}
return H}
}
)()}
;
	n.ready=(function(){
	var B=!n.recognizesMedia("all"),E=false;
	var D=[],H=function(){
	B=true;
	for(var K;
	K=D.shift();
	K()){
}
}
;
	var I=g("link"),J=g("style");
	function C(K){
	return K.disabled||G(K.sheet,K.media||"screen")}
function G(M,P){
	if(!n.recognizesMedia(P||"all")){
	return true}
if(!M||M.disabled){
	return false}
try{
	var Q=M.cssRules,O;
	if(Q){
	search:for(var L=0,K=Q.length;
	O=Q[L],L<K;
	++L){
	switch(O.type){
	case 2:break;
	case 3:if(!G(O.styleSheet,O.media.mediaText)){
	return false}
break;
	default:break search}
}
}
}
catch(N){
}
return true}
function F(){
	if(document.createStyleSheet){
	return true}
var L,K;
	for(K=0;
	L=I[K];
	++K){
	if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){
	return false}
}
for(K=0;
	L=J[K];
	++K){
	if(!C(L)){
	return false}
}
return true}
x.ready(function(){
	if(!E){
	E=n.getStyle(document.body).isUsable()}
if(B||(E&&F())){
	H()}
else{
	setTimeout(arguments.callee,10)}
}
);
	return function(K){
	if(B){
	K()}
else{
	D.push(K)}
}
}
)();
	function s(D){
	var C=this.face=D.face,B={
	"\u0020":1,"\u00a0":1,"\u3000":1}
;
	this.glyphs=D.glyphs;
	this.w=D.w;
	this.baseSize=parseInt(C["units-per-em"],10);
	this.family=C["font-family"].toLowerCase();
	this.weight=C["font-weight"];
	this.style=C["font-style"]||"normal";
	this.viewBox=(function(){
	var F=C.bbox.split(/\s+/);
	var E={
	minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)}
;
	E.width=E.maxX-E.minX;
	E.height=E.maxY-E.minY;
	E.toString=function(){
	return[this.minX,this.minY,this.width,this.height].join(" ")}
;
	return E}
)();
	this.ascent=-parseInt(C.ascent,10);
	this.descent=-parseInt(C.descent,10);
	this.height=-this.ascent+this.descent;
	this.spacing=function(L,N,E){
	var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;
	while(H=L[++J]){
	M=O[H]||this.missingGlyph;
	if(!M){
	continue}
if(K){
	F-=G=K[H]||0;
	P[I]-=G}
F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);
	K=M.k}
P.total=F;
	return P}
}
function f(){
	var C={
}
,B={
	oblique:"italic",italic:"oblique"}
;
	this.add=function(D){
	(C[D.style]||(C[D.style]={
}
))[D.weight]=D}
;
	this.get=function(H,I){
	var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;
	if(!G){
	return null}
I={
	normal:400,bold:700}
[I]||parseInt(I,10);
	if(G[I]){
	return G[I]}
var E={
	1:1,99:0}
[I%100],K=[],F,D;
	if(E===undefined){
	E=I>400}
if(I==500){
	I=400}
for(var J in G){
	if(!k(G,J)){
	continue}
J=parseInt(J,10);
	if(!F||J<F){
	F=J}
if(!D||J>D){
	D=J}
K.push(J)}
if(I<F){
	I=F}
if(I>D){
	I=D}
K.sort(function(M,L){
	return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1}
);
	return G[K[0]]}
}
function r(){
	function D(F,G){
	if(F.contains){
	return F.contains(G)}
return F.compareDocumentPosition(G)&16}
function B(G){
	var F=G.relatedTarget;
	if(!F||D(this,F)){
	return}
C(this,G.type=="mouseover")}
function E(F){
	C(this,F.type=="mouseenter")}
function C(F,G){
	setTimeout(function(){
	var H=d.get(F).options;
	m.replace(F,G?h(H,H.hover):H,true)}
,10)}
this.attach=function(F){
	if(F.onmouseenter===undefined){
	q(F,"mouseover",B);
	q(F,"mouseout",B)}
else{
	q(F,"mouseenter",E);
	q(F,"mouseleave",E)}
}
}
function u(){
	var C=[],D={
}
;
	function B(H){
	var E=[],G;
	for(var F=0;
	G=H[F];
	++F){
	E[F]=C[D[G]]}
return E}
this.add=function(F,E){
	D[F]=C.push(E)-1}
;
	this.repeat=function(){
	var E=arguments.length?B(arguments):C,F;
	for(var G=0;
	F=E[G++];
	){
	m.replace(F[0],F[1],true)}
}
}
function A(){
	var D={
}
,B=0;
	function C(E){
	return E.cufid||(E.cufid=++B)}
this.get=function(E){
	var F=C(E);
	return D[F]||(D[F]={
}
)}
}
function a(B){
	var D={
}
,C={
}
;
	this.extend=function(E){
	for(var F in E){
	if(k(E,F)){
	D[F]=E[F]}
}
return this}
;
	this.get=function(E){
	return D[E]!=undefined?D[E]:B[E]}
;
	this.getSize=function(F,E){
	return C[F]||(C[F]=new n.Size(this.get(F),E))}
;
	this.isUsable=function(){
	return !!B}
}
function q(C,B,D){
	if(C.addEventListener){
	C.addEventListener(B,D,false)}
else{
	if(C.attachEvent){
	C.attachEvent("on"+B,function(){
	return D.call(C,window.event)}
)}
}
}
function v(C,B){
	var D=d.get(C);
	if(D.options){
	return C}
if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){
	b.attach(C)}
D.options=B;
	return C}
function j(B){
	var C={
}
;
	return function(D){
	if(!k(C,D)){
	C[D]=B.apply(null,arguments)}
return C[D]}
}
function c(F,E){
	var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;
	for(var C=0;
	D=B[C];
	++C){
	if(i[D]){
	return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}
}
return null}
function g(B){
	return document.getElementsByTagName(B)}
function k(C,B){
	return C.hasOwnProperty(B)}
function h(){
	var C={
}
,B,F;
	for(var E=0,D=arguments.length;
	B=arguments[E],E<D;
	++E){
	for(F in B){
	if(k(B,F)){
	C[F]=B[F]}
}
}
return C}
function o(E,M,C,N,F,D){
	var K=document.createDocumentFragment(),H;
	if(M===""){
	return K}
var L=N.separate;
	var I=M.split(p[L]),B=(L=="words");
	if(B&&t){
	if(/^\s/.test(M)){
	I.unshift("")}
if(/\s$/.test(M)){
	I.push("")}
}
for(var J=0,G=I.length;
	J<G;
	++J){
	H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);
	if(H){
	K.appendChild(H)}
}
return K}
function l(D,M){
	var C=D.nodeName.toLowerCase();
	if(M.ignore[C]){
	return}
var E=!M.textless[C];
	var B=n.getStyle(v(D,M)).extend(M);
	var F=c(D,B),G,K,I,H,L,J;
	if(!F){
	return}
for(G=D.firstChild;
	G;
	G=I){
	K=G.nodeType;
	I=G.nextSibling;
	if(E&&K==3){
	if(H){
	H.appendData(G.data);
	D.removeChild(G)}
else{
	H=G}
if(I){
	continue}
}
if(H){
	D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);
	H=null}
if(K==1){
	if(G.firstChild){
	if(G.nodeName.toLowerCase()=="cufon"){
	z[M.engine](F,null,B,M,G,D)}
else{
	arguments.callee(G,M)}
}
J=G}
}
}
var t=" ".split(/\s+/).length==0;
	var d=new A();
	var b=new r();
	var y=new u();
	var e=false;
	var z={
}
,i={
}
,w={
	autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{
	a:true}
,ignore:{
	applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1}
,printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){
	return jQuery(B)}
)||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){
	return $$(B)}
)||(window.$&&function(B){
	return $(B)}
)||(document.querySelectorAll&&function(B){
	return document.querySelectorAll(B)}
)||g),separate:"words",textless:{
	dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1}
,textShadow:"none"}
;
	var p={
	words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/}
;
	m.now=function(){
	x.ready();
	return m}
;
	m.refresh=function(){
	y.repeat.apply(y,arguments);
	return m}
;
	m.registerEngine=function(C,B){
	if(!B){
	return m}
z[C]=B;
	return m.set("engine",C)}
;
	m.registerFont=function(D){
	if(!D){
	return m}
var B=new s(D),C=B.family;
	if(!i[C]){
	i[C]=new f()}
i[C].add(B);
	return m.set("fontFamily",'"'+C+'"')}
;
	m.replace=function(D,C,B){
	C=h(w,C);
	if(!C.engine){
	return m}
if(!e){
	n.addClass(x.root(),"cufon-active cufon-loading");
	n.ready(function(){
	n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")}
);
	e=true}
if(C.hover){
	C.forceHitArea=true}
if(C.autoDetect){
	delete C.fontFamily}
if(typeof C.textShadow=="string"){
	C.textShadow=n.textShadow(C.textShadow)}
if(typeof C.color=="string"&&/^-/.test(C.color)){
	C.textGradient=n.gradient(C.color)}
else{
	delete C.textGradient}
if(!B){
	y.add(D,arguments)}
if(D.nodeType||typeof D=="string"){
	D=[D]}
n.ready(function(){
	for(var F=0,E=D.length;
	F<E;
	++F){
	var G=D[F];
	if(typeof G=="string"){
	m.replace(C.selector(G),C,true)}
else{
	l(G,C)}
}
}
);
	return m}
;
	m.set=function(B,C){
	w[B]=C;
	return m}
;
	return m}
)();
	Cufon.registerEngine("vml",(function(){
	var e=document.namespaces;
	if(!e){
	return}
e.add("cvml","urn:schemas-microsoft-com:vml");
	e=null;
	var b=document.createElement("cvml:shape");
	b.style.behavior="url(#default#VML)";
	if(!b.coordsize){
	return}
b=null;
	var h=(document.documentMode||0)<8;
	document.write(('<style type="text/css">cufoncanvas{
	text-indent:0;
}
@media screen{
	cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{
	behavior:url(#default#VML);
	display:block;
	antialias:true;
	position:absolute;
}
cufoncanvas{
	position:absolute;
	text-align:left;
}
cufon{
	display:inline-block;
	position:relative;
	vertical-align:'+(h?"middle":"text-bottom")+";
}
cufon cufontext{
	position:absolute;
	left:-10000in;
	font-size:1px;
}
a cufon{
	cursor:pointer}
}
@media print{
	cufon cufoncanvas{
	display:none;
}
}
</style>").replace(/;
	/g,"!important;
	"));
	function c(i,j){
	return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}
function a(l,m){
	if(m==="0"){
	return 0}
if(/px$/i.test(m)){
	return parseFloat(m)}
var k=l.style.left,j=l.runtimeStyle.left;
	l.runtimeStyle.left=l.currentStyle.left;
	l.style.left=m.replace("%","em");
	var i=l.style.pixelLeft;
	l.style.left=k;
	l.runtimeStyle.left=j;
	return i}
function f(l,k,j,n){
	var i="computed"+n,m=k[i];
	if(isNaN(m)){
	m=k.get(n);
	k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}
return m}
var g={
}
;
	function d(p){
	var q=p.id;
	if(!g[q]){
	var n=p.stops,o=document.createElement("cvml:fill"),i=[];
	o.type="gradient";
	o.angle=180;
	o.focus="0";
	o.method="sigma";
	o.color=n[0][1];
	for(var m=1,l=n.length-1;
	m<l;
	++m){
	i.push(n[m][0]*100+"% "+n[m][1])}
o.colors=i.join(",");
	o.color2=n[l][1];
	g[q]=o}
return g[q]}
return function(ac,G,Y,C,K,ad,W){
	var n=(G===null);
	if(n){
	G=K.alt}
var I=ac.viewBox;
	var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));
	var y,q;
	if(n){
	y=K;
	q=K.firstChild}
else{
	y=document.createElement("cufon");
	y.className="cufon cufon-vml";
	y.alt=G;
	q=document.createElement("cufoncanvas");
	y.appendChild(q);
	if(C.printable){
	var Z=document.createElement("cufontext");
	Z.appendChild(document.createTextNode(G));
	y.appendChild(Z)}
if(!W){
	y.appendChild(document.createElement("cvml:shape"))}
}
var ai=y.style;
	var R=q.style;
	var l=p.convert(I.height),af=Math.ceil(l);
	var V=af/l;
	var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));
	var U=I.minX,T=I.minY;
	R.height=af;
	R.top=Math.round(p.convert(T-ac.ascent));
	R.left=Math.round(p.convert(U));
	ai.height=p.convert(ac.height)+"px";
	var F=Y.get("color");
	var ag=Cufon.CSS.textTransform(G,Y).split("");
	var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));
	if(!L.length){
	return null}
var k=L.total;
	var x=-U+k+(I.width-L[L.length-1]);
	var ah=p.convert(x*P),X=Math.round(ah);
	var O=x+","+I.height,m;
	var J="r"+O+"ns";
	var u=C.textGradient&&d(C.textGradient);
	var o=ac.glyphs,S=0;
	var H=C.textShadow;
	var ab=-1,aa=0,w;
	while(w=ag[++ab]){
	var D=o[ag[ab]]||ac.missingGlyph,v;
	if(!D){
	continue}
if(n){
	v=q.childNodes[aa];
	while(v.firstChild){
	v.removeChild(v.firstChild)}
}
else{
	v=document.createElement("cvml:shape");
	q.appendChild(v)}
v.stroked="f";
	v.coordsize=O;
	v.coordorigin=m=(U-S)+","+T;
	v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;
	v.fillcolor=F;
	if(u){
	v.appendChild(u.cloneNode(false))}
var ae=v.style;
	ae.width=X;
	ae.height=af;
	if(H){
	var s=H[0],r=H[1];
	var B=Cufon.CSS.color(s.color),z;
	var N=document.createElement("cvml:shadow");
	N.on="t";
	N.color=B.color;
	N.offset=s.offX+","+s.offY;
	if(r){
	z=Cufon.CSS.color(r.color);
	N.type="double";
	N.color2=z.color;
	N.offset2=r.offX+","+r.offY}
N.opacity=B.opacity||(z&&z.opacity)||1;
	v.appendChild(N)}
S+=L[aa++]}
var M=v.nextSibling,t,A;
	if(C.forceHitArea){
	if(!M){
	M=document.createElement("cvml:rect");
	M.stroked="f";
	M.className="cufon-vml-cover";
	t=document.createElement("cvml:fill");
	t.opacity=0;
	M.appendChild(t);
	q.appendChild(M)}
A=M.style;
	A.width=X;
	A.height=af}
else{
	if(M){
	q.removeChild(M)}
}
ai.width=Math.max(Math.ceil(p.convert(k*P)),0);
	if(h){
	var Q=Y.computedYAdjust;
	if(Q===undefined){
	var E=Y.get("lineHeight");
	if(E=="normal"){
	E="1em"}
else{
	if(!isNaN(E)){
	E+="em"}
}
Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}
if(Q){
	ai.marginTop=Math.ceil(Q)+"px";
	ai.marginBottom=Q+"px"}
}
return y}
}
)());
	Cufon.registerEngine("canvas",(function(){
	var b=document.createElement("canvas");
	if(!b||!b.getContext||!b.getContext.apply){
	return}
b=null;
	var a=Cufon.CSS.supports("display","inline-block");
	var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));
	var f=document.createElement("style");
	f.type="text/css";
	f.appendChild(document.createTextNode(("cufon{
	text-indent:0;
}
@media screen,projection{
	cufon{
	display:inline;
	display:inline-block;
	position:relative;
	vertical-align:middle;
	"+(e?"":"font-size:1px;
	line-height:1px;
	")+"}
cufon cufontext{
	display:-moz-inline-box;
	display:inline-block;
	width:0;
	height:0;
	overflow:hidden;
	text-indent:-10000in;
}
"+(a?"cufon canvas{
	position:relative;
}
":"cufon canvas{
	position:absolute;
}
")+"}
@media print{
	cufon{
	padding:0;
}
cufon canvas{
	display:none;
}
}
").replace(/;
	/g,"!important;
	")));
	document.getElementsByTagName("head")[0].appendChild(f);
	function d(p,h){
	var n=0,m=0;
	var g=[],o=/([mrvxe])([^a-z]*)/g,k;
	generate:for(var j=0;
	k=o.exec(p);
	++j){
	var l=k[2].split(",");
	switch(k[1]){
	case"v":g[j]={
	m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]}
;
	break;
	case"r":g[j]={
	m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]}
;
	break;
	case"m":g[j]={
	m:"moveTo",a:[n=~~l[0],m=~~l[1]]}
;
	break;
	case"x":g[j]={
	m:"closePath"}
;
	break;
	case"e":break generate}
h[g[j].m].apply(h,g[j].a)}
return g}
function c(m,k){
	for(var j=0,h=m.length;
	j<h;
	++j){
	var g=m[j];
	k[g.m].apply(k,g.a)}
}
return function(V,w,P,t,C,W){
	var k=(w===null);
	if(k){
	w=C.getAttribute("alt")}
var A=V.viewBox;
	var m=P.getSize("fontSize",V.baseSize);
	var B=0,O=0,N=0,u=0;
	var z=t.textShadow,L=[];
	if(z){
	for(var U=z.length;
	U--;
	){
	var F=z[U];
	var K=m.convertFrom(parseFloat(F.offX));
	var I=m.convertFrom(parseFloat(F.offY));
	L[U]=[K,I];
	if(I<B){
	B=I}
if(K>O){
	O=K}
if(I>N){
	N=I}
if(K<u){
	u=K}
}
}
var Z=Cufon.CSS.textTransform(w,P).split("");
	var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));
	if(!E.length){
	return null}
var h=E.total;
	O+=A.width-E[E.length-1];
	u+=A.minX;
	var s,n;
	if(k){
	s=C;
	n=C.firstChild}
else{
	s=document.createElement("cufon");
	s.className="cufon cufon-canvas";
	s.setAttribute("alt",w);
	n=document.createElement("canvas");
	s.appendChild(n);
	if(t.printable){
	var S=document.createElement("cufontext");
	S.appendChild(document.createTextNode(w));
	s.appendChild(S)}
}
var aa=s.style;
	var H=n.style;
	var j=m.convert(A.height);
	var Y=Math.ceil(j);
	var M=Y/j;
	var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));
	var J=h*G;
	var Q=Math.ceil(m.convert(J+O-u));
	var o=Math.ceil(m.convert(A.height-B+N));
	n.width=Q;
	n.height=o;
	H.width=Q+"px";
	H.height=o+"px";
	B+=A.minY;
	H.top=Math.round(m.convert(B-V.ascent))+"px";
	H.left=Math.round(m.convert(u))+"px";
	var r=Math.max(Math.ceil(m.convert(J)),0)+"px";
	if(a){
	aa.width=r;
	aa.height=m.convert(V.height)+"px"}
else{
	aa.paddingLeft=r;
	aa.paddingBottom=(m.convert(V.height)-1)+"px"}
var X=n.getContext("2d"),D=j/A.height;
	X.scale(D,D*M);
	X.translate(-u,-B);
	X.save();
	function T(){
	var x=V.glyphs,ab,l=-1,g=-1,y;
	X.scale(G,1);
	while(y=Z[++l]){
	var ab=x[Z[l]]||V.missingGlyph;
	if(!ab){
	continue}
if(ab.d){
	X.beginPath();
	if(ab.code){
	c(ab.code,X)}
else{
	ab.code=d("m"+ab.d,X)}
X.fill()}
X.translate(E[++g],0)}
X.restore()}
if(z){
	for(var U=z.length;
	U--;
	){
	var F=z[U];
	X.save();
	X.fillStyle=F.color;
	X.translate.apply(X,L[U]);
	T()}
}
var q=t.textGradient;
	if(q){
	var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);
	for(var U=0,R=v.length;
	U<R;
	++U){
	p.addColorStop.apply(p,v[U])}
X.fillStyle=p}
else{
	X.fillStyle=P.get("color")}
T();
	return s}
}
)());
	

JS代码(Note_this_400.font.js):

/*! * The following copyright notice may not be removed under any circumstances. * * Copyright:* Copyright (c) West Wind Fonts,2001. */
Cufon.registerFont({
	"w":239,"face":{
	"font-family":"Note this","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 2 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"5","bbox":"-80.3396 -327 308 129.906","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007A"}
,"glyphs":{
	" ":{
	"w":180}
,"\u00a0":{
	"w":180}
,"!":{
	"d":"86,-25v-13,-17,-58,1,-60,21v19,10,52,-5,60,-21xm134,-271v0,-3,4,-10,0,-11v-42,46,-72,104,-91,174v2,16,-3,36,9,43v16,-79,55,-138,82,-206","w":139}
,"\"":{
	"d":"98,-278v-18,10,-33,36,-30,62v-2,10,11,22,14,11v6,-24,20,-41,21,-70v-1,-1,-2,-3,-5,-3xm30,-291v-21,10,-37,60,-17,82v15,-17,19,-50,21,-76v1,-3,-2,-6,-4,-6","w":106,"k":{
	"A":91}
}
,"$":{
	"d":"4,-35v16,15,45,18,73,20v2,16,-5,40,5,48v5,-14,8,-32,12,-47v52,3,95,-29,68,-79r-24,-47r45,-104v10,19,1,42,-6,58v24,-11,31,-55,13,-77v4,-21,17,-41,17,-62v-15,12,-19,35,-32,49v-56,-30,-114,32,-83,96r20,41v-12,35,-18,76,-34,108v-26,3,-54,-8,-74,-4xm142,-84v21,31,-12,54,-43,51r28,-80xm123,-167v-31,-34,-14,-120,44,-93v-13,33,-30,61,-44,93","w":211}
,"%":{
	"d":"116,-254v11,13,39,7,55,2v-50,76,-109,145,-134,246v-3,11,13,13,17,5v21,-33,53,-54,77,-83v-25,7,-41,24,-60,36r148,-252v0,-5,-6,-7,-11,-7v-25,24,-42,56,-92,53xm225,-146v-55,-8,-85,39,-90,86v-5,46,59,39,81,17v18,-18,38,-35,53,-56v1,0,17,-5,8,-6v-7,-4,5,-15,3,-24v1,-26,-40,-32,-55,-17xm187,-51v-11,6,-34,7,-31,-11v6,-37,27,-72,64,-78v-5,23,16,31,23,38v-18,18,-35,37,-56,51xm252,-113v-7,-4,-16,-9,-15,-21v11,-2,28,-3,20,13v-1,3,-3,6,-5,8xm95,-266v-37,-20,-91,16,-91,55v0,26,21,42,47,42v40,0,71,-50,53,-89v-10,29,-17,61,-51,66v-12,-2,-26,-5,-26,-19v0,-35,39,-45,68,-55","w":284}
,"&":{
	"d":"138,-187v-51,44,-134,63,-134,149v0,60,83,34,114,16r92,-54v20,19,33,48,61,58v-12,-26,-30,-45,-44,-69r69,-41v-29,0,-52,19,-77,28r-52,-84v19,-18,38,-41,40,-75v2,-52,-85,-37,-104,-11v19,-5,40,-14,65,-10v46,9,4,70,-13,79v-23,-23,-37,-55,-69,-69v14,31,36,54,52,83xm71,-27v-13,4,-45,12,-44,-10v3,-44,32,-66,59,-86r63,-45r50,79v-42,21,-80,47,-128,62","w":300}
,"'":{
	"d":"75,-265v-6,-27,-32,-10,-35,7v-8,9,-21,22,-21,38v-1,5,5,5,8,3v15,-16,43,-22,48,-48xm61,-260r0,1r0,-1","w":78,"k":{
	"t":106,"l":50,"d":144,"'":14}
}
,"(":{
	"d":"183,-283v16,-2,42,-37,13,-44v-49,16,-75,58,-110,88v-38,53,-74,104,-82,190v-6,66,80,80,110,36v3,-3,8,-7,9,-12v-19,5,-27,23,-52,23v-76,0,-40,-101,-20,-140v36,-67,85,-129,144,-168v-8,18,-33,22,-39,38v11,-2,18,-7,27,-11","w":214}
,")":{
	"d":"4,-4v99,11,145,-109,103,-202v-18,-39,-36,-82,-68,-106v34,77,105,223,9,285","w":126}
,"*":{
	"d":"4,-200v16,6,36,-8,50,-13v1,23,-3,50,10,61v11,-17,8,-48,16,-68v17,5,56,5,53,-12v-11,-2,-23,-2,-35,-6r66,-40v-27,-8,-55,10,-76,18v0,-15,9,-33,2,-45v-16,11,-18,35,-27,53v-15,-4,-33,-24,-48,-16v5,16,20,24,33,33v-14,12,-34,19,-44,35","w":167}
,",":{
	"d":"37,16v9,-14,14,-63,-5,-45v-8,26,-28,48,-27,76v18,-1,24,-19,32,-31","w":49}
,"-":{
	"d":"162,-133v-46,-15,-122,-10,-158,11v46,10,122,4,177,2v-2,-7,-13,-10,-19,-13","w":185}
,".":{
	"d":"28,-34v-12,-12,-32,-3,-22,13v7,7,20,13,29,6v0,-9,-1,-14,-7,-19","w":38}
,"\/":{
	"d":"262,-309v-4,2,-8,6,-12,9r-246,300v50,-32,83,-82,126,-121r131,-183v0,-2,1,-4,1,-5","w":266}
,"0":{
	"d":"66,-30v-35,20,-47,-14,-36,-51v20,-70,50,-128,77,-189v-52,44,-75,118,-99,189v-17,49,9,97,65,73v81,-35,147,-152,85,-244v-4,-6,-18,-9,-21,-1v59,32,19,152,-12,181v-17,16,-38,30,-59,42","w":188}
,"1":{
	"d":"17,-27v-5,3,-13,2,-13,11v1,26,44,5,68,4v4,-1,13,-6,5,-7v-13,-2,-32,2,-41,-3r117,-230v-2,-30,-42,-9,-50,0v-14,15,-35,24,-47,42v30,-8,48,-28,76,-38","w":156}
,"2":{
	"d":"52,-197v42,-14,68,-53,118,-55v-4,34,-18,55,-36,76r-130,152v-2,30,42,9,63,10v36,-10,74,-15,93,-39v-38,12,-78,22,-127,24r137,-161v20,-23,34,-102,-21,-79v-39,16,-73,40,-97,72","w":194}
,"3":{
	"d":"151,-102v-14,60,-93,54,-147,74v70,8,157,-8,168,-74v-2,-41,-51,-36,-91,-38v37,-27,76,-52,101,-90v11,-17,-2,-34,-21,-32v-38,4,-74,16,-94,38v30,-8,64,-25,100,-19v-36,52,-102,75,-147,118v11,33,71,-5,114,11v5,3,16,3,17,12","w":189}
,"4":{
	"d":"126,-81v-6,26,-21,58,-15,87v20,-31,30,-72,48,-105v24,-18,51,-35,58,-70v-17,15,-29,32,-49,43v8,-36,29,-71,29,-108v-27,35,-40,85,-61,126v-32,13,-67,23,-107,28r96,-180v-22,8,-30,30,-43,45r-77,134v-9,39,43,25,69,17","w":221}
,"5":{
	"d":"67,-144v38,24,95,30,129,59v9,21,-24,31,-43,37r-149,47v75,-1,143,-19,195,-44v17,-7,33,-37,14,-55v-33,-32,-86,-40,-131,-60r45,-89v36,-7,76,-10,104,-25v-20,-17,-68,-1,-96,1r3,-9v-14,15,-40,17,-58,28v6,6,21,5,31,7r-51,89v0,6,2,11,7,14","w":235}
,"6":{
	"d":"62,-26v-49,0,-36,-74,-20,-102v33,-59,82,-101,128,-146v-74,34,-128,91,-159,163v-20,46,-3,113,54,108v67,-6,121,-33,121,-101v0,-31,-16,-52,-46,-54v-42,7,-74,27,-82,67v19,-24,42,-46,79,-50v19,-2,30,16,29,34v-4,56,-46,81,-104,81","w":189}
,"7":{
	"d":"12,-188v-4,-38,29,-40,56,-49r102,-12v-59,71,-108,153,-163,229v0,2,-4,7,-2,8v5,-4,12,-9,16,-14r194,-241v-2,-7,-5,-13,-16,-11v-65,15,-148,14,-188,54v-7,9,-9,31,1,36","w":218}
,"8":{
	"d":"10,-72v-22,55,37,78,94,78v63,0,86,-42,52,-87r-52,-69v28,-29,64,-51,86,-85v18,-27,-15,-47,-48,-40v16,6,53,10,35,36v-27,26,-56,49,-86,72v-13,-19,-40,-57,-12,-81v19,-16,51,-21,72,-36v-61,0,-122,33,-93,98r19,33v-25,24,-45,54,-67,81xm151,-44v0,45,-106,28,-122,2v-3,-5,-2,-16,1,-20r59,-74v21,31,45,58,62,92","w":198}
,"9":{
	"d":"12,-197v-13,30,-13,84,29,80v44,-4,73,-28,97,-51r-62,174v43,-67,68,-152,103,-227v8,-5,20,-28,0,-29v-5,0,-9,2,-12,6v-37,41,-60,96,-127,105v-18,2,-18,-23,-13,-37v15,-47,39,-107,102,-100v13,4,20,17,31,24v-6,-30,-45,-50,-76,-32v-34,19,-56,50,-72,87xm160,-251r1,0r-1,0","w":195}
,":":{
	"d":"55,-30v1,-15,-24,-17,-26,-3v-1,7,7,13,13,13v6,0,14,-4,13,-10xm81,-141v0,-12,-24,-17,-30,-6v-3,17,28,24,30,6","w":84}
,";
	":{
	"d":"4,32v34,-12,60,-48,60,-87v-31,21,-48,50,-60,87xm112,-142v0,-16,-34,-18,-39,-5v0,17,36,21,39,5","w":115}
,"\u037e":{
	"d":"4,32v34,-12,60,-48,60,-87v-31,21,-48,50,-60,87xm112,-142v0,-16,-34,-18,-39,-5v0,17,36,21,39,5","w":115}
,"?":{
	"d":"89,-17v-6,-16,-56,-6,-45,11v12,9,43,7,45,-11xm97,-270v39,-15,95,3,68,51v-30,53,-99,61,-96,142v0,5,4,5,5,2v14,-83,121,-80,121,-168v0,-87,-133,-47,-157,-8v22,-4,40,-11,59,-19","w":199}
,"@":{
	"d":"225,-195v8,-89,-137,-84,-171,-32v-22,33,-47,61,-50,115v-5,90,125,119,175,58v-64,55,-197,0,-148,-100v24,-49,55,-102,134,-88v25,5,39,17,39,47v0,46,-23,94,-72,92v4,-21,22,-42,16,-66v-29,-6,-19,51,-48,61v-5,5,-22,22,-30,12v3,-51,27,-86,75,-91v-50,-12,-90,42,-90,88v0,35,44,17,57,3v3,11,14,15,28,15v57,0,80,-55,85,-114","w":228}
,"A":{
	"d":"144,-122v-1,45,-3,100,14,126v7,-43,7,-93,11,-139v11,-7,25,-12,34,-21v-7,-6,-21,1,-30,2r30,-126v-32,31,-44,81,-55,133v-34,14,-63,33,-93,51v38,-68,98,-123,133,-189v-84,70,-142,170,-209,258r-4,9v16,-5,25,-19,38,-27","w":207,"k":{
	"y":27,"w":15,"v":4,"u":28,"t":20,"s":13,"q":17,"p":16,"o":25,"e":22,"d":28,"c":12,"a":16,"Y":6,"V":12,"U":14,"T":9,"Q":24,"O":24,"G":24,"C":19,"'":9,"\"":4}
}
,"B":{
	"d":"4,-226v22,-7,44,-13,69,-16v-31,64,-54,136,-56,229v1,7,1,22,11,19v69,-25,138,-50,188,-94v37,-55,-42,-77,-102,-76v30,-20,78,-23,85,-66v-22,-63,-167,-37,-195,4xm166,-139v24,4,53,25,23,44r-162,95r32,-143r35,-13xm86,-244v34,0,73,-3,90,15v-2,7,-8,9,-11,14r-103,58","w":231,"k":{
	"A":16,".":71,",":99}
}
,"C":{
	"d":"174,-198v18,-29,8,-126,-34,-87r-57,54v-32,47,-75,81,-79,156v-2,44,31,73,71,52v35,-19,75,-44,99,-70v-46,15,-76,46,-126,56v-41,-9,-16,-81,-1,-104r40,-61r68,-72v12,-5,12,12,14,21v3,18,1,39,5,55","w":186,"k":{
	"A":16,".":60,",":79}
}
,"D":{
	"d":"118,-26v57,-15,141,-38,110,-114v-25,-61,-93,-79,-141,-118v2,-8,2,-32,-4,-21r-9,17v-19,-6,-32,-19,-55,-21v14,14,34,23,50,35r-65,225v-9,3,-21,3,-28,8v7,3,18,2,27,2v-2,19,7,8,11,1xm166,-179v27,18,68,75,20,104v-45,27,-110,35,-167,50r65,-214","k":{
	"Y":34,"V":8,"A":11,".":57,",":88}
}
,"E":{
	"d":"100,-38v-25,7,-81,17,-73,-26v14,-75,50,-128,77,-190v-54,46,-100,111,-100,198v0,76,118,39,154,15v17,-11,37,-20,50,-35v-40,9,-71,28,-108,38xm163,-159v-36,-9,-87,2,-104,27v36,7,83,-6,104,-27xm114,-257v34,13,105,5,131,-15v-34,-14,-103,-3,-131,15","w":205}
,"F":{
	"d":"24,-239v14,10,44,2,66,3v-42,73,-70,148,-86,241v28,-29,35,-76,53,-114v41,-7,76,-20,114,-30r18,-12v-48,-8,-85,14,-124,21r37,-108v40,-8,82,-14,111,-33v-64,-4,-136,15,-189,32","w":180,"k":{
	"r":12,"o":4,"i":4,"e":23,"a":33,"A":27,".":100,",":122}
}
,"G":{
	"d":"4,-65v-6,57,66,58,102,36v31,-19,57,-41,84,-63v-10,29,-21,57,-24,92v25,-53,48,-109,80,-155v0,-7,-8,-11,-15,-7v-54,47,-94,108,-178,125v-43,-1,-21,-62,-9,-83v25,-42,53,-82,85,-117v15,-15,35,-30,65,-33v18,-1,17,17,11,29r-21,40v20,-16,36,-32,38,-66v-16,-36,-78,-9,-96,7v-51,47,-93,103,-120,173v-3,8,-2,15,-2,22","w":250,"k":{
	".":50,",":66}
}
,"H":{
	"d":"103,-258v-58,30,-56,127,-107,165r14,2v-3,22,-12,43,-11,66v17,-19,23,-49,36,-72r153,-35v-11,32,-33,78,-21,118v19,-38,31,-82,48,-122v9,-2,18,-4,25,-8r-18,-7v16,-39,42,-69,53,-113v-37,27,-54,74,-79,113v-60,1,-104,18,-152,32","w":258}
,"I":{
	"d":"72,-245v7,10,28,5,44,6v-46,57,-74,132,-90,219v-14,5,-32,4,-39,17v26,14,86,4,108,-11v-10,-15,-41,-5,-57,-10r93,-213v9,-12,36,-3,46,-14v-18,-23,-88,-13,-105,6","w":163}
,"J":{
	"d":"4,-61v-2,57,63,68,87,23v32,-60,59,-137,74,-211v-3,4,-8,8,-10,13v-37,68,-51,159,-105,210v-27,5,-29,-26,-46,-35xm54,-237v-3,6,3,4,8,4r217,-44v-62,-28,-179,9,-225,40","w":225}
,"K":{
	"d":"126,-136v16,47,45,82,77,114v4,1,10,6,12,5v-19,-49,-53,-83,-72,-132v31,-37,83,-62,91,-119v-31,33,-65,64,-99,94v-3,-2,-4,-7,-7,-9v-4,6,-4,10,-5,19v-30,32,-71,52,-91,94v35,-18,62,-45,94,-66xm77,-265v-47,59,-65,148,-73,246v33,-70,48,-158,73,-236r0,-10","k":{
	"y":17,"u":15,"o":18,"e":6,"O":18,"C":16}
}
,"L":{
	"d":"205,-41v5,-2,12,-9,1,-9v-89,-2,-159,18,-221,46v-2,3,-12,8,-2,8v74,0,148,-32,222,-45xm102,-256v-47,51,-63,141,-78,220v13,-9,16,-27,24,-40v17,-61,42,-114,54,-180","w":217,"k":{
	"Y":27,"V":12,"T":14,"'":90,"\"":88}
}
,"M":{
	"d":"85,-221v-2,-17,-12,-48,-15,-17v-2,19,0,37,1,55r-67,180v37,-33,49,-91,75,-135v10,38,28,77,35,115v-2,8,-11,12,-9,19v7,-3,14,-15,20,-8v2,-2,2,-6,2,-10r130,-162r-9,162v0,4,4,14,7,10v5,-94,23,-175,53,-243v-1,-11,-19,-12,-22,-2r-161,218r-32,-143v2,-24,13,-50,10,-73v-8,10,-12,23,-18,34","w":312}
,"N":{
	"d":"95,-213v-1,-21,6,-68,-20,-47v-35,79,-65,162,-85,255r82,-199v11,75,35,138,73,186v6,4,10,1,14,-3v39,-72,100,-129,113,-222v-12,17,-17,41,-29,59r-92,138v-27,-48,-51,-99,-56,-167","w":253,"k":{
	"A":37,".":58,",":80}
}
,"O":{
	"d":"161,-256v-103,2,-144,108,-157,207v-10,77,108,46,136,13v29,-33,59,-67,61,-127v1,-36,-15,-72,-45,-76v39,28,34,103,8,140v-26,36,-50,72,-107,76v-53,4,-25,-67,-14,-96v22,-60,49,-121,118,-137","w":205,"k":{
	"Y":12,"X":16,"V":12,"T":15,"A":22,".":46,",":70}
}
,"P":{
	"d":"31,-264v0,0,-34,-2,-19,6r63,16v-33,77,-59,160,-71,258v7,-9,13,-20,17,-32r64,-222v58,16,102,52,109,115v-28,23,-88,17,-124,33v61,9,175,11,140,-70v-29,-66,-88,-100,-179,-104","w":221,"k":{
	"o":9,"e":23,"a":21,"A":24,".":143,",":163}
}
,"Q":{
	"d":"18,-117v-23,43,-21,118,41,108v11,48,96,38,124,14v-29,-9,-92,16,-103,-19v67,-34,122,-87,132,-173v4,-34,-31,-59,-64,-47v39,1,63,36,43,75v-26,54,-61,99,-116,124v-1,-15,3,-35,-3,-46v-13,9,-12,32,-16,50v-46,8,-32,-50,-21,-76v27,-66,70,-116,133,-146v-79,10,-119,75,-150,136","w":215,"k":{
	"U":15,".":59,",":32}
}
,"R":{
	"d":"228,-207v-5,41,-55,49,-93,58v-11,-3,-29,9,-43,11v8,5,24,2,38,3v24,64,58,119,123,142v-16,-28,-47,-48,-65,-75r-45,-67v51,-7,98,-20,107,-68v-5,-54,-88,-31,-139,-39r2,-11v-16,24,-63,18,-82,38v18,2,36,-6,56,-6v-30,67,-74,127,-82,211v38,-66,64,-144,100,-212v42,1,96,-4,123,15","w":257,"k":{
	"y":15,"V":24,"U":12,"T":10,"O":9}
}
,"S":{
	"d":"85,-247v36,0,48,40,33,70v34,-26,11,-87,-36,-87v-49,0,-62,56,-37,94r62,95v4,11,14,18,13,34v-17,45,-94,17,-138,13v24,15,54,25,91,28v54,5,82,-38,54,-82v-27,-44,-61,-79,-77,-134v2,-18,15,-31,35,-31","w":154,"k":{
	".":10,",":30}
}
,"T":{
	"d":"4,-226v21,11,60,3,91,4v-28,63,-70,121,-76,203v36,-62,59,-136,88,-205v41,-12,93,-12,126,-32v-79,0,-147,19,-222,26","w":168,"k":{
	"y":56,"w":45,"u":54,"r":60,"o":49,"i":29,"h":8,"e":68,"a":63,"A":40,";
	":86,":":71,".":84,",":105}
}
,"U":{
	"d":"44,-42v-21,13,-30,-16,-26,-41v9,-58,43,-102,57,-152v-37,44,-70,94,-77,166v-3,38,28,64,61,42v57,-39,96,-96,139,-149v-10,43,-30,111,-9,157r45,-228v-16,12,-18,38,-32,53v-51,52,-95,113,-158,152xm198,-177v1,0,1,0,1,1","k":{
	"A":6,".":32,",":51}
}
,"V":{
	"d":"211,-241v-33,101,-120,158,-175,232v47,-18,74,-57,109,-87v26,-41,76,-79,66,-145xm52,-244v-5,-5,-5,2,-8,7v-18,41,-32,89,-32,144v0,28,2,57,19,70v-4,-85,16,-145,21,-221","w":191,"k":{
	"u":21,"o":15,"i":6,"e":35,"a":37,"O":17,"G":20,"A":40,";
	":51,":":36,".":76,",":98}
}
,"W":{
	"d":"160,-209v-2,-5,-6,-11,-6,-1v0,3,1,8,-1,9r-137,158r60,-197r0,-8v-27,50,-45,108,-69,160r-17,76v1,22,20,8,27,-1r137,-167v6,61,8,126,31,170v82,8,110,-113,115,-203v-33,60,-35,157,-101,186v-19,-48,-23,-112,-35,-167v11,-16,24,-31,32,-50v-14,9,-24,23,-36,35","w":304,"k":{
	";
	":14,":":24,",":12}
}
,"X":{
	"d":"60,-238v-3,-2,-2,-6,-6,-6v2,42,13,75,18,114r-98,111r-4,10v41,-28,72,-66,109,-98v17,47,54,98,119,85v-51,-16,-89,-48,-103,-101r106,-120r3,-10v-42,32,-77,71,-116,106","w":188}
,"Y":{
	"d":"6,-237v6,51,50,101,102,109v-29,46,-76,74,-79,144v0,5,5,10,6,3v20,-64,68,-95,98,-147v23,-41,50,-76,63,-125v-31,36,-55,79,-83,118v-8,-1,-18,-8,-23,-14","w":177,"k":{
	"u":42,"o":36,"i":18,"e":55,"a":55,"O":39,"A":53,";
	":73,":":58,".":75,",":96}
}
,"Z":{
	"d":"211,-220v16,-15,5,-33,-19,-31v-48,3,-104,2,-137,21v47,0,100,-10,144,-3r-178,164v-12,23,-46,39,-44,68v1,0,11,4,9,4r191,-54v11,-9,24,-16,33,-27v-17,4,-27,14,-41,20r-161,35v63,-70,135,-132,203,-197","w":208}
,"[":{
	"d":"15,-17v3,17,-12,19,-11,34v16,47,110,17,137,-3v-30,-9,-73,11,-113,7v-19,-2,-6,-27,-2,-36v31,-68,38,-160,65,-232v42,3,99,-2,133,-17v-40,-16,-102,-2,-136,11r0,-7v-6,10,-11,20,-16,30","w":228}
,"\\":{
	"d":"120,15v-17,-109,-80,-188,-116,-282v0,30,11,50,17,75","w":124}
,"]":{
	"d":"107,17v-40,-2,-80,0,-103,19v29,9,69,0,101,-2v0,9,3,5,6,0v8,-2,20,0,22,-7v-4,-6,-12,-5,-16,-10r99,-266v7,-6,11,-27,-7,-24r-127,15v33,8,74,5,114,5v-36,84,-58,181,-89,270","w":226}
,"_":{
	"d":"273,72v0,-14,-16,-9,-28,-12v-84,-2,-170,-8,-245,5r0,7v86,9,185,-1,273,0","w":269}
,"`":{
	"d":"69,-282v-20,-12,-40,-25,-63,-34v-5,18,41,50,63,34","w":72}
,"a":{
	"d":"9,-82v-38,41,4,108,50,64v23,-21,42,-46,58,-74v1,34,-12,76,0,103v20,-36,18,-92,22,-144v1,-5,-4,-10,-8,-5v-20,43,-54,72,-84,105v-14,15,-45,8,-30,-19v29,-49,56,-100,121,-111v-63,-20,-96,45,-129,81xm118,-93r-1,0r1,0","w":145,"k":{
	"y":4,"t":11,"p":5,"g":5}
}
,"b":{
	"d":"71,-264v-34,75,-62,172,-77,258v41,28,111,15,122,-32v8,-33,16,-68,16,-110v-13,-45,-55,-1,-67,18r-39,60xm111,-152v7,70,-16,169,-97,133r8,-31v30,-34,54,-74,89,-102","w":136,"k":{
	"y":9,"u":10,"l":12,"b":5,".":13,",":35}
}
,"c":{
	"d":"132,-119v14,-6,10,-65,-20,-58v-66,16,-90,77,-112,137v-18,49,22,75,62,45v31,-23,66,-43,87,-74v-45,20,-74,56,-126,69v-16,-58,36,-112,67,-150v12,-14,42,-16,41,9","w":140,"k":{
	".":10,",":33}
}
,"d":{
	"d":"194,-250v-18,24,-23,56,-36,84v-22,-24,-54,9,-73,17v-37,31,-79,60,-81,126v14,38,63,0,77,-12r57,-49v-2,25,-10,66,10,78r9,-5v16,-28,41,-55,52,-84v-24,12,-36,36,-54,53v1,-26,7,-48,10,-72v10,-9,17,-23,23,-35v-7,2,-12,8,-18,13v7,-38,21,-77,24,-114xm107,-145v12,-5,38,-33,48,-11r-12,45v-40,28,-69,66,-119,84v4,-28,18,-49,29,-70xm170,-134r0,-1r0,1","w":199}
,"e":{
	"d":"125,-112v31,-24,14,-84,-31,-64v-60,26,-81,95,-99,166v14,48,85,9,101,-12v14,-17,33,-30,45,-49v-43,18,-62,67,-121,65v-10,-1,-1,-16,-1,-24v7,-14,11,-32,19,-45v41,11,68,-15,87,-37xm124,-150v-11,38,-37,71,-84,68v22,-27,29,-68,69,-77v6,1,15,1,15,9","w":146,"k":{
	"y":6,"p":6,"g":6,".":24,",":48}
}
,"f":{
	"d":"150,-206v18,-16,12,-70,-22,-54v-44,38,-66,98,-96,150v-9,5,-18,10,-25,17v5,1,14,0,17,1v-15,57,-47,116,-37,188v18,-69,38,-136,65,-195v41,-16,81,-32,111,-58v4,-4,4,-10,-3,-7r-98,40r67,-117v6,-11,21,-8,21,10v0,8,-2,18,0,25","w":140,"k":{
	"f":10,"e":16,"a":24,"1":15,".":59,",":80}
}
,"g":{
	"d":"134,-95v-23,57,-32,127,-66,172v-27,16,-44,-16,-64,-25v11,33,67,62,88,18v31,-70,59,-144,80,-224v-8,-26,-24,-3,-29,9v-31,42,-57,90,-115,105v-6,-59,53,-103,109,-117v-63,-10,-107,44,-128,92v-17,39,27,55,57,32v25,-19,48,-39,68,-62","w":175,"k":{
	"y":25,"r":23,"o":15,"i":17,"g":24,"e":24,"a":14,".":30,",":50}
}
,"h":{
	"d":"174,-143v11,-32,-13,-54,-39,-31v-42,39,-72,89,-108,134v16,-84,59,-140,87,-212v-55,63,-96,140,-111,242v4,7,7,12,18,8v48,-52,80,-123,137,-164v0,57,-40,98,-23,156v5,3,12,-8,12,-9v-5,-1,-9,5,-8,-5v3,-47,21,-80,35,-119","w":180,"k":{
	"y":25}
}
,"i":{
	"d":"23,-10v-4,-53,35,-115,30,-167v-26,37,-45,83,-45,142v0,11,4,24,15,25xm80,-214v1,-15,-27,-21,-29,-7v-2,10,9,14,18,14v4,0,12,-2,11,-7","w":63,"k":{
	"v":5}
}
,"j":{
	"d":"-11,65v-9,42,-61,18,-61,-13v-2,-4,-3,-16,-8,-13v-3,40,14,68,46,68v30,0,41,-24,47,-47r60,-242v-15,12,-19,36,-29,54xm86,-216v-2,-13,-28,-11,-28,2v-1,9,7,9,14,10v6,0,14,-5,14,-12","w":82}
,"k":{
	"d":"4,-9v-3,13,12,16,18,9r77,-96v10,40,28,83,56,100v-6,-44,-30,-78,-42,-119v15,-29,37,-51,48,-84v-21,19,-35,45,-54,65v-2,-10,-11,-16,-11,-2r0,16r-62,72v20,-73,31,-155,64,-215v-29,16,-37,53,-52,83","w":165,"k":{
	"y":10,"o":12}
}
,"l":{
	"d":"72,-245v-43,59,-58,153,-67,245v4,-4,9,-11,10,-18r64,-232v-3,1,-5,3,-7,5","w":64,"k":{
	"y":22,"w":12}
}
,"m":{
	"d":"133,-102v6,-30,28,-114,-19,-94v-39,28,-58,75,-80,120v3,-30,14,-60,9,-92v-25,36,-26,95,-39,142r1,11v19,-12,15,-44,34,-56v27,-36,48,-77,83,-105v1,73,-34,127,-33,192v13,-28,24,-62,36,-92r82,-80v-3,49,-26,106,-10,153v13,-51,24,-106,32,-161v4,-27,-31,-21,-38,-5v-22,20,-38,45,-58,67xm33,-75r0,0r0,0","w":232,"k":{
	"y":16,"u":18}
}
,"n":{
	"d":"142,-111v17,-39,0,-93,-39,-55v-27,26,-51,53,-68,89v2,3,5,-1,6,-2v29,-24,55,-61,87,-78r-22,143v1,7,4,8,6,2xm45,-165v-29,31,-39,98,-39,150v28,-35,28,-96,41,-146v0,-1,-1,-3,-2,-4","w":153,"k":{
	"y":19,"u":20}
}
,"o":{
	"d":"85,-176v-57,-7,-81,62,-81,121v0,32,10,60,43,60v62,0,88,-59,94,-122v6,-54,-62,-69,-90,-32v15,0,22,-10,38,-10v70,15,15,123,-20,137v-30,20,-51,-7,-46,-44v7,-50,17,-97,62,-110","w":145,"k":{
	"y":12,"g":11,".":20,",":42}
}
,"p":{
	"d":"19,-188v6,11,18,14,26,21r-61,257v-1,13,5,5,7,2r37,-111v81,19,155,-64,89,-123v-28,-25,-61,-38,-98,-46xm84,-144v68,38,23,123,-55,118r27,-135","w":147,"k":{
	"y":8,".":22,",":47}
}
,"q":{
	"d":"-6,-37v-11,38,32,32,51,16r54,-45v-26,58,-61,107,-64,188v3,5,5,10,13,7v4,-1,3,0,3,0v31,-36,67,-67,94,-106v-34,20,-58,50,-88,74v16,-77,51,-134,78,-200v4,-10,23,-21,18,-32r-10,9v2,-7,5,-13,4,-23v-10,12,-16,28,-24,41r-109,79v16,-51,41,-93,74,-126v10,-11,37,-20,47,-3r3,0v-23,-49,-84,3,-97,28v-16,31,-37,57,-47,93","w":159}
,"r":{
	"d":"146,-160v9,-38,-30,-39,-48,-21r-43,45v3,-14,11,-24,11,-42v-39,38,-59,96,-62,170v2,6,6,20,9,9r19,-70v29,-35,57,-89,97,-105v4,18,-3,44,4,60v10,-9,9,-30,13,-46","w":140,"k":{
	"y":19,"u":17,"s":8,"r":15,"q":19,"o":6,"n":10,"m":10,"l":8,"k":17,"i":9,"g":27,"e":20,"d":30,"c":11,"a":19,";
	":45,":":32,".":71,",":93}
}
,"s":{
	"d":"4,-44v0,-4,-4,-4,-5,0v-16,22,-18,62,24,62v45,0,81,-27,62,-75v-11,-29,-30,-50,-35,-84v-5,-30,50,-37,52,-7r-4,20v26,-14,11,-56,-23,-56v-38,0,-52,41,-38,74v12,27,29,47,33,81v-2,25,-28,27,-53,30v-26,3,-14,-28,-13,-45","w":104,"k":{
	".":4,",":22}
}
,"t":{
	"d":"101,-184v-2,-9,12,-19,10,-32v-12,9,-20,23,-29,35v-22,7,-50,6,-67,18v11,9,32,5,51,6v-20,42,-47,81,-51,137v-3,53,66,27,78,3v-20,1,-29,13,-50,13v-11,3,-7,-12,-8,-22v13,-50,33,-94,55,-135v23,-9,54,-9,70,-24v-16,-9,-40,0,-59,1","w":123}
,"u":{
	"d":"110,-84r-19,83v5,34,35,3,44,-5v3,-2,5,-10,-3,-7r-23,9r37,-164v-16,14,-18,36,-27,53v-32,29,-59,63,-93,90v-6,-3,2,-15,1,-22r40,-135v-31,42,-53,91,-63,154v5,48,54,9,67,-7xm110,-84v0,-1,0,-1,1,-1","w":151}
,"v":{
	"d":"51,-30v-17,18,-29,-1,-27,-24v-6,-47,9,-92,6,-131v-22,40,-39,123,-16,174v29,30,66,-13,79,-35r69,-112v-44,36,-72,86,-111,128","w":148,"k":{
	"o":6,"e":23,"a":20,".":42,",":64}
}
,"w":{
	"d":"13,-32v11,-61,42,-101,52,-162v-29,57,-69,104,-75,185v6,19,28,1,37,-7v34,-30,66,-62,94,-99v1,47,-1,98,41,104v44,-5,57,-43,81,-69v14,-27,33,-48,43,-79v-41,37,-69,87,-110,123v-44,16,-34,-61,-41,-102v3,-10,9,-16,9,-29v-6,2,-10,17,-12,6v0,-2,0,-5,-2,-5v-19,64,-78,90,-117,134","w":272,"k":{
	"o":6,"h":18,"e":21,"a":16,".":43,",":66}
}
,"x":{
	"d":"42,-45v12,28,71,42,90,10v-32,6,-64,4,-73,-25r100,-102r7,-14v-45,25,-76,65,-116,96r-21,-108v-15,30,-5,92,4,124v-17,20,-38,36,-52,59v24,-9,41,-27,61,-40","w":157,"k":{
	"e":8}
}
,"y":{
	"d":"6,-53v-13,33,16,51,39,32v25,-21,47,-45,69,-69r-65,181v-15,-11,-24,-29,-40,-40v7,25,18,47,40,58v17,-1,20,-20,27,-32r82,-235v-1,0,-3,3,-3,1r2,-15v-10,9,-15,22,-22,33v-37,35,-65,78,-111,104v9,-52,33,-89,46,-137v-31,29,-48,75,-64,119","w":151,"k":{
	"o":10,"e":19,"a":9,".":24,",":42}
}
,"z":{
	"d":"147,-164v-54,46,-95,104,-153,146v-8,5,-5,20,7,18r151,-40v-42,1,-76,11,-115,15v49,-49,95,-102,151,-145v3,-7,-3,-13,-12,-12r-125,17v18,8,67,1,96,1","w":174,"k":{
	"o":11,"e":7}
}
}
}
);
	

CSS代码(style.css):

*{margin:0;padding:0;}
body{background:#ccc url(../images/wood.jpg) repeat top left;font-family:Arial,Helvetica,sans-serif;color:#444;font-size:12px;color:#000;}
h1{color:#2F1B0C;font-size:40px;margin:20px 0px 0px 20px;}
span.reference{font-family:Arial;display:block;font-size:12px;text-align:center;margin-bottom:10px;}
span.reference a{color:#000;text-transform:uppercase;text-decoration:none;margin:0px 20px;}
span.reference a:hover{color:#ddd;}
/* Booklet jQuery Plugin Style*/
.booklet{-moz-box-shadow:0px 0px 1px #fff;-webkit-box-shadow:0px 0px 1px #fff;box-shadow:0px 0px 1px #fff;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.booklet .b-wrap-left{background:#fff url(../images/left_bg.jpg) no-repeat top left;-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px;}
.booklet .b-wrap-right{background:#efefef url(../images/right_bg.jpg) no-repeat top left;-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;}
.booklet .b-counter{bottom:10px;position:absolute;display:block;width:90%;height:20px;border-top:1px solid #ddd;color:#222;text-align:center;font-size:12px;padding:5px 0 0;background:transparent;-moz-box-shadow:0px -1px 1px #fff;-webkit-box-shadow:0px -1px 1px #fff;box-shadow:0px -1px 1px #fff;opacity:0.8;}
.book_wrapper{margin:0 auto;padding-top:50px;width:905px;height:540px;position:relative;background:transparent url(../images/bg.png) no-repeat 9px 27px;}
.book_wrapper h1{color:#13386a;margin:5px 5px 5px 15px;font-size:26px;background:transparent url(../images/h1.png) no-repeat bottom left;padding-bottom:7px;}
.book_wrapper p{font-size:16px;margin:5px 5px 5px 15px;}
.book_wrapper a.article,.book_wrapper a.demo{background:transparent url(../images/circle.png) no-repeat 50% 0px;display:block;width:95px;height:41px;text-decoration:none;outline:none;font-size:16px;color:#555;float:left;line-height:41px;padding-left:47px;}
.book_wrapper a.demo{margin-left:50px;}
.book_wrapper a.article:hover,.book_wrapper a.demo:hover{background-position:50% -41px;color:#13386a;}
.book_wrapper img{margin:10px 0px 5px 35px;width:300px;padding:4px;border:1px solid #ddd;-moz-box-shadow:1px 1px 1px #fff;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;}
.booklet .b-wrap-right img{border:1px solid #E6E3C2;}
a#next_page_button,a#prev_page_button{display:none;position:absolute;width:41px;height:40px;cursor:pointer;margin-top:-20px;top:50%;background:transparent url(../images/buttons.png) no-repeat 0px -40px;}
a#prev_page_button{left:-30px;}
a#next_page_button{right:-30px;background-position:-41px -40px;}
a#next_page_button:hover{background-position:-41px 0px;}
a#prev_page_button:hover{background-position:0px 0px;}
.loading{width:160px;height:56px;position:absolute;top:50%;margin-top:-28px;right:135px;line-height:56px;color:#fff;padding-left:60px;font-size:15px;background:#000 url(../images/ajax-loader.gif) no-repeat 10px 50%;opacity:0.7;z-index:9999;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
461.20 KB
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章