diff --git a/application/.htaccess b/application/.htaccess deleted file mode 100644 index 14249c5..0000000 --- a/application/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all \ No newline at end of file diff --git a/application/cache/.htaccess b/application/cache/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/application/cache/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file diff --git a/application/cache/index.html b/application/cache/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/cache/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/config/doctypes.php b/application/config/doctypes.php deleted file mode 100644 index f7e1d19..0000000 --- a/application/config/doctypes.php +++ /dev/null @@ -1,15 +0,0 @@ - '', - 'xhtml1-strict' => '', - 'xhtml1-trans' => '', - 'xhtml1-frame' => '', - 'html5' => '', - 'html4-strict' => '', - 'html4-trans' => '', - 'html4-frame' => '' - ); - -/* End of file doctypes.php */ -/* Location: ./application/config/doctypes.php */ \ No newline at end of file diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php deleted file mode 100644 index 14b0d73..0000000 --- a/application/config/foreign_chars.php +++ /dev/null @@ -1,64 +0,0 @@ - 'ae', - '/ö|œ/' => 'oe', - '/ü/' => 'ue', - '/Ä/' => 'Ae', - '/Ü/' => 'Ue', - '/Ö/' => 'Oe', - '/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ/' => 'A', - '/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª/' => 'a', - '/Ç|Ć|Ĉ|Ċ|Č/' => 'C', - '/ç|ć|ĉ|ċ|č/' => 'c', - '/Ð|Ď|Đ/' => 'D', - '/ð|ď|đ/' => 'd', - '/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E', - '/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e', - '/Ĝ|Ğ|Ġ|Ģ/' => 'G', - '/ĝ|ğ|ġ|ģ/' => 'g', - '/Ĥ|Ħ/' => 'H', - '/ĥ|ħ/' => 'h', - '/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ/' => 'I', - '/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı/' => 'i', - '/Ĵ/' => 'J', - '/ĵ/' => 'j', - '/Ķ/' => 'K', - '/ķ/' => 'k', - '/Ĺ|Ļ|Ľ|Ŀ|Ł/' => 'L', - '/ĺ|ļ|ľ|ŀ|ł/' => 'l', - '/Ñ|Ń|Ņ|Ň/' => 'N', - '/ñ|ń|ņ|ň|ʼn/' => 'n', - '/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ/' => 'O', - '/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o', - '/Ŕ|Ŗ|Ř/' => 'R', - '/ŕ|ŗ|ř/' => 'r', - '/Ś|Ŝ|Ş|Š/' => 'S', - '/ś|ŝ|ş|š|ſ/' => 's', - '/Ţ|Ť|Ŧ/' => 'T', - '/ţ|ť|ŧ/' => 't', - '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U', - '/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u', - '/Ý|Ÿ|Ŷ/' => 'Y', - '/ý|ÿ|ŷ/' => 'y', - '/Ŵ/' => 'W', - '/ŵ/' => 'w', - '/Ź|Ż|Ž/' => 'Z', - '/ź|ż|ž/' => 'z', - '/Æ|Ǽ/' => 'AE', - '/ß/'=> 'ss', - '/IJ/' => 'IJ', - '/ij/' => 'ij', - '/Œ/' => 'OE', - '/ƒ/' => 'f' -); - -/* End of file foreign_chars.php */ -/* Location: ./application/config/foreign_chars.php */ \ No newline at end of file diff --git a/application/config/hooks.php b/application/config/hooks.php deleted file mode 100644 index a4ad2be..0000000 --- a/application/config/hooks.php +++ /dev/null @@ -1,16 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/config/migration.php b/application/config/migration.php deleted file mode 100644 index df42a3c..0000000 --- a/application/config/migration.php +++ /dev/null @@ -1,41 +0,0 @@ -migration->latest() this is the version that schema will -| be upgraded / downgraded to. -| -*/ -$config['migration_version'] = 0; - - -/* -|-------------------------------------------------------------------------- -| Migrations Path -|-------------------------------------------------------------------------- -| -| Path to your migrations folder. -| Typically, it will be within your application path. -| Also, writing permission is required within the migrations path. -| -*/ -$config['migration_path'] = APPPATH . 'migrations/'; - - -/* End of file migration.php */ -/* Location: ./application/config/migration.php */ \ No newline at end of file diff --git a/application/config/mimes.php b/application/config/mimes.php deleted file mode 100644 index 100f7d4..0000000 --- a/application/config/mimes.php +++ /dev/null @@ -1,106 +0,0 @@ - 'application/mac-binhex40', - 'cpt' => 'application/mac-compactpro', - 'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'), - 'bin' => 'application/macbinary', - 'dms' => 'application/octet-stream', - 'lha' => 'application/octet-stream', - 'lzh' => 'application/octet-stream', - 'exe' => array('application/octet-stream', 'application/x-msdownload'), - 'class' => 'application/octet-stream', - 'psd' => 'application/x-photoshop', - 'so' => 'application/octet-stream', - 'sea' => 'application/octet-stream', - 'dll' => 'application/octet-stream', - 'oda' => 'application/oda', - 'pdf' => array('application/pdf', 'application/x-download'), - 'ai' => 'application/postscript', - 'eps' => 'application/postscript', - 'ps' => 'application/postscript', - 'smi' => 'application/smil', - 'smil' => 'application/smil', - 'mif' => 'application/vnd.mif', - 'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'), - 'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'), - 'wbxml' => 'application/wbxml', - 'wmlc' => 'application/wmlc', - 'dcr' => 'application/x-director', - 'dir' => 'application/x-director', - 'dxr' => 'application/x-director', - 'dvi' => 'application/x-dvi', - 'gtar' => 'application/x-gtar', - 'gz' => 'application/x-gzip', - 'php' => 'application/x-httpd-php', - 'php4' => 'application/x-httpd-php', - 'php3' => 'application/x-httpd-php', - 'phtml' => 'application/x-httpd-php', - 'phps' => 'application/x-httpd-php-source', - 'js' => 'application/x-javascript', - 'swf' => 'application/x-shockwave-flash', - 'sit' => 'application/x-stuffit', - 'tar' => 'application/x-tar', - 'tgz' => array('application/x-tar', 'application/x-gzip-compressed'), - 'xhtml' => 'application/xhtml+xml', - 'xht' => 'application/xhtml+xml', - 'zip' => array('application/x-zip', 'application/zip', 'application/x-zip-compressed'), - 'mid' => 'audio/midi', - 'midi' => 'audio/midi', - 'mpga' => 'audio/mpeg', - 'mp2' => 'audio/mpeg', - 'mp3' => array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'), - 'aif' => 'audio/x-aiff', - 'aiff' => 'audio/x-aiff', - 'aifc' => 'audio/x-aiff', - 'ram' => 'audio/x-pn-realaudio', - 'rm' => 'audio/x-pn-realaudio', - 'rpm' => 'audio/x-pn-realaudio-plugin', - 'ra' => 'audio/x-realaudio', - 'rv' => 'video/vnd.rn-realvideo', - 'wav' => array('audio/x-wav', 'audio/wave', 'audio/wav'), - 'bmp' => array('image/bmp', 'image/x-windows-bmp'), - 'gif' => 'image/gif', - 'jpeg' => array('image/jpeg', 'image/pjpeg'), - 'jpg' => array('image/jpeg', 'image/pjpeg'), - 'jpe' => array('image/jpeg', 'image/pjpeg'), - 'png' => array('image/png', 'image/x-png'), - 'tiff' => 'image/tiff', - 'tif' => 'image/tiff', - 'css' => 'text/css', - 'html' => 'text/html', - 'htm' => 'text/html', - 'shtml' => 'text/html', - 'txt' => 'text/plain', - 'text' => 'text/plain', - 'log' => array('text/plain', 'text/x-log'), - 'rtx' => 'text/richtext', - 'rtf' => 'text/rtf', - 'xml' => 'text/xml', - 'xsl' => 'text/xml', - 'mpeg' => 'video/mpeg', - 'mpg' => 'video/mpeg', - 'mpe' => 'video/mpeg', - 'qt' => 'video/quicktime', - 'mov' => 'video/quicktime', - 'avi' => 'video/x-msvideo', - 'movie' => 'video/x-sgi-movie', - 'doc' => 'application/msword', - 'docx' => array('application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/zip'), - 'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'), - 'word' => array('application/msword', 'application/octet-stream'), - 'xl' => 'application/excel', - 'eml' => 'message/rfc822', - 'json' => array('application/json', 'text/json') - ); - - -/* End of file mimes.php */ -/* Location: ./application/config/mimes.php */ diff --git a/application/config/profiler.php b/application/config/profiler.php deleted file mode 100644 index f8a5b1a..0000000 --- a/application/config/profiler.php +++ /dev/null @@ -1,17 +0,0 @@ - array('grin.gif', '19', '19', 'grin'), - ':lol:' => array('lol.gif', '19', '19', 'LOL'), - ':cheese:' => array('cheese.gif', '19', '19', 'cheese'), - ':)' => array('smile.gif', '19', '19', 'smile'), - ';-)' => array('wink.gif', '19', '19', 'wink'), - ';)' => array('wink.gif', '19', '19', 'wink'), - ':smirk:' => array('smirk.gif', '19', '19', 'smirk'), - ':roll:' => array('rolleyes.gif', '19', '19', 'rolleyes'), - ':-S' => array('confused.gif', '19', '19', 'confused'), - ':wow:' => array('surprise.gif', '19', '19', 'surprised'), - ':bug:' => array('bigsurprise.gif', '19', '19', 'big surprise'), - ':-P' => array('tongue_laugh.gif', '19', '19', 'tongue laugh'), - '%-P' => array('tongue_rolleye.gif', '19', '19', 'tongue rolleye'), - ';-P' => array('tongue_wink.gif', '19', '19', 'tongue wink'), - ':P' => array('raspberry.gif', '19', '19', 'raspberry'), - ':blank:' => array('blank.gif', '19', '19', 'blank stare'), - ':long:' => array('longface.gif', '19', '19', 'long face'), - ':ohh:' => array('ohh.gif', '19', '19', 'ohh'), - ':grrr:' => array('grrr.gif', '19', '19', 'grrr'), - ':gulp:' => array('gulp.gif', '19', '19', 'gulp'), - '8-/' => array('ohoh.gif', '19', '19', 'oh oh'), - ':down:' => array('downer.gif', '19', '19', 'downer'), - ':red:' => array('embarrassed.gif', '19', '19', 'red face'), - ':sick:' => array('sick.gif', '19', '19', 'sick'), - ':shut:' => array('shuteye.gif', '19', '19', 'shut eye'), - ':-/' => array('hmm.gif', '19', '19', 'hmmm'), - '>:(' => array('mad.gif', '19', '19', 'mad'), - ':mad:' => array('mad.gif', '19', '19', 'mad'), - '>:-(' => array('angry.gif', '19', '19', 'angry'), - ':angry:' => array('angry.gif', '19', '19', 'angry'), - ':zip:' => array('zip.gif', '19', '19', 'zipper'), - ':kiss:' => array('kiss.gif', '19', '19', 'kiss'), - ':ahhh:' => array('shock.gif', '19', '19', 'shock'), - ':coolsmile:' => array('shade_smile.gif', '19', '19', 'cool smile'), - ':coolsmirk:' => array('shade_smirk.gif', '19', '19', 'cool smirk'), - ':coolgrin:' => array('shade_grin.gif', '19', '19', 'cool grin'), - ':coolhmm:' => array('shade_hmm.gif', '19', '19', 'cool hmm'), - ':coolmad:' => array('shade_mad.gif', '19', '19', 'cool mad'), - ':coolcheese:' => array('shade_cheese.gif', '19', '19', 'cool cheese'), - ':vampire:' => array('vampire.gif', '19', '19', 'vampire'), - ':snake:' => array('snake.gif', '19', '19', 'snake'), - ':exclaim:' => array('exclaim.gif', '19', '19', 'excaim'), - ':question:' => array('question.gif', '19', '19', 'question') // no comma after last item - - ); - -/* End of file smileys.php */ -/* Location: ./application/config/smileys.php */ \ No newline at end of file diff --git a/application/config/user_agents.php b/application/config/user_agents.php deleted file mode 100644 index e2d3c3a..0000000 --- a/application/config/user_agents.php +++ /dev/null @@ -1,178 +0,0 @@ - 'Windows Longhorn', - 'windows nt 5.2' => 'Windows 2003', - 'windows nt 5.0' => 'Windows 2000', - 'windows nt 5.1' => 'Windows XP', - 'windows nt 4.0' => 'Windows NT 4.0', - 'winnt4.0' => 'Windows NT 4.0', - 'winnt 4.0' => 'Windows NT', - 'winnt' => 'Windows NT', - 'windows 98' => 'Windows 98', - 'win98' => 'Windows 98', - 'windows 95' => 'Windows 95', - 'win95' => 'Windows 95', - 'windows' => 'Unknown Windows OS', - 'os x' => 'Mac OS X', - 'ppc mac' => 'Power PC Mac', - 'freebsd' => 'FreeBSD', - 'ppc' => 'Macintosh', - 'linux' => 'Linux', - 'debian' => 'Debian', - 'sunos' => 'Sun Solaris', - 'beos' => 'BeOS', - 'apachebench' => 'ApacheBench', - 'aix' => 'AIX', - 'irix' => 'Irix', - 'osf' => 'DEC OSF', - 'hp-ux' => 'HP-UX', - 'netbsd' => 'NetBSD', - 'bsdi' => 'BSDi', - 'openbsd' => 'OpenBSD', - 'gnu' => 'GNU/Linux', - 'unix' => 'Unknown Unix OS' - ); - - -// The order of this array should NOT be changed. Many browsers return -// multiple browser types so we want to identify the sub-type first. -$browsers = array( - 'Flock' => 'Flock', - 'Chrome' => 'Chrome', - 'Opera' => 'Opera', - 'MSIE' => 'Internet Explorer', - 'Internet Explorer' => 'Internet Explorer', - 'Shiira' => 'Shiira', - 'Firefox' => 'Firefox', - 'Chimera' => 'Chimera', - 'Phoenix' => 'Phoenix', - 'Firebird' => 'Firebird', - 'Camino' => 'Camino', - 'Netscape' => 'Netscape', - 'OmniWeb' => 'OmniWeb', - 'Safari' => 'Safari', - 'Mozilla' => 'Mozilla', - 'Konqueror' => 'Konqueror', - 'icab' => 'iCab', - 'Lynx' => 'Lynx', - 'Links' => 'Links', - 'hotjava' => 'HotJava', - 'amaya' => 'Amaya', - 'IBrowse' => 'IBrowse' - ); - -$mobiles = array( - // legacy array, old values commented out - 'mobileexplorer' => 'Mobile Explorer', -// 'openwave' => 'Open Wave', -// 'opera mini' => 'Opera Mini', -// 'operamini' => 'Opera Mini', -// 'elaine' => 'Palm', - 'palmsource' => 'Palm', -// 'digital paths' => 'Palm', -// 'avantgo' => 'Avantgo', -// 'xiino' => 'Xiino', - 'palmscape' => 'Palmscape', -// 'nokia' => 'Nokia', -// 'ericsson' => 'Ericsson', -// 'blackberry' => 'BlackBerry', -// 'motorola' => 'Motorola' - - // Phones and Manufacturers - 'motorola' => "Motorola", - 'nokia' => "Nokia", - 'palm' => "Palm", - 'iphone' => "Apple iPhone", - 'ipad' => "iPad", - 'ipod' => "Apple iPod Touch", - 'sony' => "Sony Ericsson", - 'ericsson' => "Sony Ericsson", - 'blackberry' => "BlackBerry", - 'cocoon' => "O2 Cocoon", - 'blazer' => "Treo", - 'lg' => "LG", - 'amoi' => "Amoi", - 'xda' => "XDA", - 'mda' => "MDA", - 'vario' => "Vario", - 'htc' => "HTC", - 'samsung' => "Samsung", - 'sharp' => "Sharp", - 'sie-' => "Siemens", - 'alcatel' => "Alcatel", - 'benq' => "BenQ", - 'ipaq' => "HP iPaq", - 'mot-' => "Motorola", - 'playstation portable' => "PlayStation Portable", - 'hiptop' => "Danger Hiptop", - 'nec-' => "NEC", - 'panasonic' => "Panasonic", - 'philips' => "Philips", - 'sagem' => "Sagem", - 'sanyo' => "Sanyo", - 'spv' => "SPV", - 'zte' => "ZTE", - 'sendo' => "Sendo", - - // Operating Systems - 'symbian' => "Symbian", - 'SymbianOS' => "SymbianOS", - 'elaine' => "Palm", - 'palm' => "Palm", - 'series60' => "Symbian S60", - 'windows ce' => "Windows CE", - - // Browsers - 'obigo' => "Obigo", - 'netfront' => "Netfront Browser", - 'openwave' => "Openwave Browser", - 'mobilexplorer' => "Mobile Explorer", - 'operamini' => "Opera Mini", - 'opera mini' => "Opera Mini", - - // Other - 'digital paths' => "Digital Paths", - 'avantgo' => "AvantGo", - 'xiino' => "Xiino", - 'novarra' => "Novarra Transcoder", - 'vodafone' => "Vodafone", - 'docomo' => "NTT DoCoMo", - 'o2' => "O2", - - // Fallback - 'mobile' => "Generic Mobile", - 'wireless' => "Generic Mobile", - 'j2me' => "Generic Mobile", - 'midp' => "Generic Mobile", - 'cldc' => "Generic Mobile", - 'up.link' => "Generic Mobile", - 'up.browser' => "Generic Mobile", - 'smartphone' => "Generic Mobile", - 'cellphone' => "Generic Mobile" - ); - -// There are hundreds of bots but these are the most common. -$robots = array( - 'googlebot' => 'Googlebot', - 'msnbot' => 'MSNBot', - 'slurp' => 'Inktomi Slurp', - 'yahoo' => 'Yahoo', - 'askjeeves' => 'AskJeeves', - 'fastcrawler' => 'FastCrawler', - 'infoseek' => 'InfoSeek Robot 1.0', - 'lycos' => 'Lycos' - ); - -/* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ \ No newline at end of file diff --git a/application/controllers/index.html b/application/controllers/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/controllers/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/controllers/misal.php b/application/controllers/misal.php deleted file mode 100644 index 70d3e2f..0000000 --- a/application/controllers/misal.php +++ /dev/null @@ -1,25 +0,0 @@ -load->model("Modelamca"); - echo $this->Modelamca->al(); - - - - - - echo 'ea'; - } - -} - -/* End of file welcome.php */ diff --git a/application/core/index.html b/application/core/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/core/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/errors/error_404.php b/application/errors/error_404.php deleted file mode 100644 index 792726a..0000000 --- a/application/errors/error_404.php +++ /dev/null @@ -1,62 +0,0 @@ - - - -404 Page Not Found - - - -
-

- -
- - \ No newline at end of file diff --git a/application/errors/error_db.php b/application/errors/error_db.php deleted file mode 100644 index b396cda..0000000 --- a/application/errors/error_db.php +++ /dev/null @@ -1,62 +0,0 @@ - - - -Database Error - - - -
-

- -
- - \ No newline at end of file diff --git a/application/errors/error_general.php b/application/errors/error_general.php deleted file mode 100644 index fd63ce2..0000000 --- a/application/errors/error_general.php +++ /dev/null @@ -1,62 +0,0 @@ - - - -Error - - - -
-

- -
- - \ No newline at end of file diff --git a/application/errors/error_php.php b/application/errors/error_php.php deleted file mode 100644 index f085c20..0000000 --- a/application/errors/error_php.php +++ /dev/null @@ -1,10 +0,0 @@ -
- -

A PHP Error was encountered

- -

Severity:

-

Message:

-

Filename:

-

Line Number:

- -
\ No newline at end of file diff --git a/application/errors/index.html b/application/errors/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/errors/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/helpers/index.html b/application/helpers/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/helpers/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/hooks/index.html b/application/hooks/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/hooks/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/index.html b/application/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/language/english/index.html b/application/language/english/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/language/english/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/logs/index.html b/application/logs/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/logs/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/models/modelamca.php b/application/models/modelamca.php deleted file mode 100644 index ab3e276..0000000 --- a/application/models/modelamca.php +++ /dev/null @@ -1,40 +0,0 @@ -load->database(); - } - - - public function get_servers($all = FALSE){ - - if(all==FALSE){ - $q = $this->db->where('user_id', $this->CI->session->userdata('id')); - } - - $q = $this->db->get('servers_to_users'); - - if ($q->num_rows() > 0){ - return $q->result(); - } else { - return FALSE; - } - - } - - - - - -} - -?> diff --git a/application/third_party/index.html b/application/third_party/index.html deleted file mode 100644 index c942a79..0000000 --- a/application/third_party/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - \ No newline at end of file diff --git a/application/views/index.html b/application/views/index.html deleted file mode 100644 index e34ce1d..0000000 --- a/application/views/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - - - - \ No newline at end of file diff --git a/docs/assets/blueprint-css/ie.css b/docs/assets/blueprint-css/ie.css deleted file mode 100644 index 67cb091..0000000 --- a/docs/assets/blueprint-css/ie.css +++ /dev/null @@ -1,35 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 0.9 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* ie.css */ -body {text-align:center;} -.container {text-align:left;} -* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {overflow-x:hidden;} -* html legend {margin:0px -8px 16px 0;padding:0;} -ol {margin-left:2em;} -sup {vertical-align:text-top;} -sub {vertical-align:text-bottom;} -html>body p code {*white-space:normal;} -hr {margin:-8px auto 11px;} -img {-ms-interpolation-mode:bicubic;} -.clearfix, .container {display:inline-block;} -* html .clearfix, * html .container {height:1%;} -fieldset {padding-top:0;} -input.text, input.title {background-color:#fff;border:1px solid #bbb;} -input.text:focus, input.title:focus {border-color:#666;} -input.text, input.title, textarea, select {margin:0.5em 0;} -input.checkbox, input.radio {position:relative;top:.25em;} -form.inline div, form.inline p {vertical-align:middle;} -form.inline label {position:relative;top:-0.25em;} -form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;} -button, input.button {position:relative;top:0.25em;} \ No newline at end of file diff --git a/docs/assets/blueprint-css/plugins/buttons/icons/cross.png b/docs/assets/blueprint-css/plugins/buttons/icons/cross.png deleted file mode 100644 index 1514d51..0000000 Binary files a/docs/assets/blueprint-css/plugins/buttons/icons/cross.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/buttons/icons/key.png b/docs/assets/blueprint-css/plugins/buttons/icons/key.png deleted file mode 100644 index a9d5e4f..0000000 Binary files a/docs/assets/blueprint-css/plugins/buttons/icons/key.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/buttons/icons/tick.png b/docs/assets/blueprint-css/plugins/buttons/icons/tick.png deleted file mode 100644 index a9925a0..0000000 Binary files a/docs/assets/blueprint-css/plugins/buttons/icons/tick.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/buttons/readme.txt b/docs/assets/blueprint-css/plugins/buttons/readme.txt deleted file mode 100644 index a8c2b57..0000000 --- a/docs/assets/blueprint-css/plugins/buttons/readme.txt +++ /dev/null @@ -1,32 +0,0 @@ -Buttons - -* Gives you great looking CSS buttons, for both and - - - Change Password - - - - Cancel - diff --git a/docs/assets/blueprint-css/plugins/buttons/screen.css b/docs/assets/blueprint-css/plugins/buttons/screen.css deleted file mode 100644 index bb66b21..0000000 --- a/docs/assets/blueprint-css/plugins/buttons/screen.css +++ /dev/null @@ -1,97 +0,0 @@ -/* -------------------------------------------------------------- - - buttons.css - * Gives you some great CSS-only buttons. - - Created by Kevin Hale [particletree.com] - * particletree.com/features/rediscovering-the-button-element - - See Readme.txt in this folder for instructions. - --------------------------------------------------------------- */ - -a.button, button { - display:block; - float:left; - margin: 0.7em 0.5em 0.7em 0; - padding:5px 10px 5px 7px; /* Links */ - - border:1px solid #dedede; - border-top:1px solid #eee; - border-left:1px solid #eee; - - background-color:#f5f5f5; - font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; - font-size:100%; - line-height:130%; - text-decoration:none; - font-weight:bold; - color:#565656; - cursor:pointer; -} -button { - width:auto; - overflow:visible; - padding:4px 10px 3px 7px; /* IE6 */ -} -button[type] { - padding:4px 10px 4px 7px; /* Firefox */ - line-height:17px; /* Safari */ -} -*:first-child+html button[type] { - padding:4px 10px 3px 7px; /* IE7 */ -} -button img, a.button img{ - margin:0 3px -3px 0 !important; - padding:0; - border:none; - width:16px; - height:16px; - float:none; -} - - -/* Button colors --------------------------------------------------------------- */ - -/* Standard */ -button:hover, a.button:hover{ - background-color:#dff4ff; - border:1px solid #c2e1ef; - color:#336699; -} -a.button:active{ - background-color:#6299c5; - border:1px solid #6299c5; - color:#fff; -} - -/* Positive */ -body .positive { - color:#529214; -} -a.positive:hover, button.positive:hover { - background-color:#E6EFC2; - border:1px solid #C6D880; - color:#529214; -} -a.positive:active { - background-color:#529214; - border:1px solid #529214; - color:#fff; -} - -/* Negative */ -body .negative { - color:#d12f19; -} -a.negative:hover, button.negative:hover { - background-color:#fbe3e4; - border:1px solid #fbc2c4; - color:#d12f19; -} -a.negative:active { - background-color:#d12f19; - border:1px solid #d12f19; - color:#fff; -} diff --git a/docs/assets/blueprint-css/plugins/fancy-type/readme.txt b/docs/assets/blueprint-css/plugins/fancy-type/readme.txt deleted file mode 100644 index 85f2491..0000000 --- a/docs/assets/blueprint-css/plugins/fancy-type/readme.txt +++ /dev/null @@ -1,14 +0,0 @@ -Fancy Type - -* Gives you classes to use if you'd like some - extra fancy typography. - -Credits and instructions are specified above each class -in the fancy-type.css file in this directory. - - -Usage ----------------------------------------------------------------- - -1) Add this plugin to lib/settings.yml. - See compress.rb for instructions. diff --git a/docs/assets/blueprint-css/plugins/fancy-type/screen.css b/docs/assets/blueprint-css/plugins/fancy-type/screen.css deleted file mode 100644 index 3a83722..0000000 --- a/docs/assets/blueprint-css/plugins/fancy-type/screen.css +++ /dev/null @@ -1,71 +0,0 @@ -/* -------------------------------------------------------------- - - fancy-type.css - * Lots of pretty advanced classes for manipulating text. - - See the Readme file in this folder for additional instructions. - --------------------------------------------------------------- */ - -/* Indentation instead of line shifts for sibling paragraphs. */ - /* p + p { text-indent:2em; margin-top:-1.5em; } */ - form p + p { text-indent: 0; } /* Don't want this in forms. */ - - -/* For great looking type, use this code instead of asdf: - asdf - Best used on prepositions and ampersands. */ - -.alt { - color: #666; - font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; - font-style: italic; - font-weight: normal; -} - - -/* For great looking quote marks in titles, replace "asdf" with: - asdf” - (That is, when the title starts with a quote mark). - (You may have to change this value depending on your font size). */ - -.dquo { margin-left: -.5em; } - - -/* Reduced size type with incremental leading - (http://www.markboulton.co.uk/journal/comments/incremental_leading/) - - This could be used for side notes. For smaller type, you don't necessarily want to - follow the 1.5x vertical rhythm -- the line-height is too much. - - Using this class, it reduces your font size and line-height so that for - every four lines of normal sized type, there is five lines of the sidenote. eg: - - New type size in em's: - 10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems) - - New line-height value: - 12px x 1.5 = 18px (old line-height) - 18px x 4 = 72px - 72px / 5 = 14.4px (new line height) - 14.4px / 10px = 1.44 (new line height in em's) */ - -p.incr, .incr p { - font-size: 10px; - line-height: 1.44em; - margin-bottom: 1.5em; -} - - -/* Surround uppercase words and abbreviations with this class. - Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */ - -.caps { - font-variant: small-caps; - letter-spacing: 1px; - text-transform: lowercase; - font-size:1.2em; - line-height:1%; - font-weight:bold; - padding:0 2px; -} diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png b/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png deleted file mode 100644 index 834cdfa..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/email.png b/docs/assets/blueprint-css/plugins/link-icons/icons/email.png deleted file mode 100644 index 7348aed..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/email.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/external.png b/docs/assets/blueprint-css/plugins/link-icons/icons/external.png deleted file mode 100644 index cf1cfb4..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/external.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png b/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png deleted file mode 100644 index 315c4f4..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/im.png b/docs/assets/blueprint-css/plugins/link-icons/icons/im.png deleted file mode 100644 index 79f35cc..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/im.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png b/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png deleted file mode 100644 index 8f8095e..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png b/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png deleted file mode 100644 index ebf206d..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png b/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png deleted file mode 100644 index b977d7e..0000000 Binary files a/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png and /dev/null differ diff --git a/docs/assets/blueprint-css/plugins/link-icons/readme.txt b/docs/assets/blueprint-css/plugins/link-icons/readme.txt deleted file mode 100644 index 3cb1b2c..0000000 --- a/docs/assets/blueprint-css/plugins/link-icons/readme.txt +++ /dev/null @@ -1,18 +0,0 @@ -Link Icons -* Icons for links based on protocol or file type. - -This is not supported in IE versions < 7. - - -Credits ----------------------------------------------------------------- - -* Marc Morgan -* Olav Bjorkoy [bjorkoy.com] - - -Usage ----------------------------------------------------------------- - -1) Add this line to your HTML: - \ No newline at end of file diff --git a/docs/assets/blueprint-css/plugins/link-icons/screen.css b/docs/assets/blueprint-css/plugins/link-icons/screen.css deleted file mode 100644 index 6d3d47f..0000000 --- a/docs/assets/blueprint-css/plugins/link-icons/screen.css +++ /dev/null @@ -1,40 +0,0 @@ -/* -------------------------------------------------------------- - - link-icons.css - * Icons for links based on protocol or file type. - - See the Readme file in this folder for additional instructions. - --------------------------------------------------------------- */ - -/* Use this class if a link gets an icon when it shouldn't. */ -body a.noicon { - background:transparent none !important; - padding:0 !important; - margin:0 !important; -} - -/* Make sure the icons are not cut */ -a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, -a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], -a[href$=".rdf"], a[href^="aim:"] { - padding:2px 22px 2px 0; - margin:-2px 0; - background-repeat: no-repeat; - background-position: right center; -} - -/* External links */ -a[href^="http:"] { background-image: url(icons/external.png); } -a[href^="mailto:"] { background-image: url(icons/email.png); } -a[href^="http:"]:visited { background-image: url(icons/visited.png); } - -/* Files */ -a[href$=".pdf"] { background-image: url(icons/pdf.png); } -a[href$=".doc"] { background-image: url(icons/doc.png); } -a[href$=".xls"] { background-image: url(icons/xls.png); } - -/* Misc */ -a[href$=".rss"], -a[href$=".rdf"] { background-image: url(icons/feed.png); } -a[href^="aim:"] { background-image: url(icons/im.png); } \ No newline at end of file diff --git a/docs/assets/blueprint-css/plugins/rtl/readme.txt b/docs/assets/blueprint-css/plugins/rtl/readme.txt deleted file mode 100644 index 4c46535..0000000 --- a/docs/assets/blueprint-css/plugins/rtl/readme.txt +++ /dev/null @@ -1,10 +0,0 @@ -RTL -* Mirrors Blueprint, so it can be used with Right-to-Left languages. - -By Ran Yaniv Hartstein, ranh.co.il - -Usage ----------------------------------------------------------------- - -1) Add this line to your HTML: - \ No newline at end of file diff --git a/docs/assets/blueprint-css/plugins/rtl/screen.css b/docs/assets/blueprint-css/plugins/rtl/screen.css deleted file mode 100644 index 0304477..0000000 --- a/docs/assets/blueprint-css/plugins/rtl/screen.css +++ /dev/null @@ -1,109 +0,0 @@ -/* -------------------------------------------------------------- - - rtl.css - * Mirrors Blueprint for left-to-right languages - - By Ran Yaniv Hartstein [ranh.co.il] - --------------------------------------------------------------- */ - -body .container { direction: rtl; } -body .column { - float: right; - margin-right: 0; - margin-left: 10px; -} - -body div.last { margin-left: 0; } -body table .last { padding-left: 0; } - -body .append-1 { padding-right: 0; padding-left: 40px; } -body .append-2 { padding-right: 0; padding-left: 80px; } -body .append-3 { padding-right: 0; padding-left: 120px; } -body .append-4 { padding-right: 0; padding-left: 160px; } -body .append-5 { padding-right: 0; padding-left: 200px; } -body .append-6 { padding-right: 0; padding-left: 240px; } -body .append-7 { padding-right: 0; padding-left: 280px; } -body .append-8 { padding-right: 0; padding-left: 320px; } -body .append-9 { padding-right: 0; padding-left: 360px; } -body .append-10 { padding-right: 0; padding-left: 400px; } -body .append-11 { padding-right: 0; padding-left: 440px; } -body .append-12 { padding-right: 0; padding-left: 480px; } -body .append-13 { padding-right: 0; padding-left: 520px; } -body .append-14 { padding-right: 0; padding-left: 560px; } -body .append-15 { padding-right: 0; padding-left: 600px; } -body .append-16 { padding-right: 0; padding-left: 640px; } -body .append-17 { padding-right: 0; padding-left: 680px; } -body .append-18 { padding-right: 0; padding-left: 720px; } -body .append-19 { padding-right: 0; padding-left: 760px; } -body .append-20 { padding-right: 0; padding-left: 800px; } -body .append-21 { padding-right: 0; padding-left: 840px; } -body .append-22 { padding-right: 0; padding-left: 880px; } -body .append-23 { padding-right: 0; padding-left: 920px; } - -body .prepend-1 { padding-left: 0; padding-right: 40px; } -body .prepend-2 { padding-left: 0; padding-right: 80px; } -body .prepend-3 { padding-left: 0; padding-right: 120px; } -body .prepend-4 { padding-left: 0; padding-right: 160px; } -body .prepend-5 { padding-left: 0; padding-right: 200px; } -body .prepend-6 { padding-left: 0; padding-right: 240px; } -body .prepend-7 { padding-left: 0; padding-right: 280px; } -body .prepend-8 { padding-left: 0; padding-right: 320px; } -body .prepend-9 { padding-left: 0; padding-right: 360px; } -body .prepend-10 { padding-left: 0; padding-right: 400px; } -body .prepend-11 { padding-left: 0; padding-right: 440px; } -body .prepend-12 { padding-left: 0; padding-right: 480px; } -body .prepend-13 { padding-left: 0; padding-right: 520px; } -body .prepend-14 { padding-left: 0; padding-right: 560px; } -body .prepend-15 { padding-left: 0; padding-right: 600px; } -body .prepend-16 { padding-left: 0; padding-right: 640px; } -body .prepend-17 { padding-left: 0; padding-right: 680px; } -body .prepend-18 { padding-left: 0; padding-right: 720px; } -body .prepend-19 { padding-left: 0; padding-right: 760px; } -body .prepend-20 { padding-left: 0; padding-right: 800px; } -body .prepend-21 { padding-left: 0; padding-right: 840px; } -body .prepend-22 { padding-left: 0; padding-right: 880px; } -body .prepend-23 { padding-left: 0; padding-right: 920px; } - -body .border { - padding-right: 0; - padding-left: 4px; - margin-right: 0; - margin-left: 5px; - border-right: none; - border-left: 1px solid #eee; -} - -body .colborder { - padding-right: 0; - padding-left: 24px; - margin-right: 0; - margin-left: 25px; - border-right: none; - border-left: 1px solid #eee; -} - -body .pull-1 { margin-left: 0; margin-right: -40px; } -body .pull-2 { margin-left: 0; margin-right: -80px; } -body .pull-3 { margin-left: 0; margin-right: -120px; } -body .pull-4 { margin-left: 0; margin-right: -160px; } - -body .push-0 { margin: 0 18px 0 0; } -body .push-1 { margin: 0 18px 0 -40px; } -body .push-2 { margin: 0 18px 0 -80px; } -body .push-3 { margin: 0 18px 0 -120px; } -body .push-4 { margin: 0 18px 0 -160px; } -body .push-0, body .push-1, body .push-2, -body .push-3, body .push-4 { float: left; } - - -/* Typography with RTL support */ -body h1,body h2,body h3, -body h4,body h5,body h6 { font-family: Arial, sans-serif; } -html body { font-family: Arial, sans-serif; } -body pre,body code,body tt { font-family: monospace; } - -/* Mirror floats and margins on typographic elements */ -body p img { float: right; margin: 1.5em 0 1.5em 1.5em; } -body dd, body ul, body ol { margin-left: 0; margin-right: 1.5em;} -body td, body th { text-align:right; } \ No newline at end of file diff --git a/docs/assets/blueprint-css/print.css b/docs/assets/blueprint-css/print.css deleted file mode 100644 index 4f35877..0000000 --- a/docs/assets/blueprint-css/print.css +++ /dev/null @@ -1,30 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 0.9 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* print.css */ -body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;} -.container {background:none;} -hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;} -hr.space {background:#fff;color:#fff;} -h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;} -code {font:.9em "Courier New", Monaco, Courier, monospace;} -img {float:left;margin:1.5em 1.5em 1.5em 0;} -a img {border:none;} -p img.top {margin-top:0;} -blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;} -.small {font-size:.9em;} -.large {font-size:1.1em;} -.quiet {color:#999;} -.hide {display:none;} -a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;} -a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} \ No newline at end of file diff --git a/docs/assets/blueprint-css/screen.css b/docs/assets/blueprint-css/screen.css deleted file mode 100644 index c4a7f50..0000000 --- a/docs/assets/blueprint-css/screen.css +++ /dev/null @@ -1,266 +0,0 @@ -/* ----------------------------------------------------------------------- - - - Blueprint CSS Framework 0.9 - http://blueprintcss.org - - * Copyright (c) 2007-Present. See LICENSE for more info. - * See README for instructions on how to use Blueprint. - * For credits and origins, see AUTHORS. - * This is a compressed file. See the sources in the 'src' directory. - ------------------------------------------------------------------------ */ - -/* reset.css */ -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} -body {line-height:1.5;} -table {border-collapse:separate;border-spacing:0;} -caption, th, td {text-align:left;font-weight:normal;} -table, td, th {vertical-align:middle;} -blockquote:before, blockquote:after, q:before, q:after {content:"";} -blockquote, q {quotes:"" "";} -a img {border:none;} - -/* custom.css */ -.info { background:#fafcfc; } -.borderTop { border-top: 1px solid #eee;} -.append-0 {padding-right:20px;} - -/* typography.css */ -body {font-size:80%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;padding-top:30px;} -h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;} -h1 {font-size:2.6em;line-height:1;margin-bottom:0.5em;} -h2 {font-size:1.9em;margin-bottom:0.75em;} -h3 {font-size:1.4em;line-height:1;margin-bottom:1em;} -h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;} -h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;} -h6 {font-size:1em;font-weight:bold;} -h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;} -p {margin:0 0 1.5em;line-height:1.65em;} -p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;} -p img.right {float:right;margin:1.5em 0 1.5em 1.5em;} -a:focus, a:hover {color:#000;} -a {color:#009;text-decoration:underline;} -blockquote {margin:1.5em;color:#666;font-style:italic;} -strong {font-weight:bold;} -em, dfn {font-style:italic;} -dfn {font-weight:bold;} -sup, sub {line-height:0;} -abbr, acronym {border-bottom:1px dotted #666;} -address {margin:0 0 1.5em;font-style:italic;} -del {color:#666;} -pre {margin:1.5em 0;white-space:pre;} -pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;} -li ul, li ol {margin:0 1.5em;} -ul, ol {margin:0 1.5em 1.5em 3.5em;} -ul {list-style-type:disc;} -ol {list-style-type:decimal;} -ol.alpha {list-style:upper-alpha;} -dl {margin:0 0 1.5em 0;} -dl dt {font-weight:bold;} -dd {margin-left:1.5em;} -table {margin-bottom:1.4em;width:100%;} -th {font-weight:bold;} -thead th {background:#c3d9ff;} -th, td, caption {padding:4px 10px 4px 5px;} -tr.even td {background:#e5ecf9;} -tfoot {font-style:italic;} -caption {background:#eee;} -.small {font-size:.85em;margin-bottom:1.875em;line-height:1.875em;} -.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;} -.hide {display:none;} -.quiet {color:#666;} -.loud {color:#000;} -.highlight {background:#ff0;} -.added {background:#060;color:#fff;} -.removed {background:#900;color:#fff;} -.first {margin-left:0;padding-left:0;} -.last {margin-right:0;padding-right:0;} -.top {margin-top:0;padding-top:0;} -.bottom {margin-bottom:0;padding-bottom:0;} -.center {text-align:center;} - -/* forms.css */ -label {font-weight:bold;} -fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;} -legend {font-weight:bold;font-size:1.2em;} -input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;} -input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;} -input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;} -input.text, input.title {width:300px;padding:5px;} -input.title {font-size:1.5em;} -textarea {width:390px;height:250px;padding:5px;} -input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;} -form.inline {line-height:3;} -form.inline p {margin-bottom:0;} -.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;} -.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;} -.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;} -.success {background:#E6EFC2;color:#264409;border-color:#C6D880;} -.error a {color:#8a1f11;} -.notice a {color:#514721;} -.success a {color:#264409;} - -/* grid.css */ -.container {width:790px;margin:0 auto;} -.showgrid {background:url(src/grid.png);} -.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;} -.last, div.last {margin-right:0;} -.span-1 {width:30px;} -.span-2 {width:70px;} -.span-3 {width:110px;} -.span-4 {width:150px;} -.span-5 {width:190px;} -.span-6 {width:230px;} -.span-7 {width:270px;} -.span-8 {width:310px;} -.span-9 {width:350px;} -.span-10 {width:390px;} -.span-11 {width:430px;} -.span-12 {width:470px;} -.span-13 {width:510px;} -.span-14 {width:550px;} -.span-15 {width:590px;} -.span-16 {width:630px;} -.span-17 {width:670px;} -.span-18 {width:710px;} -.span-19 {width:750px;} -.span-20 {width:790px;} -.span-21 {width:830px;} -.span-22 {width:870px;} -.span-23 {width:910px;} -.span-24, div.span-24 {width:950px;margin:0;} -input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;} -input.span-1, textarea.span-1 {width:18px!important;} -input.span-2, textarea.span-2 {width:58px!important;} -input.span-3, textarea.span-3 {width:98px!important;} -input.span-4, textarea.span-4 {width:138px!important;} -input.span-5, textarea.span-5 {width:178px!important;} -input.span-6, textarea.span-6 {width:218px!important;} -input.span-7, textarea.span-7 {width:258px!important;} -input.span-8, textarea.span-8 {width:298px!important;} -input.span-9, textarea.span-9 {width:338px!important;} -input.span-10, textarea.span-10 {width:378px!important;} -input.span-11, textarea.span-11 {width:418px!important;} -input.span-12, textarea.span-12 {width:458px!important;} -input.span-13, textarea.span-13 {width:498px!important;} -input.span-14, textarea.span-14 {width:538px!important;} -input.span-15, textarea.span-15 {width:578px!important;} -input.span-16, textarea.span-16 {width:618px!important;} -input.span-17, textarea.span-17 {width:658px!important;} -input.span-18, textarea.span-18 {width:698px!important;} -input.span-19, textarea.span-19 {width:738px!important;} -input.span-20, textarea.span-20 {width:778px!important;} -input.span-21, textarea.span-21 {width:818px!important;} -input.span-22, textarea.span-22 {width:858px!important;} -input.span-23, textarea.span-23 {width:898px!important;} -input.span-24, textarea.span-24 {width:938px!important;} -.append-1 {padding-right:40px;} -.append-2 {padding-right:80px;} -.append-3 {padding-right:120px;} -.append-4 {padding-right:160px;} -.append-5 {padding-right:200px;} -.append-6 {padding-right:240px;} -.append-7 {padding-right:280px;} -.append-8 {padding-right:320px;} -.append-9 {padding-right:360px;} -.append-10 {padding-right:400px;} -.append-11 {padding-right:440px;} -.append-12 {padding-right:480px;} -.append-13 {padding-right:520px;} -.append-14 {padding-right:560px;} -.append-15 {padding-right:600px;} -.append-16 {padding-right:640px;} -.append-17 {padding-right:680px;} -.append-18 {padding-right:720px;} -.append-19 {padding-right:760px;} -.append-20 {padding-right:800px;} -.append-21 {padding-right:840px;} -.append-22 {padding-right:880px;} -.append-23 {padding-right:920px;} -.prepend-1 {padding-left:40px;} -.prepend-2 {padding-left:80px;} -.prepend-3 {padding-left:120px;} -.prepend-4 {padding-left:160px;} -.prepend-5 {padding-left:200px;} -.prepend-6 {padding-left:240px;} -.prepend-7 {padding-left:280px;} -.prepend-8 {padding-left:320px;} -.prepend-9 {padding-left:360px;} -.prepend-10 {padding-left:400px;} -.prepend-11 {padding-left:440px;} -.prepend-12 {padding-left:480px;} -.prepend-13 {padding-left:520px;} -.prepend-14 {padding-left:560px;} -.prepend-15 {padding-left:600px;} -.prepend-16 {padding-left:640px;} -.prepend-17 {padding-left:680px;} -.prepend-18 {padding-left:720px;} -.prepend-19 {padding-left:760px;} -.prepend-20 {padding-left:800px;} -.prepend-21 {padding-left:840px;} -.prepend-22 {padding-left:880px;} -.prepend-23 {padding-left:920px;} -div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;} -div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;} -div.colborderTop {border-top:1px solid #eee;} -.pull-1 {margin-left:-40px;} -.pull-2 {margin-left:-80px;} -.pull-3 {margin-left:-120px;} -.pull-4 {margin-left:-160px;} -.pull-5 {margin-left:-200px;} -.pull-6 {margin-left:-240px;} -.pull-7 {margin-left:-280px;} -.pull-8 {margin-left:-320px;} -.pull-9 {margin-left:-360px;} -.pull-10 {margin-left:-400px;} -.pull-11 {margin-left:-440px;} -.pull-12 {margin-left:-480px;} -.pull-13 {margin-left:-520px;} -.pull-14 {margin-left:-560px;} -.pull-15 {margin-left:-600px;} -.pull-16 {margin-left:-640px;} -.pull-17 {margin-left:-680px;} -.pull-18 {margin-left:-720px;} -.pull-19 {margin-left:-760px;} -.pull-20 {margin-left:-800px;} -.pull-21 {margin-left:-840px;} -.pull-22 {margin-left:-880px;} -.pull-23 {margin-left:-920px;} -.pull-24 {margin-left:-960px;} -.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;} -.push-1 {margin:0 -40px 1.5em 40px;} -.push-2 {margin:0 -80px 1.5em 80px;} -.push-3 {margin:0 -120px 1.5em 120px;} -.push-4 {margin:0 -160px 1.5em 160px;} -.push-5 {margin:0 -200px 1.5em 200px;} -.push-6 {margin:0 -240px 1.5em 240px;} -.push-7 {margin:0 -280px 1.5em 280px;} -.push-8 {margin:0 -320px 1.5em 320px;} -.push-9 {margin:0 -360px 1.5em 360px;} -.push-10 {margin:0 -400px 1.5em 400px;} -.push-11 {margin:0 -440px 1.5em 440px;} -.push-12 {margin:0 -480px 1.5em 480px;} -.push-13 {margin:0 -520px 1.5em 520px;} -.push-14 {margin:0 -560px 1.5em 560px;} -.push-15 {margin:0 -600px 1.5em 600px;} -.push-16 {margin:0 -640px 1.5em 640px;} -.push-17 {margin:0 -680px 1.5em 680px;} -.push-18 {margin:0 -720px 1.5em 720px;} -.push-19 {margin:0 -760px 1.5em 760px;} -.push-20 {margin:0 -800px 1.5em 800px;} -.push-21 {margin:0 -840px 1.5em 840px;} -.push-22 {margin:0 -880px 1.5em 880px;} -.push-23 {margin:0 -920px 1.5em 920px;} -.push-24 {margin:0 -960px 1.5em 960px;} -.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;} -.prepend-top {margin-top:1.5em;} -.append-bottom {margin-bottom:1.5em;} -.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;} -hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;} -hr.space {background:#fff;color:#fff;} -.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;} -.clearfix, .container {display:block;} -.clear {clear:both;} - -pre { font-size: 11px; border-left: 3px solid #CCC; padding: 0 0 0 2em; margin-left: 2em; } \ No newline at end of file diff --git a/docs/assets/blueprint-css/src/forms.css b/docs/assets/blueprint-css/src/forms.css deleted file mode 100644 index afaa04a..0000000 --- a/docs/assets/blueprint-css/src/forms.css +++ /dev/null @@ -1,65 +0,0 @@ -/* -------------------------------------------------------------- - - forms.css - * Sets up some default styling for forms - * Gives you classes to enhance your forms - - Usage: - * For text fields, use class .title or .text - * For inline forms, use .inline (even when using columns) - --------------------------------------------------------------- */ - -label { font-weight: bold; } -fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; } -legend { font-weight: bold; font-size:1.2em; } - - -/* Form fields --------------------------------------------------------------- */ - -input[type=text], input[type=password], -input.text, input.title, -textarea, select { - background-color:#fff; - border:1px solid #bbb; -} -input[type=text]:focus, input[type=password]:focus, -input.text:focus, input.title:focus, -textarea:focus, select:focus { - border-color:#666; -} - -input[type=text], input[type=password], -input.text, input.title, -textarea, select { - margin:0.5em 0; -} - -input.text, -input.title { width: 300px; padding:5px; } -input.title { font-size:1.5em; } -textarea { width: 390px; height: 250px; padding:5px; } - -input[type=checkbox], input[type=radio], -input.checkbox, input.radio { - position:relative; top:.25em; -} - -form.inline { line-height:3; } -form.inline p { margin-bottom:0; } - - -/* Success, notice and error boxes --------------------------------------------------------------- */ - -.error, -.notice, -.success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; } - -.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; } -.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; } -.success { background: #E6EFC2; color: #264409; border-color: #C6D880; } -.error a { color: #8a1f11; } -.notice a { color: #514721; } -.success a { color: #264409; } diff --git a/docs/assets/blueprint-css/src/grid.css b/docs/assets/blueprint-css/src/grid.css deleted file mode 100644 index 2eea31e..0000000 --- a/docs/assets/blueprint-css/src/grid.css +++ /dev/null @@ -1,281 +0,0 @@ -/* -------------------------------------------------------------- - - grid.css - * Sets up an easy-to-use grid of 24 columns. - - By default, the grid is 950px wide, with 24 columns - spanning 30px, and a 10px margin between columns. - - If you need fewer or more columns, namespaces or semantic - element names, use the compressor script (lib/compress.rb) - - Note: Changes made in this file will not be applied when - using the compressor: make changes in lib/blueprint/grid.css.rb - --------------------------------------------------------------- */ - -/* A container should group all your columns. */ -.container { - width: 950px; - margin: 0 auto; -} - -/* Use this class on any div.span / container to see the grid. */ -.showgrid { - background: url(src/grid.png); -} - - -/* Columns --------------------------------------------------------------- */ - -/* Sets up basic grid floating and margin. */ -.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 { - float: left; - margin-right: 10px; -} - -/* The last column in a row needs this class. */ -.last, div.last { margin-right: 0; } - -/* Use these classes to set the width of a column. */ -.span-1 {width: 30px;} - -.span-2 {width: 70px;} -.span-3 {width: 110px;} -.span-4 {width: 150px;} -.span-5 {width: 190px;} -.span-6 {width: 230px;} -.span-7 {width: 270px;} -.span-8 {width: 310px;} -.span-9 {width: 350px;} -.span-10 {width: 390px;} -.span-11 {width: 430px;} -.span-12 {width: 470px;} -.span-13 {width: 510px;} -.span-14 {width: 550px;} -.span-15 {width: 590px;} -.span-16 {width: 630px;} -.span-17 {width: 670px;} -.span-18 {width: 710px;} -.span-19 {width: 750px;} -.span-20 {width: 790px;} -.span-21 {width: 830px;} -.span-22 {width: 870px;} -.span-23 {width: 910px;} -.span-24, div.span-24 { width:950px; margin:0; } - -/* Use these classes to set the width of an input. */ -input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 { - border-left-width: 1px!important; - border-right-width: 1px!important; - padding-left: 5px!important; - padding-right: 5px!important; -} - -input.span-1, textarea.span-1 { width: 18px!important; } -input.span-2, textarea.span-2 { width: 58px!important; } -input.span-3, textarea.span-3 { width: 98px!important; } -input.span-4, textarea.span-4 { width: 138px!important; } -input.span-5, textarea.span-5 { width: 178px!important; } -input.span-6, textarea.span-6 { width: 218px!important; } -input.span-7, textarea.span-7 { width: 258px!important; } -input.span-8, textarea.span-8 { width: 298px!important; } -input.span-9, textarea.span-9 { width: 338px!important; } -input.span-10, textarea.span-10 { width: 378px!important; } -input.span-11, textarea.span-11 { width: 418px!important; } -input.span-12, textarea.span-12 { width: 458px!important; } -input.span-13, textarea.span-13 { width: 498px!important; } -input.span-14, textarea.span-14 { width: 538px!important; } -input.span-15, textarea.span-15 { width: 578px!important; } -input.span-16, textarea.span-16 { width: 618px!important; } -input.span-17, textarea.span-17 { width: 658px!important; } -input.span-18, textarea.span-18 { width: 698px!important; } -input.span-19, textarea.span-19 { width: 738px!important; } -input.span-20, textarea.span-20 { width: 778px!important; } -input.span-21, textarea.span-21 { width: 818px!important; } -input.span-22, textarea.span-22 { width: 858px!important; } -input.span-23, textarea.span-23 { width: 898px!important; } -input.span-24, textarea.span-24 { width: 938px!important; } - -/* Add these to a column to append empty cols. */ - -.append-1 { padding-right: 40px;} -.append-2 { padding-right: 80px;} -.append-3 { padding-right: 120px;} -.append-4 { padding-right: 160px;} -.append-5 { padding-right: 200px;} -.append-6 { padding-right: 240px;} -.append-7 { padding-right: 280px;} -.append-8 { padding-right: 320px;} -.append-9 { padding-right: 360px;} -.append-10 { padding-right: 400px;} -.append-11 { padding-right: 440px;} -.append-12 { padding-right: 480px;} -.append-13 { padding-right: 520px;} -.append-14 { padding-right: 560px;} -.append-15 { padding-right: 600px;} -.append-16 { padding-right: 640px;} -.append-17 { padding-right: 680px;} -.append-18 { padding-right: 720px;} -.append-19 { padding-right: 760px;} -.append-20 { padding-right: 800px;} -.append-21 { padding-right: 840px;} -.append-22 { padding-right: 880px;} -.append-23 { padding-right: 920px;} - -/* Add these to a column to prepend empty cols. */ - -.prepend-1 { padding-left: 40px;} -.prepend-2 { padding-left: 80px;} -.prepend-3 { padding-left: 120px;} -.prepend-4 { padding-left: 160px;} -.prepend-5 { padding-left: 200px;} -.prepend-6 { padding-left: 240px;} -.prepend-7 { padding-left: 280px;} -.prepend-8 { padding-left: 320px;} -.prepend-9 { padding-left: 360px;} -.prepend-10 { padding-left: 400px;} -.prepend-11 { padding-left: 440px;} -.prepend-12 { padding-left: 480px;} -.prepend-13 { padding-left: 520px;} -.prepend-14 { padding-left: 560px;} -.prepend-15 { padding-left: 600px;} -.prepend-16 { padding-left: 640px;} -.prepend-17 { padding-left: 680px;} -.prepend-18 { padding-left: 720px;} -.prepend-19 { padding-left: 760px;} -.prepend-20 { padding-left: 800px;} -.prepend-21 { padding-left: 840px;} -.prepend-22 { padding-left: 880px;} -.prepend-23 { padding-left: 920px;} - - -/* Border on right hand side of a column. */ -div.border { - padding-right: 4px; - margin-right: 5px; - border-right: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -div.colborder { - padding-right: 24px; - margin-right: 25px; - border-right: 1px solid #eee; -} - - -/* Use these classes on an element to push it into the -next column, or to pull it into the previous column. */ - - -.pull-1 { margin-left: -40px; } -.pull-2 { margin-left: -80px; } -.pull-3 { margin-left: -120px; } -.pull-4 { margin-left: -160px; } -.pull-5 { margin-left: -200px; } -.pull-6 { margin-left: -240px; } -.pull-7 { margin-left: -280px; } -.pull-8 { margin-left: -320px; } -.pull-9 { margin-left: -360px; } -.pull-10 { margin-left: -400px; } -.pull-11 { margin-left: -440px; } -.pull-12 { margin-left: -480px; } -.pull-13 { margin-left: -520px; } -.pull-14 { margin-left: -560px; } -.pull-15 { margin-left: -600px; } -.pull-16 { margin-left: -640px; } -.pull-17 { margin-left: -680px; } -.pull-18 { margin-left: -720px; } -.pull-19 { margin-left: -760px; } -.pull-20 { margin-left: -800px; } -.pull-21 { margin-left: -840px; } -.pull-22 { margin-left: -880px; } -.pull-23 { margin-left: -920px; } -.pull-24 { margin-left: -960px; } - -.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;} - - -.push-1 { margin: 0 -40px 1.5em 40px; } -.push-2 { margin: 0 -80px 1.5em 80px; } -.push-3 { margin: 0 -120px 1.5em 120px; } -.push-4 { margin: 0 -160px 1.5em 160px; } -.push-5 { margin: 0 -200px 1.5em 200px; } -.push-6 { margin: 0 -240px 1.5em 240px; } -.push-7 { margin: 0 -280px 1.5em 280px; } -.push-8 { margin: 0 -320px 1.5em 320px; } -.push-9 { margin: 0 -360px 1.5em 360px; } -.push-10 { margin: 0 -400px 1.5em 400px; } -.push-11 { margin: 0 -440px 1.5em 440px; } -.push-12 { margin: 0 -480px 1.5em 480px; } -.push-13 { margin: 0 -520px 1.5em 520px; } -.push-14 { margin: 0 -560px 1.5em 560px; } -.push-15 { margin: 0 -600px 1.5em 600px; } -.push-16 { margin: 0 -640px 1.5em 640px; } -.push-17 { margin: 0 -680px 1.5em 680px; } -.push-18 { margin: 0 -720px 1.5em 720px; } -.push-19 { margin: 0 -760px 1.5em 760px; } -.push-20 { margin: 0 -800px 1.5em 800px; } -.push-21 { margin: 0 -840px 1.5em 840px; } -.push-22 { margin: 0 -880px 1.5em 880px; } -.push-23 { margin: 0 -920px 1.5em 920px; } -.push-24 { margin: 0 -960px 1.5em 960px; } - -.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;} - - -/* Misc classes and elements --------------------------------------------------------------- */ - -/* In case you need to add a gutter above/below an element */ -.prepend-top { - margin-top:1.5em; -} -.append-bottom { - margin-bottom:1.5em; -} - -/* Use a .box to create a padded box inside a column. */ -.box { - padding: 1.5em; - margin-bottom: 1.5em; - background: #E5ECF9; -} - -/* Use this to create a horizontal ruler across a column. */ -hr { - background: #ddd; - color: #ddd; - clear: both; - float: none; - width: 100%; - height: .1em; - margin: 0 0 1.45em; - border: none; -} -hr.space { - background: #fff; - color: #fff; -} - - -/* Clearing floats without extra markup - Based on How To Clear Floats Without Structural Markup by PiE - [http://www.positioniseverything.net/easyclearing.html] */ - -.clearfix:after, .container:after { - content: "\0020"; - display: block; - height: 0; - clear: both; - visibility: hidden; - overflow:hidden; -} -.clearfix, .container {display: block;} - -/* Regular clearing - apply to column that should drop below previous ones. */ - -.clear { clear:both; } diff --git a/docs/assets/blueprint-css/src/grid.png b/docs/assets/blueprint-css/src/grid.png deleted file mode 100644 index b7539f6..0000000 Binary files a/docs/assets/blueprint-css/src/grid.png and /dev/null differ diff --git a/docs/assets/blueprint-css/src/ie.css b/docs/assets/blueprint-css/src/ie.css deleted file mode 100644 index f32321e..0000000 --- a/docs/assets/blueprint-css/src/ie.css +++ /dev/null @@ -1,76 +0,0 @@ -/* -------------------------------------------------------------- - - ie.css - - Contains every hack for Internet Explorer, - so that our core files stay sweet and nimble. - --------------------------------------------------------------- */ - -/* Make sure the layout is centered in IE5 */ -body { text-align: center; } -.container { text-align: left; } - -/* Fixes IE margin bugs */ -* html .column, * html div.span-1, * html div.span-2, -* html div.span-3, * html div.span-4, * html div.span-5, -* html div.span-6, * html div.span-7, * html div.span-8, -* html div.span-9, * html div.span-10, * html div.span-11, -* html div.span-12, * html div.span-13, * html div.span-14, -* html div.span-15, * html div.span-16, * html div.span-17, -* html div.span-18, * html div.span-19, * html div.span-20, -* html div.span-21, * html div.span-22, * html div.span-23, -* html div.span-24 { overflow-x: hidden; } - - -/* Elements --------------------------------------------------------------- */ - -/* Fixes incorrect styling of legend in IE6. */ -* html legend { margin:0px -8px 16px 0; padding:0; } - -/* Fixes incorrect placement of ol numbers in IE6/7. */ -ol { margin-left:2em; } - -/* Fixes wrong line-height on sup/sub in IE. */ -sup { vertical-align: text-top; } -sub { vertical-align: text-bottom; } - -/* Fixes IE7 missing wrapping of code elements. */ -html>body p code { *white-space: normal; } - -/* IE 6&7 has problems with setting proper
margins. */ -hr { margin: -8px auto 11px; } - -/* Explicitly set interpolation, allowing dynamically resized images to not look horrible */ -img { -ms-interpolation-mode: bicubic; } - -/* Clearing --------------------------------------------------------------- */ - -/* Makes clearfix actually work in IE */ -.clearfix, .container {display: inline-block;} -* html .clearfix, -* html .container {height: 1%;} - - -/* Forms --------------------------------------------------------------- */ - -/* Fixes padding on fieldset */ -fieldset {padding-top: 0;} - -/* Fixes rule that IE 6 ignores */ -input.text, input.title {background-color:#fff;border:1px solid #bbb;} -input.text:focus, input.title:focus {border-color:#666;} -input.text, input.title, textarea, select {margin:0.5em 0;} -input.checkbox, input.radio {position:relative; top:.25em;} - -/* Fixes alignment of inline form elements */ -form.inline div, form.inline p {vertical-align:middle;} -form.inline label {position:relative;top:-0.25em;} -form.inline input.checkbox, form.inline input.radio, -form.inline input.button, form.inline button { - margin:0.5em 0; -} -button, input.button {position:relative;top:0.25em;} \ No newline at end of file diff --git a/docs/assets/blueprint-css/src/print.css b/docs/assets/blueprint-css/src/print.css deleted file mode 100644 index 95acbc2..0000000 --- a/docs/assets/blueprint-css/src/print.css +++ /dev/null @@ -1,85 +0,0 @@ -/* -------------------------------------------------------------- - - print.css - * Gives you some sensible styles for printing pages. - * See Readme file in this directory for further instructions. - - Some additions you'll want to make, customized to your markup: - #header, #footer, #navigation { display:none; } - --------------------------------------------------------------- */ - -body { - line-height: 1.5; - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; - color:#000; - background: none; - font-size: 10pt; -} - - -/* Layout --------------------------------------------------------------- */ - -.container { - background: none; -} - -hr { - background:#ccc; - color:#ccc; - width:100%; - height:2px; - margin:2em 0; - padding:0; - border:none; -} -hr.space { - background: #fff; - color: #fff; -} - - -/* Text --------------------------------------------------------------- */ - -h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; } -code { font:.9em "Courier New", Monaco, Courier, monospace; } - -img { float:left; margin:1.5em 1.5em 1.5em 0; } -a img { border:none; } -p img.top { margin-top: 0; } - -blockquote { - margin:1.5em; - padding:1em; - font-style:italic; - font-size:.9em; -} - -.small { font-size: .9em; } -.large { font-size: 1.1em; } -.quiet { color: #999; } -.hide { display:none; } - - -/* Links --------------------------------------------------------------- */ - -a:link, a:visited { - background: transparent; - font-weight:700; - text-decoration: underline; -} - -a:link:after, a:visited:after { - content: " (" attr(href) ")"; - font-size: 90%; -} - -/* If you're having trouble printing relative links, uncomment and customize this: - (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ - -/* a[href^="/"]:after { - content: " (http://www.yourdomain.com" attr(href) ") "; -} */ diff --git a/docs/assets/blueprint-css/src/reset.css b/docs/assets/blueprint-css/src/reset.css deleted file mode 100644 index fc0788c..0000000 --- a/docs/assets/blueprint-css/src/reset.css +++ /dev/null @@ -1,38 +0,0 @@ -/* -------------------------------------------------------------- - - reset.css - * Resets default browser CSS. - --------------------------------------------------------------- */ - -html, body, div, span, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, code, -del, dfn, em, img, q, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline; -} - -body { - line-height: 1.5; -} - -/* Tables still need 'cellspacing="0"' in the markup. */ -table { border-collapse: separate; border-spacing: 0; } -caption, th, td { text-align: left; font-weight: normal; } -table, td, th { vertical-align: middle; } - -/* Remove possible quote marks (") from ,
. */ -blockquote:before, blockquote:after, q:before, q:after { content: ""; } -blockquote, q { quotes: "" ""; } - -/* Remove annoying border on linked images. */ -a img { border: none; } diff --git a/docs/assets/blueprint-css/src/typography.css b/docs/assets/blueprint-css/src/typography.css deleted file mode 100644 index 798c721..0000000 --- a/docs/assets/blueprint-css/src/typography.css +++ /dev/null @@ -1,105 +0,0 @@ -/* -------------------------------------------------------------- - - typography.css - * Sets up some sensible default typography. - --------------------------------------------------------------- */ - -/* Default font settings. - The font-size percentage is of 16px. (0.75 * 16px = 12px) */ -body { - font-size: 75%; - color: #222; - background: #fff; - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; -} - - -/* Headings --------------------------------------------------------------- */ - -h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; } - -h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } -h2 { font-size: 2em; margin-bottom: 0.75em; } -h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } -h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } -h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } -h6 { font-size: 1em; font-weight: bold; } - -h1 img, h2 img, h3 img, -h4 img, h5 img, h6 img { - margin: 0; -} - - -/* Text elements --------------------------------------------------------------- */ - -p { margin: 0 0 1.5em; } -p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } -p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; } - -a:focus, -a:hover { color: #000; } -a { color: #009; text-decoration: underline; } - -blockquote { margin: 1.5em; color: #666; font-style: italic; } -strong { font-weight: bold; } -em,dfn { font-style: italic; } -dfn { font-weight: bold; } -sup, sub { line-height: 0; } - -abbr, -acronym { border-bottom: 1px dotted #666; } -address { margin: 0 0 1.5em; font-style: italic; } -del { color:#666; } - -pre { margin: 1.5em 0; white-space: pre; } -pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } - - -/* Lists --------------------------------------------------------------- */ - -li ul, -li ol { margin:0 1.5em; } -ul, ol { margin: 0 1.5em 1.5em 1.5em; } - -ul { list-style-type: disc; } -ol { list-style-type: decimal; } - -dl { margin: 0 0 1.5em 0; } -dl dt { font-weight: bold; } -dd { margin-left: 1.5em;} - - -/* Tables --------------------------------------------------------------- */ - -table { margin-bottom: 1.4em; width:100%; } -th { font-weight: bold; } -thead th { background: #c3d9ff; } -th,td,caption { padding: 4px 10px 4px 5px; } -tr.even td { background: #e5ecf9; } -tfoot { font-style: italic; } -caption { background: #eee; } - - -/* Misc classes --------------------------------------------------------------- */ - -.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } -.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } -.hide { display: none; } - -.quiet { color: #666; } -.loud { color: #000; } -.highlight { background:#ff0; } -.added { background:#060; color: #fff; } -.removed { background:#900; color: #fff; } - -.first { margin-left:0; padding-left:0; } -.last { margin-right:0; padding-right:0; } -.top { margin-top:0; padding-top:0; } -.bottom { margin-bottom:0; padding-bottom:0; } diff --git a/docs/assets/images/htmlstructure.png b/docs/assets/images/htmlstructure.png deleted file mode 100644 index 7e5b6fe..0000000 Binary files a/docs/assets/images/htmlstructure.png and /dev/null differ diff --git a/docs/guidely/HOWTO.html b/docs/guidely/HOWTO.html deleted file mode 100644 index 586309c..0000000 --- a/docs/guidely/HOWTO.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - Guidely - MadeByAmp - - - - - - - - - - - - -
- -

Guidely - MadeByAmp

- -

Guidely is a functional jQuery plugin that facilitates guided website tours for your new or returning website users.

- -
- -

To get started with Guidely, add the guidely.css stylesheet to your document:

- -
-<link rel="stylesheet" href="guidely/guidely.css" type="text/css" charset="utf-8" />
-
- -

Also add the Guidely javascript file to your document:

- -
-<script src="guidely/guidely.js"></script>
-
- - - -

Demo #1

-

Demo #2

-

Demo #3

-

Positions

- - -

For support email the author through his Code Canyon author page http://codecanyon.net/user/MadeByAmp

- -
-
- -

- -

Adding Guides

- -
    -
  • All guides must be added before calling the init ()
  • -
  • Required options are attachTo and text.
  • -
  • Valid values for anchor are top-left, top-middle, -top-right, middle-left, middle-middle, middle-right, bottom-left, bottom-middle, bottom-right
  • -
- - -
guidely.add ({ 
-	attachTo: '#header'
-	, title: 'Guide Title'
-	, text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
-	, anchor: 'top-left'		
-});	
-
- -
-
- -

- - -

Starting Guidely

- -
    -
  • Before you initialize make sure all of the guides you need are set up.
  • -
  • If welcome option is set to true, welcomeTitle and welcomeText default messages will show. You can customize - this option by passing in a welcome and/or initial text for your guide.
  • -
  • All other options are set to true as a default (please see table below).
  • -
- - -
guidely.init ({
-	welcome: true
-	, welcomeTitle: 'Welcome to the guided tour!'
-	, welcomeText: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'			
-});	
-
- -
-
- -

- - -

Options

- - - - -

guidely.init ()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Option NameDefault ValueExplanation
welcometrueDisplays the welcome screen before initializing the guide numbers & content.
overlaytrueAdds an overlay on top of website content
startTriggertrueDisplays a start tour button so users can view the guide when necessary.
escClosetrueEnables the guide to be closed using the esc key
keyNavtrueAllows users to navigate the guides using the left & right arrow keys.
welcomeTitleWelcome to the guided tour!Replaces the default welcome title.
welcomeTextClick start to view a brief walk through of our website.Replaces the default welcome text.
- -
- -

guidely.add ()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Option NameDefault ValueExplanation
attachToempty selectorAccepts a jQuery selector to attach the number to.
anchortop-leftDefines where on the selected object the guide number will be attached to. Valid options are top-left, top-middle, top-right, middle-left, middle-middle, middle-right, bottom-left, bottom-middle, bottom-right
title(optional string)Optional title to display in the guide.
text(required string)Required text to display in the guide.
- -

-
-

- -

API

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Option NameParametersExplanation
initconfigAccepts options config and prepares guidely
addconfigAccepts an options config and queues the guide for creation
startStarts guidely. Shows the numbers and first guide
showguide numberAccepts a guide number and displays the corresponding guide
nextCycles to the next guide if available.
prevCycles to the previous guide if available
closeDisables guidely; can be restarted using guidely.start ()
hideGuidesHides all visible guides
showNumbersMakes all guide numbers visible
hideNumbersHides all guide numbers
showOverlayMakes the overlay visible
hideOverlayHides the overlady
- -
- - - - \ No newline at end of file diff --git a/docs/guidely/demos/guidely/guidely-number.png b/docs/guidely/demos/guidely/guidely-number.png deleted file mode 100644 index 1559284..0000000 Binary files a/docs/guidely/demos/guidely/guidely-number.png and /dev/null differ diff --git a/docs/guidely/demos/guidely/guidely.css b/docs/guidely/demos/guidely/guidely.css deleted file mode 100644 index f7ba742..0000000 --- a/docs/guidely/demos/guidely/guidely.css +++ /dev/null @@ -1,144 +0,0 @@ -.guidely-number { - background: url(guidely-number.png) no-repeat 0 0; - width: 45px; - height: 45px; - display: none; - position: absolute; - cursor: pointer; - z-index: 10002; -} - - .guidely-number span { - width: 43px; - height: 43px; - font-family: arial, sans-serif; - font-size: 20px; - font-weight: bold; - text-align: center; - color: #FFF; - text-align: center; - display: block; - line-height: 44px; - } - -.guidely-guide { - background: #FFF; - width: 300px; - display: none; - border: 3px solid #999; - - -webkit-border-radius:5px; - -moz-border-radius:5px; - border-radius:5px; - - -webkit-box-shadow:0 0 12px rgba(0,0,0,0.4); - -moz-box-shadow:0 0 12px rgba(0,0,0,0.4); - box-shadow:0 0 12px rgba(0,0,0,0.4); - - z-index: 10001; -} - - .guidely-guide h4 { - font-family: georgia, arial, sans-serif; - font-size: 15px; - font-weight: bold; - color: #333; - padding: 0; - margin: 0 0 1em; - border-bottom: 1px dotted #CCC; - } - - .guidely-guide-pad { - font-family: arial, sans-serif; - font-size: 12px; - line-height: 1.7em; - padding: 15px 15px 5px 30px; - - } - - .guidely-anchor-right .guidely-guide-pad { padding: 15px 30px 5px 15px; } - - .guidely-anchor-right .guidely-close-trigger { right: 30px; } - -.guidely-popup -{ - color: #444; - display:block; - padding: 0; - background: #fff; - - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-topright: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - - - - - -.guidely-controls { - background: #EEE; - text-align: right; - padding: 7px 10px; - margin-top: 1em; -} - - .guidely-controls button { - font-size: 11px; - padding: 3px 8px; - *padding: 1px 4px; - cursor: pointer; - } - -.guidely-overlay -{ - position: fixed; - top: 0px; - left: 0px; - height:100%; - width:100%; - background-color: #000; - z-index: 10000; - - filter: alpha(opacity=30); - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity: 0.30; - opacity:0.30; -} - -.guidely-start-trigger { - background: #444; - background: rgba(0,0,0,.6); - text-decoration: none; - color: #FFF; - cursor: pointer; - padding: 4px 10px 4px 12px; - position: fixed; - top: 0; - right: 0; - - z-index: 9999; - - -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-bottomleft: 5px; - border-bottom-left-radius: 5px; - -} - -.guidely-close-trigger { - font-family: arial, sans-serif; - font-size: 11px; - font-weight: bold; - text-decoration: none; - color: #AAA; - position: absolute; - right: 7px; - top: 0px; -} - -#guide-welcome { width: 350px; } - -#guide-welcome .guidely-guide-pad { padding: 15px 15px 5px 15px; } \ No newline at end of file diff --git a/docs/guidely/demos/guidely/guidely.pack.js b/docs/guidely/demos/guidely/guidely.pack.js deleted file mode 100644 index 5cbd950..0000000 --- a/docs/guidely/demos/guidely/guidely.pack.js +++ /dev/null @@ -1 +0,0 @@ -eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('b 4=(6(){w{u:[],1z:{1D:N,H:N,1w:\'2W 1u 2e 2v 21!\',1B:\'2r 1u O a 2C 21 3h 2V 2T. 2X 2o\\\'2F 2E 2Y 2p 2l 2k 2i 1u 2y 2B 2w 2x. \',y:N,1A:N,1v:N,1x:N,2a:T},o:{},2u:6(Z){b 3,g;3=7;3.o=$.1M(3.1z,Z);c(3.u.L<1){3.17(\'1E 2s 2t.\');w T}3.1W();3.1S();3.m();c(3.o.1A){3.29()}c(3.o.1D){c(3.o.H){3.H()}U{3.O()}}},O:6(){b 3=7;3.m();3.1s();3.1K();3.A(1);3.X();3.17(3.u);3.1l();$(W).11(\'1k.4\',6(e){c(3.o.1v){c(e.12==27){3.m()}}c(3.o.1x){c(e.12==37){3.M()}c(e.12==39){3.J()}}});$(16).11(\'1N.4\',6(){3.1l()})},H:6(){b 3,f,v,t,q,m,y,1o,1O;3=7;3.m();f=$(\'\',{\'d\':\'k-H\',\'p\':\'4-k\'}).n(\'I\');v=$(\'\',{\'p\':\'4-v\'}).n(f);t=$(\'\',{\'p\':\'4-k-t\'}).n(v);t.18(\'<19>\'+3.o.1w+\'\');t.18(3.o.1B);q=$(\'\',{\'p\':\'4-q\'}).n(v);f.C({\'22\':\'2c\',\'h\':\'2A\',\'9\':\'2q%\',\'2G-9\':\'-\'+f.V()/2+\'2m\'});m=$(\'\',{\'1h\':\'1g:;\',\'p\':\'4-m-1j\',\'Q\':\'x\',\'G\':6(){3.m()}}).n(f);7.X();1o=$(\'\',{D:\'28 2b\',G:6(){3.m();3.O()}}).n(q);1O=$(\'\',{D:\'1E 2f\',G:6(){3.m()}}).n(q);f.A();3.1s(6(){1o.1P()});$(W).11(\'1k.4\',6(e){c(e.12==27){3.m()}})},A:6(1n){b k=$(\'#4-k-\'+1n);b 8=$(\'#4-8-\'+1n);7.1U();8.C({\'z-14\':\'2n\'});k.A().C({\'z-14\':\'2j\'});k.2d(\'.4-q R\').1P()},J:6(){b 3,B,J,d;3=7;B=$(\'.4-k:1a\');J=B.2z(\'.4-k:3l(#k-H)\').38(0);c(J.L>0){B.S();d=J.1Q(\'d\').1R(\'-\')[2];3.A(d)}},M:6(){b 3,B,M,d;3=7;B=$(\'.4-k:1a\');M=B.3a(\'.4-k:3b\');c(M.L>0){B.S();d=M.1Q(\'d\').1R(\'-\')[2];3.A(d)}},35:6(Z){b g={K:\'h-9\'};g=$.1M(g,Z);c(g.D===\'\'||g.D===13){7.17(\'33 d \'+g.25+\' 34 3c 3d.\');w T}7.u.3j(g)},m:6(){7.1I();7.1i();7.1H();$(W).1J(\'1k.4\');$(16).1J(\'1N.4\')},1i:6(){$(\'.4-k\').S()},1K:6(){$(\'.4-8\').3f(\'3g\')},1I:6(){$(\'.4-8\').S()},X:6(){c(!7.o.y){w T}b y=$(\'.4-y\');c(!y.L){$(\'\',{\'p\':\'4-y\'}).n(\'I\')}U{y.A()}},1H:6(){$(\'.4-y\').S()},26:6(d,g){b 3,8,5,1c;3=7;5=7.1t(g);1c=d;8=$(\'\',{\'d\':\'4-8-\'+d,\'p\':\'4-8\',\'Q\':\'<1L>\'+1c+\'\'});8.C({\'h\':5[0],\'9\':5[1]});8.11(\'G\',6(){c($(\'#4-k-\'+d).2I(\':1a\')){w T}3.X();3.1i();3.A(d)});8.n(\'I\').A()},1X:6(d,g){b 3,f,v,t,m,q,5,8;3=7;5=7.1f(g);8=$(\'#4-8-\'+d);f=$(\'\',{\'d\':\'4-k-\'+d,\'p\':\'4-k\'}).n(\'I\');m=$(\'\',{\'1h\':\'1g:;\',\'p\':\'4-m-1j\',\'Q\':\'x\',\'G\':6(){3.m()}}).n(f);v=$(\'\',{\'p\':\'4-v\'}).n(f);t=$(\'\',{\'p\':\'4-k-t\'}).n(v);c(g.Y!==\'\'&&g.Y!==13){t.18(\'<19>\'+g.Y+\'\')}t.18(g.D);q=$(\'\',{\'p\':\'4-q\'}).n(v);c(7.u.L==d){7.24().1F(q)}U{7.1Z().n(q)}7.1r(8,f)},1r:6(8,f){b s,9,1b,1T;s=8.s();1b=$(W).E();1T=$(W).F();c(f.V()+s.9>1b){9=(s.9-f.V())+30;f.2S(\'4-K-1G\')}U{9=(s.9+8.V())-30;f.2U(\'4-K-1G\')}f.C({\'22\':\'2c\',\'h\':s.h+15,\'9\':9})},29:6(){b 3=7;$(\'\',{\'1h\':\'1g:;\',\'p\':\'4-O-1j\',\'Q\':\'28 2b\',\'G\':6(e){e.20();c(3.o.H){3.H(3.o.Y,3.o.D)}U{3.O()}}}).n(\'I\')},1f:6(g){b P=$(g.25);w{E:P.V(),F:P.2R(),h:P.s().h,9:P.s().9}},1t:6(g){b 5,1q,K,j;5=7.1f(g);K=g.K.2Q(\'-\',\'2K\');j=2J/2;1q={2L:[5.h-j,5.9-j],2M:[5.h-j,(5.9+5.E)-j],2P:[5.h-j,5.9+(5.E/2)-j],2O:[5.h+(5.F/2)-j,5.9-j],2N:[5.h+(5.F/2)-j,5.9+(5.E/2)-j],2Z:[5.h+(5.F/2)-j,5.9+5.E-j],31:[5.h+5.F-j,(5.9+5.E)-j],3e:[5.h+5.F-j,5.9+(5.E/2)-j],3i:[5.h+5.F-j,5.9-j]};w 1q[K]},1Z:6(){b 3=7;w $(\'\',{D:\'32\',G:6(){3.J()}})},24:6(){b 3=7;w $(\'\',{D:\'36\',G:6(e){e.20();3.m()}})},1U:6(){$(\'.4-8\').C({\'z-14\':\'2h\'});$(\'.4-k\').C({\'z-14\':\'2D\'})},1W:6(){1Y(b i=0,l=7.u.L;i\',{d:\'4-h\'}).1F(\'I\')}}})(7);',62,208,'|||that|guidely|coords|function|this|number|left||var|if|id||content|options|top||numberOffset|guide||close|appendTo|_options|class|controls|div|offset|pad|_guides|popup|return||overlay||show|current|css|text|width|height|click|welcome|body|next|anchor|length|prev|true|start|el|html|button|hide|false|else|outerWidth|document|showOverlay|title|config|display_id|bind|keyCode|undefined|index||window|_log|append|h4|visible|docWidth|displayId|console|typeof|_getCoords|javascript|href|hideGuides|trigger|keyup|_reposition|di|guideId|startBtn|callback|offsetMap|_setGuidePosition|_scrollToTop|_getAnchorCoords|to|escClose|welcomeTitle|keyNav|msg|_defaults|startTrigger|welcomeText|log|showOnStart|No|prependTo|right|hideOverlay|hideNumbers|unbind|showNumbers|span|extend|resize|noBtn|focus|attr|split|_createTopAnchor|docHeight|_resetZIndex|target_offset|_append|_createGuide|for|_createNextButton|preventDefault|tour|position|target_top|_createDoneButton|attachTo|_createNumber||Start|_createStartTrigger|debug|Tour|absolute|find|the|Thanks|animate|10002|tips|20000|and|features|px|20001|we|important|50|Click|guides|available|init|guided|experience|easier|make|nextAll|75px|your|brief|10001|point|ll|margin|scrollTop|is|45|_|top_left|top_right|middle_middle|middle_left|top_middle|replace|outerHeight|addClass|site|removeClass|our|Welcome|Here|out|middle_right||bottom_right|Next|Guide|cannot|add|Done||eq||prevAll|first|be|blank|bottom_middle|fadeIn|slow|of|bottom_left|push|500|not'.split('|'),0,{})); \ No newline at end of file diff --git a/docs/guidely/demos/guidely/jquery-1.6.2.min.js b/docs/guidely/demos/guidely/jquery-1.6.2.min.js deleted file mode 100644 index 8cdc80e..0000000 --- a/docs/guidely/demos/guidely/jquery-1.6.2.min.js +++ /dev/null @@ -1,18 +0,0 @@ -/*! - * jQuery JavaScript Library v1.6.2 - * http://jquery.com/ - * - * Copyright 2011, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Thu Jun 30 14:16:56 2011 -0400 - */ -(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"":"")+""),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!A){A=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||D.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0},m&&f.extend(p,{position:"absolute",left:-1e3,top:-1e3});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]||i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=w:v&&c!=="className"&&(f.nodeName(a,"form")||u.test(c))&&(i=v)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return f.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i. -shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function(c){var d=c.target,e,g;if(!!y.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=I(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!bf[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j -)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++h)bi(e[h],g[h])}if(b){bh(a,d);if(c){e=bj(a),g=bj(d);for(h=0;e[h];++h)bh(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!ba.test(k))k=b.createTextNode(k);else{k=k.replace(Z,"<$1>");var l=($.exec(k)||["",""])[1].toLowerCase(),m=bf[l]||bf._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=_.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Y.test(k)&&o.insertBefore(b.createTextNode(Y.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bo.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bn.test(g)?g.replace(bn,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bB=/%20/g,bC=/\[\]$/,bD=/\r?\n/g,bE=/#.*$/,bF=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bG=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bH=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bI=/^(?:GET|HEAD)$/,bJ=/^\/\//,bK=/\?/,bL=/)<[^<]*)*<\/script>/gi,bM=/^(?:select|textarea)/i,bN=/\s+/,bO=/([?&])_=[^&]*/,bP=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.href}bU=bP.exec(bT.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bQ)return bQ.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bL,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bM.test(this.nodeName)||bG.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bD,"\r\n")}}):{name:b.name,value:c.replace(bD,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bT,isLocal:bH.test(bU[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bW(bR),ajaxTransport:bW(bS),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?bZ(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b$(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bF.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bE,"").replace(bJ,bU[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bN),d.crossDomain==null&&(r=bP.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bU[1]&&r[2]==bU[2]&&(r[3]||(r[1]==="http:"?80:443))==(bU[3]||(bU[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bX(bR,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bI.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bK.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bO,"$1_="+x);d.url=y+(y===d.url?(bK.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bX(bS,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bB,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn,co=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cr("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cu.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cu.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cv(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cv(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window); \ No newline at end of file diff --git a/docs/guidely/demos/index.html b/docs/guidely/demos/index.html deleted file mode 100644 index d1290a8..0000000 --- a/docs/guidely/demos/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - Guidely Demos - MadeByAmp - - - - - - - - - - - - - - - - - - -

- -
-

Guidely Demos

- -
    -
  1. Demo #1
  2. -
  3. Demo #2
  4. -
  5. Demo #3
  6. -
  7. Positions
  8. -
-
- - - - - - \ No newline at end of file diff --git a/docs/guidely/demos/logo.png b/docs/guidely/demos/logo.png deleted file mode 100644 index 175ea1f..0000000 Binary files a/docs/guidely/demos/logo.png and /dev/null differ diff --git a/docs/guidely/demos/positions/demo.js b/docs/guidely/demos/positions/demo.js deleted file mode 100644 index 88d8203..0000000 --- a/docs/guidely/demos/positions/demo.js +++ /dev/null @@ -1,17 +0,0 @@ -$(function () { - - var anchors = ['top-left', 'top-middle', 'top-right', 'middle-left', 'middle-middle', 'middle-right', 'bottom-left', 'bottom-middle', 'bottom-right']; - - for (var i=0, l=anchors.length; i - - - - - - Guidely Box Demo - - - - - - - - - - - - - - - -
- -
- - - - \ No newline at end of file diff --git a/docs/guidely/demos/website-1/css/iehacks.css b/docs/guidely/demos/website-1/css/iehacks.css deleted file mode 100644 index a4ea311..0000000 --- a/docs/guidely/demos/website-1/css/iehacks.css +++ /dev/null @@ -1,41 +0,0 @@ -/* Handcoded by http://psdcssxhtml.com */ - -/* clearing & floating */ -.clearingfix{display:inline-block;} -/* Hides from IE-mac \*/ -* html .clearingfix{height:1%;} -.clearingfix{display:block;} -/* End hide from IE-mac */ -* html .floatbox{width:100%;} -.ie_fix_floats{width:100%;padding:0 1px 0 1px;margin:0 -1px 0 -1px;overflow:hidden;} -/* Escaping Floats Bug */ -/* Hides from IE-mac \*/ -.floatholder{height:1%;} -/* End hide from IE-mac */ -/* Peekaboo Bug */ -/* * html #left{position:relative;}*/ -/* * html #right{position:relative;}*/ -/* * html #main{position:relative;}*/ -/* force hasLayout */ -#wrapper, #header, #top, #middle, #bottom{zoom:1;} -/* Doubled Float Margins */ -* html #left{display:inline;} -* html #right{display:inline;} -* html .float-left{display:inline;} -* html .float-right{display:inline;} -/* IE and italics Problem */ -* html #left_container{overflow:visible;} -* html #right_container{overflow:visible;} -* html #main_container{overflow:visible;} -* html i, * html em{overflow:visible;display:inline-block;} -/* Expanding Box Problem */ -* html #left_container{word-wrap:break-word;} -* html #right_container{word-wrap:break-word;} -* html #main_container{word-wrap:break-word;} -/* Disappearing List-Background Bug */ -/* * html ul{position:relative;}*/ -/* * html ol{position:relative;}*/ -/* * html dl{position:relative;}*/ -/* * html blockquote{zoom:1 }*/ -/* IE/Win Guillotine Bug */ -a, a:hover{background-color:transparent;} diff --git a/docs/guidely/demos/website-1/css/index.html b/docs/guidely/demos/website-1/css/index.html deleted file mode 100644 index fa6d84e..0000000 --- a/docs/guidely/demos/website-1/css/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/guidely/demos/website-1/css/style.css b/docs/guidely/demos/website-1/css/style.css deleted file mode 100644 index b8d36ee..0000000 --- a/docs/guidely/demos/website-1/css/style.css +++ /dev/null @@ -1,752 +0,0 @@ -/* Handcoded by http://psdcssxhtml.com */ - -/* reset */ -body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td { - margin:0; - padding:0; - font-family:Georgia, "Times New Roman", Times, serif; -} - -fieldset,img { - border:0; -} - -html { - height:100%; - margin-bottom:1px; -} - -body { - position:relative; -} - -:focus { - outline:hidden; -} - -/* links */ -a { - color:#60131d; - text-decoration:none; -} - -a:hover { - text-decoration:underline; -} - -/* header elements */ -h1, h2, h3, h4, h5, h6 { - font-family:Georgia, "Times New Roman", Times, serif; - font-weight:bold; -} - -h1 { - font-size:300%; - color:#000; -} - -h2 { - font-size:250%; - color:#b4b4b4; -} - -h3 { - font-size:200%; - color:#000; -} - -h4 { - font-size:175%; - color:#000; -} - -h5 { - font-size:150%; - color:#787878; -} - -h6 { - font-size:125%; - color:#000; -} - -/* page setup */ -body { - background:#e4e4cd url(../images/page_bg.png) 50% 0 no-repeat; - font-family:Arial, Helvetica, sans-serif; - line-height:150%; - color:#646464; - font-size:12px; -} - -/*\*/* html body { - background:#e4e4cd url(../images/page_bg.png) 49% 0 no-repeat; -}/*end*/ - -/*\*/html*body { - background:#e4e4cd url(../images/page_bg.png) 49% 0 no-repeat; -}/*end*/ - -/* wrapper setup */ -div.rapidxwpr { - margin:auto; - width:980px; - background:url(../images/header-bg.png) 5px 0 no-repeat; -} - -/* header */ -div#header { - position:relative; - height:85px; - margin:0px 0px 0px 0px; -} - -/* logo */ -span#logo, img#logo { - position:absolute; - top:13px; - left:105px; - width:325px; - height:82px; - border:0; -} - -/* main body setup */ -div#middle { - width:auto; - margin:0px 0px 0px 0px; - clear:both; - background:#FFF url(../images/middle-bg.png) 0 100% no-repeat; - padding:0 0 25px 0; -} - -/*\*/* html div#middle { - margin:-28px 0px 0px 0px; -}/*end*/ - -div#middle .background { - min-height:140px; - border-left:#000 5px solid; - border-right:#000 5px solid; - padding:0 19px 0 24px; -} - -div#middle .layoutleft { - background:none; -} - -div#middle .layoutright { - background:none; -} - -/* left column */ -div#left { - width:200px; -} - -div#middle .layoutleft div#left { - float:left; - padding:0px 0px 0px 0px; -} - -div#middle .layoutright div#left { - float:right; - padding:0px 0px 0px 0px; -} - -/* right column */ -div#right { - width:297px; - padding:0px 0px 0px 0px; - float:right; - margin:0 0 0 0; -} - -div#right_container { - padding:0 10px 0 10px; -} - -/* content column */ -div#main { - width:auto; - background:url(../images/right-bg.png) 100% 100% no-repeat; -} - -div#middle .layoutleft div#main { - margin:0px 0px 0px 0px; - padding:0px 0px 0px 0px; -} - -div#middle .layoutright div#main { - margin:0px 200px 0px 0px; - padding:0px 0px 0px 0px; -} - -div#middle .withoutleft div#main { - margin:0px 0px 0px 0px; -} - -div#mainmiddle { - margin:0px 0px 0px 0px; -} - -div#main .withoutright { - background:transparent; -} - -div#content { - width:auto; -} - -div#main .withright div#content { - margin:0px 317px 0px 0px; - padding:0px 0px 0px 0px; -} - -div#main .withoutright div#content { - margin:0px 0px 0px 0px; - padding:0px 0px 0px 0px; -} - -/* footer */ -div#footer { - width:900px; - margin:15px auto; - padding:13px 30px 10px 50px; - clear:both; - color:#492D1F; - background:url(../images/footer-bg.png) 0 0 no-repeat; -} - -/* clearing & floating */ -.clearingfix:after { - content:"."; - display:block; - line-height:0px; - clear:both; - visibility:hidden; -} - -.clearingfix { - display:block; -} - -.floatbox { - overflow:hidden; -} - -/* navigation menu */ -div#menu { - margin:35px 0 0 0; - padding:0 15px; - overflow:hidden; -} - -div#menu .nav { - float:left; -} - -div#menu ul.mainmenu { - padding:0px; - margin:0px; - list-style:none; -} - -div#menu ul.mainmenu li { - float:left; - display:block; -} - -div#menu ul.mainmenu li a { - float:left; - display:block; - position:relative; - height:50px; - padding:0px 10px 0px 10px; - line-height:46px; - overflow:hidden; - color:#fff; - font-size:23px; - font-family:Georgia, "Times New Roman", Times, serif; -} - -div#menu ul.mainmenu li a:hover { - text-decoration:underline; -} - -div#menu ul.submenu { - padding:0px; - margin:0px; - list-style:none; - clear:both; -} - -div#menu ul.submenu li { - float:left; - display:block; -} - -div#menu ul.submenu li a { - float:left; - display:block; - position:relative; - height:25px; - padding:0px 7px 0px 7px; - line-height:18px; - overflow:hidden; - color:#f3e8bf; - font-size:15px; -} - -div#menu ul.submenu li a:hover { - text-decoration:underline; -} - -/* searchform */ -div.searchform { - float:right; - width:290px; -} - -div.searchform ul { - list-style:none; -} - -div.searchform ul li { - float:left; -} - -div.searchform input.search-field { - border:#b0b0a1 1px solid; - padding:3px 2px 2px 2px; - margin:0 6px 0 0; - color:#7a7a7a; - font-size:12px; - width:190px; -} - -div.searchform input.search-submit { - border:0; - padding:0; - margin:0; - width:63px; - height:22px; - background:url(../images/search-submit.png) 0 0 no-repeat; - cursor:pointer; - color:#FFF; -} - -/* loginform */ -div.loginform { - background:url(../images/loginform-bg.png) 0 0 no-repeat; - width:275px; - height:80px; - float:right; - margin:0 15px 0 0; - padding:5px 15px 0 80px; - text-align:right; - font-size:12px; - color:#393535; - font-style:italic; -} - -div.loginform ul { - list-style:none; - margin:0 0 13px 0; -} - -div.loginform ul li { - float:left; -} - -div.loginform ul li input.login-field { - border:#b0b0a1 1px solid; - padding:1px; - margin:0 6px 0 0; - font-size:10px; - color:#7a7a7a; -} - -div.loginform ul li input.login-submit { - border:#8c8a72 1px solid; - padding:0 1px; - margin:0; - font-size:10px; - color:#f6eed0; - background:#090909; - cursor:pointer; -} - -/* intro */ -.intro { - margin:28px 0 0 0; - background:url(../images/line.png) 0 100% no-repeat; - padding:0 0 10px 0; - overflow:hidden; -} - -.intro h3 { - margin:0px; - font-size:22px; - color:#000; - font-style:italic; - font-weight:bold; -} - -.intro p { - font-size:15px; - color:#711b1a; - margin:10px 0 10px 0; -} - -.intro ul { - padding:0 0 0 35px; - font-family:Georgia, "Times New Roman", Times, serif; - float:left; -} - -.intro ul li { - font-size:15px; - color:#534741; - font-style:italic; -} - -/* learn more box */ -.learn_more { - background:url(../images/learn_bg.png) 0 0 no-repeat; - text-transform:uppercase; - text-align:center; - float:right; - padding:20px 45px 20px 45px; -} - -.learn_more span.learn { - font-size:25px; - font-weight:bold; - color:#616161; -} - -.learn_more span.more { - color:#711b1a; - font-size:12px; -} - -.learn_more a { - color:#39480e; - font-size:14px; - text-decoration:underline; -} - -.learn_more a:hover { - text-decoration:none; -} - -/* wine reviews */ -.wine_reviews { - margin:20px 0 0 0; - background:url(../images/line.png) 0 100% no-repeat; - padding:0 0 20px 0; -} - -.wine_reviews h3 { - margin:0px; - font-size:22px; - color:#000; - font-style:italic; - font-weight:bold; -} - -.wine_reviews ul { - list-style:none; - margin:0; -} - -.wine_reviews ul li { - margin:0; - overflow:hidden; -} - -.reviews_imgborder { - width:103px; - height:108px; - border:#bdbd8c solid 1px; - background:#FFF; - margin:30px 10px 35px 0; - float:left; -} - -.reviews_img { - background:#f3f2e1; - width:99px; - height:104px; - margin:2px auto; -} - -.reviews_img img { - border:#bdbd8c solid 1px; - margin:3px 0 5px 2px; -} - -.reviews_img a { - font-size:13px; - text-decoration:underline; - color:#362f2d; -} - -.reviews_img a:hover { - text-decoration:none; -} - -.reviews_img .reviews_link { - background:url(../images/list_icon.png) 0 2px no-repeat; - padding:0 0 0 13px; - margin:10px 0 0 7px; -} - -.reviews_detail { - margin:0; - padding:30px 0 0 0; -} - -.reviews_detail h4 { - margin:0; - font-size:16px; - color:#711b1a; - padding:0px; - font-weight:bold; -} - -.reviews_detail span { - margin:0px; - font-size:14px; - font-weight:bold; - color:#534741; -} - -.reviews_detail span.date { - float:right; - margin:-25px 0 0 0; - font-size:12px; - color:#534741; -} - -.reviews_detail span.title a { - font-size:14px; - font-weight:bold; - color:#000; - text-decoration:underline; - margin:0 5px 0 3px; -} - -.reviews_detail span.title a:hover { - text-decoration:none; -} - -.reviews_detail span.tags a { - font-size:14px; - font-weight:normal; - color:#000; - text-decoration:underline; - margin:0 5px 0 3px; -} - -.reviews_detail span.tags a:hover { - text-decoration:none; -} - -.reviews_detail p { - margin:0px; - color:#534741; - font-size:14px; - line-height:18px; -} - -/* winery reviews */ -.winery_reviews { - margin:25px 0 0 0; - padding:0 0 20px 0; -} - -.winery_reviews h3 { - margin:0px; - font-size:22px; - color:#000; - font-style:italic; -} - -.winery_reviews ul { - list-style:none; -} - -.winery_reviews ul li { - margin:0; - overflow:hidden; -} - -.winery_reviews .reviews_imgborder { - width:103px; - height:108px; - border:#bdbd8c solid 1px; - background:#FFF; - margin:30px 10px 55px 0; - float:left; -} - -/* top rated winery */ -.more_links a { - background:#872F2D; - display:block; - float:left; - margin:0 10px 0 0; - padding:1px 10px 2px 10px; - color:#FFF; - font-family:Arial, Helvetica, sans-serif; - outline:#711B1A 1px solid; - border:#865532 1px solid; -} - -/* Articles */ -.articles { - background:url(../images/line_right.png) 0 100% no-repeat; - padding:0 0 20px 0; -} - -.articles h5, .active_member h5, .just_recommended h5, .new_wines h5 { - font-size:19px; - font-style:italic; - color:#000; - margin:0 0 8px 10px; -} - -.articles span { - font-size:15px; - color:#711b1a; - font-weight:bold; - margin:0 0 0 10px; -} - -.articles p { - margin:5px 0 5px 10px; - font-size:13px; - color:#534741; -} - -.articles a { - color:#000; - text-decoration:underline; - font-weight:bold; -} - -.articles a:hover { - color:#000; - text-decoration:none; -} - -/* active members */ -.active_member { - margin:15px 0 0 0; - background:url(../images/line_right.png) 0 100% no-repeat; - padding:0 0 20px 0; -} - -.active_member ul { - list-style:none; - margin:15px 0 0 0; -} - -.active_member ul li { - margin:20px 0 20px 0; -} - -.active_img img { - float:left; - border:solid 1px #6c6c6a; - margin:0 10px 0 10px; -} - -.active_link { - padding:7px 0 0 0; - font-size:15px; - color:#711b1a; - font-weight:bold; -} - -.active_member a { - text-decoration:underline; -} - -.active_member a:hover { - text-decoration:none; -} - -/* just recommended */ -.just_recommended { - margin:15px 0 0 0; - background:url(../images/line_right.png) 0 100% no-repeat; - padding:0 0 20px 0; -} - -.just_recommended ul { - list-style:none; - margin:15px 10px 0 12px; -} - -.just_recommended ul li { - margin:7px 0; - background:url(../images/list_icon.png) 0 5px no-repeat; - padding:0 0 0 15px; -} - -.just_recommended ul li a { - color:#534741; - text-decoration:underline; -} - -.just_recommended ul li a:hover { - text-decoration:none; -} - -/* new wines */ -.new_wines { - margin:15px 0 0 0; - padding:0 0 10px 0; -} - -.new_wines ul { - list-style:none; - margin:15px 10px 0 12px; -} - -.new_wines ul li { - margin:7px 0; - background:url(../images/list_icon.png) 0 5px no-repeat; - padding:0 0 0 15px; -} - -.new_wines ul li a { - color:#534741; - text-decoration:underline; -} - -.new_wines ul li a:hover { - text-decoration:none; -} - -/* footermenu */ -.footermenu { - float:left; -} - -.footermenu ul { - list-style:none; -} - -.footermenu ul li { - float:left; - margin:0 10px 0 0; - font-size:12px; -} - -.footer-logo { - float:right; -} diff --git a/docs/guidely/demos/website-1/demo.js b/docs/guidely/demos/website-1/demo.js deleted file mode 100644 index fe9fd7d..0000000 --- a/docs/guidely/demos/website-1/demo.js +++ /dev/null @@ -1,47 +0,0 @@ -$(function () { - - guidely.add ({ - attachTo: '#header' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.loginform' - , anchor: 'middle-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#menu' - , anchor: 'middle-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.intro' - , anchor: 'middle-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.wine_reviews li:first' - , anchor: 'top-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.winery_reviews li:first' - , anchor: 'top-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.init ({ welcome: true }); - -}); \ No newline at end of file diff --git a/docs/guidely/demos/website-1/images/active_img1.jpg b/docs/guidely/demos/website-1/images/active_img1.jpg deleted file mode 100644 index dae6cfc..0000000 Binary files a/docs/guidely/demos/website-1/images/active_img1.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/footer-bg.png b/docs/guidely/demos/website-1/images/footer-bg.png deleted file mode 100644 index 172dc5e..0000000 Binary files a/docs/guidely/demos/website-1/images/footer-bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/footer-logo.png b/docs/guidely/demos/website-1/images/footer-logo.png deleted file mode 100644 index dea8dc4..0000000 Binary files a/docs/guidely/demos/website-1/images/footer-logo.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/header-bg.png b/docs/guidely/demos/website-1/images/header-bg.png deleted file mode 100644 index d46094f..0000000 Binary files a/docs/guidely/demos/website-1/images/header-bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/index.html b/docs/guidely/demos/website-1/images/index.html deleted file mode 100644 index fa6d84e..0000000 --- a/docs/guidely/demos/website-1/images/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/guidely/demos/website-1/images/learn_bg.png b/docs/guidely/demos/website-1/images/learn_bg.png deleted file mode 100644 index 49067d1..0000000 Binary files a/docs/guidely/demos/website-1/images/learn_bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/left_login.png b/docs/guidely/demos/website-1/images/left_login.png deleted file mode 100644 index 01085c4..0000000 Binary files a/docs/guidely/demos/website-1/images/left_login.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/line.png b/docs/guidely/demos/website-1/images/line.png deleted file mode 100644 index b9f8c10..0000000 Binary files a/docs/guidely/demos/website-1/images/line.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/line_right.png b/docs/guidely/demos/website-1/images/line_right.png deleted file mode 100644 index 0ed2b6a..0000000 Binary files a/docs/guidely/demos/website-1/images/line_right.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/list_icon.png b/docs/guidely/demos/website-1/images/list_icon.png deleted file mode 100644 index dffc539..0000000 Binary files a/docs/guidely/demos/website-1/images/list_icon.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/loginform-bg.png b/docs/guidely/demos/website-1/images/loginform-bg.png deleted file mode 100644 index d60e0ff..0000000 Binary files a/docs/guidely/demos/website-1/images/loginform-bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/logo.png b/docs/guidely/demos/website-1/images/logo.png deleted file mode 100644 index 52126ad..0000000 Binary files a/docs/guidely/demos/website-1/images/logo.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/middle-bg.png b/docs/guidely/demos/website-1/images/middle-bg.png deleted file mode 100644 index 7bd9349..0000000 Binary files a/docs/guidely/demos/website-1/images/middle-bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/page_bg.png b/docs/guidely/demos/website-1/images/page_bg.png deleted file mode 100644 index 2a85aea..0000000 Binary files a/docs/guidely/demos/website-1/images/page_bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/reviews_img.jpg b/docs/guidely/demos/website-1/images/reviews_img.jpg deleted file mode 100644 index 169199d..0000000 Binary files a/docs/guidely/demos/website-1/images/reviews_img.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/reviews_img.png b/docs/guidely/demos/website-1/images/reviews_img.png deleted file mode 100644 index f5bb489..0000000 Binary files a/docs/guidely/demos/website-1/images/reviews_img.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/reviews_img1.jpg b/docs/guidely/demos/website-1/images/reviews_img1.jpg deleted file mode 100644 index d9c9a48..0000000 Binary files a/docs/guidely/demos/website-1/images/reviews_img1.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/reviews_img2.jpg b/docs/guidely/demos/website-1/images/reviews_img2.jpg deleted file mode 100644 index 1a04644..0000000 Binary files a/docs/guidely/demos/website-1/images/reviews_img2.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/reviews_img3.jpg b/docs/guidely/demos/website-1/images/reviews_img3.jpg deleted file mode 100644 index 56b677a..0000000 Binary files a/docs/guidely/demos/website-1/images/reviews_img3.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/right-bg.png b/docs/guidely/demos/website-1/images/right-bg.png deleted file mode 100644 index 86f26bd..0000000 Binary files a/docs/guidely/demos/website-1/images/right-bg.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/right_login.png b/docs/guidely/demos/website-1/images/right_login.png deleted file mode 100644 index 748a168..0000000 Binary files a/docs/guidely/demos/website-1/images/right_login.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/images/search-submit.png b/docs/guidely/demos/website-1/images/search-submit.png deleted file mode 100644 index 18f5b17..0000000 Binary files a/docs/guidely/demos/website-1/images/search-submit.png and /dev/null differ diff --git a/docs/guidely/demos/website-1/index.html b/docs/guidely/demos/website-1/index.html deleted file mode 100644 index d695b01..0000000 --- a/docs/guidely/demos/website-1/index.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - Social Network Wine Community by Studio 7 Designs - - - - - - - - - - - - - - - -
- - - - - - - - - - -
-
- -
-
-
- - - - - - -
- - -
-

Sharing a Passion for Wine

-

This is where you can provide an introduction about your wine related website. - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.

-
    -
  • A benefit about using our site.
  • -
  • Another benefit about using our site.
  • -
  • A benefit about using our site.
  • -
  • Another benefit about using our site.
  • -
-
- learn
more about us
sign up here -
-
- - - -
-

Recent Wine Reviews

-
    -
  • - -
    -

    Rating: I Loved It

    March 10.08 - Wine: 1999 Trinchero Napa County Mee Estate Merlot -

    As my previous review, this wine cost $33. The wine is not bad, it is oaky, but for $20. The aroma was blueberries, cloves and other spices. The wine on the palate started of great with dark berries and pepper as it hit mid-palate. The finish was non-existent. I would have say pass on this wine. (tasted Feb'07)

    - Tags:BlueberriesClovesSpicesExpensive -
    -
  • -
  • -
    - -
    -
    -

    Rating: Fantastic Flavour

    March 10.08 - Wine: 2006 Trinchero County Estate Merlot -

    As my previous review, this wine cost $33. The wine is not bad, it is oaky, but for $20. The aroma was blueberries, cloves and other spices. The wine on the palate started of great with dark berries and pepper as it hit mid-palate. The finish was non-existent. I would have say pass on this wine. (tasted Feb'07)

    - Tags:BerriesSpicesExpensive -
    -
  • -
-
- - - -
-

Recent Winery Reviews

-
    -
  • -
    - -
    -
    -

    Rating: I Liked It

    Fabruary 10.08 - Winery: Vina Moda Winery -

    This winery open in Oct'07 in the old Black Sheep Winery building (end of Main St). Vina Moda added a couple sitting areas and also serve food and desert (Free). The tasting room was packed and they had enough servers to support the crowd which made it nice. The service was outstanding. I was able to get alot of questions answered and also was sitting down and a server was on top of making sure I had wine in my glass. They were serving 6 wines and there was no tasting fee. (visited Feb'08)

    -
    -
  • -
  • -
    - -
    -
    -

    Rating: I Loved It

    Fabruary 10.08 - Winery: Valley of the Moon -

    This was a very pleasant stop on our way to the heart of Glenn Ellen and Kenell The tasting room and winery are in seperate buildings and are nice and new. The Tasting room has a old Zinfandel vineyard next to it and is quite nice. We were treated well and even shown into the barrel room. The winery has some great history and the wines were well made and reasonable priced. (visited February 3, 2008)

    -
    -
  • -
-
- - - - - - -
- - -
-
-
- -
-
- - -
- - - - - - - - \ No newline at end of file diff --git a/docs/guidely/demos/website-1/js/ie6pngfix.js b/docs/guidely/demos/website-1/js/ie6pngfix.js deleted file mode 100644 index 6062fb3..0000000 --- a/docs/guidely/demos/website-1/js/ie6pngfix.js +++ /dev/null @@ -1,13 +0,0 @@ -/** -* DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML . -* Author: Drew Diller -* Email: drew.diller@gmail.com -* URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ -* Version: 0.0.8a -* Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license -* -* Example usage: -* DD_belatedPNG.fix('.png_bg'); // argument is a CSS selector -* DD_belatedPNG.fixPng( someNode ); // argument is an HTMLDomElement -**/ -var DD_belatedPNG={ns:"DD_belatedPNG",imgSize:{},delay:10,nodesFixed:0,createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createVmlStyleSheet:function(){var b,a;b=document.createElement("style");b.setAttribute("media","screen");document.documentElement.firstChild.insertBefore(b,document.documentElement.firstChild.firstChild);if(b.styleSheet){b=b.styleSheet;b.addRule(this.ns+"\\:*","{behavior:url(#default#VML)}");b.addRule(this.ns+"\\:shape","position:absolute;");b.addRule("img."+this.ns+"_sizeFinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenStyleSheet=b;a=document.createElement("style");a.setAttribute("media","print");document.documentElement.firstChild.insertBefore(a,document.documentElement.firstChild.firstChild);a=a.styleSheet;a.addRule(this.ns+"\\:*","{display: none !important;}");a.addRule("img."+this.ns+"_sizeFinder","{display: none !important;}")}},readPropertyChange:function(){var b,c,a;b=event.srcElement;if(!b.vmlInitiated){return}if(event.propertyName.search("background")!=-1||event.propertyName.search("border")!=-1){DD_belatedPNG.applyVML(b)}if(event.propertyName=="style.display"){c=(b.currentStyle.display=="none")?"none":"block";for(a in b.vml){if(b.vml.hasOwnProperty(a)){b.vml[a].shape.style.display=c}}}if(event.propertyName.search("filter")!=-1){DD_belatedPNG.vmlOpacity(b)}},vmlOpacity:function(b){if(b.currentStyle.filter.search("lpha")!=-1){var a=b.currentStyle.filter;a=parseInt(a.substring(a.lastIndexOf("=")+1,a.lastIndexOf(")")),10)/100;b.vml.color.shape.style.filter=b.currentStyle.filter;b.vml.image.fill.opacity=a}},handlePseudoHover:function(a){setTimeout(function(){DD_belatedPNG.applyVML(a)},1)},fix:function(a){if(this.screenStyleSheet){var c,b;c=a.split(",");for(b=0;bn.H){i.B=n.H}d.vml.image.shape.style.clip="rect("+i.T+"px "+(i.R+a)+"px "+i.B+"px "+(i.L+a)+"px)"}else{d.vml.image.shape.style.clip="rect("+f.T+"px "+f.R+"px "+f.B+"px "+f.L+"px)"}},figurePercentage:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]++}return d[f]},fixPng:function(c){c.style.behavior="none";var g,b,f,a,d;if(c.nodeName=="BODY"||c.nodeName=="TD"||c.nodeName=="TR"){return}c.isImg=false;if(c.nodeName=="IMG"){if(c.src.toLowerCase().search(/\.png$/)!=-1){c.isImg=true;c.style.visibility="hidden"}else{return}}else{if(c.currentStyle.backgroundImage.toLowerCase().search(".png")==-1){return}}g=DD_belatedPNG;c.vml={color:{},image:{}};b={shape:{},fill:{}};for(a in c.vml){if(c.vml.hasOwnProperty(a)){for(d in b){if(b.hasOwnProperty(d)){f=g.ns+":"+d;c.vml[a][d]=document.createElement(f)}}c.vml[a].shape.stroked=false;c.vml[a].shape.appendChild(c.vml[a].fill);c.parentNode.insertBefore(c.vml[a].shape,c)}}c.vml.image.shape.fillcolor="none";c.vml.image.fill.type="tile";c.vml.color.fill.on=false;g.attachHandlers(c);g.giveLayout(c);g.giveLayout(c.offsetParent);c.vmlInitiated=true;g.applyVML(c)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet(); \ No newline at end of file diff --git a/docs/guidely/demos/website-1/js/index.html b/docs/guidely/demos/website-1/js/index.html deleted file mode 100644 index fa6d84e..0000000 --- a/docs/guidely/demos/website-1/js/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/guidely/demos/website-2/default.css b/docs/guidely/demos/website-2/default.css deleted file mode 100644 index c60b3bb..0000000 --- a/docs/guidely/demos/website-2/default.css +++ /dev/null @@ -1,351 +0,0 @@ -/* - - terrafirma1.0 by nodethirtythree design - http://www.nodethirtythree.com - -*/ - -* -{ -padding: 0px; -margin: 0px; -} - -body -{ -background: #F9F9F7 url('images/a1.gif') repeat-x; -font-size: 11px; -font-family: "trebuchet ms", helvetica, sans-serif; -color: #8C8C73; -line-height: 18px; -} - -a -{ -color: #FF7800; -text-decoration: underline; -} - -a:hover -{ -text-decoration: none; -} - -sup -{ -font-size: 0.5em; -} - - -p -{ -margin-bottom: 14px; -text-align: justify; -} - -img.picA -{ -position: relative; -top: -2px; -background: url('images/a47.gif') no-repeat; -width: 76px; -height: 74px; -padding: 8px; -} - -img.picB -{ -position: relative; -top: -2px; -background: url('images/a26.gif') no-repeat; -width: 146px; -height: 75px; -padding: 7px; -} - -img.floatleft -{ -float: left; -margin: 0px 14px 3px 0px; -} - - -ul.linklist -{ -list-style: none; -} - -ul.linklist li -{ -border-top: solid 1px #EEEEEE; -padding-top: 5px; -margin: 5px 0px 0px 0px; -} - -ul.linklist li.first -{ -border-top: 0px; -margin-top: 0px; -padding-top: 0px; -} - -#upbg -{ -position: absolute; -top: 0px; -left: 0px; -background: #fff url('images/upbg.gif') no-repeat; -width: 747px; -height: 264px; -z-index: 1; -} - -#outer -{ -position: relative; -width: 747px; -margin: 0 auto; -background: #fff url('images/abg.gif') repeat-y; -} - -#inner -{ -position: relative; -padding: 13px 30px 13px 30px; -z-index: 2; -} - -#header -{ -position: absolute; -background: #FF7800 url('images/a8.gif') repeat-x; -width: 202px; -height: 92px; -color: #fff; -padding-left: 20px; -} - -#header span -{ -font-weight: normal; -} - -#header h1 -{ -position: absolute; -font-size: 23px; -letter-spacing: -1px; -top: 30px; -height: 92px; -} - -#header h2 -{ -position: absolute; -font-size: 10px; -font-weight: normal; -color: #FCE2CA; -top: 51px; -} - -#header sup -{ -color: #FCE2CA; -} - -#splash -{ -position: absolute; -right: 30px; -background: #EAEAE2 url('images/a10.jpg') no-repeat; -width: 458px; -height: 92px; -} - -#menu -{ -position: relative; -background: #46461F url('images/a16.gif') repeat-x; -height: 67px; -padding: 0px 20px 0px 5px; -margin: 98px 0px 20px 0px; -} - -#menu ul -{ -} - -#menu ul li -{ -display: inline; -line-height: 52px; -padding-left: 3px; -} - -#menu ul li.first -{ -border-left: 0px; -} - -#menu ul li a -{ -background-color: transparent; -background-repeat: repeat-x; -padding: 8px 12px 8px 12px; -font-size: 12px; -color: #fff; -font-weight: bold; -} - -#menu ul li a:hover -{ -background: #fff url('images/a18.gif') repeat-x top; -color: #4A4A24; -text-decoration: none; -} - -#date -{ -position: absolute; -top: 0px; -line-height: 52px; -color: #BDBDA2; -right: 30px; -font-weight: bold; -font-size: 12px; -letter-spacing: -1px; -} - -#secondarycontent -{ -position: relative; -width: 180px; -float: right; -} - -#secondarycontent h3 -{ -position: relative; -top: 4px; -font-size: 16px; -line-height: 25px; -color: #656551; -letter-spacing: -1px; -background: url('images/a22.gif') bottom repeat-x; -padding: 0px 0px 10px 10px; -margin-bottom: 20px; -} - -#secondarycontent .content -{ -padding: 0px 10px 0px 10px; -margin-bottom: 20px; -} - -#primarycontent -{ -position: relative; -width: 480px; -float: left; -} - -#primarycontent h3 -{ -position: relative; -top: 4px; -font-size: 18px; -line-height: 25px; -color: #656551; -letter-spacing: -1px; -background: url('images/a22.gif') bottom repeat-x; -padding: 0px 0px 10px 15px; -margin-bottom: 20px; -} - -#primarycontent .content -{ -padding: 0px 15px 0px 15px; -margin-bottom: 20px; -} - -#primarycontent .post -{ -margin-bottom: 30px; -} - -#primarycontent .post .header -{ -position: relative; -} - -#primarycontent .post .date -{ -position: absolute; -right: 15px; -top: 0px; -line-height: 35px; -color: #AFAFA4; -font-weight: bold; -} - -#primarycontent .post .content -{ -margin-bottom: 0px; -} - -#primarycontent .post .footer -{ -position: relative; -top: -10px; -background: url('images/a33.gif') repeat-x; -height: 64px; -} - -#primarycontent .post .footer ul -{ -list-style: none; -position: absolute; -right: 15px; -bottom: 15px; -} - -#primarycontent .post .footer ul li -{ -display: inline; -line-height: 14px; -padding-left: 17px; -margin-left: 25px; -background-repeat: no-repeat; -background-position: 0px 2px; -} - -#primarycontent .post .footer ul li.printerfriendly -{ -background-image: url('images/a41.gif'); -} - -#primarycontent .post .footer ul li.comments -{ -background-image: url('images/a36.gif'); -} - -#primarycontent .post .footer ul li.readmore -{ -background-image: url('images/a38.gif'); -} - -#footer -{ -position: relative; -clear: both; -height: 66px; -text-align: center; -line-height: 66px; -background-image: url('images/a50.gif'); -color: #A8A88D; -} - -#footer a -{ -color: #8C8C73; -} diff --git a/docs/guidely/demos/website-2/demo.js b/docs/guidely/demos/website-2/demo.js deleted file mode 100644 index 4a12e4c..0000000 --- a/docs/guidely/demos/website-2/demo.js +++ /dev/null @@ -1,40 +0,0 @@ -$(function () { - - guidely.add ({ - attachTo: '#header' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#menu' - , anchor: 'top-right' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#secondarycontent h3' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.post:first' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.post:first .printerfriendly' - , anchor: 'middle-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.init ({ welcome: true }); - -}); \ No newline at end of file diff --git a/docs/guidely/demos/website-2/images/a1.gif b/docs/guidely/demos/website-2/images/a1.gif deleted file mode 100644 index ad8322c..0000000 Binary files a/docs/guidely/demos/website-2/images/a1.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a10.jpg b/docs/guidely/demos/website-2/images/a10.jpg deleted file mode 100644 index 346987a..0000000 Binary files a/docs/guidely/demos/website-2/images/a10.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a16.gif b/docs/guidely/demos/website-2/images/a16.gif deleted file mode 100644 index c49f5f7..0000000 Binary files a/docs/guidely/demos/website-2/images/a16.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a18.gif b/docs/guidely/demos/website-2/images/a18.gif deleted file mode 100644 index 9ba5edd..0000000 Binary files a/docs/guidely/demos/website-2/images/a18.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a22.gif b/docs/guidely/demos/website-2/images/a22.gif deleted file mode 100644 index 4299fc1..0000000 Binary files a/docs/guidely/demos/website-2/images/a22.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a26.gif b/docs/guidely/demos/website-2/images/a26.gif deleted file mode 100644 index f8e04ad..0000000 Binary files a/docs/guidely/demos/website-2/images/a26.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a33.gif b/docs/guidely/demos/website-2/images/a33.gif deleted file mode 100644 index 119d50e..0000000 Binary files a/docs/guidely/demos/website-2/images/a33.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a36.gif b/docs/guidely/demos/website-2/images/a36.gif deleted file mode 100644 index 80cf534..0000000 Binary files a/docs/guidely/demos/website-2/images/a36.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a38.gif b/docs/guidely/demos/website-2/images/a38.gif deleted file mode 100644 index 769bca1..0000000 Binary files a/docs/guidely/demos/website-2/images/a38.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a41.gif b/docs/guidely/demos/website-2/images/a41.gif deleted file mode 100644 index 8904354..0000000 Binary files a/docs/guidely/demos/website-2/images/a41.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a47.gif b/docs/guidely/demos/website-2/images/a47.gif deleted file mode 100644 index f57dca9..0000000 Binary files a/docs/guidely/demos/website-2/images/a47.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a50.gif b/docs/guidely/demos/website-2/images/a50.gif deleted file mode 100644 index 2fb8e09..0000000 Binary files a/docs/guidely/demos/website-2/images/a50.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/a8.gif b/docs/guidely/demos/website-2/images/a8.gif deleted file mode 100644 index 1d12ac5..0000000 Binary files a/docs/guidely/demos/website-2/images/a8.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/abg.gif b/docs/guidely/demos/website-2/images/abg.gif deleted file mode 100644 index 751f3c6..0000000 Binary files a/docs/guidely/demos/website-2/images/abg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/pic1.jpg b/docs/guidely/demos/website-2/images/pic1.jpg deleted file mode 100644 index 6155f93..0000000 Binary files a/docs/guidely/demos/website-2/images/pic1.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/pic2.jpg b/docs/guidely/demos/website-2/images/pic2.jpg deleted file mode 100644 index 4ad9532..0000000 Binary files a/docs/guidely/demos/website-2/images/pic2.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/spacer.gif b/docs/guidely/demos/website-2/images/spacer.gif deleted file mode 100644 index 5bfd67a..0000000 Binary files a/docs/guidely/demos/website-2/images/spacer.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/images/upbg.gif b/docs/guidely/demos/website-2/images/upbg.gif deleted file mode 100644 index 46f414b..0000000 Binary files a/docs/guidely/demos/website-2/images/upbg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-2/index.html b/docs/guidely/demos/website-2/index.html deleted file mode 100644 index 9304c34..0000000 --- a/docs/guidely/demos/website-2/index.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - -terrafirma1.0 by nodethirtythree - - - - - - - - - - - - - -
- -
- -
- - - -
- - - - -
- - - -
-
-

TerraFirma1.0 by NodeThirtyThree

-
August 1, 2006
-
-
- -

TerraFirma1.0 is a free, lightweight, tableless, W3C-compliant website design by NodeThirtyThree Design. You're free to dissect, manipulate and use it to your heart's content. We only ask that you link back to our site in some way. If you find this design useful, feel free to let us know :)

-

You can find more of our free work at this site or our site, or some of our commercial work on 4Templates.com, a commercial website template site.

-
- -
- -
-
-

Vivamus tortor sed aenean

-
July 31, 2006
-
-
-

Volutpat at varius sed sollicitudin et, arcu. Vivamus viverra. Nullam turpis. Vestibulum sed etiam. Lorem ipsum sit amet dolore. Nulla facilisi. Sed tortor. Aenean felis. Quisque eros. Cras lobortis commodo metus. Vestibulum vel purus. In eget odio in sapien adipiscing blandit. Quisque augue tortor, facilisis sit amet, aliquam, suscipit vitae, cursus sed, arcu lorem ipsum dolor sit amet.

-

Fermentum at, varius pretium, elit. Mauris egestas scelerisque nunc. Mauris non ligula quis wisi laoreet malesuada. In commodo. Maecenas lobortis cursus dolor.

-
- -
- -
-
-

Vivamus tortor sed aenean

-
July 31, 2006
-
-
-

Volutpat at varius sed sollicitudin et, arcu. Vivamus viverra. Nullam turpis. Vestibulum sed etiam. Lorem ipsum sit amet dolore. Nulla facilisi. Sed tortor. Aenean felis. Quisque eros. Cras lobortis commodo metus. Vestibulum vel purus. In eget odio in sapien adipiscing blandit. Quisque augue tortor, facilisis sit amet, aliquam, suscipit vitae, cursus sed, arcu lorem ipsum dolor sit amet.

-

Fermentum at, varius pretium, elit. Mauris egestas scelerisque nunc. Mauris non ligula quis wisi laoreet malesuada. In commodo. Maecenas lobortis cursus dolor.

-
- -
- - - -
- -
- - - -

About Me

-
- -

Nullam turpis vestibulum et sed dolore. Nulla facilisi. Sed tortor. lobortis commodo. More ...

-
- -

Topics

- - - - -
- - - -
- -
- - - \ No newline at end of file diff --git a/docs/guidely/demos/website-2/readme.txt b/docs/guidely/demos/website-2/readme.txt deleted file mode 100644 index f077eb4..0000000 --- a/docs/guidely/demos/website-2/readme.txt +++ /dev/null @@ -1,17 +0,0 @@ -terrafirma1.0 by nodethirtythree design -http://www.nodethirtythree.com - -This template is released under the Creative Commons Attributions 2.5 license, which -basically means you can do whatever you want with it provided you credit the author. -(ie. me). In the case of this template, a link back to my site is more than sufficient. - -If you want to read the license, go here: - -http://creativecommons.org/licenses/by/2.5/ - -If you're sufficiently intoxicated, or just like a good mental beating, you can also -read the full legal code here: - -http://creativecommons.org/licenses/by/2.5/legalcode - -- enks \ No newline at end of file diff --git a/docs/guidely/demos/website-3/css/aural.css b/docs/guidely/demos/website-3/css/aural.css deleted file mode 100644 index 8f2ca06..0000000 --- a/docs/guidely/demos/website-3/css/aural.css +++ /dev/null @@ -1,20 +0,0 @@ -/* - Project: CrystalX - URL: http://www.nuvio.cz - - Output device: aural - - Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz) - Last revision: 2006-12-05, 12:00 GMT+1 -*/ - -body {voice-family:paul,male; volume:loud; speech-rate:slow; richness:90; stress:20;} - -h1, h2, h3, h4, h5 {cue-before:url("ping.au");} - -p, table {pause:50ms;} - -em, q, cite, blockquote {pitch:medium; pitch-range:60; stress:60; richness:50;} - -strong {pitch:medium; pitch-range:60; stress:90; richness:90;} -pre, code {speak-punctuation:code;} diff --git a/docs/guidely/demos/website-3/css/main.css b/docs/guidely/demos/website-3/css/main.css deleted file mode 100644 index 4d70fb8..0000000 --- a/docs/guidely/demos/website-3/css/main.css +++ /dev/null @@ -1,207 +0,0 @@ -/* - Project: CrystalX - URL: http://www.nuvio.cz - - Output device: screen, projection - - Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz) - Last revision: 2006-12-05, 12:00 GMT+1 - - Structure: - display | position | float | overflow | width | height | border | margin | padding | background | align | font -*/ - -* {min-height:1px;} -body {border:0; margin:0; padding:0; background:#F2F5FE url("../design/bg.gif") 0 0 repeat-x; font:70%/160% "verdana",sans-serif; color:#192666; _text-align:center;} - -a {color:#192666;} -a:hover {color:#4F6AD7;} - -p {border:0; margin:15px 0; padding:0;} - -div {display:block; border:0; margin:0; padding:0;} - -h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;} -h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;} -h2 {font-size:180%; line-height:100%; font-family:"georgia",serif; font-weight:normal;} -h3 {font-size:120%; line-height:100%; font-weight:bold;} -h4 {font-size:120%;} -h5 {font-size:100%;} - -table {display:table; border-collapse:collapse; margin:15px 0; padding:0; border:1px solid #B7CAF6; font-size:100%;} -tr {display:table-row;} -th, td {display: table-cell; border:1px solid #B7CAF6; margin:0; padding:5px; vertical-align:top; text-align:left;} -th {background:#E7ECFD; text-align:center; color:#192666; font-weight:bold;} - -ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;} -ol {list-style-type:decimal;} -li {display:list-item; border:0; margin:0; padding:0; _height:1px;} -ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;} - -dl {border:0; margin:15px 0; padding:0;} -dt {border:0; margin:0; padding:0; font-weight:bold;} -dd {border:0; margin:0 0 0 30px; padding:0;} - -form {border:0; margin:0; padding:0;} -fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;} -legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;} - -hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;} - -a, img, span {border:0; margin:0; padding:0;} -abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;} - -del, .through {text-decoration:line-through;} -strong, .strong {font-weight:bold;} -cite, em, q, var {font-style:italic;} -code, kbd, samp {font-family:monospace; font-size:110%;} - -/* Floating */ -.f-left {float:left;} -.f-right {float:right;} - -/* Text align */ -.t-left {text-align:left;} -.t-center {text-align:center;} -.t-right {text-align:right;} - -.va-middle {vertical-align:middle;} - -.clear {clear:both;} -.box {min-height:1px; _height:1px;} -.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;} - -.nom {margin:0;} -.noscreen {display:none;} - -/* -----------------...........--------------------------------------------------------------------------------------- */ - -#main {width:770px; margin:50px auto 0 auto; _text-align:left;} - -/* Header */ -#header {position:relative; width:770px; height:100px; margin:0; padding:0; background:#233C9B url("../design/header.jpg") 0 0 no-repeat; color:#FFF;} - - /* Header - logo */ - #header #logo {position:absolute; top:35px; left:35px; margin:0;} - - #header #logo a {color:#FFF;} - #header #logo a:hover {color:#B5C4E3; text-decoration:underline;} - - /* Header - Search */ - #header #search {position:absolute; top:35px; right:20px;} - #header #search form {position:relative;} - #header #search #search-input-out {position:absolute; top:0; right:45px; width:155px; height:28px; margin:0; padding:0; border:0; background:url("../design/search_input.gif") 0 0 no-repeat; font:bold 90%/100% "verdana",sans-serif; color:#192666;} - #header #search #search-input {width:140px; margin:5px 8px; padding:3px 0; border:0; background:#FFF; font:bold 100%/100% "verdana",sans-serif; color:#192666;} - #header #search #search-submit {position:absolute; top:0; right:0px;} - #header #search fieldset {margin:0; padding:0; border:0;} - #header #search fieldset {width:200px;} - #header #search legend {display:none;} - -/* Main menu (tabs) */ -#tabs {background:#192666; margin:0 5px; padding:10px 0 0 0; _height:1px;} - - #tabs ul {margin:0 10px; padding:0; list-style:none;} - #tabs ul li {margin:0 5px 0 0; padding:0; float:left;} - #tabs ul li a {display:block; position:relative; padding:7px 15px; border:0; background:url("../design/tab_link.gif") 0 0 repeat-x; color:#B5C4E3; font-weight:bold; text-decoration:none; cursor:pointer;} - - /* Main menu (tabs - link) */ - #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../design/tab_link_l.gif") 0 0 no-repeat;} - #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("../design/tab_link_r.gif") 100% 0 no-repeat;} - - /* Main menu (tabs - hover) */ - #tabs ul li a:hover {background:url("../design/tab_hover.gif") 0 0 repeat-x; color:#FFF;} - #tabs ul li a:hover span.tab-l {background:url("../design/tab_hover_l.gif") 0 0 no-repeat;} - #tabs ul li a:hover span.tab-r {background:url("../design/tab_hover_r.gif") 100% 0 no-repeat;} - - /* Main menu (tabs - active) */ - #tabs ul li#active a {background:#FFF; color:#FF9000;} - #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../design/tab_active_l.gif") 0 0 no-repeat;} - #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../design/tab_active_r.gif") 100% 0 no-repeat;} - -/* Page (2 columns) */ -#page {width:770px; min-height:1px; background:#FFF url("../design/bg_page.gif") 0 0 repeat-y; _height:1px;} -#page-in {min-height:1px; padding:10px 0; background:url("../design/bg_page_in.jpg") 0 0 no-repeat; _height:1px;} - -/* Strip */ -#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#6182D1;} -#strip p {margin:0;} -#strip a {color:#6182D1;} -#strip a:hover {color:#192666;} - - /* Strip - breadcrumbs */ - #strip #breadcrumbs {width:520px; margin:0; padding:0;} - - /* Strip - RSS */ - #strip #rss {float:right; width:175px; _width:200px; margin:0; padding-left:25px; background:url("../design/ico_rss.gif") 0 50% no-repeat} - -/* Content */ -#content {float:left; width:530px; _width:550px; margin:0; padding:0 0 0 20px;} - - /* Content - article */ - #content .article {clear:both; margin:0; padding:20px; background:url("../design/content_article_bg.jpg") 0 0 no-repeat;} - #content .article h2 {margin:0 -20px; padding:10px; background:#DEE5FD url("../design/content_title_bg.gif") 0 0 repeat-y; color:#192666;} - #content .article h2 span {background:url("../design/ico_list.gif") 0 50% no-repeat; padding-left:25px;} - - #content .article p {text-align:justify;} - #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;} - #content .info a {color:#6685CC;} - #content .info a:hover {color:#FF9000;} - - #content .info span.date, #content .info span.cat, #content .info span.user, #content .info span.comments {padding-left:15px;} - #content .info span.date {background:url("../design/ico_date.gif") 0 50% no-repeat;} - #content .info span.cat {background:url("../design/ico_cat.gif") 0 50% no-repeat; margin-left:8px;} - #content .info span.user {background:url("../design/ico_user.gif") 0 50% no-repeat; margin-left:8px;} - #content .info span.comments {background:url("../design/ico_comments.gif") 0 50% no-repeat; margin-left:8px;} - - /* Content - More */ - #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;} - #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("../design/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;} - #content .btn-more a:hover {background:url("../design/btn_more.gif") -95px 0 no-repeat;} - -/* Right column */ -#col {float:left; width:200px; margin:0; padding:0; background:#CEDBF9 url("../design/col_bg.gif") 0 0 repeat-y;} -#col-in {padding:20px 10px; background:url("../design/col_top.gif") 0 0 no-repeat;} -#col h3 {padding:13px 15px 14px 15px; margin:0 -10px 15px -10px; background:#A0B9F3 url("../design/col_title_bg.gif") 0 0 repeat-y; color:#192666;} - - /* Right column - About me */ - #col #about-me {margin-bottom:15px; line-height:130%;} - #col #about-me p {margin:0;} - #col #about-me #me {float:left; width:54px; height:58px; margin-right:7px;} - - /* Right column - Category */ - #col ul#category {margin:15px 0; padding:0; list-style:none;} - #col ul#category li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;} - #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("../design/ico_archive.gif") 5px 6px no-repeat; text-decoration:none;} - #col ul#category li a:hover {background-color:#D3DFF8; color:#192666;} - #col ul#category li#category-active a {background:#E0E8FA url("../design/ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;} - - /* Right column - Archive */ - #col ul#archive {margin:15px 0; padding:0; list-style:none;} - #col ul#archive li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;} - #col ul#archive li a {display:block; padding:3px 0 3px 22px; background:url("../design/ico_archive.gif") 5px 50% no-repeat; text-decoration:none;} - #col ul#archive li a:hover {background-color:#D3DFF8; color:#192666;} - #col ul#archive li#archive-active a {background:#E0E8FA url("../design/ico_archive2.gif") 5px 6px no-repeat; font-weight:bold;} - - /* Right column - Links */ - #col ul#links {margin:15px 0; padding:0; list-style:none;} - #col ul#links li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;} - #col ul#links li a {display:block; padding:3px 0 3px 22px; background:url("../design/ico_links.gif") 5px 6px no-repeat; text-decoration:none;} - #col ul#links li a:hover {background-color:#D3DFF8; color:#192666;} - -/* Footer */ -#footer {position:relative; clear:both; width:770px; height:60px; margin-bottom:50px; background:url("../design/footer.jpg") 0 0 no-repeat; color:#6685CC;} -#footer a {color:#6685CC;} -#footer a:hover {color:#192666;} - - /* Footer - "back on top" */ - #top {position:absolute; top:55px; left:550px;} - #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;} - #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("../design/ico_top.gif") 0 0 no-repeat; cursor:pointer;} - #top a:hover span {background:url("../design/ico_top.gif") -30px 0 no-repeat;} - - /* Footer - copyright */ - #footer p#copyright {position:absolute; top:10px; left:40px; margin:0;} - - /* Footer - created by */ - #createdby {position:absolute; top:10px; left:562px; margin:0; color:#8CA3D8;} - #createdby a {color:#8CA3D8;} diff --git a/docs/guidely/demos/website-3/css/print.css b/docs/guidely/demos/website-3/css/print.css deleted file mode 100644 index cf57eb3..0000000 --- a/docs/guidely/demos/website-3/css/print.css +++ /dev/null @@ -1,29 +0,0 @@ -/* - Project: CrystalX - URL: http://www.nuvio.cz - - Output device: print - - Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz) - Last revision: 2006-12-05, 12:00 GMT+1 - - Structure: - display | position | float | overflow | width | height | border | margin | padding | background | align | font -*/ - -body {border:0; margin:0; padding:0; font-size:12pt} - -a {color:#000; text-decoration:none;} - -h1, h2, h3 {page-break-after:avoid; page-break-inside:avoid;} - -table {border-collapse: collapse; border-width:1px; border-style:solid;} -th, td {display:table-cell; border-width:1px; border-style:solid;} - - -hr {display:block; height:2px; margin:0; padding:0; background:#000; border:0 solid #000; color:#000;} - -blockquote {page-break-inside:avoid} -ul, ol, dl {page-break-before:avoid} - -.noprint {display:none;} diff --git a/docs/guidely/demos/website-3/demo.js b/docs/guidely/demos/website-3/demo.js deleted file mode 100644 index 21c85af..0000000 --- a/docs/guidely/demos/website-3/demo.js +++ /dev/null @@ -1,47 +0,0 @@ -$(function () { - - guidely.add ({ - attachTo: '#logo' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#search' - , anchor: 'middle-right' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#rss' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '.article:first' - , anchor: 'middle-left' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#category' - , anchor: 'top-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.add ({ - attachTo: '#archive' - , anchor: 'top-middle' - , title: 'Guide Title' - , text: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut.' - }); - - guidely.init ({ welcome: true }); - -}); \ No newline at end of file diff --git a/docs/guidely/demos/website-3/design/bg.gif b/docs/guidely/demos/website-3/design/bg.gif deleted file mode 100644 index d618b58..0000000 Binary files a/docs/guidely/demos/website-3/design/bg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/bg_page.gif b/docs/guidely/demos/website-3/design/bg_page.gif deleted file mode 100644 index 4789fbf..0000000 Binary files a/docs/guidely/demos/website-3/design/bg_page.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/bg_page_in.jpg b/docs/guidely/demos/website-3/design/bg_page_in.jpg deleted file mode 100644 index 1a36a31..0000000 Binary files a/docs/guidely/demos/website-3/design/bg_page_in.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/btn_more.gif b/docs/guidely/demos/website-3/design/btn_more.gif deleted file mode 100644 index 921b176..0000000 Binary files a/docs/guidely/demos/website-3/design/btn_more.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/col_bg.gif b/docs/guidely/demos/website-3/design/col_bg.gif deleted file mode 100644 index 48d403e..0000000 Binary files a/docs/guidely/demos/website-3/design/col_bg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/col_title_bg.gif b/docs/guidely/demos/website-3/design/col_title_bg.gif deleted file mode 100644 index 23d1199..0000000 Binary files a/docs/guidely/demos/website-3/design/col_title_bg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/col_top.gif b/docs/guidely/demos/website-3/design/col_top.gif deleted file mode 100644 index ebc5aef..0000000 Binary files a/docs/guidely/demos/website-3/design/col_top.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/content_article_bg.jpg b/docs/guidely/demos/website-3/design/content_article_bg.jpg deleted file mode 100644 index e663688..0000000 Binary files a/docs/guidely/demos/website-3/design/content_article_bg.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/content_title_bg.gif b/docs/guidely/demos/website-3/design/content_title_bg.gif deleted file mode 100644 index b955c4c..0000000 Binary files a/docs/guidely/demos/website-3/design/content_title_bg.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/footer.jpg b/docs/guidely/demos/website-3/design/footer.jpg deleted file mode 100644 index 1297ce6..0000000 Binary files a/docs/guidely/demos/website-3/design/footer.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/header.jpg b/docs/guidely/demos/website-3/design/header.jpg deleted file mode 100644 index a99c559..0000000 Binary files a/docs/guidely/demos/website-3/design/header.jpg and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_archive.gif b/docs/guidely/demos/website-3/design/ico_archive.gif deleted file mode 100644 index eefb245..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_archive.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_archive2.gif b/docs/guidely/demos/website-3/design/ico_archive2.gif deleted file mode 100644 index 47ccdb0..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_archive2.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_cat.gif b/docs/guidely/demos/website-3/design/ico_cat.gif deleted file mode 100644 index f0a0f1d..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_cat.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_comments.gif b/docs/guidely/demos/website-3/design/ico_comments.gif deleted file mode 100644 index 9d90fa5..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_comments.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_date.gif b/docs/guidely/demos/website-3/design/ico_date.gif deleted file mode 100644 index c8e9bf3..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_date.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_links.gif b/docs/guidely/demos/website-3/design/ico_links.gif deleted file mode 100644 index 3f81244..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_links.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_list.gif b/docs/guidely/demos/website-3/design/ico_list.gif deleted file mode 100644 index bed66ed..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_list.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_rss.gif b/docs/guidely/demos/website-3/design/ico_rss.gif deleted file mode 100644 index 3f6dafb..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_rss.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_top.gif b/docs/guidely/demos/website-3/design/ico_top.gif deleted file mode 100644 index 3f69c3c..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_top.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/ico_user.gif b/docs/guidely/demos/website-3/design/ico_user.gif deleted file mode 100644 index 8434c0a..0000000 Binary files a/docs/guidely/demos/website-3/design/ico_user.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/search_input.gif b/docs/guidely/demos/website-3/design/search_input.gif deleted file mode 100644 index 205c75b..0000000 Binary files a/docs/guidely/demos/website-3/design/search_input.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/search_submit.gif b/docs/guidely/demos/website-3/design/search_submit.gif deleted file mode 100644 index 1c4830b..0000000 Binary files a/docs/guidely/demos/website-3/design/search_submit.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_active_l.gif b/docs/guidely/demos/website-3/design/tab_active_l.gif deleted file mode 100644 index 82ab3de..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_active_l.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_active_r.gif b/docs/guidely/demos/website-3/design/tab_active_r.gif deleted file mode 100644 index 5ac9199..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_active_r.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_hover.gif b/docs/guidely/demos/website-3/design/tab_hover.gif deleted file mode 100644 index 4b61e34..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_hover.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_hover_l.gif b/docs/guidely/demos/website-3/design/tab_hover_l.gif deleted file mode 100644 index 7b62dc9..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_hover_l.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_hover_r.gif b/docs/guidely/demos/website-3/design/tab_hover_r.gif deleted file mode 100644 index 60246e5..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_hover_r.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_link.gif b/docs/guidely/demos/website-3/design/tab_link.gif deleted file mode 100644 index 62ca521..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_link.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_link_l.gif b/docs/guidely/demos/website-3/design/tab_link_l.gif deleted file mode 100644 index 5e6a226..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_link_l.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tab_link_r.gif b/docs/guidely/demos/website-3/design/tab_link_r.gif deleted file mode 100644 index 86c21f6..0000000 Binary files a/docs/guidely/demos/website-3/design/tab_link_r.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/design/tmp_photo.gif b/docs/guidely/demos/website-3/design/tmp_photo.gif deleted file mode 100644 index 7456e9a..0000000 Binary files a/docs/guidely/demos/website-3/design/tmp_photo.gif and /dev/null differ diff --git a/docs/guidely/demos/website-3/index.html b/docs/guidely/demos/website-3/index.html deleted file mode 100644 index 698e781..0000000 --- a/docs/guidely/demos/website-3/index.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - CrystalX - - - - - - - - - - - - - - - - - - - - - - -
- - - - - -
- -

Navigation

- - -
-
- - -
-
- -
- - -

RSS: articles / comments

-
- - - -
- -
- - -
- - -
-

This is my best article

-

- 2007-01-01 @ 00:01, - Category, - My name, - Comments -

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam pellentesque enim blandit enim bibendum blandit. - Integer eu leo ac est aliquet imperdiet. Quisque nec justo id augue posuere malesuada. Nullam ac metus. Cras non leo - ut est placerat condimentum. Aliquam ut enim. Quisque non sapien in enim eleifend faucibus. Pellentesque sodales. Mauris - auctor arcu sit amet felis. Donec eget enim ut lacus pharetra condimentum. Nulla in felis vel tortor imperdiet consectetuer. - Sed id ante.

- -

Continue

-
- -
- - -
-

This is my third article

-

- 2007-01-01 @ 00:01, - Category, - My name, - Comments -

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam pellentesque enim blandit enim bibendum blandit. - Integer eu leo ac est aliquet imperdiet. Quisque nec justo id augue posuere malesuada. Nullam ac metus. Cras non leo - ut est placerat condimentum. Aliquam ut enim. Quisque non sapien in enim eleifend faucibus. Pellentesque sodales. Mauris - auctor arcu sit amet felis. Donec eget enim ut lacus pharetra condimentum. Nulla in felis vel tortor imperdiet consectetuer. - Sed id ante.

- -

Continue

-
- -
- - -
-

This is my second article

-

- 2007-01-01 @ 00:01, - Category, - My name, - Comments -

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam pellentesque enim blandit enim bibendum blandit. - Integer eu leo ac est aliquet imperdiet. Quisque nec justo id augue posuere malesuada. Nullam ac metus. Cras non leo - ut est placerat condimentum. Aliquam ut enim. Quisque non sapien in enim eleifend faucibus. Pellentesque sodales. Mauris - auctor arcu sit amet felis. Donec eget enim ut lacus pharetra condimentum. Nulla in felis vel tortor imperdiet consectetuer. - Sed id ante.

- -

Continue

-
- -
- - -
-

This is my first article

-

- 2007-01-01 @ 00:01, - Category, - My name, - Comments -

- -

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam pellentesque enim blandit enim bibendum blandit. - Integer eu leo ac est aliquet imperdiet. Quisque nec justo id augue posuere malesuada. Nullam ac metus. Cras non leo - ut est placerat condimentum. Aliquam ut enim. Quisque non sapien in enim eleifend faucibus. Pellentesque sodales. Mauris - auctor arcu sit amet felis. Donec eget enim ut lacus pharetra condimentum. Nulla in felis vel tortor imperdiet consectetuer. - Sed id ante.

- -

Continue

-
- -
- -
- - -
-
- - -

About Me

- -
-

Yeah, it´s me! - John Doe
- Age: 26
- Dallas, TX
- Profile on MySpace

-
- -
- - -

Category

- - - -
- - -

Archive

- - - -
- - -

Links

- - - -
- -
-
- -
-
- - - - -
- - - diff --git a/docs/guidely/example_files/index.html b/docs/guidely/example_files/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/docs/guidely/example_files/logo.png b/docs/guidely/example_files/logo.png deleted file mode 100644 index 175ea1f..0000000 Binary files a/docs/guidely/example_files/logo.png and /dev/null differ diff --git a/docs/guidely/example_files/style.css b/docs/guidely/example_files/style.css deleted file mode 100644 index 725a32f..0000000 --- a/docs/guidely/example_files/style.css +++ /dev/null @@ -1,56 +0,0 @@ -body { color: #555; } - -a { color: #06C; } - -h1 { background: url(../example_files/logo.png) no-repeat 0 0; width: 120px; height: 120px; line-height: 600px; overflow: hidden; padding-bottom: 1.5em; margin: 0 auto 1.25em; } - -h3 { font-size: 18px; font-weight: normal; color: #F90; margin-top: 1.5em; margin-bottom: 1em; } - -#wrapper -{ - background: #FFF; - width: 650px; - padding: 40px 20px 20px; - margin: 0 auto; - border: 1px solid #999; - border-top: none; -} - -table -{ - margin-bottom: 1.7em; -} - -table { width: 100%; border-collapse: collapse; border-left: 1px solid #DDD; border-top: 1px solid #DDD; } -th { background: #999; color: #FFF; text-align: left; padding: 7px; } -th, td { padding: 10px; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; } - -p { margin-bottom: 1em; } - -pre -{ - background: #EEE; - font-size: 11px; - border: 1px solid #DDD; - border-left: 0; - border-right: 0; - padding: 10px; - margin-bottom: 1.75em; -} - -hr { border: none; border-bottom: 1px dotted #888; } - - -ol { margin-left: 28px; margin-bottom: 2em; } - -h2 { font-size: 24px; font-weight: normal; margin-bottom: 1em; } - -.screenshot { - text-align: center; - margin: 2em 0; -} - - .screenshot img { - padding: 2px; - border: 1px solid #CCC; - } \ No newline at end of file diff --git a/docs/guidely/index.html b/docs/guidely/index.html deleted file mode 100644 index e69de29..0000000 diff --git a/docs/guidely/src/guidely-number.png b/docs/guidely/src/guidely-number.png deleted file mode 100644 index 1559284..0000000 Binary files a/docs/guidely/src/guidely-number.png and /dev/null differ diff --git a/docs/guidely/src/guidely.css b/docs/guidely/src/guidely.css deleted file mode 100644 index f7ba742..0000000 --- a/docs/guidely/src/guidely.css +++ /dev/null @@ -1,144 +0,0 @@ -.guidely-number { - background: url(guidely-number.png) no-repeat 0 0; - width: 45px; - height: 45px; - display: none; - position: absolute; - cursor: pointer; - z-index: 10002; -} - - .guidely-number span { - width: 43px; - height: 43px; - font-family: arial, sans-serif; - font-size: 20px; - font-weight: bold; - text-align: center; - color: #FFF; - text-align: center; - display: block; - line-height: 44px; - } - -.guidely-guide { - background: #FFF; - width: 300px; - display: none; - border: 3px solid #999; - - -webkit-border-radius:5px; - -moz-border-radius:5px; - border-radius:5px; - - -webkit-box-shadow:0 0 12px rgba(0,0,0,0.4); - -moz-box-shadow:0 0 12px rgba(0,0,0,0.4); - box-shadow:0 0 12px rgba(0,0,0,0.4); - - z-index: 10001; -} - - .guidely-guide h4 { - font-family: georgia, arial, sans-serif; - font-size: 15px; - font-weight: bold; - color: #333; - padding: 0; - margin: 0 0 1em; - border-bottom: 1px dotted #CCC; - } - - .guidely-guide-pad { - font-family: arial, sans-serif; - font-size: 12px; - line-height: 1.7em; - padding: 15px 15px 5px 30px; - - } - - .guidely-anchor-right .guidely-guide-pad { padding: 15px 30px 5px 15px; } - - .guidely-anchor-right .guidely-close-trigger { right: 30px; } - -.guidely-popup -{ - color: #444; - display:block; - padding: 0; - background: #fff; - - -webkit-border-top-left-radius: 4px; - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topleft: 4px; - -moz-border-radius-topright: 4px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - - - - - -.guidely-controls { - background: #EEE; - text-align: right; - padding: 7px 10px; - margin-top: 1em; -} - - .guidely-controls button { - font-size: 11px; - padding: 3px 8px; - *padding: 1px 4px; - cursor: pointer; - } - -.guidely-overlay -{ - position: fixed; - top: 0px; - left: 0px; - height:100%; - width:100%; - background-color: #000; - z-index: 10000; - - filter: alpha(opacity=30); - filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); - -moz-opacity: 0.30; - opacity:0.30; -} - -.guidely-start-trigger { - background: #444; - background: rgba(0,0,0,.6); - text-decoration: none; - color: #FFF; - cursor: pointer; - padding: 4px 10px 4px 12px; - position: fixed; - top: 0; - right: 0; - - z-index: 9999; - - -webkit-border-bottom-left-radius: 5px; - -moz-border-radius-bottomleft: 5px; - border-bottom-left-radius: 5px; - -} - -.guidely-close-trigger { - font-family: arial, sans-serif; - font-size: 11px; - font-weight: bold; - text-decoration: none; - color: #AAA; - position: absolute; - right: 7px; - top: 0px; -} - -#guide-welcome { width: 350px; } - -#guide-welcome .guidely-guide-pad { padding: 15px 15px 5px 15px; } \ No newline at end of file diff --git a/docs/guidely/src/guidely.js b/docs/guidely/src/guidely.js deleted file mode 100644 index 42ab001..0000000 --- a/docs/guidely/src/guidely.js +++ /dev/null @@ -1,417 +0,0 @@ -var guidely = (function(){ - return { - _guides: [] - , _defaults: { - showOnStart: true - , welcome: true - , welcomeTitle: 'Welcome to the guided tour!' - , welcomeText: 'Click to start a brief tour of our site. Here we\'ll point out important features and tips to make your experience easier. ' - , overlay: true - , startTrigger: true - , escClose: true - , keyNav: true - , debug: false - } - - , _options: { } - - , init: function (config) { - var that, options; - that = this; - that._options = $.extend (that._defaults, config); - - if (that._guides.length < 1) { that._log ('No guides available.'); return false; } - - that._append (); - that._createTopAnchor (); - that.close (); - if (that._options.startTrigger) { - that._createStartTrigger (); - } - if (that._options.showOnStart) { - if (that._options.welcome) { - that.welcome (); - } else { - that.start (); - } - } - } - - , start: function () { - var that = this; - that.close (); - that._scrollToTop (); - that.showNumbers (); - that.show (1); - that.showOverlay (); - that._log (that._guides); - that._reposition (); - $(document).bind ('keyup.guidely', function (e) { - if (that._options.escClose) { - if (e.keyCode == 27) { that.close (); } - } - - if (that._options.keyNav) { - if (e.keyCode == 37) { that.prev (); } - if (e.keyCode == 39) { that.next (); } - } - }); - $(window).bind ('resize.guidely', function () { that._reposition (); }); - } - - , welcome: function () { - var that, content, popup, pad, controls, close, overlay, startBtn, noBtn; - that = this; - - that.close (); - - content = $('
', { - 'id': 'guide-welcome' - , 'class': 'guidely-guide' - }).appendTo ('body'); - - popup = $('
', { - 'class': 'guidely-popup' - }).appendTo (content); - - pad = $('
', { - 'class': 'guidely-guide-pad' - }).appendTo (popup); - - pad.append ('

' + that._options.welcomeTitle + '

'); - pad.append (that._options.welcomeText); - - controls = $('
', { - 'class': 'guidely-controls' - }).appendTo (popup); - - content.css ({ - 'position': 'absolute' - , 'top': '75px' - , 'left': '50%' - , 'margin-left': '-' + content.outerWidth () / 2 + 'px' - }); - - close = $('', { - 'href': 'javascript:;' - , 'class': 'guidely-close-trigger' - , 'html': 'x' - , 'click': function () { that.close (); } - }).appendTo (content); - - this.showOverlay (); - - startBtn = $('