diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..3b00980
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,22 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Launch Chrome",
+ "request": "launch",
+ "type": "chrome",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ },
+ {
+ "name": "Python Debugger: Current File",
+ "type": "debugpy",
+ "request": "launch",
+ "program": "${file}",
+ "console": "integratedTerminal"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..c1d1ac9
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,12 @@
+{
+ "liveServer.settings.port": 5513,
+ "python.testing.unittestArgs": [
+ "-v",
+ "-s",
+ "./01-阶段一(HTML)",
+ "-p",
+ "*test.py"
+ ],
+ "python.testing.pytestEnabled": false,
+ "python.testing.unittestEnabled": true
+}
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/css/demo.css" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/css/demo.css"
deleted file mode 100644
index b1fd340..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/css/demo.css"
+++ /dev/null
@@ -1,123 +0,0 @@
-body{
- margin:40px 5px;
- font-size:100%;
-}
-h1{
- font-weight:800;
- font-size:1.6em;
- margin-bottom:0px;
-}
-hr{
- border:1px solid #B0B0B0;
-}
-.hr1{
- margin-top:0px;
-}
-.pagebutton{
- margin-top:20px;
- height:28px;
- width:240px;
-}
-.button1{
- padding-top:.1em;
- height:25px;
- width:100px;
- border:1px solid #E3E3E3;
- background-color:#F3F3F3;
- float:left;
- margin-right:30px;
- text-align:center;
-}
-.button1 a{
- text-decoration:none;
- color:black;
- font-size:.7em;
-}
-.button2{
- padding-top:.1em;
- height:25px;
- width:100px;
- border:1px solid #E3E3E3;
- background-color:#F3F3F3;
- float:left;
- text-align:center;
-}
-.button2 a{
- text-decoration:none;
- color:black;
- font-size:.7em;
-}
-.hr2{
- margin-top:20px;
- margin-bottom:20px;
-}
-h2{
- color:black;
- font-size:.9em;
- font-weight:bold;
-}
-p{
- font-size:.8em;
- line-height:1.5em;
-}
-#color1{
- color:#F4A283;
-}
-b{
- font-size:.7em;
-}
-.demo{
- margin-top:10px;
- border:1px solid #D5D5D0;
- background-color:#F5F5F6;
- padding-left:15px;
- padding-top:0px;
-}
-.try{
- margin-top:10px;
- background-color:#F98D8A;
- width:85px;
- height:22px;
- color:#FFFFFF;
- font-size:.8px;
- text-align:center;
- padding-top:.5em;
-
-}
-.try a{
- color:#fff;
- text-decoration:none;
-}
-li{
- line-height:1.5em;
- font-size:.8em;
-}
-sub{
- width: 100px;
- /*插件快捷键:h10p*/
- height: 10%;
- /*插件快捷键m5e*/
- margin: 5em;
-
-}
-@f
-@font-face {
- font-family:;
- src:url();
-}
-@f+
-@font-face {
- font-family: 'FontName';
- src: url('FileName.eot');
- src: url('FileName.eot?#iefix') format('embedded-opentype'),
- url('FileName.
- @f+woff') format('woff'),
- url('FileName.ttf') format('truetype'),
- url('FileName.svg#FontName') format('svg');
- font-style: normal;
- font-weight: normal;
-}
-trs
--webkit-transition: prop time;
--o-transition: prop time;
-transition: prop time;
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/css/demo.css" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/css/demo.css"
deleted file mode 100644
index 5bc5ac8..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/css/demo.css"
+++ /dev/null
@@ -1,100 +0,0 @@
-body{
- margin:40px 5px;
- font-size:100%;
-}
-h1{
- font-weight:800;
- font-size:1.6em;
- margin-bottom:0px;
-}
-hr{
- border:1px solid #B0B0B0;
-}
-.hr1{
- margin-top:0px;
-}
-.pagebutton{
- margin-top:20px;
- height:28px;
- width:240px;
-}
-.button1{
- padding-top:.1em;
- height:25px;
- width:100px;
- border:1px solid #E3E3E3;
- background-color:#F3F3F3;
- float:left;
- margin-right:30px;
- text-align:center;
-}
-.button1 a{
- text-decoration:none;
- color:black;
- font-size:.7em;
-}
-.button2{
- padding-top:.1em;
- height:25px;
- width:100px;
- border:1px solid #E3E3E3;
- background-color:#F3F3F3;
- float:left;
- text-align:center;
-}
-.button2 a{
- text-decoration:none;
- color:black;
- font-size:.7em;
-}
-.hr2{
- margin-top:20px;
- margin-bottom:20px;
-}
-h2{
- color:black;
- font-size:.9em;
- font-weight:bold;
-}
-p{
- font-size:.8em;
- line-height:1.5em;
-}
-#color1{
- color:#F4A283;
-}
-b{
- font-size:.7em;
-}
-.demo{
- margin-top:10px;
- border:1px solid #D5D5D0;
- background-color:#F5F5F6;
- padding-left:15px;
- padding-top:0px;
-}
-.try{
- margin-top:10px;
- background-color:#F98D8A;
- width:85px;
- height:22px;
- color:#FFFFFF;
- font-size:.8px;
- text-align:center;
- padding-top:.5em;
-
-}
-.try a{
- color:#fff;
- text-decoration:none;
-}
-li{
- line-height:1.5em;
- font-size:.8em;
-}
-sub{
- width: 100px;
- height: 10%;
- margin: 5em;
-
-}
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/demo_day1_w3c.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/demo_day1_w3c.html"
deleted file mode 100644
index fdd216c..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day01/demo/demo_day1_w3c.html"
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
- HTML段落是通过<p>-<h6>标签进行定义的.
- HTML链接是通过<a>标签进行定义的.
- HTML图像是通过<img>标签进行定义的.
-
-
-
-
-
-
-
-
-
-
-
-
- 个人简历
-
-
- 姓名
-
- 性别
-
- 出生年月
-
-
-
-
- 民族
-
- 政治面貌
-
- 身高
-
-
-
- 学制
-
- 学历
-
- 户籍
-
-
-
- 专业
-
- 毕业学校
-
-
-
- 技能、特长或爱好
-
-
- 外语等级
-
- 计算机
-
-
-
- 个人履历
-
-
- 时间
- 单位
- 经历
-
-
- 2002年4月
-
-
-
-
- 2003年3月
-
-
-
-
- 2003年8月
-
-
-
-
- 联系方式
-
-
- 通讯地址
-
- 联系电话
-
-
-
- E-mail
-
- 邮编
-
-
-
- 自我评价
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_table.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_table.html"
deleted file mode 100644
index 14e05a3..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_table.html"
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
Table demo1
-
-
-
-
-
-
-
-
-
-
- 个人简历
-
-
- 姓名
- 张小萌
- 性别
- 女
-
-
-
- 民族
- 汉族
- 籍贯
- 四川
-
-
- 出生日期
- 1991.5
- 婚姻状况
- 否
-
-
- 学历
- 大专
- 体重身高
- 165CM、49KG
-
-
- 专业
- 音乐舞蹈
- 健康状况
- 健康
-
-
- 求职意向
- 幼儿教师,舞蹈老师
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_tableform.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_tableform.html"
deleted file mode 100644
index 6a70161..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/demo_day3_tableform.html"
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
table+form
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/1.png" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/1.png"
deleted file mode 100644
index 3f4913a..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/1.png" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/imgsub.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/imgsub.jpg"
deleted file mode 100644
index 9d9b694..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/img/imgsub.jpg" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexForm.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexForm.html"
deleted file mode 100644
index 9b10401..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexForm.html"
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
Form
-
-
-
-
-
-
-
-
-
网址服务器介绍
-
-
-
表单-登陆类型界面
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexTable1.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexTable1.html"
deleted file mode 100644
index 2927b76..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day03/indexTable1.html"
+++ /dev/null
@@ -1,295 +0,0 @@
-
-
-
-
-
table
-
-
-
-
1.table表格
-
-
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
table1 添加表头
-
-
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
table2 列合并单元格
-
-
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
- 课程安排计划总结
-
-
-
-
-
table3 行合并单元格
-
-
- 课程基本信息
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
- 课程安排计划总结
-
-
-
-
table4 合并单元格
-
-
- 课程基本信息
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
- 课程安排计划总结
-
-
-
-
table5 合并单元格
-
-
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 数学
- 英语
- 体育
-
-
-
-
-
table6 完整版表格
-
-
-
-
- 课程安排计划总结
-
-
-
-
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
-
table7 其他设置
-
-
- 课程表
-
-
-
-
-
-
-
-
-
- 课程基本信息
- 星期一
- 星期二
- 星期三
- 星期四
- 星期五
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
-
-
- 语文
- 数学
- 英语
- 体育
- 美术
-
-
- 课程安排计划总结
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.jpg"
deleted file mode 100644
index 679d0c6..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.jpg" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.mp4" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.mp4"
deleted file mode 100644
index a58662d..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/1.mp4" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/music.mp3" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/music.mp3"
deleted file mode 100644
index 5f66139..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/music.mp3" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/weibo.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/weibo.jpg"
deleted file mode 100644
index a81fe78..0000000
Binary files "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/img/weibo.jpg" and /dev/null differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index01.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index01.html"
deleted file mode 100644
index 173bc86..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index01.html"
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
今天 是个好天气
-
-
浏览器不支持
-
-
-
-
-
-
- I am a loag words hahhahahhahahhhaaahahah.
-
-
- I am a loag words hahhahahhahahhhaaahahah .
-
-
-
-
- 你好ni hao
-
- 阿西吧叹气
-
-
-
-
-
-
- 男
- 女
- 其他
-
-
-
- 男
- 女
-
-
-
-
-
- 电脑配置
- 内存:16G
- 双卡双待
-
-
-
-
- 这是一个图片
-
-
-
-
-
现在8:00 整
-
今天 是个好日子
-
-
-
-
-
- 电子邮件:
-
- 数字:
- 网址:
- 取值范围:
-
-
- 年月日:
-
- 年月:
-
- 年周:
-
- 时分:
-
- 本地时间:
-
-
- 颜色:
-
- 搜索:
-
-
-
-
-
-
- 焦点:
-
-
-
-
- 站位文本:
-
-
-
-
-
-
-
-
-
-
-
-
-
- 提交:
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index02.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index02.html"
deleted file mode 100644
index 96a586c..0000000
--- "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/day04/index02.html"
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- h3333
- h4444
-
-
-
-
-
-
-
-
-
-
-
-
-
导航
-
-
-
-
-
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/.vscode/launch.json" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/.vscode/launch.json"
new file mode 100644
index 0000000..f651e6e
--- /dev/null
+++ "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/.vscode/launch.json"
@@ -0,0 +1,38 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+
+ {
+ "name": "Launch Edge",
+ "request": "launch",
+ "type": "msedge",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ },
+ {
+ "name": "Launch Chrome",
+ "request": "launch",
+ "type": "chrome",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ },
+
+ {
+ "name": "Launch Chrome",
+ "request": "launch",
+ "type": "chrome",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ },
+
+ {
+ "type": "msedge",
+ "request": "launch",
+ "name": "Open index.html",
+ "file": "/workspaces/HTML5/01-阶段一(HTML)/html5/index.html"
+ }
+ ]
+}
\ No newline at end of file
diff --git "a/09-\351\241\271\347\233\256\346\272\220\347\240\201/07-\346\230\223\345\222\214\347\224\237\346\264\273\346\270\257\357\274\210\345\256\214\346\225\264\347\224\265\345\225\206\347\275\221\347\253\231\357\274\211/js/apply.js" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/5.js"
similarity index 100%
rename from "09-\351\241\271\347\233\256\346\272\220\347\240\201/07-\346\230\223\345\222\214\347\224\237\346\264\273\346\270\257\357\274\210\345\256\214\346\225\264\347\224\265\345\225\206\347\275\221\347\253\231\357\274\211/js/apply.js"
rename to "01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/5.js"
diff --git "a/09-\351\241\271\347\233\256\346\272\220\347\240\201/07-\346\230\223\345\222\214\347\224\237\346\264\273\346\270\257\357\274\210\345\256\214\346\225\264\347\224\265\345\225\206\347\275\221\347\253\231\357\274\211/js/login.js" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/9.html"
similarity index 100%
rename from "09-\351\241\271\347\233\256\346\272\220\347\240\201/07-\346\230\223\345\222\214\347\224\237\346\264\273\346\270\257\357\274\210\345\256\214\346\225\264\347\224\265\345\225\206\347\275\221\347\253\231\357\274\211/js/login.js"
rename to "01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/9.html"
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/g.css" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/g.css"
new file mode 100644
index 0000000..d2e59e6
--- /dev/null
+++ "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/g.css"
@@ -0,0 +1,32 @@
+
+.element {
+ background-image: url('img2.jpg');
+ filter: brightness(0.8) contrast(1.2) grayscale(0.2);
+ /* يمكنك تعديل القيم حسب الحاجة */
+}
+
+img {
+ width: 100%;
+ height: 100%;
+}
+
+li {
+ width:100vw;
+ height:100vh;
+}
+html, body {
+ width: 100vw;
+ height: 100vh;
+ margin: 0;
+ padding: 0;
+}
+
+.fullscreen {
+ width: 95vw;
+ height: 100vh;
+ object-fit: cover;
+ /* إضافة تأثيرات تحرير نص الصورة */
+ filter: brightness(0.9) contrast(1.1) grayscale(0.1);
+ /* يمكنك تعديل القيم حسب الحاجة */
+ }
+
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/hhhhh.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/hhhhh.html"
new file mode 100644
index 0000000..db9079b
--- /dev/null
+++ "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/hhhhh.html"
@@ -0,0 +1,1312 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
عاتم
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
عاتم
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
عاتم
+
+
+
+
+
+
+
+
+
+ body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: beige;
+}
+.fullscreen {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ /* إضافة تأثيرات تحرير نص الصورة */
+ filter: brightness(0.9) contrast(1.1) grayscale(0.1);
+ /* يمكنك تعديل القيم حسب الحاجة */
+}
+#toggle-dark-mode {
+ width: 80px;
+ height: 40px;
+ background: #222;
+ color: #fff;
+ font-size: 1.2em;
+ border: 2px solid #000;
+ border-radius: 8px;
+ cursor: pointer;
+ transition: background 0.3s, color 0.3s;
+}
+#toggle-dark-mode:hover {
+ background: #ff9800;
+ color: #222;
+}
+#toggle-dark-mode:active {
+ background: #ff5722;
+ color: blue;
+ border: white 2px solid;
+
+}
+.dark-mode {
+ background: black !important;
+ color: beige !important;
+ transition: background 0.3s, color 0.3s;
+}
+
+.dark-mode .horizontal-scroll img {
+ opacity: 0.7;
+ transition: opacity 0.3s;
+}
+
+
+.ul li {
+ position: relative;
+}
+
+.ul li>div[id^="counter-"] {
+ position: absolute;
+ margin-top: 0%;
+ left: 50%;
+ transform: translateX(-50%);
+ bottom: 90%;
+ background: green;
+ color: white;
+ border: 1px solid white;
+ padding: 5px 10px;
+ border-radius: 10px;
+ font-size: 1em;
+ z-index: 2;
+ min-width: 40px;
+ text-align: center;
+}
+
+.dark-mode .ul li>div[id^="counter-"] {
+ background: green;
+ color: white;
+ border: 1px solid white;
+}
+
+.ul li>img {
+ width: 100vw;
+ /* عرض الصورة */
+ height: 100vh;
+ /* ارتفاع الصورة */
+}
+
+.ul li>button.reset-btn {
+ position: absolute;
+ top: 2%;
+ left: 60%;
+ transform: translateX(-50%);
+ z-index: 3;
+ background: red;
+ border: 1px solid white;
+ color: white;
+ border-radius: 10px;
+ padding: 2px 8px;
+ font-size: 0.9em;
+ cursor: pointer;
+}
+
+.dark-mode .ul li>button.reset-btn {
+ background: red;
+ border: 1px solid white;
+ color: white;
+ top: 2%;
+ left: 60%;
+ transform: translateX(-50%);
+ z-index: 3;
+}
+
+.toggle-dark-mode {
+ position: fixed;
+ z-index: 1000;
+ padding: 5px 10px;
+ background: black;
+ color: white;
+ border-radius: 10px;
+ border: 1px solid blue;
+}
+
+.dark-mode #toggle-dark-mode {
+ background: white;
+ color: red;
+ border: 1px solid blue;
+ border-radius: 10px;
+}
+
+#custom-scrollbar {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ height: 40px;
+ background: #eee;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 999;
+ overflow-x: auto;
+ direction: rtl;
+ /* لجعل الأزرار من اليمين لليسار */
+}
+
+#custom-scrollbar button {
+ margin: 0 5px;
+ padding: 4px 12px;
+ border-radius: 8px;
+ border: 1px solid #aaa;
+ background: green;
+ color: white;
+ cursor: pointer;
+}
+#custom-scrollbar button:hover {
+ background: darkgreen;
+}
+
+
+
+
+
صفحـات القـرآن
+
+
+
+
+
+ 🌙 الوضع الليلي
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
عداد التسبيح
+
+
+
+
تسبيح
+
+
0
+
سبّح
+
تصفير
+
+
+
0
+
+
+
+
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img01.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img01.jpg"
new file mode 100644
index 0000000..c6270aa
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img01.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img02.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img02.jpg"
new file mode 100644
index 0000000..7ff2442
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img02.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img03.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img03.jpg"
new file mode 100644
index 0000000..159c635
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img03.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img04.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img04.jpg"
new file mode 100644
index 0000000..7b66cc0
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img04.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img05.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img05.jpg"
new file mode 100644
index 0000000..8289a91
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img05.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img06.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img06.jpg"
new file mode 100644
index 0000000..d0319a8
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img06.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img07.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img07.jpg"
new file mode 100644
index 0000000..b08c288
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img07.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img08.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img08.jpg"
new file mode 100644
index 0000000..ee7cf72
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img08.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img09.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img09.jpg"
new file mode 100644
index 0000000..e730df1
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img09.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img1.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img1.jpg"
new file mode 100644
index 0000000..c6270aa
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img1.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img10.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img10.jpg"
new file mode 100644
index 0000000..a5ed3cd
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img10.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img2.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img2.jpg"
new file mode 100644
index 0000000..7ff2442
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img2.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img3.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img3.jpg"
new file mode 100644
index 0000000..159c635
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img3.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img4.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img4.jpg"
new file mode 100644
index 0000000..7b66cc0
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img4.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img5.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img5.jpg"
new file mode 100644
index 0000000..8289a91
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img5.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img6.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img6.jpg"
new file mode 100644
index 0000000..d0319a8
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img6.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img7.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img7.jpg"
new file mode 100644
index 0000000..b08c288
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img7.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img8.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img8.jpg"
new file mode 100644
index 0000000..ee7cf72
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img8.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img9.jpg" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img9.jpg"
new file mode 100644
index 0000000..e730df1
Binary files /dev/null and "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/img9.jpg" differ
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/index.html" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/index.html"
new file mode 100644
index 0000000..8aaf795
--- /dev/null
+++ "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/index.html"
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
محتوى أفقي 1
+
محتوى أفقي 2
+
+
+
+
\ No newline at end of file
diff --git "a/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/style.css" "b/01-\351\230\266\346\256\265\344\270\200\357\274\210HTML\357\274\211/html5/style.css"
new file mode 100644
index 0000000..e69de29
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demo_day4_ulw3c.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demo_day4_ulw3c.html"
deleted file mode 100644
index 5d75593..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demo_day4_ulw3c.html"
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
-
W3C-ul
-
-
-
-
简介HTML
-
-
-
-
实例
-
-
-<html>
-<body>
-
-<h1>My First Heading</h1>
-
-<p>My first paragraph.</p>
-
-</html>
-</body>
-
-
-
-
-
-
什么是HTML?
-
- HTML是用来描述网页的一种网页
-
- HTML指的是超文本标记语言(yper T ext M arkup L anguage)
- HTML不是一种编程语言,而是一种标记语言 (markup language)
- 标记语言是一套标记标签 (markup tag)
- HTML使用标记标签 来描述网页
-
-
-
-
HTML标签
-
- HTML标记标签通常被称为HTML标签(HTML tag)。
-
- HTML标签是由尖括号 包围的关键字,比如<html>
-
- HTML标签通常是成对出现 的,比如<b>和</b>
-
- 标签对中的第一个标签是开始标签 ,第二个标签是结束标签
- 开始标签和结束标签也被称为开放标签 和闭合标签
-
-
-
-
HTML文档 = 网页
-
-
- HTML文档描述网页
-
- HTML文档包含HTML标签 和纯文本
-
- HTML文档也被称为网页
-
-
-
-
Web浏览器的作用是读取HTML文档,并以网页的形式显示出它们。浏览器不会显示HTML标签,而是使用标签来解释页面的内容:
-
-<html>
-<body>
-
-<h1>My First Heading</h1>
-
-<p>My first paragraph.</p>
-
-</html>
-</body>
-
-
-
-
例子解释
-
-
- <html>与</html>之间的文本描述网页
-
- <body>与</body>之间的文本是可见的页面内容
-
- <h1>与</h1>之间的文本被显示为标题
-
- <p>与</p>之间的文本被显示为段落
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demoul.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demoul.html"
deleted file mode 100644
index 5d75593..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/demo/demoul.html"
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
-
W3C-ul
-
-
-
-
简介HTML
-
-
-
-
实例
-
-
-<html>
-<body>
-
-<h1>My First Heading</h1>
-
-<p>My first paragraph.</p>
-
-</html>
-</body>
-
-
-
-
-
-
什么是HTML?
-
- HTML是用来描述网页的一种网页
-
- HTML指的是超文本标记语言(yper T ext M arkup L anguage)
- HTML不是一种编程语言,而是一种标记语言 (markup language)
- 标记语言是一套标记标签 (markup tag)
- HTML使用标记标签 来描述网页
-
-
-
-
HTML标签
-
- HTML标记标签通常被称为HTML标签(HTML tag)。
-
- HTML标签是由尖括号 包围的关键字,比如<html>
-
- HTML标签通常是成对出现 的,比如<b>和</b>
-
- 标签对中的第一个标签是开始标签 ,第二个标签是结束标签
- 开始标签和结束标签也被称为开放标签 和闭合标签
-
-
-
-
HTML文档 = 网页
-
-
- HTML文档描述网页
-
- HTML文档包含HTML标签 和纯文本
-
- HTML文档也被称为网页
-
-
-
-
Web浏览器的作用是读取HTML文档,并以网页的形式显示出它们。浏览器不会显示HTML标签,而是使用标签来解释页面的内容:
-
-<html>
-<body>
-
-<h1>My First Heading</h1>
-
-<p>My first paragraph.</p>
-
-</html>
-</body>
-
-
-
-
例子解释
-
-
- <html>与</html>之间的文本描述网页
-
- <body>与</body>之间的文本是可见的页面内容
-
- <h1>与</h1>之间的文本被显示为标题
-
- <p>与</p>之间的文本被显示为段落
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index01.html"
deleted file mode 100644
index afbcaf0..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index01.html"
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
CSS样式-行间样式
-
-
-
-
今天天气不错,又是一个考试的好日子
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index02.html"
deleted file mode 100644
index c7fdc64..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index02.html"
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
内部样式
-
-
-
-
-
今天是个好日子
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.css"
deleted file mode 100644
index adb961d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.css"
+++ /dev/null
@@ -1,5 +0,0 @@
-p{
- /*background-color: red;*/
- /*font-size: yellow;*/
- color: yellow;
-}
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.html"
deleted file mode 100644
index ed73787..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index03.html"
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
外部样式
-
-
-
-
-
-
-
-
-
-
今天天气不错
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index04.html"
deleted file mode 100644
index e2cd1c5..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index04.html"
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
样式应用场景
-
-
-
-
-
-
今天天气不错
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index05.html"
deleted file mode 100644
index 9f62443..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day04/index05.html"
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
选择器
-
-
-
-
-
-
pppppppppp
-
-
-
divdivddiv
-
-
div2div2div2
-
-
-
div3div3div3
-
-
div4div4div4
-
-
-
我是一个正常的b标签,没有父亲(body)
-
-
- 我也是div下的一个b元素
-
-
-
-
我是div下的子代
-
- 我是div5的孙子
-
-
-
-
-
p111
-
p222
-
-
-
h3333333
-
h4444444
-
h5555555
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/img/1.jpg"
deleted file mode 100644
index 232e1ac..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index01.html"
deleted file mode 100644
index e991c4e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index01.html"
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
属性选择器
-
-
-
-
W我是一个标签aaaaa
-
我是另一个aaaaaa
-
-
a2333333
-
-
ppppppp1p1p1pp1
-
-
pppppppppppppppppp2
-
-
ppppppppp333333333333333
-
ppppppppp444444444444444444
-
-
p5555555555555555555
-
ppppppppppp66666666666666
-
-
pppppppppppppppppp7777777777777
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index02.html"
deleted file mode 100644
index de1439f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index02.html"
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
伪类选择器
-
-
-
-
-
点我进入好的页面
-
ppppppppppp
-
-
- p1111111
- em222222
- p2222222
-
-
-
div222222
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index03.html"
deleted file mode 100644
index 4bbfdee..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index03.html"
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
first-child伪类
-
-
-
-
div11111111
-
div22222222
-
-
今天天气 不太好,因为不考试
-
今天天气 不太好,因为不考试
-
-
-
今天天气 不太好,因为不考试
- 今天天气 不太好,因为不考试
-
-
-
-
- 男:
- 女:
1111
-
-
中文
-
英文
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index04.html"
deleted file mode 100644
index 08d2d95..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index04.html"
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
伪元素
-
-
-
-
ppppppppppppppppp111111111111
-
pppppppppppppppp22222222222222向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式向文本的首行添加特殊样式
-
pppppppppppp333333333
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index05.html"
deleted file mode 100644
index b8f318f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day05/index05.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
选择器优先级
-
-
-
-
ppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
-
pppppppppppppppppppppqqqqqqqqqqqq
-
-
- span------------
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_home.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_home.html"
deleted file mode 100644
index e6579a1..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_home.html"
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
首页
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Infini Studio (映纷创意)是一家创意设计机构,专注于品质型动画影像的创意与设计。我们使用设计、动画、特效及多种创新形式(Motion Graphic),将品牌与内容进行动态视觉创意呈现。并由动画导演、设计师、插画师、三维艺术家共同协作完成。服务的范围包括广告、影视、交互、新媒体等。
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_joinus.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_joinus.html"
deleted file mode 100644
index 1deeeba..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/demo_day6_joinus.html"
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
加入我们
-
-
-
-
-
-
-
-
-
-
加入我们
-
作为一群年轻激情的创作团队,我们拥有共同的追求和热爱,创作更具创造力的作品。这里不会出现固步自封,及流水线式的动画“加工”,拥有灵魂的作品才不会被时代遗忘。我们相信创意、设计、动画、音频的基因融合,聚集最优秀的创作人,一起协同才能变得更加专业、完美和优秀。我们不相信“追求热爱”与“苦逼”一定会挂上等号,在提供更优厚的待遇和包容的同时,你只需一心投入更好地创作。
-
-
-
-
- 从事职务:
- 深入理解客户品牌定位和产品市场;
- 构想动画广告的创意方案及文案撰写;
- 协同其他环节人员共同执行创意方案。
-
-
- 期望条件:
- 创造力第一;
- 有广告行业的文案、创意经验;
- 脑洞大开,创意思维活跃;
- 良好的逻辑思维,懂得换位思考;
- 精准洞察产品痛点orG点;
- 出色的文字功底,有感染力;
- 欢迎诗人、小说家、剧作家或者各界异能人士。
-
-
- 优先条件:
- 审美好,懂美术,热衷视觉创意;
- 对产品、市场和商业领域充满兴趣;
- 知识全面,涉猎广泛。
-
-
-
- 从事职务:
- 负责与客户沟通跟进项目,准确把握客户需求;
- 参与制定创意方案策划、提案和执行;
- 协调各环节人员,解决项目进程问题;
- 整理项目相关文件,能够及时有效调用。
-
-
- 期望条件:
- 熟悉广告行业,具备管理经验和客户沟通经验;
- 性格开朗,善于沟通;
- 喜爱视觉设计领域,审美好;
- 具备较强的责任感、积极的心态以及团队合作意识。
-
-
- 优先条件:
- 有从事设计或动画相关工作经验;
- 良好的逻辑思维,敏捷的应变能力;
- 知识全面,涉猎广泛。
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/UCexplorer.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/UCexplorer.jpg"
deleted file mode 100644
index 03c6433..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/UCexplorer.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/dian.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/dian.png"
deleted file mode 100644
index 75b631c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/dian.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus.jpg"
deleted file mode 100644
index 1f5eeaa..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus4.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus4.jpg"
deleted file mode 100644
index b969c38..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus4.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus9.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus9.jpg"
deleted file mode 100644
index fd4badd..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/img/joinus9.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext.html"
deleted file mode 100644
index 2bb0af7..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext.html"
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
文本设置
-
-
-
-
he---------取值范围0~255取值范围0~255取值范围
- 0~255取值范围0~255取值范围0~255取值范围0~255取值范
- 围0~255取值范围0~255取值范围0~255取值范围0~255he---------取值范围0~255取值范围0~255取值范围0~255取值范围0~255取
- 值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255he---------取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值
- 范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255
-
你好吗?
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext1.html"
deleted file mode 100644
index 9fb5270..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/indext1.html"
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
-
文本设置
-
-
-
-
- he---------取值范围0~255取值范围
- 0~255取值范围
- 0~255取值范围0~255取值范围0~255取值范围0~255取值范
- 围0~255取值范围0~255取值范围0~255取值范围0~255he---------取值范围0~255取值范围0~255取值范围0~255取值范围0~255取33333333333333333333333333333333333333333333333333333
- 值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255he---------取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值
- 范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255取值范围0~255
- dsdfdfdffafaSSDSDSDSDD
-
-
你好啊?
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1-1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1-1.html"
deleted file mode 100644
index 84e15a4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1-1.html"
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
练习
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1.html"
deleted file mode 100644
index f8047cc..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/demo/lianxi1.html"
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
练习
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/1.jpg"
deleted file mode 100644
index a3243ad..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/11.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/11.jpg"
deleted file mode 100644
index 5ceb30a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/11.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/html.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/html.jpg"
deleted file mode 100644
index e725181..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/img/html.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index02.html"
deleted file mode 100644
index 1afef21..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index02.html"
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
字体
-
-
-
-
今天电脑很卡aaaaaaaaaaaabbbbccc
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index03.html"
deleted file mode 100644
index 8d1a568..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index03.html"
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
背景
-
-
-
-
-
- 11111111
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 111111
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index04.html"
deleted file mode 100644
index d4d008d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index04.html"
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
隐藏效果
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index05.html"
deleted file mode 100644
index 066202a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index05.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
轮廓
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index06.html"
deleted file mode 100644
index 4f56c14..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day06/index06.html"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
列表样式
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_Apple.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_Apple.html"
deleted file mode 100644
index 0e34b6d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_Apple.html"
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
先进的移动体验,现更进一步
-
-
-
-
-
-
先进的移动体验,现更进一步。
-
iPad mini4 搭载的 iOS 9,是非常直观、先进、安全的移动操作系统。如果你感觉它似乎是为 iPad 量身定制的,那就对了。众多优化的 app,以及诸如 Slide Over、Split View 和画中画等全新功能,让你能够以强大而简单的方式完成更多任务。无论是一边回邮件一边查信息,还是一边看比赛一边准备提案文稿,iOS 9 都能帮助你让 iPad 物尽其用.
-
进一步了解 iOS 9 >
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_QQregister.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_QQregister.html"
deleted file mode 100644
index ee0ec4c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/demo_day7_QQregister.html"
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
注册邮箱账号
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/1.jpg"
deleted file mode 100644
index c2de078..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/down.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/down.jpg"
deleted file mode 100644
index 259db8b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/down.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/email-bg.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/email-bg.jpg"
deleted file mode 100644
index ec3c51e..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/email-bg.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/register.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/register.jpg"
deleted file mode 100644
index 64d2965..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/register.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/yz.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/yz.png"
deleted file mode 100644
index c601651..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/demo/img/yz.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/1.jpg"
deleted file mode 100644
index abdab0d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/2.jpg"
deleted file mode 100644
index 0d1c8db..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/img/2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index01.html"
deleted file mode 100644
index 8b91da4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index01.html"
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
垂直居中
-
-
-
-
你好啊
-
- 你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊
-
-
-
-
-
-
- 你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊
-
-
-
-
-
-
-
- 你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊~~~你好啊
-
-
-
- 明天考 计算机网络~!!!!!!!!!!!!!!
- 考试~~~~~~
-
-
-
你好啊~~~
你好啊!!! 恩,不错0,0
-
-
- 你好啊~~~
你好啊!!! 恩,不错0,0
-
-
-
- 你好啊~~~
你好啊!!! 恩,不错0,0
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index02.html"
deleted file mode 100644
index 7e845a1..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index02.html"
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
图片间隙问题
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index03.html"
deleted file mode 100644
index 817dffe..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index03.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
inline-block
-
-
-
-
-
1111
-
2222
-
-
-
-
55
-
66
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index04.html"
deleted file mode 100644
index 2c08091..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day07/index04.html"
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
表格样式
-
-
-
-
- 表格信息
-
-
-
-
-
-
- 姓名
- 性别
- 成绩
-
-
- 小敏
- 男
-
-
-
- 石头
- 男
- 据介绍德雷克斯勒看到你说的道理开始sah hfisafk hfhfdssshf dhkhk hkh
-
-
- 小李
- 女
- 50
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index1.html"
deleted file mode 100644
index 249c45d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index1.html"
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
-
盒模型
-
-
-
-
-
-
-
-
- 1111
- 2222
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index2.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index2.html"
deleted file mode 100644
index d130272..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index2.html"
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
盒子例子
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index3.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index3.html"
deleted file mode 100644
index f04932a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index3.html"
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
margin上下重合
-
-
-
-
11
-
22
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index4.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index4.html"
deleted file mode 100644
index f4aac58..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index4.html"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index5.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index5.html"
deleted file mode 100644
index d69e353..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index5.html"
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
Document
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index6.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index6.html"
deleted file mode 100644
index 6db6845..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index6.html"
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
盒子图
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index7.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index7.html"
deleted file mode 100644
index 82c26b6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day08/index7.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
盒子图-从外到内+自适应
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/css/style.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/css/style.css"
deleted file mode 100644
index 2907658..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/css/style.css"
+++ /dev/null
@@ -1,38 +0,0 @@
-body{ background-color: #F2F2F2; height: 100%; width: 100%; font-size: 100%; -overflow-x:hidden; margin: 0; }
-@media only screen and (max-width: 650px ) { body{font-size: 80%; } }
-img{ vertical-align: top; }
-a{ text-decoration: text; }
-header{ width: 100%; background-color: black; overflow: hidden; box-shadow: 0 2px 4px 1.5px #999999; position: fixed; right:0; top: 0; z-index: 1000; opacity: .5; }
-header img{ max-width: 140px; vertical-align: middle; display: block; margin: 15px auto 15px; }
-nav ul{ list-style-type: none; overflow: hidden; text-align: center; padding-left: 25%; padding-right: 25%; margin: 0 auto 5px; text-shadow: 0px .1px .21px white; }
-nav ul li{ float: left; display: inline-block; min-width: 24%; font-weight: bold; }
-#li1,#li2{ padding-left:53px; padding-right: 37px;}
-#li3,#li4{ padding-left:40px; padding-right: 20px; }
-nav ul li a:link{ color: #D7D7D7; text-decoration: none; }
-nav ul li a:visited{ color: #D7D7D7; text-decoration: none; }
-nav ul li a:hover{ color: white; text-decoration: none; }
-.main{ width: 80%; max-width: 1020px; min-width: 320px; margin:0 auto; position: relative; margin-top: 1%; }
-.img{ max-width: 763px; margin:auto; }
-.img img{ width: 100%; }
-.img p{ font-size: .84em; line-height:1.5em; color: #616161; text-indent: 2em; margin-top: 5%; }
-.bg{ max-width: 763px; margin: auto; background-image: url(../img/bg.png); background-size: 100%; background-repeat: no-repeat; padding-top: 10%; }
-.box{margin:0 auto; text-align: center; width: 100%; }
-/*239/763=31.32372% 5/763=0.65531%*/
-.section{ width: 30.32372%; min-width: 120px; background-color: #fff; border-radius: 5px; display: inline-block; margin: 4% 0.65531% 0px; box-shadow: 2px 2px 5px black; position: relative; overflow: hidden; }
-.section a{ display: inline-block; position: relative; }
-/*132/239=55.23013%*/
-.section img,.minhidden{ width: 100%; height: 55.23013%; }
-.minhidden{ opacity: 0; position: absolute; background-color: rgba(0,0,0,.5); color: white; left: 0; right: 0; top: 0; bottom: 0; transition: opacity 1s; border-radius: 6px; }
-.section:hover .minhidden{ opacity: .9;}
-/*54/239=22.59414%*/
-.fonthidden{ width: 100%; height: 30.59414%; position: absolute; top: 0; bottom: 0; margin: auto; }
-.minhidden h1,.minhidden h2{ margin: 0; padding: 0; }
-.minhidden h2{ font-size: 1em; font-weight: normal; }
-.section p{ font-size: 1em; font-family: "黑体"; text-align:center; line-height: .3em;}
-.section p a{ text-decoration: none; color: gray; }
-.section:hover p a{ color: black; }
-footer{ background-color: #E0E0E0; width: 100%; margin-top: 5%; overflow: hidden; }
-.footerleft{ width: 49%; height: 96px; float: left; text-align:right; }
-.footerleft img{ width: 140px; margin-top:-2px; }
-.footerright{width: 50%; height: 90%; border-left: 1px solid #C4C4C4; float: left; background: url(../img/footer_logo.jpg) 20px 13px no-repeat; background-size: 130px; margin-top:10px; }
-.footerright p{ margin-top: 80px; margin-left: 20px; font-size: .75em; color: #939393; line-height: 1.3em; }
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/demo_day8_1_infini.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/demo_day8_1_infini.html"
deleted file mode 100644
index 838db23..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/demo_day8_1_infini.html"
+++ /dev/null
@@ -1,368 +0,0 @@
-
-
-
-
-
-
-
-
INFINI
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Infini Studio(映纷创意)是一家创意机构,专注于动画影响的创意与设计。我们使用设计、绘画、动画、特效及多种创新形式,以动态视觉语言对品牌与内容进行创意呈现。并由动画导演、设计师、插画师、三维艺术家共同协作完成。服务的领域包括广告、影视、交互H5、新媒体等。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/555.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/555.jpg"
deleted file mode 100644
index 1501616..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/555.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/banner.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/banner.png"
deleted file mode 100644
index 9c39b6b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/banner.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/bg.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/bg.png"
deleted file mode 100644
index 69a93de..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/bg.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/footer_logo.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/footer_logo.jpg"
deleted file mode 100644
index 3192eab..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/footer_logo.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/huawei.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/huawei.jpg"
deleted file mode 100644
index 59f94db..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/huawei.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/links.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/links.png"
deleted file mode 100644
index b6edfea..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/links.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/logo.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/logo.png"
deleted file mode 100644
index 8d9548a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/logo.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/wyf.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/wyf.jpg"
deleted file mode 100644
index cc969f6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day09/img/wyf.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/css/reset.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/css/reset.css"
deleted file mode 100644
index c2dcb96..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/css/reset.css"
+++ /dev/null
@@ -1,9 +0,0 @@
-/*---------------样式重叠------------------*/
-body,p,h1,h2,h3,h4,h5,h6,ol,ul,dl,hr,pre,dt,dd,li{ padding: 0; margin: 0; }
-/*去除下划线*/
-a{ text-decoration: none; }
-ol,ul{ list-style: none; }
-/*ie6下图片被a标签嵌套外面有蓝色边框*/
-img{ border: none; }
-/*只使用语义化,搜索引擎*/
-h1,h2,h3,strong{ font-weight: normal; }
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/demo_day10_1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/demo_day10_1.html"
deleted file mode 100644
index e0ea4f7..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/demo_day10_1.html"
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
外媒评论精选
-
-
-
-
-
-
-
外媒评论精选
-
-
-
-
-
-
-
《加勒比海盗4》---商业味浓郁
-
本集《加勒比海盗》讲述了杰克船长受英王所托寻找“不老泉”,与他斤... [详细]
-
-
-
-
-
-
-
-
《加勒比海盗4》---商业味浓郁
-
本集《加勒比海盗》讲述了杰克船长受英王所托寻找“不老泉”,与他...[详细]
-
-
-
-
-
-
-
-
《加勒比海盗4》---商业味浓郁
-
本集《加勒比海盗》讲述了杰克船长受英王所托寻找“不老泉”,与他...[详细]
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/1.jpg"
deleted file mode 100644
index 293d296..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/img1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/img1.png"
deleted file mode 100644
index 047f654..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/img1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/titlebg.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/titlebg.png"
deleted file mode 100644
index 5494837..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/demo/img/titlebg.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/1.jpg"
deleted file mode 100644
index fe7a577..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/banner.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/banner.png"
deleted file mode 100644
index 9c39b6b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/banner.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/bg.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/bg.png"
deleted file mode 100644
index 69a93de..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/bg.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/footer_logo.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/footer_logo.jpg"
deleted file mode 100644
index 3192eab..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/footer_logo.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/huawei.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/huawei.jpg"
deleted file mode 100644
index 59f94db..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/huawei.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/links.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/links.png"
deleted file mode 100644
index b6edfea..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/links.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/logo.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/logo.png"
deleted file mode 100644
index 8d9548a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/logo.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/wyf.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/wyf.jpg"
deleted file mode 100644
index cc969f6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/wyf.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/xuebi.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/xuebi.png"
deleted file mode 100644
index 9231f6c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/img/xuebi.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index01-iframe.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index01-iframe.html"
deleted file mode 100644
index 8bdd0b4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index01-iframe.html"
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
iframe
-
-
-
-
baidu
-
lanou
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index02-overflow.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index02-overflow.html"
deleted file mode 100644
index efdbc01..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index02-overflow.html"
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
overflow
-
-
-
-
- abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
-
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- wxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzbr
- abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index03-css\347\262\276\347\201\265\345\233\276.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index03-css\347\262\276\347\201\265\345\233\276.html"
deleted file mode 100644
index fe7a10c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index03-css\347\262\276\347\201\265\345\233\276.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
css精灵图
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index04-sprite.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index04-sprite.html"
deleted file mode 100644
index a3e5e9c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/index04-sprite.html"
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
雪碧图
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps01.html"
deleted file mode 100644
index 5c65c1f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps01.html"
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
Document
-
-
- 1.ctrl + o 打开文件
- 2.ctrl + tab 切换图片
- 3.ctrl + shift + + 放大
- 4.shift + tab 隐藏控制面板
- 5. tab 面板+工具箱
- 6.ctrl+r 标尺
-
-
-
-
- 矢量图:拉伸不会模糊
- 位图:拉伸失真
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps02.html"
deleted file mode 100644
index 587fe2b..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day10/ps02.html"
+++ /dev/null
@@ -1,15 +0,0 @@
-
-1.ctrl + O 打开文件
-2.ctrl + tab 切换图片
-3.ctrl + shift + + 放大
-4.shift + tab 隐藏控制面板
-5. tab 面板+工具箱
-6.ctrl + R 标尺
-7.ctrl + H 参考线
-8.空格 + 鼠标左键移动:移动图片
-
-四大面板:图层,信息,历史纪录,字符
-
-矢量图:拉伸不会模糊
-位图:拉伸失真
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo1.html"
deleted file mode 100644
index 8d953a1..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo1.html"
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
demo
-
-
-
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo_float.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo_float.html"
deleted file mode 100644
index 2c6e82c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/demo/demo_float.html"
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
float
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/img/11.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/img/11.jpg"
deleted file mode 100644
index 2452861..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/img/11.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index01.html"
deleted file mode 100644
index 7acc651..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index01.html"
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
浮动
-
-
-
-
div1
-
div2
-
-
span1
-
span2
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index02.html"
deleted file mode 100644
index 90cf9f6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index02.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
浮动2-脱离文档流
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index03.html"
deleted file mode 100644
index eb3f82a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index03.html"
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
浮动3-验证脱离文档流
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index04.html"
deleted file mode 100644
index 84d4e72..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index04.html"
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
浮动定义
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index05.html"
deleted file mode 100644
index f307c44..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index05.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
验证浮动提升半层层级
-
-
-
-
-
div1
-
div2
-
div3 div3 div3 div3 div3 div3 div3 div3 div3 div3 div3 div3 div3 div3
-
div4
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index06.html"
deleted file mode 100644
index 56f72fd..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index06.html"
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
图文环绕
-
-
-
-
-
-
- 使用JS完成一个简单的计算器功能。实现2个输入框中输入整数后,点击第三个输入框能给出2个整数的加减乘除.
- 提示:获取元素的值设置和获取方法为:例:赋值:document.getElementById(“id”).value = 1; 取值:var = document.getElementById(“id”).value;
- 使用JS完成一个简单的计算器功能。实现2个输入框中输入整数后,点击第三个输入框能给出2个整数的加减乘除.
- 提示:获取元素的值设置和获取方法为:例:赋值:document.getElementById(“id”).value = 1; 取值:var = document.getElementById(“id”).value
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index07.html"
deleted file mode 100644
index ebeac31..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index07.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
demo
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index08.html"
deleted file mode 100644
index 70c1418..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index08.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
右浮动
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index09.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index09.html"
deleted file mode 100644
index 3230821..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index09.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
清浮动
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index10.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index10.html"
deleted file mode 100644
index 01451dd..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index10.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
验证清除前面所有的浮动元素
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index11.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index11.html"
deleted file mode 100644
index 4f80b30..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index11.html"
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
Document
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index12.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index12.html"
deleted file mode 100644
index 3bcd790..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day11/index12.html"
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
解决浮动造成父元素高度为0的问题
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/css/style.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/css/style.css"
deleted file mode 100644
index dce832a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/css/style.css"
+++ /dev/null
@@ -1,70 +0,0 @@
-/**/
-body{ margin: 0; padding: 0; font-weight: 100%; background-color: #E9E9E9; font-family: "黑体"; }
-img{ vertical-align: top; border: 0; }
-p{ margin: 0; padding: 0; }
-.all{ width: 915px; margin: 30px auto; background-color: #fff; }
-/*背景+图片*/
-header{ width: 100%; }
-nav{ width: 100%; height: 105px; background: url(../img/nav.jpg); }
-.relax{ width: 100%; }
-a{ text-decoration: none; }
-
-/*main*/
-main{ width: 100%; margin-top: 10px; }
-main::after{ content:""; display: block; visibility: hidden; height: 0; clear: both; }
-.left{ width: 325px; float: left; }
-.video{ height: 285px; width: 100%; background-color: black; }
-.video video{ height: 285px; width: 100%; }
-.more{ height: 200px; width: 100%; border: 1px solid #D4D4D4; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin-top: 10px; background: url(../img/bg1.png); }
-.morebutton{ width: 57px; height: 18px; line-height: 18px; background-color: black; font-size: .8em; text-align: center; margin-top: 10px; margin-left: 15px; }
-.more hr{ margin:10px auto; width: 295px; }
-.morebutton a{ text-decoration: none; color: white; }
-.morebox{ width: 295px; margin: auto; }
-.morebox::after{ content:""; display: block; clear: both; height: 0; visibility: hidden; }
-.minmorebox{ height: 67px; width: 145px; background-color: #4B4B4D; float: left; margin-bottom: 5px;}
-.minmorebox:first-child{ margin-right: 5px;}
-.minmorebox:last-child{ margin-left: 5px; }
-.minmorebox a{ color: white; text-decoration: none; font-size: .7em; }
-.minmorebox img{ height: 67px; width: 67px; float:left; }
-.minmorebox img:hover{ opacity: .5; }
-.minmorebox p{ float: left; width: 72px; margin-top: 20px; margin-left: 3px; }
-.free{ height: 325px; width: 100%; border: 2px solid #D4D4D4; margin-top: 10px; }
-.freenav{ background-color: #363636; width: 315px; padding-left: 10px; height: 35px; line-height: 35px; font-size: .9em; }
-.freenav a{ text-decoration: none; color: white; }
-.freeimg{ height: 80px; width: 100%; }
-.freeimg img{ width: 100%; }
-.jiang{ width: 100%; margin-left: 10px; margin-top: 17px; }
-.jiang a{ text-decoration: none; color: black; }
-.jleft{ width: 130px; float: left; }
-.jleft p{ font-size: .9em; line-height: 1.3em; }
-.jleftp a,.jpr a{ color: red; }
-.jiangnav{ background: url(../img/jiangbg.png) no-repeat; padding-left: 10px; color: #444A5A; font-size: .9em; }
-.jiangnav:hover{ color: black; }
-.jleft img{ width: 100%; margin-top: 5px; margin-bottom: 5px; }
-.jright{ width: 130px; float: left; margin-left: 25px; }
-.jright p{ font-size: .8em; line-height: 1.4em; }
-.jpr{ margin-top: 3px; }
-.right{ width: 570px; float: right; }
-.hotmore{ height:150px; }
-.hotmorenav{ height: 35px; line-height: 35px; padding-left: 10px; background-color: #363636; color: white; }
-.hotmorenav a{ color: white; font-size: .8em; }
-.hotmore img{ width: 100%; }
-.add{ height:220px; border: 2px solid #D4D4D4; }
-.addleft{ width: 235px; float: left; margin-left: 20px; }
-div.addright{ float: right; margin-right: 20px; }
-.addtop{ height: 68px; padding: 20px 0; border-bottom: 1px dashed black; }
-div.addbottom{ border: none; }
-.addtop img{ border: 2px solid #D3D3D3; float: left; margin-right: 10px; }
-.addtop img:hover,.ad a img:hover{ opacity: .5; }
-.addtop p{ text-indent: 2em; margin: 0;}
-.addtop a{ font-size: .8em; color: black; }
-.hotp1 a{ color: red; }
-.ad{ height:415px; width: 100%; margin-top: 10px; }
-.ad1{ width:280px; height: 105px; margin-right:10px; float: left; }
-.ad2{ width:280px; height: 105px; float: left; overflow: hidden; }
-.ad1 a,.ad2 a{ width: 100%; height: 100%; text-decoration: none; display: inline-block; }
-.ad1 img,.ad2 img{ width: 100%; vertical-align: top; }
-
-/*页脚*/
-footer{ background-color: #383838; color: white; text-align: center; clear: both; margin-top: 20px; }
-footer p{ font-size: .8em; line-height: 2.2em; }
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_line.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_line.html"
deleted file mode 100644
index e11e2ca..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_line.html"
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
针织排行榜
-
-
-
-
-
-
-
-
-
-
-
-
-
-
玛可威格 秋季韩版时尚修身
-
¥161.00
-
-
-
-
-
-
-
-
-
-
-
-
-
-
玛可威格 秋季韩版时尚修身
-
¥161.00
-
-
-
-
-
-
-
-
玛可威格 秋季韩版时尚修身
-
¥161.00
-
-
-
-
-
-
-
-
玛可威格 秋季韩版时尚修身
-
¥161.00
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_tuijan.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_tuijan.html"
deleted file mode 100644
index 22a7ff6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_tuijan.html"
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
你可能感兴趣的人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
陈文君,腾讯游戏2012快乐大使华西赛区亚军。
-
最近在玩 英雄联盟
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
陈文君,腾讯游戏2012快乐大使华西赛区亚军。
-
最近在玩 地下城与勇士
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_web.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_web.html"
deleted file mode 100644
index f46c270..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_web.html"
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
吃喝玩乐的视频网站
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_weibo.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_weibo.html"
deleted file mode 100644
index e1f1711..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/demo_day12_weibo.html"
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
推荐联系人
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
简介:Life isn't always perfect Life is somebody
-
你们是同学
-
-
-
-
-
-
-
简介:未来很远但又很近。。
-
你们是同学
-
-
-
-
-
-
-
-
简介:作家、赛车手韩寒
-
我关注的人中:潘石屹 关注了他
-
80后作家
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/1.jpg"
deleted file mode 100644
index be66f8a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/11.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/11.jpg"
deleted file mode 100644
index 5fa1798..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/11.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/111.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/111.jpg"
deleted file mode 100644
index ea4d195..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/111.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/2.jpg"
deleted file mode 100644
index 7ed82d3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/22.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/22.jpg"
deleted file mode 100644
index de1bf14..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/22.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/3.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/3.jpg"
deleted file mode 100644
index 2b757a9..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/3.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/33.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/33.jpg"
deleted file mode 100644
index 131b8c0..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/33.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/4.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/4.jpg"
deleted file mode 100644
index 33dae1f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/4.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/44.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/44.jpg"
deleted file mode 100644
index caf033a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/44.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/5.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/5.jpg"
deleted file mode 100644
index 9eae29b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/5.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/6.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/6.jpg"
deleted file mode 100644
index e417bd7..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/6.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/T4__6Y{U3ROBSEGB]I9(U1Y.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/T4__6Y{U3ROBSEGB]I9(U1Y.jpg"
deleted file mode 100644
index 6acc5a5..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/T4__6Y{U3ROBSEGB]I9(U1Y.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad1.jpg"
deleted file mode 100644
index bd079a3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad2.jpg"
deleted file mode 100644
index 6af22e3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad3.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad3.jpg"
deleted file mode 100644
index 53bbecb..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad3.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad4.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad4.jpg"
deleted file mode 100644
index f9aca7f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad4.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad5.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad5.jpg"
deleted file mode 100644
index 2de3739..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad5.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad6.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad6.jpg"
deleted file mode 100644
index fb2ce8c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad6.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad7.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad7.jpg"
deleted file mode 100644
index e2fe2d6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad7.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad8.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad8.jpg"
deleted file mode 100644
index 714a62d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/ad8.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/bg1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/bg1.png"
deleted file mode 100644
index 7cd6365..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/bg1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/freeimg.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/freeimg.jpg"
deleted file mode 100644
index 6339791..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/freeimg.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/gz.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/gz.png"
deleted file mode 100644
index 1b371b6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/gz.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmore1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmore1.jpg"
deleted file mode 100644
index ee4929e..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmore1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmoreimg.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmoreimg.jpg"
deleted file mode 100644
index 8480ff4..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/hotmoreimg.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangbg.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangbg.png"
deleted file mode 100644
index e8eda86..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangbg.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangimg.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangimg.jpg"
deleted file mode 100644
index a7101a7..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/jiangimg.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/left.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/left.png"
deleted file mode 100644
index 5163bb0..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/left.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/more1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/more1.jpg"
deleted file mode 100644
index aaae071..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/more1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/nav.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/nav.jpg"
deleted file mode 100644
index 196529c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/nav.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no.jpg"
deleted file mode 100644
index 3d60350..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no1.jpg"
deleted file mode 100644
index abb11c8..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/no1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/relax.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/relax.jpg"
deleted file mode 100644
index e291c61..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/relax.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/right.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/right.png"
deleted file mode 100644
index a4d126b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/right.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v.png"
deleted file mode 100644
index a60a4a4..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v2.jpg"
deleted file mode 100644
index 10874e9..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/demo/img/v2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/index01.html"
deleted file mode 100644
index a18615a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/index01.html"
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
父元素浮动问题
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/05-3D\345\217\257\347\277\273\345\212\250\344\271\246\351\241\265.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/05-3D\345\217\257\347\277\273\345\212\250\344\271\246\351\241\265.html"
deleted file mode 100644
index a950bd9..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/05-3D\345\217\257\347\277\273\345\212\250\344\271\246\351\241\265.html"
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2
- 引言
- 矩阵在图形变换中有广泛的应用,也是图形变换的数学基础。缩放、旋转、倾斜变换只需要使用 2 x 2 矩阵,
- 如果把平移也加入进来,将得到 2 x 3 矩阵,如果进一步扩充,可以使用一个 3 x 3 的矩阵表示所有的基本2D变换。
- 多个变换矩阵相乘将得到组合变换的效果。3D变换也可以很方便地用 4 x 4 的矩阵表示。
-
- 在图形变换过程中,普通的几何图形只需要考虑顶点即可。旋转变换时需要使用三角函数。
- 为了在平面显示器中看到3D效果,还需要使用透视理论。
-
-
-
- 1
- CSS图形变换入门
- 智游教育
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/cloud.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/cloud.png"
deleted file mode 100644
index 92ae680..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/cloud.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/hd.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/hd.jpg"
deleted file mode 100644
index cfefe55..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/hd.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/peo.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/peo.png"
deleted file mode 100644
index 46d0591..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/peo.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/rp.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/rp.jpg"
deleted file mode 100644
index 95379c6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/rp.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/ship.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/ship.png"
deleted file mode 100644
index 39e69da..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/ship.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sun.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sun.png"
deleted file mode 100644
index 6d8539b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sun.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sunface.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sunface.png"
deleted file mode 100644
index 91a93b2..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/sunface.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wave.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wave.png"
deleted file mode 100644
index c1972ef..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wave.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wavebt.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wavebt.png"
deleted file mode 100644
index 83bf2c6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/img/wavebt.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/shakeorturn.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/shakeorturn.html"
deleted file mode 100644
index de2cdd0..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day12/other/shakeorturn/shakeorturn.html"
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
Document
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/1.png"
deleted file mode 100644
index 0e9eca8..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/2.png"
deleted file mode 100644
index 734b93d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/3.png"
deleted file mode 100644
index 13c72e6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/4.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/4.png"
deleted file mode 100644
index 4274e78..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/4.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad1.png"
deleted file mode 100644
index a6ddb33..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad2.png"
deleted file mode 100644
index fc7383d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad3.png"
deleted file mode 100644
index f1c9d53..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad4.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad4.png"
deleted file mode 100644
index 6838314..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad4.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad5.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad5.png"
deleted file mode 100644
index e933e39..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad5.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad6.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad6.png"
deleted file mode 100644
index 5c587fe..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad6.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad7.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad7.png"
deleted file mode 100644
index 73817ab..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/ad7.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg1.png"
deleted file mode 100644
index 80e270c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg2.png"
deleted file mode 100644
index 4bb0b68..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg3.png"
deleted file mode 100644
index 32c6702..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/bg3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/border1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/border1.png"
deleted file mode 100644
index 54a66b7..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/border1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/logo.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/logo.png"
deleted file mode 100644
index 2b53c5b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/img/logo.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index01.html"
deleted file mode 100644
index 3dcd45a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index01.html"
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
定位
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index02.html"
deleted file mode 100644
index 8b6ff0a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index02.html"
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
相对定位
-
-
-
-
div1
-
div2
-
div3
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index03.html"
deleted file mode 100644
index 95b4e55..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index03.html"
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
相对定位问题
-
-
-
-
div1
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index04.html"
deleted file mode 100644
index 7c59d16..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index04.html"
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
绝对定位
-
-
-
-
div1
-
div2
-
div3
-
百度
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index05.html"
deleted file mode 100644
index 2ab63f1..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index05.html"
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
绝对定位相对元素验证
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index06.html"
deleted file mode 100644
index c0e953e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index06.html"
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
z-index
-
-
-
-
div1
-
div2
-
div3
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index07.html"
deleted file mode 100644
index 0a5d377..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index07.html"
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
相对窗口定位
-
-
-
-
- 1111
-
-
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
- 我是内容
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index08.html"
deleted file mode 100644
index 02ad040..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index08.html"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
居中问题
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index09.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index09.html"
deleted file mode 100644
index 0e90b67..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index09.html"
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
居中2
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index10.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index10.html"
deleted file mode 100644
index 68289d8..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day13/index10.html"
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
hover
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/img/img.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/img/img.jpg"
deleted file mode 100644
index 1501616..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/img/img.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/index01.html"
deleted file mode 100644
index 5fb70fb..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/index01.html"
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
图片隐藏
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/css/style.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/css/style.css"
deleted file mode 100644
index a593cfc..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/css/style.css"
+++ /dev/null
@@ -1,70 +0,0 @@
-/*重置*/
-*{ margin: 0; padding: 0; }
-body{ font-family: "微软雅黑",Arial; min-width: 980px; max-width: 1366px; margin: 0 auto; color: #666666; }
-img{ border: none; vertical-align: top; }
-p,ul,li{ margin: 0; padding: 0; }
-a{ text-decoration: none; }
-li{ list-style-type: none; }
-
-/*顶端导航栏*/
-/*filter:alpha(opacity=50);解决IE678 rgba(),IE678以上使用*/
-.header_main_bg{ width: 100%; height: 65px; background-color: black; opacity: .5; filter:alpha(opacity=50); -moz-opacity: .5; z-index: 1; position: fixed; top: 0; left: 0; }
-.header_main{ width: 980px; height: 65px; position: fixed; z-index: 10; left: 0; right: 0; margin: 0 auto; }
-.header_main_a{ display: inline-block; height: 65px; width: 200px; }
-.logo{ height: 100%; width: 100%; background: url(../img/logo.png) no-repeat 10px 10px; float: left; }
-nav{ height: 30px; width: 340px; float: right; font-size: 14px; padding-top: 35px; }
-nav ul li{ float: left; margin: 0; padding: 0; width: 80px; border-left: 1px solid white; text-align: center; }
-nav ul li:first-child{ border: none; }
-nav ul li a{ color: white; }
-.a_checked a{ color: #02c0e9; }
-nav ul li a:hover{ color: #02c0e9; }
-.a_block{ display: inline-block; }
-.header_img{ width: 100%; }
-main{ width: 980px; margin: 0 auto; }
-.border{ width: 278px; height: 25px; background: url(../img/border1.png) no-repeat; margin: 0 auto; margin-top: 20px; }
-.border_2{ width: 278px; height: 25px; background: url(../img/border2.png) no-repeat; margin: 0 auto; margin-top: 20px; }
-.border_3{ width: 278px; height: 25px; background: url(../img/border3.png) no-repeat; margin: 0 auto; margin-top: 50px; }
-.box{ width: 100%; margin-top: 60px; }
-.box ul{ width: auto; height: 250px; margin: 60 auto 0; }
-.box ul li{ width: 225px; display: inline-block; margin-left: 20px; vertical-align: top; }
-.box ul li:first-child{ margin-left: 0px; }
-.box ul li a{ display: inline-block; width: 100%; height: 26px; color: #666666; text-align: center; padding-top: 120px; transition: all 1s; }
-.li1{ background: url(../img/1.png) no-repeat 65px 0; }
-.li1:hover{ background: url(../img/11.png) no-repeat 65px 0; }
-.li2{ background: url(../img/3.png) no-repeat 65px 0; }
-.li2:hover{ background: url(../img/22.png) no-repeat 65px 0; }
-.li3{ background: url(../img/2.png) no-repeat 65px 0; }
-.li3:hover{ background: url(../img/33.png) no-repeat 65px 0; }
-.li4{ background: url(../img/4.png) no-repeat 65px 0; }
-.li4:hover{ background: url(../img/44.png) no-repeat 65px 0; }
-.boxfont{ width: 210px; margin: 30px auto 0; font-size: .85em; text-align: center; }
-.middle_add{ width: 100%; height: 120px; background: url(../img/bg2.png) no-repeat; margin-top: 115px; }
-.addbox{ width: 100%; margin-top: 50px; }
-.addbox:after,.add_r_top:after,.footer ul:after{ content: ""; height: 0px; visibility: hidden; clear: both; display: block; }
-.addleft{ width: 580px; float: left;}
-.add_l_top{ height: 225px; width: 100%; }
-.add_l_t_l{ display: inline-block; width: 205px; height: 225px; float: left; background: url(../img/ad1.png) no-repeat; position: relative; }
-.add_l_t_r{ display: inline-block; width: 365px; height: 225px; float: right; background: url(../img/ad2.png) no-repeat; position: relative; }
-.add_l_bottom{ height: 171px; width: 100%; margin-top: 10px; }
-.add_l_b_l{ display: inline-block; width: 285px; height: 171px; float: left; background: url(../img/ad4.png) no-repeat; position: relative; }
-.add_l_b_r{ display: inline-block; width: 285px; height: 171px; float: right; background: url(../img/ad5.png) no-repeat; position: relative; }
-.addright{ width: 395px; float: right;}
-.add_r_top{ height: 166px; width: 100%; }
-.add_r_t{ width: 100%; height: 166px; display: inline-block; float: left; background: url(../img/ad3.png) no-repeat; position: relative; }
-.add_r_bottom{ height: 230px; width: 100%; margin-top: 10px; }
-.add_r_b_l{ display: inline-block; width: 195px; height: 230px; float: left; background: url(../img/ad6.png) no-repeat; position: relative; }
-.add_r_b_r{ display: inline-block; width: 191px; height: 230px; float: right; background: url(../img/ad7.png) no-repeat; position: relative; }
-.shadow_bg{ height: 32px; width: 100%; background-color: black; opacity: .5; position: absolute; bottom: 0; opacity:0; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; filter:alpha(opacity=0); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
-.shadow_font{ text-align: center; position: absolute; bottom: 0; left: 0; right: 0; line-height: 32px; color: white; opacity:0; -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; filter:alpha(opacity=0); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
-.addbox a:hover .shadow_bg{ opacity: .5; -webkit-opacity: 0.5; -moz-opacity: 0.5; -ms-opacity: 0.5; -o-opacity: 0.5; filter:alpha(opacity=0.5); }
-.addbox a:hover .shadow_font{ opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; -o-opacity: 1; filter:alpha(opacity=1); }
-
-/*页脚*/
-footer{ margin-top: 35px; }
-.footer{ width: 100%; height: 465px; background: url(../img/bg3.png) no-repeat; }
-.copy{ text-align: center; background-color: #0D0D0D; font-size: .8em; line-height: 2em; color: #CCCCCC; padding: .5em 0; }
-.footer ul{ width: 940px; margin: 0 auto; color: #F2EAEA; padding-top: 85px; }
-.footer ul li{ width: 182px; padding-left: 50px; float: left; }
-.footer_font1{ margin-bottom: 25px; }
-.footer_font2{ font-size: .7em; line-height: 1.7em; }
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/1.png"
deleted file mode 100644
index 0e9eca8..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/11.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/11.png"
deleted file mode 100644
index c7dd2c7..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/11.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/2.png"
deleted file mode 100644
index 31e35e3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/22.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/22.png"
deleted file mode 100644
index 8a601f2..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/22.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/3.png"
deleted file mode 100644
index 3dfd259..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/33.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/33.png"
deleted file mode 100644
index f2ca18c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/33.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/4.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/4.png"
deleted file mode 100644
index 4274e78..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/4.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/44.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/44.png"
deleted file mode 100644
index 016c1e8..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/44.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad1.png"
deleted file mode 100644
index a6ddb33..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad2.png"
deleted file mode 100644
index fc7383d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad3.png"
deleted file mode 100644
index f1c9d53..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad4.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad4.png"
deleted file mode 100644
index 6838314..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad4.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad5.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad5.png"
deleted file mode 100644
index e933e39..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad5.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad6.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad6.png"
deleted file mode 100644
index 5c587fe..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad6.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad7.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad7.png"
deleted file mode 100644
index 73817ab..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/ad7.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg1.png"
deleted file mode 100644
index 0fcb053..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg2.png"
deleted file mode 100644
index 387d683..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg3.png"
deleted file mode 100644
index 32c6702..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/bg3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border1.png"
deleted file mode 100644
index 2c764d1..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border2.png"
deleted file mode 100644
index be2e34c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border3.png"
deleted file mode 100644
index a64e57f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/border3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/logo.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/logo.png"
deleted file mode 100644
index 2b53c5b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/img/logo.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/\345\271\277\345\267\236\346\216\214\346\201\222index.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/\345\271\277\345\267\236\346\216\214\346\201\222index.html"
deleted file mode 100644
index bc41980..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day14/\345\271\277\345\267\236\346\216\214\346\201\222/\345\271\277\345\267\236\346\216\214\346\201\222index.html"
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
广州掌恒
-
-
-
-
-
-
-
-
-
-
-
- 平台建设托管
-
- 企业官网、项目官网活动官网、电子商务网站微官网
-
-
-
- 新媒体营销
-
- 企业微信代运营、微信二次开发 微信活动策划及推广、无线广告推广
-
-
-
- 创意设计
-
- 产品专题、flash动画 平面创意、广告创意
-
-
-
- APP定制开发
-
- O2O全案APP定制与运维电商、智慧医疗、地产、企业OA餐饮、家居等行业定制与运维APP半年免维护与终身跟踪服务
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index.txt" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index.txt"
deleted file mode 100644
index 163ebc4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index.txt"
+++ /dev/null
@@ -1,105 +0,0 @@
-标签
-1.双标签和单标签
-双标签:
-需要嵌套(内容)
-单标签:(不需要嵌套)
-
-标签类型
-1.块标签:
-一排显示,默认宽度是100%,宽高设置
-主要标签:
-p,div,h1-h6,br,hr,ul,ol,li,form,blockquote
-2,行标签(内联标签)inline
-可以一排显示,内容撑开宽高,宽度高度不可以设置,(纵向的margin)
-主要设置:
-a,img(可以设置宽度高度),strong,em,i,sub,sup,var,input...
-
-特殊:
-table tr td
-
-组合标签
-ol>li ul>li dl>dt dd table>tr>td
-
-标签嵌套:
-组合标签必须按照规定
-块标签可以嵌套行标签,内联标签(除了p,h)
-
-行标签只能嵌套行标签(除了a标签)
-
-
-
-
-
-
-表格:
-rowspan:合并行
-colspan: 合并列
-
-form表单
-action:提交地址
-method:提交方式
-1.get:安全性低,速度快(默认)
-2.post:安全性高,速度慢
-
-input:类型
-text: 文本输入
-password: 密码框
-redio: 单选框
-checkbox: 复选框
-reset:重置
-submit:提交
-button: 按钮
-file:文件
-
-textarea:多行文本
-
-菜单选择
-select{
- option
-}
-label+input
-
-盒模型:
-
-margin(外边距)+border(边框)+padding(内边距)+width/height
-
-display:
-none:隐藏
-block:转换为块标签
-inline:内联
-inline-block:内联块(同排显示,设宽高,换行被解析)
-table:转换table
-table-cell:单元格(处理垂直居中 vertical-align:middle)
-
-overflow:
-hidden:解决浮动父元素高度为0
-scroll:滑动
-
-position:定位
-relative:相对定位(主要功能是作为参考对象,结合绝对定位)
-absolute:绝对定位(处理层叠关系,父元素加relative,默认相对文档,document)
-fixed:窗口定位
-opacity:透明度,影响子元素,ie低版本不支
-兼容IE678
-background-color: balck;
-opacity: .5;
-filter:(alpha(opacity=50))
-
-background-color: rgba(0,0,0,0.5):ie低版本不支持
-
-z-index:结合定位,(static定位除外)
-
-float:左右排列布局
-脱离文档流,突出半层层级,父元素高度为0
-清除浮动:
-{
-1.overflow:hidden
-2.父元素:float
-3.div --- clear: both
-4.br --- clear: all;
-5.inline-block
-6.after伪元素+zoom:1 (最优解决办法)
-}
-
-html5:
-版本声明,这个是必须有的,不写在ie6盒模型变成怪异盒模型
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index1.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index1.html"
deleted file mode 100644
index 451f73f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index1.html"
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
怪异盒模型
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index2.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index2.html"
deleted file mode 100644
index 3dde8ec..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index2.html"
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
seo
-
-
- seo:搜索引擎优化(不花钱)
- sem:搜索引擎营销(花钱)
- 白帽,黑帽
-
- pr:网页等级,用来表示一个网页等级的标准,级别 0-10,一般级别在6
-
-
-
-
-
-
-
- 对seo优化有用的标签:
-
- title: 权重最大:100
-
- meta 属性:name=keywords,content=description
- h1-h6:权重次于title (h1只能用一次) h2(10次左右)
-
- strong,em: 语气加重,重要的文本
-
- img:属性alt(替换文本)
-
-
-
- a:title:说明,
-
-
-
急急急
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index3.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index3.html"
deleted file mode 100644
index a4706d7..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day15/index3.html"
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
emoji
-
-
- 🎟🚛🎈😮
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.jpg"
deleted file mode 100644
index 679d0c6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.mp4" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.mp4"
deleted file mode 100644
index a58662d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/1.mp4" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/music.mp3" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/music.mp3"
deleted file mode 100644
index 5f66139..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/music.mp3" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/weibo.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/weibo.jpg"
deleted file mode 100644
index a81fe78..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/img/weibo.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index00.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index00.html"
deleted file mode 100644
index 173bc86..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index00.html"
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
今天 是个好天气
-
-
浏览器不支持
-
-
-
-
-
-
- I am a loag words hahhahahhahahhhaaahahah.
-
-
- I am a loag words hahhahahhahahhhaaahahah .
-
-
-
-
- 你好ni hao
-
- 阿西吧叹气
-
-
-
-
-
-
- 男
- 女
- 其他
-
-
-
- 男
- 女
-
-
-
-
-
- 电脑配置
- 内存:16G
- 双卡双待
-
-
-
-
- 这是一个图片
-
-
-
-
-
现在8:00 整
-
今天 是个好日子
-
-
-
-
-
- 电子邮件:
-
- 数字:
- 网址:
- 取值范围:
-
-
- 年月日:
-
- 年月:
-
- 年周:
-
- 时分:
-
- 本地时间:
-
-
- 颜色:
-
- 搜索:
-
-
-
-
-
-
- 焦点:
-
-
-
-
- 站位文本:
-
-
-
-
-
-
-
-
-
-
-
-
-
- 提交:
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index01.html"
deleted file mode 100644
index 96a586c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index01.html"
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- h3333
- h4444
-
-
-
-
-
-
-
-
-
-
-
-
-
导航
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index02.html"
deleted file mode 100644
index 0429246..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index02.html"
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
em
-
-
-
-
- 我是body下的正常字体
-
我是div下字体
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index03.html"
deleted file mode 100644
index 35131d8..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index03.html"
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
rem
-
-
-
- 正常文字
-
我是div文字
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index04.html"
deleted file mode 100644
index 81c2e29..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index04.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
流式布局
-
-
-
-
-
-
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index05.html"
deleted file mode 100644
index 7b8a289..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day16/index05.html"
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
流式布局
-
-
-
-
-
-
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/a.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/a.css"
deleted file mode 100644
index a1e3e6f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/a.css"
+++ /dev/null
@@ -1,3 +0,0 @@
-body{
- background-color: red;
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/b.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/b.css"
deleted file mode 100644
index 957080c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/b.css"
+++ /dev/null
@@ -1,3 +0,0 @@
-body{
- background-color: yellow;
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/c.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/c.css"
deleted file mode 100644
index 360b175..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/css/c.css"
+++ /dev/null
@@ -1,3 +0,0 @@
-body{
- background-color: blue;
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/demo01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/demo01.html"
deleted file mode 100644
index 4c1f789..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/demo01.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
media
-
-
-
-
-
-
-
-
- 这是一个响应式布局的小列子,通过拖放浏览器窗口大小来观察实际大小
-
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
- 这是一段酱油文字。。。。。。。
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/555.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/555.jpg"
deleted file mode 100644
index 1501616..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/555.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/weibo.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/weibo.jpg"
deleted file mode 100644
index a81fe78..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/img/weibo.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index01.html"
deleted file mode 100644
index 17d8879..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index01.html"
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
映纷视觉
-
-
-
-
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
- 文字
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index02.html"
deleted file mode 100644
index 1fc516d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index02.html"
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
viewport
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index03.html"
deleted file mode 100644
index a0a35ea..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index03.html"
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
响应式布局
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index04.html"
deleted file mode 100644
index f456d6d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index04.html"
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
媒体查询多条件
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index05.html"
deleted file mode 100644
index e424387..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index05.html"
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index06.html"
deleted file mode 100644
index f6922ff..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day17-@media/index06.html"
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome.css"
deleted file mode 100644
index 473bf89..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome.css"
+++ /dev/null
@@ -1,48 +0,0 @@
-/*30/960=3.125% 52/960=5.41667%*/
-.main p{ text-indent: 2rem; padding: 5.41667% 10% 3.125%; font-size: 1.75rem; line-height: 2.3rem; text-align: justify; }
-.main p .font_red{ color: red; font-size: 1.75rem; }
-.link1{ display: inline-block; vertical-align: middle; width: 6.3rem; padding-left: -1rem; overflow: hidden; margin-left: -1.2rem; }
-.link1 img{ width:100%; margin-left: -2rem; }
-.download{ width: 100%; text-align: center; margin: 7% 0 8.5%; }
-.download a{ display: inline-block; width: 29%; }
-.download a img{ width: 100%; }
-.ad1{ width: 46.875%; margin: 0 auto; background: url(../img/ad1.png) no-repeat; background-size: 100%; border: 1px solid balck;}
-.ad1 img{width: 100%; visibility: hidden; }
-form{ width: 40%; margin: 0 auto; position: relative; overflow: hidden; }
-form input{ border-color: #C9CFE9; width: 97%; padding-left: .3rem; height: 2.5rem; margin-top: 1rem; background-color: #F9FAFE; z-index: 10; }
-form input:nth-of-type(3){ width: 62%; }
-.input1{ position: absolute; top: 1rem; right: 0; z-index: 100; height: 2.5em; text-align: center; width: 2.7rem; border-left: 1px solid #C9CFE9; }
-.input2{ position: absolute; top: 5rem; right: 0; z-index: 100; height: 2.5em; text-align: center; width: 2.7rem; border-left: 1px solid #C9CFE9; }
-.input3{ position: absolute; top: 8.7rem; left: 50%; z-index: 100; height: 2.5em; text-align: center; width: 2.7rem; border-left: 1px solid #C9CFE9; float: left; }
-.input1 a,.input2 a,.input2 a{ display: inline-block; width: 100%; height: 2.5em; }
-.input1 a img,.input2 a img,.input3 a img{ width: 65%; margin-top: .45rem; }
-.input4{ width: 30%; float: right; margin-right: .6rem; }
-.input4 input{ width: 100%; text-align: center; color: #FFB130; font-size: 1.2rem; font-weight: bold; }
-.input5{ width: 100%; float: right; margin: 1rem 0; }
-.input5 a{ display: inline-block; float: right; width: 30%; }
-.input5 a img{ width: 100%;}
-.input5 p{ float: right; height: 15%; width: 40%; font-size: 1.1rem; padding: 0; line-height: 1.7rem; text-align: justify; text-indent: 0; margin-right: .3em; }
-.font_red2{ color: red; }
-.input6{ width: 100%; margin:1.0rem 0 1.5rem; }
-.input6 a{ display: block; width: 100%; }
-.input6 a img{ width: 100%; }
-
-@media only screen and (max-width: 640px) {
- .main p{ font-size: 1.85rem; }
- .download a{ width: 40%; }
- .ad1{ width: 82%; }
- form{ width: 55%;}
- .input5 a{ width: 35%; }
- .input5 p{ font-size: 1.1rem; line-height: 1.3rem; }
-}
-@media only screen and (max-width: 450px){
- form{ width: 65%;}
- .input5 a{ width: 30%; }
- .input5 p{ width: 65%;}
-}
-@media only screen and (max-width: 375px){
- form{ width: 71%;}
-}
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome_1.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome_1.css"
deleted file mode 100644
index 1fe607c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/rome_1.css"
+++ /dev/null
@@ -1,73 +0,0 @@
-/*success*/
-.success_main{ background: url(../img/bg1.png) no-repeat; background-size: 100%; padding-top: 1%; }
-.success_return{ height: 38px; text-align: right; line-height: 38px; background: url(../img/return_bg.png) no-repeat right; background-size: contain; padding-right: .6rem; }
-.success_return a{ color: white; font-size: 1.32rem; letter-spacing: .3rem;; }
-.success_center{ padding:2.85% 9.5% 3.5%; }
-.success_font{ text-align: center; }
-.red_font{ color: red; font-size: 1.75rem; }
-.success_font .p1{ font-size: 1.625rem; text-indent: 2rem; color: #EB5310; font-weight: bold; line-height: 3.6rem; }
-.success_font .p2{ font-size: 1.75rem; text-indent: 2rem; text-align: left; line-height: 2.8rem; margin-bottom: 19%; }
-.success_font .p3{ text-indent: 0; }
-.success_font .p4{ text-indent: 0; color: black; font-weight: normal; line-height: 3.3rem; }
-.success_font .p5{ text-indent: 0; margin-top: 2rem; }
-.success_font .p6{ margin-top: 4rem; margin-bottom: 10rem; }
-.success_font .p7{ font-size: 2.4rem; }
-.success_font .p8{ color: #EB5310; font-weight: bold; margin-bottom: 0rem; }
-.success_font .p9{ margin-bottom: 0rem; }
-.success_font .p10{ margin-top: 1rem; }
-.success_font .p11{ margin-left: 0rem; }
-.success_font .p12{ font-weight: normal; }
-.li1{ list-style-type: decimal; list-style-position: inside; }
-.detail_ps{ border: 2px solid #EB5310; margin-top: 1rem; margin-bottom: 2rem;}
-.min_register{ display: inline-block; }
-.min_register img{ width: 5rem; vertical-align: middle; margin-top: -.7rem; }
-.success_ad{ width: 47.8%; margin: 2.8% auto; }
-.success_ad a{ display: block; width: 100%; }
-.success_ad a img{ width: 100%; }
-.enjoy_form{ text-align: center; }
-.enjoy_form input{ width:96%; height: 2rem; margin-top: .5rem; padding-left: .5rem; }
-#input_img{padding: 0; width: 13.25rem; height: 4.19rem; margin: 1.5rem auto 2rem; }
-.success_bg2{ width: 78%; margin: -1% auto 1%; background: url(../img/bg2.png) no-repeat; background-size: contain; }
-.success_bg2 img{ width: 100%; visibility: hidden; }
-.success_download{ text-align: center; overflow: hidden; width: 100%; }
-.success_download a{ display: inline-block; width: 38.5%; }
-.success_download a img{ width: 100%; }
-
-@media only screen and (max-width: 640px) {
- *{ font-size: 15px; }
- .success_center{ padding:2.85% 8% 3.5%; }
- .success_ad{ width: 68.5%;}
- .success_download a{width: 48.5%;}
-}
-@media only screen and (max-width: 640px) {
- *{
- font-size: 13.5px;
- }
-}
-@media only screen and (max-width: 520px) {
- *{
- font-size: 11px;
- }
- .success_return{ background-size: 20%; }
- .success_center{ padding:2.85% 6.5% 3.5%; }
-}
-@media only screen and (max-width: 420px) {
- *{
- font-size: 10px;
- }
- .success_font .p1{ font-size: 1.5rem; }
- .success_font .p2{ font-size: 1.6rem; }
- .red_font{ font-size: 1.6rem; }
- .success_center{ padding:2.85% 3.5% 3.5%; }
-}
-@media only screen and (max-width: 330px) {
- *{
- font-size: 10px;
- }
- .success_return{ background-size: 23%; }
- .success_font .p1{ font-size: 1.4rem; line-height: 2.6rem;}
- .success_font .p2{ font-size: 1.5rem; line-height: 2rem; }
- .red_font{ font-size: 1.5rem; }
- .success_center{ padding:2.85% 4.5% 3.5%; }
-}
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style.css"
deleted file mode 100644
index 0d2dff5..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style.css"
+++ /dev/null
@@ -1,49 +0,0 @@
-/*共用css*/
-/*重置属性*/
-*{ font-size: 16px; margin: 0; padding: 0; }
-body{ margin: 0; padding: 0; width: 100%; max-width: 960px; min-width: 280px; margin: 0 auto; font-family: "黑体"; }
-img{ vertical-align: top; }
-li{ list-style: none; }
-a{ text-decoration: none; color: black; }
-
-/*header*/
-/*495/960=51.5625%*/
-header{ width: 100%;}
-header a{ display: block; }
-header img{ width: 100%; }
-/*main*/
-.main{ background: url(../img/bg1.png) repeat-x top left; }
-/*footer*/
-footer{ background-color: #E89316; color: #fff; text-align: center; padding: 1rem 0; line-height: 2rem; }
-footer p{ font-size: 1.5rem; }
-
-@media only screen and (max-width: 880px) {
- *{
- font-size: 14px;
- }
-}
-@media only screen and (max-width: 780px) {
- *{
- font-size: 12px;
- }
-}
-@media only screen and (max-width: 640px) {
- *{
- font-size: 14px;
- }
-}
-@media only screen and (max-width: 560px) {
- *{
- font-size: 12px;
- }
-}
-@media only screen and (max-width: 490px) {
- *{
- font-size: 11px;
- }
-}
-@media only screen and (max-width: 450px) {
- *{
- font-size: 10px;
- }
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style_1.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style_1.css"
deleted file mode 100644
index bdff1a4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/css/style_1.css"
+++ /dev/null
@@ -1,19 +0,0 @@
-/*共用css*/
-/*重置属性*/
-*{ font-size: 16px; margin: 0; padding: 0; }
-body{ margin: 0; padding: 0; width: 100%; max-width: 960px; min-width: 310px; margin: 0 auto; font-family: "黑体"; }
-img{ vertical-align: top; }
-li{ list-style: none; }
-a{ text-decoration: none; color: black; }
-
-/*header*/
-/*495/960=51.5625%*/
-header{ width: 100%;}
-header a{ display: block; }
-header img{ width: 100%; }
-/*main*/
-.main{ background: url(../img/bg1.png) repeat-x top left; }
-/*footer*/
-footer{ background-color: #E89316; color: #fff; text-align: center; padding: 1rem 0; line-height: 2rem; }
-footer p{ font-size: 1.5rem; }
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/detail.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/detail.html"
deleted file mode 100644
index 4d5a22d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/detail.html"
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
注册成功
-
-
-
-
-
-
-
-
-
-
-
活动详情
-
活动主题
-
APP预定后再减5元!
-
Ipad mini周周送
-
活动日期
-
2014年3月18日至2014年4月29日
-
活动内容
-
- 凡使用如家APP预定,房费在会员折扣后再减5元
- 在使用APP预定的每周抽出一台Apple iPad mini2 凡使用掌上如家2.0及以上版本预定入住的会员均有机会获得
-
-
活动细则
-
- 如家APP2.0及以上版本可参加活动
- 如家旗下所有酒店、所有房型均可参加此次活动(限时特惠除外)
- 所有房型价格在会员折后再减5元
- 如果房型有促销,促销价格低于会员折扣价,则在促销价基础上再减5元
- 每周对活动期间使用掌上如家APP2.0及以上版本预定入住的会员中抽取一名Apple ipad mini2获得者,并在官网活动页面公布获奖者部分信息
- Apple ipad mini2为16G WIFI版、颜色随机(或同配置级别),根据正规渠道到货时间进行采购及安排配送
- 奖品领取、寄送、查收、发票说明 ★为确保会员本人领取奖品的原则。获得实物奖品的会员由在如家酒店集团021-33373333活动专员与其联系。获得奖品的会员需提供会员本身身份证正反面复印件并注明收货地址、收货人、手机号码传真到021-64835622王贵勇收取。或将会员本人身份证正反面扫描以图片格式(小于2M)发送到gywang@homeinns.com邮箱,邮件正文请注明收获地址、收货人手机号码(奖品收件人必须是会员本人)
- ★所有实物或将均使用顺丰快递保价方式寄送,收到时需查看物品是否完好
- ★发票我方需留存,包裹内提供产品的发票复印件
- 其他说明: ★本次活动为如家集团会员活动,不涉及向会员以任何形式的费用索取。任何人或任何网站打着如家酒店集团及旗下各酒店品牌的名义从事此类似活动或恶意通知领取,造成损失的,由客户本人承担,与如家酒店集团无关。会员可每日9:00-17:00拨打4008203333(2)与客服进行核实或查看活动页面的获奖公布信息 ★活动专员连续2次联系随机抽中的会员后,仍未提供所需领奖资料的会员视为弃权,奖品将随机抽给其他会员 ★在法律允许范围内,如家酒店集团可对本次活动进行修改及补充
-
-
*具体活动说明请至如家官网了解
-
*如家酒店集团官方网站:www.homeinns.com
-
-
注:本活动推广页面注册E会员、分享好友各抽取50名用户送价值50元手机话费,活动结束后十个工作日内抽取名单并直接充值公布及短息通知。
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy.html"
deleted file mode 100644
index 18b8571..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy.html"
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
好友分享
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy_success.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy_success.html"
deleted file mode 100644
index 86d1160..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/enjoy_success.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
分享成功
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/error.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/error.html"
deleted file mode 100644
index ed6d46a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/error.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
注册成功
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad1.png"
deleted file mode 100644
index 33bd5bd..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad2.png"
deleted file mode 100644
index 7324390..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad3.png"
deleted file mode 100644
index 1356d70..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ad3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/android_download.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/android_download.png"
deleted file mode 100644
index 30ab7d4..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/android_download.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg1.png"
deleted file mode 100644
index c8290f7..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg2.png"
deleted file mode 100644
index 6ca835b..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/bg2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ipone_download.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ipone_download.png"
deleted file mode 100644
index 8288052..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/ipone_download.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/link1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/link1.png"
deleted file mode 100644
index 03c9a2a..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/link1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/registed.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/registed.png"
deleted file mode 100644
index 95433e1..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/registed.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/return_bg.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/return_bg.png"
deleted file mode 100644
index 9481653..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/return_bg.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/top.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/top.jpg"
deleted file mode 100644
index 9cd1cfe..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/top.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/yes.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/yes.png"
deleted file mode 100644
index 4166d49..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/yes.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\344\272\272.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\344\272\272.png"
deleted file mode 100644
index c044522..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\344\272\272.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\346\211\213\346\234\272.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\346\211\213\346\234\272.png"
deleted file mode 100644
index 90a02ee..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\346\211\213\346\234\272.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\347\206\212\346\216\214.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\347\206\212\346\216\214.png"
deleted file mode 100644
index 3cbbc82..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/img/\347\206\212\346\216\214.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/index.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/index.html"
deleted file mode 100644
index ed80f04..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/index.html"
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
如家主页
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/register_success.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/register_success.html"
deleted file mode 100644
index e9583b9..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/register_success.html"
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
注册成功
-
-
-
-
-
-
-
-
-
-
-
恭喜您成为如家酒店集团e会员
-
(莫泰、和颐如家酒店通用)
-
会员号及密码稍后发送到您注册的手机上!
-
预定酒店请先登录如家官网会员中心完善身份信息,方可享受积分等会员权益及参与活动抽奖,未完善前仅享受折扣!
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/success.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/success.html"
deleted file mode 100644
index 13f3307..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/demo/\345\246\202\345\256\266\347\275\221\351\241\265/success.html"
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
注册成功
-
-
-
-
-
-
-
-
-
-
-
您已是如家酒店集团会员,无需再注册。
-
使用全新掌上如家APP预定,会员折后再减5元! 更有机会赢取ipad mini2 ,赶快下载预定吧!
-
-
-
-
-
-
-
-
-
-
- 如家官方微信:homeinns2012
- 全国订房电话:400-820-3333
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index01.html"
deleted file mode 100644
index b861a47..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index01.html"
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
css3属性选择器
-
-
-
-
今天是个下雨天
-
雨下一整天
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index02.html"
deleted file mode 100644
index 7bdde52..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index02.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
这是p3
-
这是p4
-
-
这是p6
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index03.html"
deleted file mode 100644
index 9000a68..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index03.html"
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-
-
11
-
ppp11111
-
ppppp ppp
-
回到锚点
-
-
- 正常:
- 不可以编辑:
- 默认选中:
-
- 男:
-
- 女:
-
- 10~100
-
- 只读:
-
- 读写:
-
- 必须有值:
-
-
- email: 内容不合法
-
-
-
-
222
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index04.html"
deleted file mode 100644
index 3ceb76d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day18-CSS3-selecter/index04.html"
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
-
结构选择器
-
-
-
-
-
-
h4444444
-
p11111111
-
p22222222
-
-
111
-
pppp2.5
-
p333333
-
-
-
-
-
-
-
h444
-
qqq
-
ppppppppp111111111
-
ppppppppp222222222
-
-
3333333
-
ppp444444444
-
-
-
-
-
-
-
h333333333
-
pp1111111111
-
p22222222222
-
-
6666
-
-
-
-
-
111
-
1
-
2
-
3
-
555
-
4
-
5
-
6
-
-
-
-
1
-
2
-
3
-
4
-
5
-
6
-
-
-
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/1.png"
deleted file mode 100644
index 6726c15..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-bl.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-bl.png"
deleted file mode 100644
index 8c4d8da..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-bl.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-br.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-br.png"
deleted file mode 100644
index 6ca062f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-br.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-grid.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-grid.jpg"
deleted file mode 100644
index 0a38f0c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-grid.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-repeat.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-repeat.png"
deleted file mode 100644
index 2d38122..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-repeat.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tl.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tl.png"
deleted file mode 100644
index 54b7776..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tl.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tr.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tr.png"
deleted file mode 100644
index dba3abc..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/bg-tr.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/cardKingClub.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/cardKingClub.png"
deleted file mode 100644
index c135f7c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/cardKingClub.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/dameizi.jpeg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/dameizi.jpeg"
deleted file mode 100644
index 22fc668..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/img/dameizi.jpeg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/3d.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/3d.png"
deleted file mode 100644
index 65590cf..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/3d.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x.png"
deleted file mode 100644
index d428df2..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x\350\275\264.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x\350\275\264.png"
deleted file mode 100644
index 9410b6d..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/x\350\275\264.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y.png"
deleted file mode 100644
index e60cd12..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y\345\221\250.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y\345\221\250.png"
deleted file mode 100644
index 9d109dc..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/y\345\221\250.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/z\350\275\264.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/z\350\275\264.png"
deleted file mode 100644
index 753baaa..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/demo/\347\244\272\344\276\213\345\233\276/z\350\275\264.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/1.jpg"
deleted file mode 100644
index 35a0939..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/bg_a.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/bg_a.jpg"
deleted file mode 100644
index 243dc52..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/bg_a.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border.png"
deleted file mode 100644
index 7a65739..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border_tab.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border_tab.png"
deleted file mode 100644
index 38f0363..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/border_tab.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/button_green.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/button_green.png"
deleted file mode 100644
index 315f7c9..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/button_green.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask1.png"
deleted file mode 100644
index 3ed0c3f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask2.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask2.png"
deleted file mode 100644
index ae23da9..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask2.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask3.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask3.png"
deleted file mode 100644
index f8c3472..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask3.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask4.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask4.png"
deleted file mode 100644
index 62f6fd3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/mask4.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/\350\276\271\346\241\206\345\233\276\347\211\207slice\345\212\250\346\200\201\345\233\276.gif" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/\350\276\271\346\241\206\345\233\276\347\211\207slice\345\212\250\346\200\201\345\233\276.gif"
deleted file mode 100644
index 679da63..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/img/\350\276\271\346\241\206\345\233\276\347\211\207slice\345\212\250\346\200\201\345\233\276.gif" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index01.html"
deleted file mode 100644
index e4a2c13..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index01.html"
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
圆角
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index02.html"
deleted file mode 100644
index 5f00c5e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index02.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
边框图片
-
-
-
-
-
-
按钮
-
-
按钮
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index03.html"
deleted file mode 100644
index eed1452..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index03.html"
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
阴影效果
-
-
-
-
-
-
文字内容
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index04.html"
deleted file mode 100644
index dda6809..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index04.html"
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
背景裁切
-
-
-
-
-
-
11111111111
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index05.html"
deleted file mode 100644
index f100a55..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index05.html"
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
background-origin
-
-
-
-
111111111
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index06.html"
deleted file mode 100644
index ce87cc9..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index06.html"
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
背景background-size
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index07.html"
deleted file mode 100644
index 803ff9d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index07.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
蒙版mask
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index08.html"
deleted file mode 100644
index 656dc16..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day19/index08.html"
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
today is a happy day,it not rained
-
I am a long word aaaaaaaaaaaaaaaaaaa
-
I am a long word aaaaaaaaaaaaaaaaaaa
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/1.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/1.png"
deleted file mode 100644
index 6726c15..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/1.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-bl.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-bl.png"
deleted file mode 100644
index 8c4d8da..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-bl.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-br.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-br.png"
deleted file mode 100644
index 6ca062f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-br.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-grid.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-grid.jpg"
deleted file mode 100644
index 0a38f0c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-grid.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-repeat.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-repeat.png"
deleted file mode 100644
index 2d38122..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-repeat.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tl.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tl.png"
deleted file mode 100644
index 54b7776..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tl.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tr.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tr.png"
deleted file mode 100644
index dba3abc..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/bg-tr.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/cardKingClub.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/cardKingClub.png"
deleted file mode 100644
index c135f7c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/cardKingClub.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/dameizi.jpeg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/dameizi.jpeg"
deleted file mode 100644
index 22fc668..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/img/dameizi.jpeg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index01.html"
deleted file mode 100644
index 2aadc74..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index01.html"
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
背景补充
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index02.html"
deleted file mode 100644
index 4e1f804..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index02.html"
+++ /dev/null
@@ -1,164 +0,0 @@
-
-
-
-
-
-
渐变
-
-
-
-
-
-
-
-
渐变
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index03.html"
deleted file mode 100644
index b213c35..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index03.html"
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
倒影
-
-
-
-
hello world
-
111111
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index04.html"
deleted file mode 100644
index c090e3f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index04.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
2d变形
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index05.html"
deleted file mode 100644
index 20abfe6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index05.html"
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
2d变形-旋转
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index06.html"
deleted file mode 100644
index be5ad2e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index06.html"
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
2d变形-倾斜
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index07.html"
deleted file mode 100644
index 40615b2..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index07.html"
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
3d
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index08.html"
deleted file mode 100644
index 35a60a0..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day20/index08.html"
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
3视角
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo2_360\347\233\270\345\206\214.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo2_360\347\233\270\345\206\214.html"
deleted file mode 100644
index 6f576af..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo2_360\347\233\270\345\206\214.html"
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
360相册
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo_mofang.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo_mofang.html"
deleted file mode 100644
index 430a4e3..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/demo_mofang.html"
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
立体相册
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/1.jpg"
deleted file mode 100644
index f054be6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/2.jpg"
deleted file mode 100644
index 83ce074..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/3.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/3.jpg"
deleted file mode 100644
index 77f57c6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/3.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/4.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/4.jpg"
deleted file mode 100644
index 98592e4..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/4.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/5.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/5.jpg"
deleted file mode 100644
index 9a44f55..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/5.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/6.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/6.jpg"
deleted file mode 100644
index 8a74e45..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/6.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/bg-grid.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/bg-grid.jpg"
deleted file mode 100644
index 0a38f0c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/bg-grid.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/cardKingClub.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/cardKingClub.png"
deleted file mode 100644
index c135f7c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/img/cardKingClub.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\345\205\203\347\264\240\345\221\250\346\234\237.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\345\205\203\347\264\240\345\221\250\346\234\237.html"
deleted file mode 100644
index 68c4f15..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\345\205\203\347\264\240\345\221\250\346\234\237.html"
+++ /dev/null
@@ -1,503 +0,0 @@
-
-
-
-
-
元素周期
-
-
-
-
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\347\233\222\345\255\220+360.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\347\233\222\345\255\220+360.html"
deleted file mode 100644
index ddc3069..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/demo/\347\233\222\345\255\220+360.html"
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
-
盒子中心360
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/1.jpg"
deleted file mode 100644
index f054be6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/2.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/2.jpg"
deleted file mode 100644
index 83ce074..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/2.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/3.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/3.jpg"
deleted file mode 100644
index 77f57c6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/3.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/4.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/4.jpg"
deleted file mode 100644
index 98592e4..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/4.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/5.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/5.jpg"
deleted file mode 100644
index 9a44f55..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/5.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/6.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/6.jpg"
deleted file mode 100644
index 8a74e45..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/6.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/bg-grid.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/bg-grid.jpg"
deleted file mode 100644
index 0a38f0c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/bg-grid.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/cardKingClub.png" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/cardKingClub.png"
deleted file mode 100644
index c135f7c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/img/cardKingClub.png" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index01.html"
deleted file mode 100644
index 3bac66c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index01.html"
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
3视角
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index02.html"
deleted file mode 100644
index 0aa6f1e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index02.html"
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
3视角
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index03.html"
deleted file mode 100644
index 9159589..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index03.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index04.html"
deleted file mode 100644
index 41ee8e6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index04.html"
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index05.html"
deleted file mode 100644
index 4b0e8d1..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day21/index05.html"
+++ /dev/null
@@ -1,572 +0,0 @@
-
-
-
-
-
-
Document
-
-
-
-
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index01.html"
deleted file mode 100644
index 526a190..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index01.html"
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
过渡动画
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index02.html"
deleted file mode 100644
index 84c1558..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index02.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
动画函数
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index03.html"
deleted file mode 100644
index 2a650a4..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index03.html"
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
关键帧动画
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index04.html"
deleted file mode 100644
index af65338..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day22/index04.html"
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
关键帧百分比
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.css"
deleted file mode 100644
index 7148b57..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.css"
+++ /dev/null
@@ -1,3340 +0,0 @@
-@charset "UTF-8";
-
-/*!
- * animate.css -http://daneden.me/animate
- * Version - 3.5.1
- * Licensed under the MIT license - http://opensource.org/licenses/MIT
- *
- * Copyright (c) 2016 Daniel Eden
- */
-
-.animated {
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
-}
-
-.animated.infinite {
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
-}
-
-.animated.hinge {
- -webkit-animation-duration: 2s;
- animation-duration: 2s;
-}
-
-.animated.flipOutX,
-.animated.flipOutY,
-.animated.bounceIn,
-.animated.bounceOut {
- -webkit-animation-duration: .75s;
- animation-duration: .75s;
-}
-
-@-webkit-keyframes bounce {
- from, 20%, 53%, 80%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
-
- 40%, 43% {
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0);
- }
-
- 70% {
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0,-4px,0);
- transform: translate3d(0,-4px,0);
- }
-}
-
-@keyframes bounce {
- from, 20%, 53%, 80%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
-
- 40%, 43% {
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0);
- }
-
- 70% {
- -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0,-4px,0);
- transform: translate3d(0,-4px,0);
- }
-}
-
-.bounce {
- -webkit-animation-name: bounce;
- animation-name: bounce;
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
-}
-
-@-webkit-keyframes flash {
- from, 50%, to {
- opacity: 1;
- }
-
- 25%, 75% {
- opacity: 0;
- }
-}
-
-@keyframes flash {
- from, 50%, to {
- opacity: 1;
- }
-
- 25%, 75% {
- opacity: 0;
- }
-}
-
-.flash {
- -webkit-animation-name: flash;
- animation-name: flash;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes pulse {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes pulse {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.pulse {
- -webkit-animation-name: pulse;
- animation-name: pulse;
-}
-
-@-webkit-keyframes rubberBand {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 30% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
-
- 40% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1);
- }
-
- 65% {
- -webkit-transform: scale3d(.95, 1.05, 1);
- transform: scale3d(.95, 1.05, 1);
- }
-
- 75% {
- -webkit-transform: scale3d(1.05, .95, 1);
- transform: scale3d(1.05, .95, 1);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes rubberBand {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 30% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
-
- 40% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1);
- }
-
- 65% {
- -webkit-transform: scale3d(.95, 1.05, 1);
- transform: scale3d(.95, 1.05, 1);
- }
-
- 75% {
- -webkit-transform: scale3d(1.05, .95, 1);
- transform: scale3d(1.05, .95, 1);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.rubberBand {
- -webkit-animation-name: rubberBand;
- animation-name: rubberBand;
-}
-
-@-webkit-keyframes shake {
- from, to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 20%, 40%, 60%, 80% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-}
-
-@keyframes shake {
- from, to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 20%, 40%, 60%, 80% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-}
-
-.shake {
- -webkit-animation-name: shake;
- animation-name: shake;
-}
-
-@-webkit-keyframes headShake {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 6.5% {
- -webkit-transform: translateX(-6px) rotateY(-9deg);
- transform: translateX(-6px) rotateY(-9deg);
- }
-
- 18.5% {
- -webkit-transform: translateX(5px) rotateY(7deg);
- transform: translateX(5px) rotateY(7deg);
- }
-
- 31.5% {
- -webkit-transform: translateX(-3px) rotateY(-5deg);
- transform: translateX(-3px) rotateY(-5deg);
- }
-
- 43.5% {
- -webkit-transform: translateX(2px) rotateY(3deg);
- transform: translateX(2px) rotateY(3deg);
- }
-
- 50% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-@keyframes headShake {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 6.5% {
- -webkit-transform: translateX(-6px) rotateY(-9deg);
- transform: translateX(-6px) rotateY(-9deg);
- }
-
- 18.5% {
- -webkit-transform: translateX(5px) rotateY(7deg);
- transform: translateX(5px) rotateY(7deg);
- }
-
- 31.5% {
- -webkit-transform: translateX(-3px) rotateY(-5deg);
- transform: translateX(-3px) rotateY(-5deg);
- }
-
- 43.5% {
- -webkit-transform: translateX(2px) rotateY(3deg);
- transform: translateX(2px) rotateY(3deg);
- }
-
- 50% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-.headShake {
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- -webkit-animation-name: headShake;
- animation-name: headShake;
-}
-
-@-webkit-keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
-
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
-
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
-
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
-
- to {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
-}
-
-@keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
-
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
-
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
-
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
-
- to {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
-}
-
-.swing {
- -webkit-transform-origin: top center;
- transform-origin: top center;
- -webkit-animation-name: swing;
- animation-name: swing;
-}
-
-@-webkit-keyframes tada {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 10%, 20% {
- -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- }
-
- 30%, 50%, 70%, 90% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- }
-
- 40%, 60%, 80% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes tada {
- from {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 10%, 20% {
- -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- }
-
- 30%, 50%, 70%, 90% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- }
-
- 40%, 60%, 80% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- }
-
- to {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.tada {
- -webkit-animation-name: tada;
- animation-name: tada;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes wobble {
- from {
- -webkit-transform: none;
- transform: none;
- }
-
- 15% {
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- }
-
- 30% {
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- }
-
- 45% {
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- }
-
- 60% {
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- }
-
- 75% {
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes wobble {
- from {
- -webkit-transform: none;
- transform: none;
- }
-
- 15% {
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- }
-
- 30% {
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- }
-
- 45% {
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- }
-
- 60% {
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- }
-
- 75% {
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.wobble {
- -webkit-animation-name: wobble;
- animation-name: wobble;
-}
-
-@-webkit-keyframes jello {
- from, 11.1%, to {
- -webkit-transform: none;
- transform: none;
- }
-
- 22.2% {
- -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
- transform: skewX(-12.5deg) skewY(-12.5deg);
- }
-
- 33.3% {
- -webkit-transform: skewX(6.25deg) skewY(6.25deg);
- transform: skewX(6.25deg) skewY(6.25deg);
- }
-
- 44.4% {
- -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
- transform: skewX(-3.125deg) skewY(-3.125deg);
- }
-
- 55.5% {
- -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
- transform: skewX(1.5625deg) skewY(1.5625deg);
- }
-
- 66.6% {
- -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
- transform: skewX(-0.78125deg) skewY(-0.78125deg);
- }
-
- 77.7% {
- -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
- transform: skewX(0.390625deg) skewY(0.390625deg);
- }
-
- 88.8% {
- -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
- transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
- }
-}
-
-@keyframes jello {
- from, 11.1%, to {
- -webkit-transform: none;
- transform: none;
- }
-
- 22.2% {
- -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
- transform: skewX(-12.5deg) skewY(-12.5deg);
- }
-
- 33.3% {
- -webkit-transform: skewX(6.25deg) skewY(6.25deg);
- transform: skewX(6.25deg) skewY(6.25deg);
- }
-
- 44.4% {
- -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
- transform: skewX(-3.125deg) skewY(-3.125deg);
- }
-
- 55.5% {
- -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
- transform: skewX(1.5625deg) skewY(1.5625deg);
- }
-
- 66.6% {
- -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
- transform: skewX(-0.78125deg) skewY(-0.78125deg);
- }
-
- 77.7% {
- -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
- transform: skewX(0.390625deg) skewY(0.390625deg);
- }
-
- 88.8% {
- -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
- transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
- }
-}
-
-.jello {
- -webkit-animation-name: jello;
- animation-name: jello;
- -webkit-transform-origin: center;
- transform-origin: center;
-}
-
-@-webkit-keyframes bounceIn {
- from, 20%, 40%, 60%, 80%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 20% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 40% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03);
- }
-
- 80% {
- -webkit-transform: scale3d(.97, .97, .97);
- transform: scale3d(.97, .97, .97);
- }
-
- to {
- opacity: 1;
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes bounceIn {
- from, 20%, 40%, 60%, 80%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 20% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 40% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03);
- }
-
- 80% {
- -webkit-transform: scale3d(.97, .97, .97);
- transform: scale3d(.97, .97, .97);
- }
-
- to {
- opacity: 1;
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.bounceIn {
- -webkit-animation-name: bounceIn;
- animation-name: bounceIn;
-}
-
-@-webkit-keyframes bounceInDown {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInDown {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInDown {
- -webkit-animation-name: bounceInDown;
- animation-name: bounceInDown;
-}
-
-@-webkit-keyframes bounceInLeft {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInLeft {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInLeft {
- -webkit-animation-name: bounceInLeft;
- animation-name: bounceInLeft;
-}
-
-@-webkit-keyframes bounceInRight {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- from {
- opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInRight {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- from {
- opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0);
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInRight {
- -webkit-animation-name: bounceInRight;
- animation-name: bounceInRight;
-}
-
-@-webkit-keyframes bounceInUp {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0);
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes bounceInUp {
- from, 60%, 75%, 90%, to {
- -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0);
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.bounceInUp {
- -webkit-animation-name: bounceInUp;
- animation-name: bounceInUp;
-}
-
-@-webkit-keyframes bounceOut {
- 20% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 50%, 55% {
- opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-}
-
-@keyframes bounceOut {
- 20% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 50%, 55% {
- opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-}
-
-.bounceOut {
- -webkit-animation-name: bounceOut;
- animation-name: bounceOut;
-}
-
-@-webkit-keyframes bounceOutDown {
- 20% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-@keyframes bounceOutDown {
- 20% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-.bounceOutDown {
- -webkit-animation-name: bounceOutDown;
- animation-name: bounceOutDown;
-}
-
-@-webkit-keyframes bounceOutLeft {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-@keyframes bounceOutLeft {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-.bounceOutLeft {
- -webkit-animation-name: bounceOutLeft;
- animation-name: bounceOutLeft;
-}
-
-@-webkit-keyframes bounceOutRight {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-@keyframes bounceOutRight {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-.bounceOutRight {
- -webkit-animation-name: bounceOutRight;
- animation-name: bounceOutRight;
-}
-
-@-webkit-keyframes bounceOutUp {
- 20% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-@keyframes bounceOutUp {
- 20% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-.bounceOutUp {
- -webkit-animation-name: bounceOutUp;
- animation-name: bounceOutUp;
-}
-
-@-webkit-keyframes fadeIn {
- from {
- opacity: 0;
- }
-
- to {
- opacity: 1;
- }
-}
-
-@keyframes fadeIn {
- from {
- opacity: 0;
- }
-
- to {
- opacity: 1;
- }
-}
-
-.fadeIn {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
-}
-
-@-webkit-keyframes fadeInDown {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInDown {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInDown {
- -webkit-animation-name: fadeInDown;
- animation-name: fadeInDown;
-}
-
-@-webkit-keyframes fadeInDownBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInDownBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInDownBig {
- -webkit-animation-name: fadeInDownBig;
- animation-name: fadeInDownBig;
-}
-
-@-webkit-keyframes fadeInLeft {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInLeft {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInLeft {
- -webkit-animation-name: fadeInLeft;
- animation-name: fadeInLeft;
-}
-
-@-webkit-keyframes fadeInLeftBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInLeftBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInLeftBig {
- -webkit-animation-name: fadeInLeftBig;
- animation-name: fadeInLeftBig;
-}
-
-@-webkit-keyframes fadeInRight {
- from {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInRight {
- from {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInRight {
- -webkit-animation-name: fadeInRight;
- animation-name: fadeInRight;
-}
-
-@-webkit-keyframes fadeInRightBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInRightBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInRightBig {
- -webkit-animation-name: fadeInRightBig;
- animation-name: fadeInRightBig;
-}
-
-@-webkit-keyframes fadeInUp {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInUp {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInUp {
- -webkit-animation-name: fadeInUp;
- animation-name: fadeInUp;
-}
-
-@-webkit-keyframes fadeInUpBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInUpBig {
- from {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInUpBig {
- -webkit-animation-name: fadeInUpBig;
- animation-name: fadeInUpBig;
-}
-
-@-webkit-keyframes fadeOut {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- }
-}
-
-@keyframes fadeOut {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- }
-}
-
-.fadeOut {
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
-}
-
-@-webkit-keyframes fadeOutDown {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-@keyframes fadeOutDown {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-.fadeOutDown {
- -webkit-animation-name: fadeOutDown;
- animation-name: fadeOutDown;
-}
-
-@-webkit-keyframes fadeOutDownBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-@keyframes fadeOutDownBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-.fadeOutDownBig {
- -webkit-animation-name: fadeOutDownBig;
- animation-name: fadeOutDownBig;
-}
-
-@-webkit-keyframes fadeOutLeft {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-@keyframes fadeOutLeft {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-.fadeOutLeft {
- -webkit-animation-name: fadeOutLeft;
- animation-name: fadeOutLeft;
-}
-
-@-webkit-keyframes fadeOutLeftBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-@keyframes fadeOutLeftBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-.fadeOutLeftBig {
- -webkit-animation-name: fadeOutLeftBig;
- animation-name: fadeOutLeftBig;
-}
-
-@-webkit-keyframes fadeOutRight {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-@keyframes fadeOutRight {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-.fadeOutRight {
- -webkit-animation-name: fadeOutRight;
- animation-name: fadeOutRight;
-}
-
-@-webkit-keyframes fadeOutRightBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-@keyframes fadeOutRightBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-.fadeOutRightBig {
- -webkit-animation-name: fadeOutRightBig;
- animation-name: fadeOutRightBig;
-}
-
-@-webkit-keyframes fadeOutUp {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-@keyframes fadeOutUp {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-.fadeOutUp {
- -webkit-animation-name: fadeOutUp;
- animation-name: fadeOutUp;
-}
-
-@-webkit-keyframes fadeOutUpBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-@keyframes fadeOutUpBig {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-.fadeOutUpBig {
- -webkit-animation-name: fadeOutUpBig;
- animation-name: fadeOutUpBig;
-}
-
-@-webkit-keyframes flip {
- from {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 40% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 50% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 80% {
- -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
- transform: perspective(400px) scale3d(.95, .95, .95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-}
-
-@keyframes flip {
- from {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 40% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 50% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 80% {
- -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
- transform: perspective(400px) scale3d(.95, .95, .95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-}
-
-.animated.flip {
- -webkit-backface-visibility: visible;
- backface-visibility: visible;
- -webkit-animation-name: flip;
- animation-name: flip;
-}
-
-@-webkit-keyframes flipInX {
- from {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-@keyframes flipInX {
- from {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-.flipInX {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipInX;
- animation-name: flipInX;
-}
-
-@-webkit-keyframes flipInY {
- from {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-@keyframes flipInY {
- from {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- }
-
- to {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-.flipInY {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipInY;
- animation-name: flipInY;
-}
-
-@-webkit-keyframes flipOutX {
- from {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes flipOutX {
- from {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- opacity: 0;
- }
-}
-
-.flipOutX {
- -webkit-animation-name: flipOutX;
- animation-name: flipOutX;
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
-}
-
-@-webkit-keyframes flipOutY {
- from {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes flipOutY {
- from {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- opacity: 0;
- }
-}
-
-.flipOutY {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipOutY;
- animation-name: flipOutY;
-}
-
-@-webkit-keyframes lightSpeedIn {
- from {
- -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0;
- }
-
- 60% {
- -webkit-transform: skewX(20deg);
- transform: skewX(20deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes lightSpeedIn {
- from {
- -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0;
- }
-
- 60% {
- -webkit-transform: skewX(20deg);
- transform: skewX(20deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg);
- opacity: 1;
- }
-
- to {
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.lightSpeedIn {
- -webkit-animation-name: lightSpeedIn;
- animation-name: lightSpeedIn;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
-}
-
-@-webkit-keyframes lightSpeedOut {
- from {
- opacity: 1;
- }
-
- to {
- -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0;
- }
-}
-
-@keyframes lightSpeedOut {
- from {
- opacity: 1;
- }
-
- to {
- -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0;
- }
-}
-
-.lightSpeedOut {
- -webkit-animation-name: lightSpeedOut;
- animation-name: lightSpeedOut;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
-}
-
-@-webkit-keyframes rotateIn {
- from {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, -200deg);
- transform: rotate3d(0, 0, 1, -200deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateIn {
- from {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, -200deg);
- transform: rotate3d(0, 0, 1, -200deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateIn {
- -webkit-animation-name: rotateIn;
- animation-name: rotateIn;
-}
-
-@-webkit-keyframes rotateInDownLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInDownLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInDownLeft {
- -webkit-animation-name: rotateInDownLeft;
- animation-name: rotateInDownLeft;
-}
-
-@-webkit-keyframes rotateInDownRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInDownRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInDownRight {
- -webkit-animation-name: rotateInDownRight;
- animation-name: rotateInDownRight;
-}
-
-@-webkit-keyframes rotateInUpLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInUpLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInUpLeft {
- -webkit-animation-name: rotateInUpLeft;
- animation-name: rotateInUpLeft;
-}
-
-@-webkit-keyframes rotateInUpRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -90deg);
- transform: rotate3d(0, 0, 1, -90deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInUpRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -90deg);
- transform: rotate3d(0, 0, 1, -90deg);
- opacity: 0;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInUpRight {
- -webkit-animation-name: rotateInUpRight;
- animation-name: rotateInUpRight;
-}
-
-@-webkit-keyframes rotateOut {
- from {
- -webkit-transform-origin: center;
- transform-origin: center;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, 200deg);
- transform: rotate3d(0, 0, 1, 200deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOut {
- from {
- -webkit-transform-origin: center;
- transform-origin: center;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, 200deg);
- transform: rotate3d(0, 0, 1, 200deg);
- opacity: 0;
- }
-}
-
-.rotateOut {
- -webkit-animation-name: rotateOut;
- animation-name: rotateOut;
-}
-
-@-webkit-keyframes rotateOutDownLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutDownLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-}
-
-.rotateOutDownLeft {
- -webkit-animation-name: rotateOutDownLeft;
- animation-name: rotateOutDownLeft;
-}
-
-@-webkit-keyframes rotateOutDownRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutDownRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-.rotateOutDownRight {
- -webkit-animation-name: rotateOutDownRight;
- animation-name: rotateOutDownRight;
-}
-
-@-webkit-keyframes rotateOutUpLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutUpLeft {
- from {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-.rotateOutUpLeft {
- -webkit-animation-name: rotateOutUpLeft;
- animation-name: rotateOutUpLeft;
-}
-
-@-webkit-keyframes rotateOutUpRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 90deg);
- transform: rotate3d(0, 0, 1, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutUpRight {
- from {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- to {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 90deg);
- transform: rotate3d(0, 0, 1, 90deg);
- opacity: 0;
- }
-}
-
-.rotateOutUpRight {
- -webkit-animation-name: rotateOutUpRight;
- animation-name: rotateOutUpRight;
-}
-
-@-webkit-keyframes hinge {
- 0% {
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 20%, 60% {
- -webkit-transform: rotate3d(0, 0, 1, 80deg);
- transform: rotate3d(0, 0, 1, 80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 40%, 80% {
- -webkit-transform: rotate3d(0, 0, 1, 60deg);
- transform: rotate3d(0, 0, 1, 60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
-
- to {
- -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0;
- }
-}
-
-@keyframes hinge {
- 0% {
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 20%, 60% {
- -webkit-transform: rotate3d(0, 0, 1, 80deg);
- transform: rotate3d(0, 0, 1, 80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 40%, 80% {
- -webkit-transform: rotate3d(0, 0, 1, 60deg);
- transform: rotate3d(0, 0, 1, 60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
-
- to {
- -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0;
- }
-}
-
-.hinge {
- -webkit-animation-name: hinge;
- animation-name: hinge;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes rollIn {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes rollIn {
- from {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- }
-
- to {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.rollIn {
- -webkit-animation-name: rollIn;
- animation-name: rollIn;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes rollOut {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- }
-}
-
-@keyframes rollOut {
- from {
- opacity: 1;
- }
-
- to {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- }
-}
-
-.rollOut {
- -webkit-animation-name: rollOut;
- animation-name: rollOut;
-}
-
-@-webkit-keyframes zoomIn {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 50% {
- opacity: 1;
- }
-}
-
-@keyframes zoomIn {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 50% {
- opacity: 1;
- }
-}
-
-.zoomIn {
- -webkit-animation-name: zoomIn;
- animation-name: zoomIn;
-}
-
-@-webkit-keyframes zoomInDown {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInDown {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInDown {
- -webkit-animation-name: zoomInDown;
- animation-name: zoomInDown;
-}
-
-@-webkit-keyframes zoomInLeft {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInLeft {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInLeft {
- -webkit-animation-name: zoomInLeft;
- animation-name: zoomInLeft;
-}
-
-@-webkit-keyframes zoomInRight {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInRight {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInRight {
- -webkit-animation-name: zoomInRight;
- animation-name: zoomInRight;
-}
-
-@-webkit-keyframes zoomInUp {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInUp {
- from {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInUp {
- -webkit-animation-name: zoomInUp;
- animation-name: zoomInUp;
-}
-
-@-webkit-keyframes zoomOut {
- from {
- opacity: 1;
- }
-
- 50% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- to {
- opacity: 0;
- }
-}
-
-@keyframes zoomOut {
- from {
- opacity: 1;
- }
-
- 50% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- to {
- opacity: 0;
- }
-}
-
-.zoomOut {
- -webkit-animation-name: zoomOut;
- animation-name: zoomOut;
-}
-
-@-webkit-keyframes zoomOutDown {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomOutDown {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomOutDown {
- -webkit-animation-name: zoomOutDown;
- animation-name: zoomOutDown;
-}
-
-@-webkit-keyframes zoomOutLeft {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
- transform: scale(.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center;
- }
-}
-
-@keyframes zoomOutLeft {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
- transform: scale(.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center;
- }
-}
-
-.zoomOutLeft {
- -webkit-animation-name: zoomOutLeft;
- animation-name: zoomOutLeft;
-}
-
-@-webkit-keyframes zoomOutRight {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
- transform: scale(.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center;
- }
-}
-
-@keyframes zoomOutRight {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
- transform: scale(.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center;
- }
-}
-
-.zoomOutRight {
- -webkit-animation-name: zoomOutRight;
- animation-name: zoomOutRight;
-}
-
-@-webkit-keyframes zoomOutUp {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomOutUp {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- to {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomOutUp {
- -webkit-animation-name: zoomOutUp;
- animation-name: zoomOutUp;
-}
-
-@-webkit-keyframes slideInDown {
- from {
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes slideInDown {
- from {
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.slideInDown {
- -webkit-animation-name: slideInDown;
- animation-name: slideInDown;
-}
-
-@-webkit-keyframes slideInLeft {
- from {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes slideInLeft {
- from {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.slideInLeft {
- -webkit-animation-name: slideInLeft;
- animation-name: slideInLeft;
-}
-
-@-webkit-keyframes slideInRight {
- from {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes slideInRight {
- from {
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.slideInRight {
- -webkit-animation-name: slideInRight;
- animation-name: slideInRight;
-}
-
-@-webkit-keyframes slideInUp {
- from {
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes slideInUp {
- from {
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- visibility: visible;
- }
-
- to {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.slideInUp {
- -webkit-animation-name: slideInUp;
- animation-name: slideInUp;
-}
-
-@-webkit-keyframes slideOutDown {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-@keyframes slideOutDown {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-.slideOutDown {
- -webkit-animation-name: slideOutDown;
- animation-name: slideOutDown;
-}
-
-@-webkit-keyframes slideOutLeft {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-@keyframes slideOutLeft {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-.slideOutLeft {
- -webkit-animation-name: slideOutLeft;
- animation-name: slideOutLeft;
-}
-
-@-webkit-keyframes slideOutRight {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-@keyframes slideOutRight {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-.slideOutRight {
- -webkit-animation-name: slideOutRight;
- animation-name: slideOutRight;
-}
-
-@-webkit-keyframes slideOutUp {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-@keyframes slideOutUp {
- from {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- to {
- visibility: hidden;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-.slideOutUp {
- -webkit-animation-name: slideOutUp;
- animation-name: slideOutUp;
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.min.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.min.css"
deleted file mode 100644
index b6f6129..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/css/animate.min.css"
+++ /dev/null
@@ -1,11 +0,0 @@
-@charset "UTF-8";
-
-/*!
- * animate.css -http://daneden.me/animate
- * Version - 3.5.1
- * Licensed under the MIT license - http://opensource.org/licenses/MIT
- *
- * Copyright (c) 2016 Daniel Eden
- */
-
-.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/img/1.jpg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/img/1.jpg"
deleted file mode 100644
index dc395d3..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/img/1.jpg" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index01.html"
deleted file mode 100644
index af1890c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index01.html"
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
动画补充
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index02.html"
deleted file mode 100644
index 184b6f2..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index02.html"
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
animation
-
-
-
-
-
-
Example
-
Example
-
-
Example
-
-
-
-
-
111111
-
444444444444444
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index03.html"
deleted file mode 100644
index b01b94d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index03.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
font-face
-
-
-
-
-
年后。。。。。阿九急啊急sjbkjefisdfhsdhfsidh
-
sjbkjefisdfhsdhfsidh
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index04.html"
deleted file mode 100644
index 0fa2c9d..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index04.html"
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
阿里妈妈字体
-
-
-
-
-
哈哈哈哈这一分钟,你和我在一起,因为你,我会记得那一分钟。从现在开始,我们就是一分钟的朋友。这是事实,你改变不了,因为已经完成了。
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index05.html"
deleted file mode 100644
index 2b247df..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index05.html"
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
resize
-
-
-
-
-
-
-
这是一段话一段话一段话
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index06.html"
deleted file mode 100644
index 282624e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index06.html"
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
分栏布局
-
-
-
-
-
-
文章标题
- 我把夏日的门楣敞开着,让清风,花香,还有你的诗情漫过我的城,溢满我的心扉。这一季我要坐拥在你的诗行韵脚里。用一颗温柔的心,读懂你的深情,你的思念之苦,轻轻的为你擦拭你寂寞的泪痕。我知道,你很想我,我也想你。昨夜,突然狂风咋起,我在风中聆听到你心裂疼痛悲怜声。你的思念已经漫过我的城。今日我也将我的心全部交托 与你,在红尘漫路中,一起驰横。只想做你手心里的那块最炽热的宝,让你的疼爱尽染我的身心。从此我蜕去那一份羞涩,用我挚真的爱,让你眉颜舒展,心境愉悦而不再忧伤,如这六月的阳光一样璀璨普照,暖着你的心房。
-
-风过处,便是你爱的抚慰。我要问你现在可否来我身边?我要为你抹去眉梢那一抹淡淡的惆怅与愁云。摸一摸因思念而过度渴望的心 ,朝思暮想的切肤之痛。然,拥入怀中的幸福。
-
-你可感受到我和你一样的想念,都说相爱的人,不管相隔千山万水,天涯还是海角,心灵总是相通的。你伤痛时,我会心碎。我思念时,你会难过。隔空也能触摸到彼此掌心的温度,感受到彼此的心跳。我曾多少次幻想与你相逢的情景。在那缘分的渡口,你一定在等着我,你在,我也在。我不在,你依然在。三生石上,早已种下的因果,注定在此相逢。一颗彼此念的心,一刻没有停息,想念的心真的好心痛。
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index07.html"
deleted file mode 100644
index 93d54e6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index07.html"
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
弹性布局
-
-
-
-
-
-
- 1我把夏日的门楣敞开着,让清风,花香,还有你的诗情漫过我的城,溢满我的心扉。这一季我要坐拥在你的诗行韵脚里。用一颗温柔的心,读懂你的深情,你的思念之苦,轻轻的为你擦拭你寂寞的泪痕。我知道,你很想我,我也想你。昨夜,突然狂风咋起,我在风中聆听到你心裂疼痛悲怜声。你的思念已经漫过我的城。今日我也将我的心全部交托 与你,在红尘漫路中,一起驰横。只想做你手心里的那块最炽热的宝,让你的疼爱尽染我的身心。从此我蜕去那一份羞涩,用我挚真的爱,让你眉颜舒展,心境愉悦而不再忧伤,如这六月的阳光一样璀璨普照,暖着你的心房。
-
-
-2夜晚,是思念魂牵梦绕,孤寂难熬的破碎时光。一轮明月洒下白色柔和的光亮,昏黄的孤灯下,我独自单人行。一轮明月,一盏孤灯,一个人,竟也是如此的相映,默契。一个在天上,一个在空中,一个在地上,照射着一颗孤寂的心,踩着孤单的身影,想念一个心痛的人。
-
-漫长寂寞的夜晚,如同一张无形孤独的网想要将我吞噬。但我已经游戈在你的文字里,闻着你墨染的馨香,慢品细嚼你字里行间里厚重的韵味,暖暖的情意,而甜甜入眠。
-
-你可知,你思念的城池里鲜花已经盛开满,你曾说,我如同一朵蔷薇,不卑不亢,如小家碧玉,端庄秀雅。总是散发着淡淡的幽香。有着自己的思想与执著的信念。是的,我只是一个平凡的女子,过着一日三餐,淡淡烟火味的时光,有着小女人的心思,小女人的情怀,活在自己的小天地里,固守着自己的城池,紧锁一颗心,思念一个人。不管是阳光微醺,微风拂面的院落里,还是风雨缠绵,凉风习习的栅栏旁,我都会努力自由的盛开绽放,虽开不出惊艳的妖娆妩媚。也开不出高雅富贵,但可以开成自己的芬芳和姿容。
-
-
- 3夜晚,是思念魂牵梦绕,孤寂难熬的破碎时光。一轮明月洒下白色柔和的光亮,昏黄的孤灯下,我独自单人行。一轮明月,一盏孤灯,一个人,竟也是如此的相映,默契。一个在天上,一个在空中,一个在地上,照射着一颗孤寂的心,踩着孤单的身影,想念一个心痛的人。
-
-漫长寂寞的夜晚,如同一张无形孤独的网想要将我吞噬。但我已经游戈在你的文字里,闻着你墨染的馨香,慢品细嚼你字里行间里厚重的韵味,暖暖的情意,而甜甜入眠。
-
-都说恋爱中的人会写诗。可我,无论在风和日丽,艳阳高照的白日,还是在晚风萧萧,孤寂宁静的夜晚,想用最温暖的文字,写在素白的信笺上。总是提起笔又搁浅,因思念的心太疼痛,怕一不小心伤了文字,伤了你,让你的痛更加加剧。我屏住思念的泪珠,写下最暖心,最真切的字语。你若看到,就如同一朵含露的花朵,在向你浅笑嫣然。其实,那颗隐藏在花瓣里的一滴凝露,是我思念的泪珠。
-
-在这素色流年里,我一直在静静的思念,静静的等待你的到来。你若来,就携一缕清风,一朵花香,足以供养这颗奔波疲惫的心,那样就不用在隔山隔水的两两相望,不用在经历朝如青丝暮成雪的相思。听风的吟唱,嗅花的馨香。品读你为我写的诗,我为你写的词。两张素笺,两两交替,是心与心的相吸。你心中有个我,我心中有个你,两两相望,两两相念,两颗心从此,执子之手,与子偕老可否?
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index08.html"
deleted file mode 100644
index 4f5e552..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/index08.html"
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
弹性布局下(最新版本)
-
-
-
-
-
-
- 1我把夏日的门楣敞开着,让清风,花香,还有你的诗情漫过我的城,溢满我的心扉。这一季我要坐拥在你的诗行韵脚里。用一颗温柔的心,读懂你的深情,你的思念之苦,轻轻的为你擦拭你寂寞的泪痕。我知道,你很想我,我也想你。昨夜,突然狂风咋起,我在风中聆听到你心裂疼痛悲怜声。你的思念已经漫过我的城。今日我也将我的心全部交托 与你,在红尘漫路中,一起驰横。只想做你手心里的那块最炽热的宝,让你的疼爱尽染我的身心。从此我蜕去那一份羞涩,用我挚真的爱,让你眉颜舒展,心境愉悦而不再忧伤,如这六月的阳光一样璀璨普照,暖着你的心房。
-
-
-2夜晚,是思念魂牵梦绕,孤寂难熬的破碎时光。一轮明月洒下白色柔和的光亮,昏黄的孤灯下,我独自单人行。一轮明月,一盏孤灯,一个人,竟也是如此的相映,默契。一个在天上,一个在空中,一个在地上,照射着一颗孤寂的心,踩着孤单的身影,想念一个心痛的人。
-
-漫长寂寞的夜晚,如同一张无形孤独的网想要将我吞噬。但我已经游戈在你的文字里,闻着你墨染的馨香,慢品细嚼你字里行间里厚重的韵味,暖暖的情意,而甜甜入眠。
-
-你可知,你思念的城池里鲜花已经盛开满,你曾说,我如同一朵蔷薇,不卑不亢,如小家碧玉,端庄秀雅。总是散发着淡淡的幽香。有着自己的思想与执著的信念。是的,我只是一个平凡的女子,过着一日三餐,淡淡烟火味的时光,有着小女人的心思,小女人的情怀,活在自己的小天地里,固守着自己的城池,紧锁一颗心,思念一个人。不管是阳光微醺,微风拂面的院落里,还是风雨缠绵,凉风习习的栅栏旁,我都会努力自由的盛开绽放,虽开不出惊艳的妖娆妩媚。也开不出高雅富贵,但可以开成自己的芬芳和姿容。
-
-
- 3夜晚,是思念魂牵梦绕,孤寂难熬的破碎时光。一轮明月洒下白色柔和的光亮,昏黄的孤灯下,我独自单人行。一轮明月,一盏孤灯,一个人,竟也是如此的相映,默契。一个在天上,一个在空中,一个在地上,照射着一颗孤寂的心,踩着孤单的身影,想念一个心痛的人。
-
-漫长寂寞的夜晚,如同一张无形孤独的网想要将我吞噬。但我已经游戈在你的文字里,闻着你墨染的馨香,慢品细嚼你字里行间里厚重的韵味,暖暖的情意,而甜甜入眠。
-
-都说恋爱中的人会写诗。可我,无论在风和日丽,艳阳高照的白日,还是在晚风萧萧,孤寂宁静的夜晚,想用最温暖的文字,写在素白的信笺上。总是提起笔又搁浅,因思念的心太疼痛,怕一不小心伤了文字,伤了你,让你的痛更加加剧。我屏住思念的泪珠,写下最暖心,最真切的字语。你若看到,就如同一朵含露的花朵,在向你浅笑嫣然。其实,那颗隐藏在花瓣里的一滴凝露,是我思念的泪珠。
-
-在这素色流年里,我一直在静静的思念,静静的等待你的到来。你若来,就携一缕清风,一朵花香,足以供养这颗奔波疲惫的心,那样就不用在隔山隔水的两两相望,不用在经历朝如青丝暮成雪的相思。听风的吟唱,嗅花的馨香。品读你为我写的诗,我为你写的词。两张素笺,两两交替,是心与心的相吸。你心中有个我,我心中有个你,两两相望,两两相念,两颗心从此,执子之手,与子偕老可否?
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/Font.ttf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/Font.ttf"
deleted file mode 100644
index 87a2a3f..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/Font.ttf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/burnstowndam.ttf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/burnstowndam.ttf"
deleted file mode 100644
index a8eba33..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/p/burnstowndam.ttf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/demo.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/demo.html"
deleted file mode 100644
index 593ca4c..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/demo.html"
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-
webfont
-
-
-
-
-
webfont 字体预览
-
这一分钟,你和我在一起,因为你,我会记得那一分钟。从现在开始,我们就是一分钟的朋友。这是事实,你改变不了,因为已经完成了。
-
-
-
- 第一步:使用font-face声明字体
-
-@font-face {font-family: 'webfont';
- src: url('webfont.eot'); /* IE9*/
- src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('webfont.woff') format('woff'), /* chrome、firefox */
- url('webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
- url('webfont.svg#webfont') format('svg'); /* iOS 4.1- */
-}
-
-第二步:定义使用webfont的样式
-
-.web-font{
- font-family:"webfont" !important;
- font-size:16px;font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;}
-
-第三步:为文字加上对应的样式
-
-<i class="web-font">这一分钟,你和我在一起,因为你,我会记得那一分钟。从现在开始,我们就是一分钟的朋友。这是事实,你改变不了,因为已经完成了。</i>
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.eot" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.eot"
deleted file mode 100644
index 9a53a97..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.eot" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.svg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.svg"
deleted file mode 100644
index fcbb8c2..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.svg"
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
-
-
-Created by webfont
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.ttf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.ttf"
deleted file mode 100644
index e65748c..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.ttf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.woff" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.woff"
deleted file mode 100644
index 71dd1d1..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day25/webfont1/webfont.woff" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/index.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/index.html"
deleted file mode 100644
index aaa38e6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/index.html"
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
less
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.css"
deleted file mode 100644
index e7b09d6..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.css"
+++ /dev/null
@@ -1,56 +0,0 @@
-.div1 {
- width: 200px;
- height: 200px;
- background: #ccc;
- border: 2px solid blue;
-}
-.p1 {
- width: 130px;
- height: 260px;
- background: #666666;
-}
-.box {
- border: 2px solid red;
- overflow: hidden;
-}
-.box div {
- background: yellow;
- width: 30.1212212%;
- height: 100px;
- float: left;
- margin-left: 10px;
- margin-left: 2.409084100000001%;
-}
-@keyframes na {
- from {
- width: 200px;
- height: 200px;
- }
- to {
- height: 300px;
- width: 200px;
- }
-}
-.div3 {
- height: 10px;
- width: 150px;
- height: 150px;
- background: blue;
- border: 1px solid black;
- -moz-animation: na 1s;
- -webkit-animation: na 1s;
- animation: na 1s;
-}
-.div4 {
- border: 2px solid red;
-}
-.div4 p {
- color: brown;
-}
-.div4 p a {
- font-size: 50px;
-}
-.div4 p a:hover {
- background: red;
-}
-/*# sourceMappingURL=less1.css.map */
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.less" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.less"
deleted file mode 100644
index 2bc0969..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day26-less/less1.less"
+++ /dev/null
@@ -1,128 +0,0 @@
-//变量
-//定义
-@baseSize: 200px;
-
-@baseColor: #ccc;
-
-@shixian: solid;
-
-.div1{
- width: @baseSize;
- height: @baseSize;
- background: @baseColor;
- border: 2px @shixian blue;
-}
-//变量数值可以运算
-.p1{
- width: @baseSize/2+30px;//单位随便
- height: @baseSize*1.3;
- background: @baseColor/2;
-}
-//@wh: 400px;
-//@hg: @wh/2;
-//.box{
-// border: 2px @shixian red;
-//}
-//.box div{
-// background: yellow;
-// width: @wh;
-// height: @hg;
-//}
-
-
-//百分比变量
-@wh: 30.1212212%;
-@hg: 100px;
-.box{
- border: 2px @shixian red;
- overflow: hidden;
-}
-.box div{
- background: yellow;
- width: @wh;
- height: @hg;
- float: left;
- margin-left: 10px;
-
- margin-left: ( 100% - @wh*3 )/4;
-}
-
-//函数: 格式.functionName(参数){}
-
-//.setBgColor(){
-// background: blue;
-// border: 1px solid black;
-//}
-
-//带参数
-//.setBgColor(@bgc){
-// background: @bgc;
-// border: 1px solid black;
-//}
-
-//带参数并且有默认值
-//带参数并且有默认值(如果不传默认值是红色)
-.setBgColor(@bgc:red){
- background: @bgc;
- border: 1px solid black;
-}
-
-//传递多个参数(用逗号隔开)
-.initWhHg(@wh: 10px,@hg:10px){
- width: @wh;
- height: @hg;
-}
-.animation(@name:na,@duration:1s){
- -moz-animation: @name @duration;
- -webkit-animation: @name @duration;
- animation: @name @duration;
-}
-@keyframes na{
- from{
- width: 200px;
- height: 200px;
- }
- to{
- height: 300px;
- width: 200px;
- }
-}
-.div3{
-// width: @baseSize;
-// height: @baseSize;
- //设置宽高(宽度150px,高度默认)
- .initWhHg(150px);
- //传递两个值
- .initWhHg(150px,150px);
-// background: @baseColor;
-
- //调用函数
-// .setBgColor;
-
- //传参数调用
-// .setBgColor(red);
-
- //不传参数使用默认参数
-// .setBgColor;
-
- //传参数不使用默认值
- .setBgColor(blue);
- .animation;
-}
-
-
-//嵌套
-.div4{
- border: 2px solid red;
- p{
- color: brown;
- a{
- font-size: 50px;
- //& 当前元素
- &:hover{
-// font-size: 10px;
- background: red;
- }
- }
- }
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.css"
deleted file mode 100644
index 507ebeb..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.css"
+++ /dev/null
@@ -1,1203 +0,0 @@
-/*!
- * Font Awesome 3.2.1
- * the iconic font designed for Bootstrap
- * ------------------------------------------------------------------------------
- * The full suite of pictographic icons, examples, and documentation can be
- * found at http://fontawesome.io. Stay up to date on Twitter at
- * http://twitter.com/fontawesome.
- *
- * License
- * ------------------------------------------------------------------------------
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
- * http://scripts.sil.org/OFL
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
- * http://opensource.org/licenses/mit-license.html
- * - Font Awesome documentation licensed under CC BY 3.0 -
- * http://creativecommons.org/licenses/by/3.0/
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
- *
- * Author - Dave Gandy
- * ------------------------------------------------------------------------------
- * Email: dave@fontawesome.io
- * Twitter: http://twitter.com/byscuits
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
- */
-.icon-large {
- font-size: 1.3333333333333333em;
- margin-top: -4px;
- padding-top: 3px;
- margin-bottom: -4px;
- padding-bottom: 3px;
- vertical-align: middle;
-}
-.nav [class^="icon-"],
-.nav [class*=" icon-"] {
- vertical-align: inherit;
- margin-top: -4px;
- padding-top: 3px;
- margin-bottom: -4px;
- padding-bottom: 3px;
-}
-.nav [class^="icon-"].icon-large,
-.nav [class*=" icon-"].icon-large {
- vertical-align: -25%;
-}
-.nav-pills [class^="icon-"].icon-large,
-.nav-tabs [class^="icon-"].icon-large,
-.nav-pills [class*=" icon-"].icon-large,
-.nav-tabs [class*=" icon-"].icon-large {
- line-height: .75em;
- margin-top: -7px;
- padding-top: 5px;
- margin-bottom: -5px;
- padding-bottom: 4px;
-}
-.btn [class^="icon-"].pull-left,
-.btn [class*=" icon-"].pull-left,
-.btn [class^="icon-"].pull-right,
-.btn [class*=" icon-"].pull-right {
- vertical-align: inherit;
-}
-.btn [class^="icon-"].icon-large,
-.btn [class*=" icon-"].icon-large {
- margin-top: -0.5em;
-}
-a [class^="icon-"],
-a [class*=" icon-"] {
- cursor: pointer;
-}
-.icon-glass {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-music {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-search {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-envelope-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-heart {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-star {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-star-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-user {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-film {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-th-large {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-th {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-th-list {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ok {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-remove {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-zoom-in {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-zoom-out {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-off {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-power-off {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-signal {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cog {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gear {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-trash {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-home {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-file-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-time {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-road {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-download-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-download {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-upload {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-inbox {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-play-circle {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-repeat {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rotate-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-refresh {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-list-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-lock {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-flag {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-headphones {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-volume-off {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-volume-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-volume-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-qrcode {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-barcode {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tag {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tags {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-book {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bookmark {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-print {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-camera {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-font {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bold {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-italic {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-text-height {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-text-width {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-align-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-align-center {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-align-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-align-justify {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-list {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-indent-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-indent-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-facetime-video {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-picture {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-pencil {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-map-marker {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-adjust {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tint {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-edit {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-share {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-check {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-move {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-step-backward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fast-backward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-backward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-play {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-pause {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-stop {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-forward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fast-forward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-step-forward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-eject {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-plus-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-minus-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-remove-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ok-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-question-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-info-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-screenshot {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-remove-circle {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ok-circle {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ban-circle {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-arrow-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-arrow-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-arrow-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-arrow-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-share-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-mail-forward {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-resize-full {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-resize-small {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-plus {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-minus {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-asterisk {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-exclamation-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gift {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-leaf {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fire {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-eye-open {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-eye-close {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-warning-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-plane {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-calendar {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-random {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-comment {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-magnet {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-retweet {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-shopping-cart {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-folder-close {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-folder-open {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-resize-vertical {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-resize-horizontal {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bar-chart {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-twitter-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-facebook-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-camera-retro {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-key {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cogs {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gears {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-comments {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-thumbs-up-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-thumbs-down-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-star-half {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-heart-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-signout {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-linkedin-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-pushpin {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-external-link {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-signin {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-trophy {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-github-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-upload-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-lemon {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-phone {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-check-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-unchecked {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bookmark-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-phone-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-twitter {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-facebook {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-github {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-unlock {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-credit-card {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rss {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hdd {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bullhorn {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bell {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-certificate {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hand-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hand-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hand-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hand-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle-arrow-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle-arrow-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle-arrow-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle-arrow-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-globe {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-wrench {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tasks {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-filter {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-briefcase {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fullscreen {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-group {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-link {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cloud {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-beaker {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cut {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-copy {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-paper-clip {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-paperclip {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-save {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sign-blank {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-reorder {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-list-ul {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-list-ol {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-strikethrough {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-underline {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-table {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-magic {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-truck {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-pinterest {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-pinterest-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-google-plus-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-google-plus {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-money {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-caret-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-caret-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-caret-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-caret-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-columns {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-envelope {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-linkedin {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-undo {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rotate-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-legal {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-dashboard {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-comment-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-comments-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bolt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sitemap {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-umbrella {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-paste {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-lightbulb {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-exchange {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cloud-download {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cloud-upload {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-user-md {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-stethoscope {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-suitcase {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bell-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-coffee {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-food {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-file-text-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-building {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-hospital {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ambulance {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-medkit {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fighter-jet {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-beer {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-h-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-plus-sign-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-double-angle-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-double-angle-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-double-angle-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-double-angle-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-angle-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-angle-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-angle-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-angle-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-desktop {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-laptop {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tablet {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-mobile-phone {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle-blank {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-quote-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-quote-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-spinner {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-circle {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-reply {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-mail-reply {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-github-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-folder-close-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-folder-open-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-expand-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-collapse-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-smile {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-frown {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-meh {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gamepad {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-keyboard {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-flag-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-flag-checkered {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-terminal {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-code {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-reply-all {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-mail-reply-all {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-star-half-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-star-half-full {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-location-arrow {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-crop {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-code-fork {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-unlink {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-question {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-info {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-exclamation {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-superscript {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-subscript {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-eraser {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-puzzle-piece {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-microphone {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-microphone-off {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-shield {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-calendar-empty {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-fire-extinguisher {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rocket {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-maxcdn {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-sign-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-sign-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-sign-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-chevron-sign-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-html5 {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-css3 {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-anchor {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-unlock-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bullseye {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ellipsis-horizontal {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ellipsis-vertical {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rss-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-play-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-ticket {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-minus-sign-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-check-minus {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-level-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-level-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-check-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-edit-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-external-link-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-share-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-compass {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-collapse {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-collapse-top {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-expand {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-eur {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-euro {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gbp {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-usd {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-dollar {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-inr {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-rupee {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-jpy {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-yen {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-cny {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-renminbi {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-krw {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-won {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-btc {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bitcoin {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-file {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-file-text {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-alphabet {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-alphabet-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-attributes {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-attributes-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-order {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sort-by-order-alt {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-thumbs-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-thumbs-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-youtube-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-youtube {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-xing {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-xing-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-youtube-play {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-dropbox {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-stackexchange {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-instagram {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-flickr {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-adn {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bitbucket {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bitbucket-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tumblr {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-tumblr-sign {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-long-arrow-down {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-long-arrow-up {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-long-arrow-left {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-long-arrow-right {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-apple {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-windows {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-android {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-linux {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-dribbble {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-skype {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-foursquare {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-trello {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-female {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-male {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-gittip {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-sun {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-moon {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-archive {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-bug {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-vk {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-weibo {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
-.icon-renren {
- *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.min.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.min.css"
deleted file mode 100644
index d3dae63..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome-ie7.min.css"
+++ /dev/null
@@ -1,384 +0,0 @@
-.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
-.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;}
-.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
-.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;}
-.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;}
-a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;}
-.icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
-.icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.css"
deleted file mode 100644
index 30a96b2..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.css"
+++ /dev/null
@@ -1,1479 +0,0 @@
-/*!
- * Font Awesome 3.2.1
- * the iconic font designed for Bootstrap
- * ------------------------------------------------------------------------------
- * The full suite of pictographic icons, examples, and documentation can be
- * found at http://fontawesome.io. Stay up to date on Twitter at
- * http://twitter.com/fontawesome.
- *
- * License
- * ------------------------------------------------------------------------------
- * - The Font Awesome font is licensed under SIL OFL 1.1 -
- * http://scripts.sil.org/OFL
- * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
- * http://opensource.org/licenses/mit-license.html
- * - Font Awesome documentation licensed under CC BY 3.0 -
- * http://creativecommons.org/licenses/by/3.0/
- * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
- * "Font Awesome by Dave Gandy - http://fontawesome.io"
- *
- * Author - Dave Gandy
- * ------------------------------------------------------------------------------
- * Email: dave@fontawesome.io
- * Twitter: http://twitter.com/byscuits
- * Work: Lead Product Designer @ Kyruus - http://kyruus.com
- */
-/* FONT PATH
- * -------------------------- */
-@font-face {
- font-family: 'FontAwesome';
- src: url('../font/fontawesome-webfont.eot?v=3.2.1');
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-/* FONT AWESOME CORE
- * -------------------------- */
-[class^="icon-"],
-[class*=" icon-"] {
- font-family: FontAwesome;
- font-weight: normal;
- font-style: normal;
- text-decoration: inherit;
- -webkit-font-smoothing: antialiased;
- *margin-right: .3em;
-}
-[class^="icon-"]:before,
-[class*=" icon-"]:before {
- text-decoration: inherit;
- display: inline-block;
- speak: none;
-}
-/* makes the font 33% larger relative to the icon container */
-.icon-large:before {
- vertical-align: -10%;
- font-size: 1.3333333333333333em;
-}
-/* makes sure icons active on rollover in links */
-a [class^="icon-"],
-a [class*=" icon-"] {
- display: inline;
-}
-/* increased font size for icon-large */
-[class^="icon-"].icon-fixed-width,
-[class*=" icon-"].icon-fixed-width {
- display: inline-block;
- width: 1.1428571428571428em;
- text-align: right;
- padding-right: 0.2857142857142857em;
-}
-[class^="icon-"].icon-fixed-width.icon-large,
-[class*=" icon-"].icon-fixed-width.icon-large {
- width: 1.4285714285714286em;
-}
-.icons-ul {
- margin-left: 2.142857142857143em;
- list-style-type: none;
-}
-.icons-ul > li {
- position: relative;
-}
-.icons-ul .icon-li {
- position: absolute;
- left: -2.142857142857143em;
- width: 2.142857142857143em;
- text-align: center;
- line-height: inherit;
-}
-[class^="icon-"].hide,
-[class*=" icon-"].hide {
- display: none;
-}
-.icon-muted {
- color: #eeeeee;
-}
-.icon-light {
- color: #ffffff;
-}
-.icon-dark {
- color: #333333;
-}
-.icon-border {
- border: solid 1px #eeeeee;
- padding: .2em .25em .15em;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
-}
-.icon-2x {
- font-size: 2em;
-}
-.icon-2x.icon-border {
- border-width: 2px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-.icon-3x {
- font-size: 3em;
-}
-.icon-3x.icon-border {
- border-width: 3px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
-}
-.icon-4x {
- font-size: 4em;
-}
-.icon-4x.icon-border {
- border-width: 4px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-.icon-5x {
- font-size: 5em;
-}
-.icon-5x.icon-border {
- border-width: 5px;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
-}
-.pull-right {
- float: right;
-}
-.pull-left {
- float: left;
-}
-[class^="icon-"].pull-left,
-[class*=" icon-"].pull-left {
- margin-right: .3em;
-}
-[class^="icon-"].pull-right,
-[class*=" icon-"].pull-right {
- margin-left: .3em;
-}
-/* BOOTSTRAP SPECIFIC CLASSES
- * -------------------------- */
-/* Bootstrap 2.0 sprites.less reset */
-[class^="icon-"],
-[class*=" icon-"] {
- display: inline;
- width: auto;
- height: auto;
- line-height: normal;
- vertical-align: baseline;
- background-image: none;
- background-position: 0% 0%;
- background-repeat: repeat;
- margin-top: 0;
-}
-/* more sprites.less reset */
-.icon-white,
-.nav-pills > .active > a > [class^="icon-"],
-.nav-pills > .active > a > [class*=" icon-"],
-.nav-list > .active > a > [class^="icon-"],
-.nav-list > .active > a > [class*=" icon-"],
-.navbar-inverse .nav > .active > a > [class^="icon-"],
-.navbar-inverse .nav > .active > a > [class*=" icon-"],
-.dropdown-menu > li > a:hover > [class^="icon-"],
-.dropdown-menu > li > a:hover > [class*=" icon-"],
-.dropdown-menu > .active > a > [class^="icon-"],
-.dropdown-menu > .active > a > [class*=" icon-"],
-.dropdown-submenu:hover > a > [class^="icon-"],
-.dropdown-submenu:hover > a > [class*=" icon-"] {
- background-image: none;
-}
-/* keeps Bootstrap styles with and without icons the same */
-.btn [class^="icon-"].icon-large,
-.nav [class^="icon-"].icon-large,
-.btn [class*=" icon-"].icon-large,
-.nav [class*=" icon-"].icon-large {
- line-height: .9em;
-}
-.btn [class^="icon-"].icon-spin,
-.nav [class^="icon-"].icon-spin,
-.btn [class*=" icon-"].icon-spin,
-.nav [class*=" icon-"].icon-spin {
- display: inline-block;
-}
-.nav-tabs [class^="icon-"],
-.nav-pills [class^="icon-"],
-.nav-tabs [class*=" icon-"],
-.nav-pills [class*=" icon-"],
-.nav-tabs [class^="icon-"].icon-large,
-.nav-pills [class^="icon-"].icon-large,
-.nav-tabs [class*=" icon-"].icon-large,
-.nav-pills [class*=" icon-"].icon-large {
- line-height: .9em;
-}
-.btn [class^="icon-"].pull-left.icon-2x,
-.btn [class*=" icon-"].pull-left.icon-2x,
-.btn [class^="icon-"].pull-right.icon-2x,
-.btn [class*=" icon-"].pull-right.icon-2x {
- margin-top: .18em;
-}
-.btn [class^="icon-"].icon-spin.icon-large,
-.btn [class*=" icon-"].icon-spin.icon-large {
- line-height: .8em;
-}
-.btn.btn-small [class^="icon-"].pull-left.icon-2x,
-.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
-.btn.btn-small [class^="icon-"].pull-right.icon-2x,
-.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
- margin-top: .25em;
-}
-.btn.btn-large [class^="icon-"],
-.btn.btn-large [class*=" icon-"] {
- margin-top: 0;
-}
-.btn.btn-large [class^="icon-"].pull-left.icon-2x,
-.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
-.btn.btn-large [class^="icon-"].pull-right.icon-2x,
-.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
- margin-top: .05em;
-}
-.btn.btn-large [class^="icon-"].pull-left.icon-2x,
-.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
- margin-right: .2em;
-}
-.btn.btn-large [class^="icon-"].pull-right.icon-2x,
-.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
- margin-left: .2em;
-}
-/* Fixes alignment in nav lists */
-.nav-list [class^="icon-"],
-.nav-list [class*=" icon-"] {
- line-height: inherit;
-}
-/* EXTRAS
- * -------------------------- */
-/* Stacked and layered icon */
-.icon-stack {
- position: relative;
- display: inline-block;
- width: 2em;
- height: 2em;
- line-height: 2em;
- vertical-align: -35%;
-}
-.icon-stack [class^="icon-"],
-.icon-stack [class*=" icon-"] {
- display: block;
- text-align: center;
- position: absolute;
- width: 100%;
- height: 100%;
- font-size: 1em;
- line-height: inherit;
- *line-height: 2em;
-}
-.icon-stack .icon-stack-base {
- font-size: 2em;
- *line-height: 1em;
-}
-/* Animated rotating icon */
-.icon-spin {
- display: inline-block;
- -moz-animation: spin 2s infinite linear;
- -o-animation: spin 2s infinite linear;
- -webkit-animation: spin 2s infinite linear;
- animation: spin 2s infinite linear;
-}
-/* Prevent stack and spinners from being taken inline when inside a link */
-a .icon-stack,
-a .icon-spin {
- display: inline-block;
- text-decoration: none;
-}
-@-moz-keyframes spin {
- 0% {
- -moz-transform: rotate(0deg);
- }
- 100% {
- -moz-transform: rotate(359deg);
- }
-}
-@-webkit-keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(359deg);
- }
-}
-@-o-keyframes spin {
- 0% {
- -o-transform: rotate(0deg);
- }
- 100% {
- -o-transform: rotate(359deg);
- }
-}
-@-ms-keyframes spin {
- 0% {
- -ms-transform: rotate(0deg);
- }
- 100% {
- -ms-transform: rotate(359deg);
- }
-}
-@keyframes spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(359deg);
- }
-}
-/* Icon rotations and mirroring */
-.icon-rotate-90:before {
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg);
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-}
-.icon-rotate-180:before {
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-}
-.icon-rotate-270:before {
- -webkit-transform: rotate(270deg);
- -moz-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- -o-transform: rotate(270deg);
- transform: rotate(270deg);
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-}
-.icon-flip-horizontal:before {
- -webkit-transform: scale(-1, 1);
- -moz-transform: scale(-1, 1);
- -ms-transform: scale(-1, 1);
- -o-transform: scale(-1, 1);
- transform: scale(-1, 1);
-}
-.icon-flip-vertical:before {
- -webkit-transform: scale(1, -1);
- -moz-transform: scale(1, -1);
- -ms-transform: scale(1, -1);
- -o-transform: scale(1, -1);
- transform: scale(1, -1);
-}
-/* ensure rotation occurs inside anchor tags */
-a .icon-rotate-90:before,
-a .icon-rotate-180:before,
-a .icon-rotate-270:before,
-a .icon-flip-horizontal:before,
-a .icon-flip-vertical:before {
- display: inline-block;
-}
-/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
- readers do not read off random characters that represent icons */
-.icon-glass:before {
- content: "\f000";
-}
-.icon-music:before {
- content: "\f001";
-}
-.icon-search:before {
- content: "\f002";
-}
-.icon-envelope-alt:before {
- content: "\f003";
-}
-.icon-heart:before {
- content: "\f004";
-}
-.icon-star:before {
- content: "\f005";
-}
-.icon-star-empty:before {
- content: "\f006";
-}
-.icon-user:before {
- content: "\f007";
-}
-.icon-film:before {
- content: "\f008";
-}
-.icon-th-large:before {
- content: "\f009";
-}
-.icon-th:before {
- content: "\f00a";
-}
-.icon-th-list:before {
- content: "\f00b";
-}
-.icon-ok:before {
- content: "\f00c";
-}
-.icon-remove:before {
- content: "\f00d";
-}
-.icon-zoom-in:before {
- content: "\f00e";
-}
-.icon-zoom-out:before {
- content: "\f010";
-}
-.icon-power-off:before,
-.icon-off:before {
- content: "\f011";
-}
-.icon-signal:before {
- content: "\f012";
-}
-.icon-gear:before,
-.icon-cog:before {
- content: "\f013";
-}
-.icon-trash:before {
- content: "\f014";
-}
-.icon-home:before {
- content: "\f015";
-}
-.icon-file-alt:before {
- content: "\f016";
-}
-.icon-time:before {
- content: "\f017";
-}
-.icon-road:before {
- content: "\f018";
-}
-.icon-download-alt:before {
- content: "\f019";
-}
-.icon-download:before {
- content: "\f01a";
-}
-.icon-upload:before {
- content: "\f01b";
-}
-.icon-inbox:before {
- content: "\f01c";
-}
-.icon-play-circle:before {
- content: "\f01d";
-}
-.icon-rotate-right:before,
-.icon-repeat:before {
- content: "\f01e";
-}
-.icon-refresh:before {
- content: "\f021";
-}
-.icon-list-alt:before {
- content: "\f022";
-}
-.icon-lock:before {
- content: "\f023";
-}
-.icon-flag:before {
- content: "\f024";
-}
-.icon-headphones:before {
- content: "\f025";
-}
-.icon-volume-off:before {
- content: "\f026";
-}
-.icon-volume-down:before {
- content: "\f027";
-}
-.icon-volume-up:before {
- content: "\f028";
-}
-.icon-qrcode:before {
- content: "\f029";
-}
-.icon-barcode:before {
- content: "\f02a";
-}
-.icon-tag:before {
- content: "\f02b";
-}
-.icon-tags:before {
- content: "\f02c";
-}
-.icon-book:before {
- content: "\f02d";
-}
-.icon-bookmark:before {
- content: "\f02e";
-}
-.icon-print:before {
- content: "\f02f";
-}
-.icon-camera:before {
- content: "\f030";
-}
-.icon-font:before {
- content: "\f031";
-}
-.icon-bold:before {
- content: "\f032";
-}
-.icon-italic:before {
- content: "\f033";
-}
-.icon-text-height:before {
- content: "\f034";
-}
-.icon-text-width:before {
- content: "\f035";
-}
-.icon-align-left:before {
- content: "\f036";
-}
-.icon-align-center:before {
- content: "\f037";
-}
-.icon-align-right:before {
- content: "\f038";
-}
-.icon-align-justify:before {
- content: "\f039";
-}
-.icon-list:before {
- content: "\f03a";
-}
-.icon-indent-left:before {
- content: "\f03b";
-}
-.icon-indent-right:before {
- content: "\f03c";
-}
-.icon-facetime-video:before {
- content: "\f03d";
-}
-.icon-picture:before {
- content: "\f03e";
-}
-.icon-pencil:before {
- content: "\f040";
-}
-.icon-map-marker:before {
- content: "\f041";
-}
-.icon-adjust:before {
- content: "\f042";
-}
-.icon-tint:before {
- content: "\f043";
-}
-.icon-edit:before {
- content: "\f044";
-}
-.icon-share:before {
- content: "\f045";
-}
-.icon-check:before {
- content: "\f046";
-}
-.icon-move:before {
- content: "\f047";
-}
-.icon-step-backward:before {
- content: "\f048";
-}
-.icon-fast-backward:before {
- content: "\f049";
-}
-.icon-backward:before {
- content: "\f04a";
-}
-.icon-play:before {
- content: "\f04b";
-}
-.icon-pause:before {
- content: "\f04c";
-}
-.icon-stop:before {
- content: "\f04d";
-}
-.icon-forward:before {
- content: "\f04e";
-}
-.icon-fast-forward:before {
- content: "\f050";
-}
-.icon-step-forward:before {
- content: "\f051";
-}
-.icon-eject:before {
- content: "\f052";
-}
-.icon-chevron-left:before {
- content: "\f053";
-}
-.icon-chevron-right:before {
- content: "\f054";
-}
-.icon-plus-sign:before {
- content: "\f055";
-}
-.icon-minus-sign:before {
- content: "\f056";
-}
-.icon-remove-sign:before {
- content: "\f057";
-}
-.icon-ok-sign:before {
- content: "\f058";
-}
-.icon-question-sign:before {
- content: "\f059";
-}
-.icon-info-sign:before {
- content: "\f05a";
-}
-.icon-screenshot:before {
- content: "\f05b";
-}
-.icon-remove-circle:before {
- content: "\f05c";
-}
-.icon-ok-circle:before {
- content: "\f05d";
-}
-.icon-ban-circle:before {
- content: "\f05e";
-}
-.icon-arrow-left:before {
- content: "\f060";
-}
-.icon-arrow-right:before {
- content: "\f061";
-}
-.icon-arrow-up:before {
- content: "\f062";
-}
-.icon-arrow-down:before {
- content: "\f063";
-}
-.icon-mail-forward:before,
-.icon-share-alt:before {
- content: "\f064";
-}
-.icon-resize-full:before {
- content: "\f065";
-}
-.icon-resize-small:before {
- content: "\f066";
-}
-.icon-plus:before {
- content: "\f067";
-}
-.icon-minus:before {
- content: "\f068";
-}
-.icon-asterisk:before {
- content: "\f069";
-}
-.icon-exclamation-sign:before {
- content: "\f06a";
-}
-.icon-gift:before {
- content: "\f06b";
-}
-.icon-leaf:before {
- content: "\f06c";
-}
-.icon-fire:before {
- content: "\f06d";
-}
-.icon-eye-open:before {
- content: "\f06e";
-}
-.icon-eye-close:before {
- content: "\f070";
-}
-.icon-warning-sign:before {
- content: "\f071";
-}
-.icon-plane:before {
- content: "\f072";
-}
-.icon-calendar:before {
- content: "\f073";
-}
-.icon-random:before {
- content: "\f074";
-}
-.icon-comment:before {
- content: "\f075";
-}
-.icon-magnet:before {
- content: "\f076";
-}
-.icon-chevron-up:before {
- content: "\f077";
-}
-.icon-chevron-down:before {
- content: "\f078";
-}
-.icon-retweet:before {
- content: "\f079";
-}
-.icon-shopping-cart:before {
- content: "\f07a";
-}
-.icon-folder-close:before {
- content: "\f07b";
-}
-.icon-folder-open:before {
- content: "\f07c";
-}
-.icon-resize-vertical:before {
- content: "\f07d";
-}
-.icon-resize-horizontal:before {
- content: "\f07e";
-}
-.icon-bar-chart:before {
- content: "\f080";
-}
-.icon-twitter-sign:before {
- content: "\f081";
-}
-.icon-facebook-sign:before {
- content: "\f082";
-}
-.icon-camera-retro:before {
- content: "\f083";
-}
-.icon-key:before {
- content: "\f084";
-}
-.icon-gears:before,
-.icon-cogs:before {
- content: "\f085";
-}
-.icon-comments:before {
- content: "\f086";
-}
-.icon-thumbs-up-alt:before {
- content: "\f087";
-}
-.icon-thumbs-down-alt:before {
- content: "\f088";
-}
-.icon-star-half:before {
- content: "\f089";
-}
-.icon-heart-empty:before {
- content: "\f08a";
-}
-.icon-signout:before {
- content: "\f08b";
-}
-.icon-linkedin-sign:before {
- content: "\f08c";
-}
-.icon-pushpin:before {
- content: "\f08d";
-}
-.icon-external-link:before {
- content: "\f08e";
-}
-.icon-signin:before {
- content: "\f090";
-}
-.icon-trophy:before {
- content: "\f091";
-}
-.icon-github-sign:before {
- content: "\f092";
-}
-.icon-upload-alt:before {
- content: "\f093";
-}
-.icon-lemon:before {
- content: "\f094";
-}
-.icon-phone:before {
- content: "\f095";
-}
-.icon-unchecked:before,
-.icon-check-empty:before {
- content: "\f096";
-}
-.icon-bookmark-empty:before {
- content: "\f097";
-}
-.icon-phone-sign:before {
- content: "\f098";
-}
-.icon-twitter:before {
- content: "\f099";
-}
-.icon-facebook:before {
- content: "\f09a";
-}
-.icon-github:before {
- content: "\f09b";
-}
-.icon-unlock:before {
- content: "\f09c";
-}
-.icon-credit-card:before {
- content: "\f09d";
-}
-.icon-rss:before {
- content: "\f09e";
-}
-.icon-hdd:before {
- content: "\f0a0";
-}
-.icon-bullhorn:before {
- content: "\f0a1";
-}
-.icon-bell:before {
- content: "\f0a2";
-}
-.icon-certificate:before {
- content: "\f0a3";
-}
-.icon-hand-right:before {
- content: "\f0a4";
-}
-.icon-hand-left:before {
- content: "\f0a5";
-}
-.icon-hand-up:before {
- content: "\f0a6";
-}
-.icon-hand-down:before {
- content: "\f0a7";
-}
-.icon-circle-arrow-left:before {
- content: "\f0a8";
-}
-.icon-circle-arrow-right:before {
- content: "\f0a9";
-}
-.icon-circle-arrow-up:before {
- content: "\f0aa";
-}
-.icon-circle-arrow-down:before {
- content: "\f0ab";
-}
-.icon-globe:before {
- content: "\f0ac";
-}
-.icon-wrench:before {
- content: "\f0ad";
-}
-.icon-tasks:before {
- content: "\f0ae";
-}
-.icon-filter:before {
- content: "\f0b0";
-}
-.icon-briefcase:before {
- content: "\f0b1";
-}
-.icon-fullscreen:before {
- content: "\f0b2";
-}
-.icon-group:before {
- content: "\f0c0";
-}
-.icon-link:before {
- content: "\f0c1";
-}
-.icon-cloud:before {
- content: "\f0c2";
-}
-.icon-beaker:before {
- content: "\f0c3";
-}
-.icon-cut:before {
- content: "\f0c4";
-}
-.icon-copy:before {
- content: "\f0c5";
-}
-.icon-paperclip:before,
-.icon-paper-clip:before {
- content: "\f0c6";
-}
-.icon-save:before {
- content: "\f0c7";
-}
-.icon-sign-blank:before {
- content: "\f0c8";
-}
-.icon-reorder:before {
- content: "\f0c9";
-}
-.icon-list-ul:before {
- content: "\f0ca";
-}
-.icon-list-ol:before {
- content: "\f0cb";
-}
-.icon-strikethrough:before {
- content: "\f0cc";
-}
-.icon-underline:before {
- content: "\f0cd";
-}
-.icon-table:before {
- content: "\f0ce";
-}
-.icon-magic:before {
- content: "\f0d0";
-}
-.icon-truck:before {
- content: "\f0d1";
-}
-.icon-pinterest:before {
- content: "\f0d2";
-}
-.icon-pinterest-sign:before {
- content: "\f0d3";
-}
-.icon-google-plus-sign:before {
- content: "\f0d4";
-}
-.icon-google-plus:before {
- content: "\f0d5";
-}
-.icon-money:before {
- content: "\f0d6";
-}
-.icon-caret-down:before {
- content: "\f0d7";
-}
-.icon-caret-up:before {
- content: "\f0d8";
-}
-.icon-caret-left:before {
- content: "\f0d9";
-}
-.icon-caret-right:before {
- content: "\f0da";
-}
-.icon-columns:before {
- content: "\f0db";
-}
-.icon-sort:before {
- content: "\f0dc";
-}
-.icon-sort-down:before {
- content: "\f0dd";
-}
-.icon-sort-up:before {
- content: "\f0de";
-}
-.icon-envelope:before {
- content: "\f0e0";
-}
-.icon-linkedin:before {
- content: "\f0e1";
-}
-.icon-rotate-left:before,
-.icon-undo:before {
- content: "\f0e2";
-}
-.icon-legal:before {
- content: "\f0e3";
-}
-.icon-dashboard:before {
- content: "\f0e4";
-}
-.icon-comment-alt:before {
- content: "\f0e5";
-}
-.icon-comments-alt:before {
- content: "\f0e6";
-}
-.icon-bolt:before {
- content: "\f0e7";
-}
-.icon-sitemap:before {
- content: "\f0e8";
-}
-.icon-umbrella:before {
- content: "\f0e9";
-}
-.icon-paste:before {
- content: "\f0ea";
-}
-.icon-lightbulb:before {
- content: "\f0eb";
-}
-.icon-exchange:before {
- content: "\f0ec";
-}
-.icon-cloud-download:before {
- content: "\f0ed";
-}
-.icon-cloud-upload:before {
- content: "\f0ee";
-}
-.icon-user-md:before {
- content: "\f0f0";
-}
-.icon-stethoscope:before {
- content: "\f0f1";
-}
-.icon-suitcase:before {
- content: "\f0f2";
-}
-.icon-bell-alt:before {
- content: "\f0f3";
-}
-.icon-coffee:before {
- content: "\f0f4";
-}
-.icon-food:before {
- content: "\f0f5";
-}
-.icon-file-text-alt:before {
- content: "\f0f6";
-}
-.icon-building:before {
- content: "\f0f7";
-}
-.icon-hospital:before {
- content: "\f0f8";
-}
-.icon-ambulance:before {
- content: "\f0f9";
-}
-.icon-medkit:before {
- content: "\f0fa";
-}
-.icon-fighter-jet:before {
- content: "\f0fb";
-}
-.icon-beer:before {
- content: "\f0fc";
-}
-.icon-h-sign:before {
- content: "\f0fd";
-}
-.icon-plus-sign-alt:before {
- content: "\f0fe";
-}
-.icon-double-angle-left:before {
- content: "\f100";
-}
-.icon-double-angle-right:before {
- content: "\f101";
-}
-.icon-double-angle-up:before {
- content: "\f102";
-}
-.icon-double-angle-down:before {
- content: "\f103";
-}
-.icon-angle-left:before {
- content: "\f104";
-}
-.icon-angle-right:before {
- content: "\f105";
-}
-.icon-angle-up:before {
- content: "\f106";
-}
-.icon-angle-down:before {
- content: "\f107";
-}
-.icon-desktop:before {
- content: "\f108";
-}
-.icon-laptop:before {
- content: "\f109";
-}
-.icon-tablet:before {
- content: "\f10a";
-}
-.icon-mobile-phone:before {
- content: "\f10b";
-}
-.icon-circle-blank:before {
- content: "\f10c";
-}
-.icon-quote-left:before {
- content: "\f10d";
-}
-.icon-quote-right:before {
- content: "\f10e";
-}
-.icon-spinner:before {
- content: "\f110";
-}
-.icon-circle:before {
- content: "\f111";
-}
-.icon-mail-reply:before,
-.icon-reply:before {
- content: "\f112";
-}
-.icon-github-alt:before {
- content: "\f113";
-}
-.icon-folder-close-alt:before {
- content: "\f114";
-}
-.icon-folder-open-alt:before {
- content: "\f115";
-}
-.icon-expand-alt:before {
- content: "\f116";
-}
-.icon-collapse-alt:before {
- content: "\f117";
-}
-.icon-smile:before {
- content: "\f118";
-}
-.icon-frown:before {
- content: "\f119";
-}
-.icon-meh:before {
- content: "\f11a";
-}
-.icon-gamepad:before {
- content: "\f11b";
-}
-.icon-keyboard:before {
- content: "\f11c";
-}
-.icon-flag-alt:before {
- content: "\f11d";
-}
-.icon-flag-checkered:before {
- content: "\f11e";
-}
-.icon-terminal:before {
- content: "\f120";
-}
-.icon-code:before {
- content: "\f121";
-}
-.icon-reply-all:before {
- content: "\f122";
-}
-.icon-mail-reply-all:before {
- content: "\f122";
-}
-.icon-star-half-full:before,
-.icon-star-half-empty:before {
- content: "\f123";
-}
-.icon-location-arrow:before {
- content: "\f124";
-}
-.icon-crop:before {
- content: "\f125";
-}
-.icon-code-fork:before {
- content: "\f126";
-}
-.icon-unlink:before {
- content: "\f127";
-}
-.icon-question:before {
- content: "\f128";
-}
-.icon-info:before {
- content: "\f129";
-}
-.icon-exclamation:before {
- content: "\f12a";
-}
-.icon-superscript:before {
- content: "\f12b";
-}
-.icon-subscript:before {
- content: "\f12c";
-}
-.icon-eraser:before {
- content: "\f12d";
-}
-.icon-puzzle-piece:before {
- content: "\f12e";
-}
-.icon-microphone:before {
- content: "\f130";
-}
-.icon-microphone-off:before {
- content: "\f131";
-}
-.icon-shield:before {
- content: "\f132";
-}
-.icon-calendar-empty:before {
- content: "\f133";
-}
-.icon-fire-extinguisher:before {
- content: "\f134";
-}
-.icon-rocket:before {
- content: "\f135";
-}
-.icon-maxcdn:before {
- content: "\f136";
-}
-.icon-chevron-sign-left:before {
- content: "\f137";
-}
-.icon-chevron-sign-right:before {
- content: "\f138";
-}
-.icon-chevron-sign-up:before {
- content: "\f139";
-}
-.icon-chevron-sign-down:before {
- content: "\f13a";
-}
-.icon-html5:before {
- content: "\f13b";
-}
-.icon-css3:before {
- content: "\f13c";
-}
-.icon-anchor:before {
- content: "\f13d";
-}
-.icon-unlock-alt:before {
- content: "\f13e";
-}
-.icon-bullseye:before {
- content: "\f140";
-}
-.icon-ellipsis-horizontal:before {
- content: "\f141";
-}
-.icon-ellipsis-vertical:before {
- content: "\f142";
-}
-.icon-rss-sign:before {
- content: "\f143";
-}
-.icon-play-sign:before {
- content: "\f144";
-}
-.icon-ticket:before {
- content: "\f145";
-}
-.icon-minus-sign-alt:before {
- content: "\f146";
-}
-.icon-check-minus:before {
- content: "\f147";
-}
-.icon-level-up:before {
- content: "\f148";
-}
-.icon-level-down:before {
- content: "\f149";
-}
-.icon-check-sign:before {
- content: "\f14a";
-}
-.icon-edit-sign:before {
- content: "\f14b";
-}
-.icon-external-link-sign:before {
- content: "\f14c";
-}
-.icon-share-sign:before {
- content: "\f14d";
-}
-.icon-compass:before {
- content: "\f14e";
-}
-.icon-collapse:before {
- content: "\f150";
-}
-.icon-collapse-top:before {
- content: "\f151";
-}
-.icon-expand:before {
- content: "\f152";
-}
-.icon-euro:before,
-.icon-eur:before {
- content: "\f153";
-}
-.icon-gbp:before {
- content: "\f154";
-}
-.icon-dollar:before,
-.icon-usd:before {
- content: "\f155";
-}
-.icon-rupee:before,
-.icon-inr:before {
- content: "\f156";
-}
-.icon-yen:before,
-.icon-jpy:before {
- content: "\f157";
-}
-.icon-renminbi:before,
-.icon-cny:before {
- content: "\f158";
-}
-.icon-won:before,
-.icon-krw:before {
- content: "\f159";
-}
-.icon-bitcoin:before,
-.icon-btc:before {
- content: "\f15a";
-}
-.icon-file:before {
- content: "\f15b";
-}
-.icon-file-text:before {
- content: "\f15c";
-}
-.icon-sort-by-alphabet:before {
- content: "\f15d";
-}
-.icon-sort-by-alphabet-alt:before {
- content: "\f15e";
-}
-.icon-sort-by-attributes:before {
- content: "\f160";
-}
-.icon-sort-by-attributes-alt:before {
- content: "\f161";
-}
-.icon-sort-by-order:before {
- content: "\f162";
-}
-.icon-sort-by-order-alt:before {
- content: "\f163";
-}
-.icon-thumbs-up:before {
- content: "\f164";
-}
-.icon-thumbs-down:before {
- content: "\f165";
-}
-.icon-youtube-sign:before {
- content: "\f166";
-}
-.icon-youtube:before {
- content: "\f167";
-}
-.icon-xing:before {
- content: "\f168";
-}
-.icon-xing-sign:before {
- content: "\f169";
-}
-.icon-youtube-play:before {
- content: "\f16a";
-}
-.icon-dropbox:before {
- content: "\f16b";
-}
-.icon-stackexchange:before {
- content: "\f16c";
-}
-.icon-instagram:before {
- content: "\f16d";
-}
-.icon-flickr:before {
- content: "\f16e";
-}
-.icon-adn:before {
- content: "\f170";
-}
-.icon-bitbucket:before {
- content: "\f171";
-}
-.icon-bitbucket-sign:before {
- content: "\f172";
-}
-.icon-tumblr:before {
- content: "\f173";
-}
-.icon-tumblr-sign:before {
- content: "\f174";
-}
-.icon-long-arrow-down:before {
- content: "\f175";
-}
-.icon-long-arrow-up:before {
- content: "\f176";
-}
-.icon-long-arrow-left:before {
- content: "\f177";
-}
-.icon-long-arrow-right:before {
- content: "\f178";
-}
-.icon-apple:before {
- content: "\f179";
-}
-.icon-windows:before {
- content: "\f17a";
-}
-.icon-android:before {
- content: "\f17b";
-}
-.icon-linux:before {
- content: "\f17c";
-}
-.icon-dribbble:before {
- content: "\f17d";
-}
-.icon-skype:before {
- content: "\f17e";
-}
-.icon-foursquare:before {
- content: "\f180";
-}
-.icon-trello:before {
- content: "\f181";
-}
-.icon-female:before {
- content: "\f182";
-}
-.icon-male:before {
- content: "\f183";
-}
-.icon-gittip:before {
- content: "\f184";
-}
-.icon-sun:before {
- content: "\f185";
-}
-.icon-moon:before {
- content: "\f186";
-}
-.icon-archive:before {
- content: "\f187";
-}
-.icon-bug:before {
- content: "\f188";
-}
-.icon-vk:before {
- content: "\f189";
-}
-.icon-weibo:before {
- content: "\f18a";
-}
-.icon-renren:before {
- content: "\f18b";
-}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.min.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.min.css"
deleted file mode 100644
index 866437f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/css/font-awesome.min.css"
+++ /dev/null
@@ -1,403 +0,0 @@
-@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
-[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
-.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
-a [class^="icon-"],a [class*=" icon-"]{display:inline;}
-[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
-.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
-.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
-[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
-.icon-muted{color:#eeeeee;}
-.icon-light{color:#ffffff;}
-.icon-dark{color:#333333;}
-.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
-.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
-.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
-.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
-.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
-.pull-right{float:right;}
-.pull-left{float:left;}
-[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
-[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
-[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
-.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
-.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
-.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
-.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
-.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
-.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
-.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
-.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
-.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
-.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
-.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
-.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
-.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
-.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
-a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
-@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
-.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
-.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
-.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
-.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
-a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
-.icon-glass:before{content:"\f000";}
-.icon-music:before{content:"\f001";}
-.icon-search:before{content:"\f002";}
-.icon-envelope-alt:before{content:"\f003";}
-.icon-heart:before{content:"\f004";}
-.icon-star:before{content:"\f005";}
-.icon-star-empty:before{content:"\f006";}
-.icon-user:before{content:"\f007";}
-.icon-film:before{content:"\f008";}
-.icon-th-large:before{content:"\f009";}
-.icon-th:before{content:"\f00a";}
-.icon-th-list:before{content:"\f00b";}
-.icon-ok:before{content:"\f00c";}
-.icon-remove:before{content:"\f00d";}
-.icon-zoom-in:before{content:"\f00e";}
-.icon-zoom-out:before{content:"\f010";}
-.icon-power-off:before,.icon-off:before{content:"\f011";}
-.icon-signal:before{content:"\f012";}
-.icon-gear:before,.icon-cog:before{content:"\f013";}
-.icon-trash:before{content:"\f014";}
-.icon-home:before{content:"\f015";}
-.icon-file-alt:before{content:"\f016";}
-.icon-time:before{content:"\f017";}
-.icon-road:before{content:"\f018";}
-.icon-download-alt:before{content:"\f019";}
-.icon-download:before{content:"\f01a";}
-.icon-upload:before{content:"\f01b";}
-.icon-inbox:before{content:"\f01c";}
-.icon-play-circle:before{content:"\f01d";}
-.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
-.icon-refresh:before{content:"\f021";}
-.icon-list-alt:before{content:"\f022";}
-.icon-lock:before{content:"\f023";}
-.icon-flag:before{content:"\f024";}
-.icon-headphones:before{content:"\f025";}
-.icon-volume-off:before{content:"\f026";}
-.icon-volume-down:before{content:"\f027";}
-.icon-volume-up:before{content:"\f028";}
-.icon-qrcode:before{content:"\f029";}
-.icon-barcode:before{content:"\f02a";}
-.icon-tag:before{content:"\f02b";}
-.icon-tags:before{content:"\f02c";}
-.icon-book:before{content:"\f02d";}
-.icon-bookmark:before{content:"\f02e";}
-.icon-print:before{content:"\f02f";}
-.icon-camera:before{content:"\f030";}
-.icon-font:before{content:"\f031";}
-.icon-bold:before{content:"\f032";}
-.icon-italic:before{content:"\f033";}
-.icon-text-height:before{content:"\f034";}
-.icon-text-width:before{content:"\f035";}
-.icon-align-left:before{content:"\f036";}
-.icon-align-center:before{content:"\f037";}
-.icon-align-right:before{content:"\f038";}
-.icon-align-justify:before{content:"\f039";}
-.icon-list:before{content:"\f03a";}
-.icon-indent-left:before{content:"\f03b";}
-.icon-indent-right:before{content:"\f03c";}
-.icon-facetime-video:before{content:"\f03d";}
-.icon-picture:before{content:"\f03e";}
-.icon-pencil:before{content:"\f040";}
-.icon-map-marker:before{content:"\f041";}
-.icon-adjust:before{content:"\f042";}
-.icon-tint:before{content:"\f043";}
-.icon-edit:before{content:"\f044";}
-.icon-share:before{content:"\f045";}
-.icon-check:before{content:"\f046";}
-.icon-move:before{content:"\f047";}
-.icon-step-backward:before{content:"\f048";}
-.icon-fast-backward:before{content:"\f049";}
-.icon-backward:before{content:"\f04a";}
-.icon-play:before{content:"\f04b";}
-.icon-pause:before{content:"\f04c";}
-.icon-stop:before{content:"\f04d";}
-.icon-forward:before{content:"\f04e";}
-.icon-fast-forward:before{content:"\f050";}
-.icon-step-forward:before{content:"\f051";}
-.icon-eject:before{content:"\f052";}
-.icon-chevron-left:before{content:"\f053";}
-.icon-chevron-right:before{content:"\f054";}
-.icon-plus-sign:before{content:"\f055";}
-.icon-minus-sign:before{content:"\f056";}
-.icon-remove-sign:before{content:"\f057";}
-.icon-ok-sign:before{content:"\f058";}
-.icon-question-sign:before{content:"\f059";}
-.icon-info-sign:before{content:"\f05a";}
-.icon-screenshot:before{content:"\f05b";}
-.icon-remove-circle:before{content:"\f05c";}
-.icon-ok-circle:before{content:"\f05d";}
-.icon-ban-circle:before{content:"\f05e";}
-.icon-arrow-left:before{content:"\f060";}
-.icon-arrow-right:before{content:"\f061";}
-.icon-arrow-up:before{content:"\f062";}
-.icon-arrow-down:before{content:"\f063";}
-.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
-.icon-resize-full:before{content:"\f065";}
-.icon-resize-small:before{content:"\f066";}
-.icon-plus:before{content:"\f067";}
-.icon-minus:before{content:"\f068";}
-.icon-asterisk:before{content:"\f069";}
-.icon-exclamation-sign:before{content:"\f06a";}
-.icon-gift:before{content:"\f06b";}
-.icon-leaf:before{content:"\f06c";}
-.icon-fire:before{content:"\f06d";}
-.icon-eye-open:before{content:"\f06e";}
-.icon-eye-close:before{content:"\f070";}
-.icon-warning-sign:before{content:"\f071";}
-.icon-plane:before{content:"\f072";}
-.icon-calendar:before{content:"\f073";}
-.icon-random:before{content:"\f074";}
-.icon-comment:before{content:"\f075";}
-.icon-magnet:before{content:"\f076";}
-.icon-chevron-up:before{content:"\f077";}
-.icon-chevron-down:before{content:"\f078";}
-.icon-retweet:before{content:"\f079";}
-.icon-shopping-cart:before{content:"\f07a";}
-.icon-folder-close:before{content:"\f07b";}
-.icon-folder-open:before{content:"\f07c";}
-.icon-resize-vertical:before{content:"\f07d";}
-.icon-resize-horizontal:before{content:"\f07e";}
-.icon-bar-chart:before{content:"\f080";}
-.icon-twitter-sign:before{content:"\f081";}
-.icon-facebook-sign:before{content:"\f082";}
-.icon-camera-retro:before{content:"\f083";}
-.icon-key:before{content:"\f084";}
-.icon-gears:before,.icon-cogs:before{content:"\f085";}
-.icon-comments:before{content:"\f086";}
-.icon-thumbs-up-alt:before{content:"\f087";}
-.icon-thumbs-down-alt:before{content:"\f088";}
-.icon-star-half:before{content:"\f089";}
-.icon-heart-empty:before{content:"\f08a";}
-.icon-signout:before{content:"\f08b";}
-.icon-linkedin-sign:before{content:"\f08c";}
-.icon-pushpin:before{content:"\f08d";}
-.icon-external-link:before{content:"\f08e";}
-.icon-signin:before{content:"\f090";}
-.icon-trophy:before{content:"\f091";}
-.icon-github-sign:before{content:"\f092";}
-.icon-upload-alt:before{content:"\f093";}
-.icon-lemon:before{content:"\f094";}
-.icon-phone:before{content:"\f095";}
-.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
-.icon-bookmark-empty:before{content:"\f097";}
-.icon-phone-sign:before{content:"\f098";}
-.icon-twitter:before{content:"\f099";}
-.icon-facebook:before{content:"\f09a";}
-.icon-github:before{content:"\f09b";}
-.icon-unlock:before{content:"\f09c";}
-.icon-credit-card:before{content:"\f09d";}
-.icon-rss:before{content:"\f09e";}
-.icon-hdd:before{content:"\f0a0";}
-.icon-bullhorn:before{content:"\f0a1";}
-.icon-bell:before{content:"\f0a2";}
-.icon-certificate:before{content:"\f0a3";}
-.icon-hand-right:before{content:"\f0a4";}
-.icon-hand-left:before{content:"\f0a5";}
-.icon-hand-up:before{content:"\f0a6";}
-.icon-hand-down:before{content:"\f0a7";}
-.icon-circle-arrow-left:before{content:"\f0a8";}
-.icon-circle-arrow-right:before{content:"\f0a9";}
-.icon-circle-arrow-up:before{content:"\f0aa";}
-.icon-circle-arrow-down:before{content:"\f0ab";}
-.icon-globe:before{content:"\f0ac";}
-.icon-wrench:before{content:"\f0ad";}
-.icon-tasks:before{content:"\f0ae";}
-.icon-filter:before{content:"\f0b0";}
-.icon-briefcase:before{content:"\f0b1";}
-.icon-fullscreen:before{content:"\f0b2";}
-.icon-group:before{content:"\f0c0";}
-.icon-link:before{content:"\f0c1";}
-.icon-cloud:before{content:"\f0c2";}
-.icon-beaker:before{content:"\f0c3";}
-.icon-cut:before{content:"\f0c4";}
-.icon-copy:before{content:"\f0c5";}
-.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
-.icon-save:before{content:"\f0c7";}
-.icon-sign-blank:before{content:"\f0c8";}
-.icon-reorder:before{content:"\f0c9";}
-.icon-list-ul:before{content:"\f0ca";}
-.icon-list-ol:before{content:"\f0cb";}
-.icon-strikethrough:before{content:"\f0cc";}
-.icon-underline:before{content:"\f0cd";}
-.icon-table:before{content:"\f0ce";}
-.icon-magic:before{content:"\f0d0";}
-.icon-truck:before{content:"\f0d1";}
-.icon-pinterest:before{content:"\f0d2";}
-.icon-pinterest-sign:before{content:"\f0d3";}
-.icon-google-plus-sign:before{content:"\f0d4";}
-.icon-google-plus:before{content:"\f0d5";}
-.icon-money:before{content:"\f0d6";}
-.icon-caret-down:before{content:"\f0d7";}
-.icon-caret-up:before{content:"\f0d8";}
-.icon-caret-left:before{content:"\f0d9";}
-.icon-caret-right:before{content:"\f0da";}
-.icon-columns:before{content:"\f0db";}
-.icon-sort:before{content:"\f0dc";}
-.icon-sort-down:before{content:"\f0dd";}
-.icon-sort-up:before{content:"\f0de";}
-.icon-envelope:before{content:"\f0e0";}
-.icon-linkedin:before{content:"\f0e1";}
-.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
-.icon-legal:before{content:"\f0e3";}
-.icon-dashboard:before{content:"\f0e4";}
-.icon-comment-alt:before{content:"\f0e5";}
-.icon-comments-alt:before{content:"\f0e6";}
-.icon-bolt:before{content:"\f0e7";}
-.icon-sitemap:before{content:"\f0e8";}
-.icon-umbrella:before{content:"\f0e9";}
-.icon-paste:before{content:"\f0ea";}
-.icon-lightbulb:before{content:"\f0eb";}
-.icon-exchange:before{content:"\f0ec";}
-.icon-cloud-download:before{content:"\f0ed";}
-.icon-cloud-upload:before{content:"\f0ee";}
-.icon-user-md:before{content:"\f0f0";}
-.icon-stethoscope:before{content:"\f0f1";}
-.icon-suitcase:before{content:"\f0f2";}
-.icon-bell-alt:before{content:"\f0f3";}
-.icon-coffee:before{content:"\f0f4";}
-.icon-food:before{content:"\f0f5";}
-.icon-file-text-alt:before{content:"\f0f6";}
-.icon-building:before{content:"\f0f7";}
-.icon-hospital:before{content:"\f0f8";}
-.icon-ambulance:before{content:"\f0f9";}
-.icon-medkit:before{content:"\f0fa";}
-.icon-fighter-jet:before{content:"\f0fb";}
-.icon-beer:before{content:"\f0fc";}
-.icon-h-sign:before{content:"\f0fd";}
-.icon-plus-sign-alt:before{content:"\f0fe";}
-.icon-double-angle-left:before{content:"\f100";}
-.icon-double-angle-right:before{content:"\f101";}
-.icon-double-angle-up:before{content:"\f102";}
-.icon-double-angle-down:before{content:"\f103";}
-.icon-angle-left:before{content:"\f104";}
-.icon-angle-right:before{content:"\f105";}
-.icon-angle-up:before{content:"\f106";}
-.icon-angle-down:before{content:"\f107";}
-.icon-desktop:before{content:"\f108";}
-.icon-laptop:before{content:"\f109";}
-.icon-tablet:before{content:"\f10a";}
-.icon-mobile-phone:before{content:"\f10b";}
-.icon-circle-blank:before{content:"\f10c";}
-.icon-quote-left:before{content:"\f10d";}
-.icon-quote-right:before{content:"\f10e";}
-.icon-spinner:before{content:"\f110";}
-.icon-circle:before{content:"\f111";}
-.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
-.icon-github-alt:before{content:"\f113";}
-.icon-folder-close-alt:before{content:"\f114";}
-.icon-folder-open-alt:before{content:"\f115";}
-.icon-expand-alt:before{content:"\f116";}
-.icon-collapse-alt:before{content:"\f117";}
-.icon-smile:before{content:"\f118";}
-.icon-frown:before{content:"\f119";}
-.icon-meh:before{content:"\f11a";}
-.icon-gamepad:before{content:"\f11b";}
-.icon-keyboard:before{content:"\f11c";}
-.icon-flag-alt:before{content:"\f11d";}
-.icon-flag-checkered:before{content:"\f11e";}
-.icon-terminal:before{content:"\f120";}
-.icon-code:before{content:"\f121";}
-.icon-reply-all:before{content:"\f122";}
-.icon-mail-reply-all:before{content:"\f122";}
-.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
-.icon-location-arrow:before{content:"\f124";}
-.icon-crop:before{content:"\f125";}
-.icon-code-fork:before{content:"\f126";}
-.icon-unlink:before{content:"\f127";}
-.icon-question:before{content:"\f128";}
-.icon-info:before{content:"\f129";}
-.icon-exclamation:before{content:"\f12a";}
-.icon-superscript:before{content:"\f12b";}
-.icon-subscript:before{content:"\f12c";}
-.icon-eraser:before{content:"\f12d";}
-.icon-puzzle-piece:before{content:"\f12e";}
-.icon-microphone:before{content:"\f130";}
-.icon-microphone-off:before{content:"\f131";}
-.icon-shield:before{content:"\f132";}
-.icon-calendar-empty:before{content:"\f133";}
-.icon-fire-extinguisher:before{content:"\f134";}
-.icon-rocket:before{content:"\f135";}
-.icon-maxcdn:before{content:"\f136";}
-.icon-chevron-sign-left:before{content:"\f137";}
-.icon-chevron-sign-right:before{content:"\f138";}
-.icon-chevron-sign-up:before{content:"\f139";}
-.icon-chevron-sign-down:before{content:"\f13a";}
-.icon-html5:before{content:"\f13b";}
-.icon-css3:before{content:"\f13c";}
-.icon-anchor:before{content:"\f13d";}
-.icon-unlock-alt:before{content:"\f13e";}
-.icon-bullseye:before{content:"\f140";}
-.icon-ellipsis-horizontal:before{content:"\f141";}
-.icon-ellipsis-vertical:before{content:"\f142";}
-.icon-rss-sign:before{content:"\f143";}
-.icon-play-sign:before{content:"\f144";}
-.icon-ticket:before{content:"\f145";}
-.icon-minus-sign-alt:before{content:"\f146";}
-.icon-check-minus:before{content:"\f147";}
-.icon-level-up:before{content:"\f148";}
-.icon-level-down:before{content:"\f149";}
-.icon-check-sign:before{content:"\f14a";}
-.icon-edit-sign:before{content:"\f14b";}
-.icon-external-link-sign:before{content:"\f14c";}
-.icon-share-sign:before{content:"\f14d";}
-.icon-compass:before{content:"\f14e";}
-.icon-collapse:before{content:"\f150";}
-.icon-collapse-top:before{content:"\f151";}
-.icon-expand:before{content:"\f152";}
-.icon-euro:before,.icon-eur:before{content:"\f153";}
-.icon-gbp:before{content:"\f154";}
-.icon-dollar:before,.icon-usd:before{content:"\f155";}
-.icon-rupee:before,.icon-inr:before{content:"\f156";}
-.icon-yen:before,.icon-jpy:before{content:"\f157";}
-.icon-renminbi:before,.icon-cny:before{content:"\f158";}
-.icon-won:before,.icon-krw:before{content:"\f159";}
-.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
-.icon-file:before{content:"\f15b";}
-.icon-file-text:before{content:"\f15c";}
-.icon-sort-by-alphabet:before{content:"\f15d";}
-.icon-sort-by-alphabet-alt:before{content:"\f15e";}
-.icon-sort-by-attributes:before{content:"\f160";}
-.icon-sort-by-attributes-alt:before{content:"\f161";}
-.icon-sort-by-order:before{content:"\f162";}
-.icon-sort-by-order-alt:before{content:"\f163";}
-.icon-thumbs-up:before{content:"\f164";}
-.icon-thumbs-down:before{content:"\f165";}
-.icon-youtube-sign:before{content:"\f166";}
-.icon-youtube:before{content:"\f167";}
-.icon-xing:before{content:"\f168";}
-.icon-xing-sign:before{content:"\f169";}
-.icon-youtube-play:before{content:"\f16a";}
-.icon-dropbox:before{content:"\f16b";}
-.icon-stackexchange:before{content:"\f16c";}
-.icon-instagram:before{content:"\f16d";}
-.icon-flickr:before{content:"\f16e";}
-.icon-adn:before{content:"\f170";}
-.icon-bitbucket:before{content:"\f171";}
-.icon-bitbucket-sign:before{content:"\f172";}
-.icon-tumblr:before{content:"\f173";}
-.icon-tumblr-sign:before{content:"\f174";}
-.icon-long-arrow-down:before{content:"\f175";}
-.icon-long-arrow-up:before{content:"\f176";}
-.icon-long-arrow-left:before{content:"\f177";}
-.icon-long-arrow-right:before{content:"\f178";}
-.icon-apple:before{content:"\f179";}
-.icon-windows:before{content:"\f17a";}
-.icon-android:before{content:"\f17b";}
-.icon-linux:before{content:"\f17c";}
-.icon-dribbble:before{content:"\f17d";}
-.icon-skype:before{content:"\f17e";}
-.icon-foursquare:before{content:"\f180";}
-.icon-trello:before{content:"\f181";}
-.icon-female:before{content:"\f182";}
-.icon-male:before{content:"\f183";}
-.icon-gittip:before{content:"\f184";}
-.icon-sun:before{content:"\f185";}
-.icon-moon:before{content:"\f186";}
-.icon-archive:before{content:"\f187";}
-.icon-bug:before{content:"\f188";}
-.icon-vk:before{content:"\f189";}
-.icon-weibo:before{content:"\f18a";}
-.icon-renren:before{content:"\f18b";}
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/FontAwesome.otf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/FontAwesome.otf"
deleted file mode 100644
index 7012545..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/FontAwesome.otf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.eot" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.eot"
deleted file mode 100644
index 0662cb9..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.eot" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.svg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.svg"
deleted file mode 100644
index 2edb4ec..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.svg"
+++ /dev/null
@@ -1,399 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.ttf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.ttf"
deleted file mode 100644
index d365924..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.ttf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.woff" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.woff"
deleted file mode 100644
index b9bd17e..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/awes/font/fontawesome-webfont.woff" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.css"
deleted file mode 100644
index 680e768..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.css"
+++ /dev/null
@@ -1,6800 +0,0 @@
-/*!
- * Bootstrap v3.3.5 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
-html {
- font-family: sans-serif;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
-}
-body {
- margin: 0;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
- display: block;
-}
-audio,
-canvas,
-progress,
-video {
- display: inline-block;
- vertical-align: baseline;
-}
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-[hidden],
-template {
- display: none;
-}
-a {
- background-color: transparent;
-}
-a:active,
-a:hover {
- outline: 0;
-}
-abbr[title] {
- border-bottom: 1px dotted;
-}
-b,
-strong {
- font-weight: bold;
-}
-dfn {
- font-style: italic;
-}
-h1 {
- margin: .67em 0;
- font-size: 2em;
-}
-mark {
- color: #000;
- background: #ff0;
-}
-small {
- font-size: 80%;
-}
-sub,
-sup {
- position: relative;
- font-size: 75%;
- line-height: 0;
- vertical-align: baseline;
-}
-sup {
- top: -.5em;
-}
-sub {
- bottom: -.25em;
-}
-img {
- border: 0;
-}
-svg:not(:root) {
- overflow: hidden;
-}
-figure {
- margin: 1em 40px;
-}
-hr {
- height: 0;
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
-}
-pre {
- overflow: auto;
-}
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-button,
-input,
-optgroup,
-select,
-textarea {
- margin: 0;
- font: inherit;
- color: inherit;
-}
-button {
- overflow: visible;
-}
-button,
-select {
- text-transform: none;
-}
-button,
-html input[type="button"],
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button;
- cursor: pointer;
-}
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- padding: 0;
- border: 0;
-}
-input {
- line-height: normal;
-}
-input[type="checkbox"],
-input[type="radio"] {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0;
-}
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-input[type="search"] {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- -webkit-appearance: textfield;
-}
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-fieldset {
- padding: .35em .625em .75em;
- margin: 0 2px;
- border: 1px solid #c0c0c0;
-}
-legend {
- padding: 0;
- border: 0;
-}
-textarea {
- overflow: auto;
-}
-optgroup {
- font-weight: bold;
-}
-table {
- border-spacing: 0;
- border-collapse: collapse;
-}
-td,
-th {
- padding: 0;
-}
-/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
-@media print {
- *,
- *:before,
- *:after {
- color: #000 !important;
- text-shadow: none !important;
- background: transparent !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- a,
- a:visited {
- text-decoration: underline;
- }
- a[href]:after {
- content: " (" attr(href) ")";
- }
- abbr[title]:after {
- content: " (" attr(title) ")";
- }
- a[href^="#"]:after,
- a[href^="javascript:"]:after {
- content: "";
- }
- pre,
- blockquote {
- border: 1px solid #999;
-
- page-break-inside: avoid;
- }
- thead {
- display: table-header-group;
- }
- tr,
- img {
- page-break-inside: avoid;
- }
- img {
- max-width: 100% !important;
- }
- p,
- h2,
- h3 {
- orphans: 3;
- widows: 3;
- }
- h2,
- h3 {
- page-break-after: avoid;
- }
- .navbar {
- display: none;
- }
- .btn > .caret,
- .dropup > .btn > .caret {
- border-top-color: #000 !important;
- }
- .label {
- border: 1px solid #000;
- }
- .table {
- border-collapse: collapse !important;
- }
- .table td,
- .table th {
- background-color: #fff !important;
- }
- .table-bordered th,
- .table-bordered td {
- border: 1px solid #ddd !important;
- }
-}
-@font-face {
- font-family: 'Glyphicons Halflings';
-
- src: url('../fonts/glyphicons-halflings-regular.eot');
- src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-}
-.glyphicon {
- position: relative;
- top: 1px;
- display: inline-block;
- font-family: 'Glyphicons Halflings';
- font-style: normal;
- font-weight: normal;
- line-height: 1;
-
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-.glyphicon-asterisk:before {
- content: "\2a";
-}
-.glyphicon-plus:before {
- content: "\2b";
-}
-.glyphicon-euro:before,
-.glyphicon-eur:before {
- content: "\20ac";
-}
-.glyphicon-minus:before {
- content: "\2212";
-}
-.glyphicon-cloud:before {
- content: "\2601";
-}
-.glyphicon-envelope:before {
- content: "\2709";
-}
-.glyphicon-pencil:before {
- content: "\270f";
-}
-.glyphicon-glass:before {
- content: "\e001";
-}
-.glyphicon-music:before {
- content: "\e002";
-}
-.glyphicon-search:before {
- content: "\e003";
-}
-.glyphicon-heart:before {
- content: "\e005";
-}
-.glyphicon-star:before {
- content: "\e006";
-}
-.glyphicon-star-empty:before {
- content: "\e007";
-}
-.glyphicon-user:before {
- content: "\e008";
-}
-.glyphicon-film:before {
- content: "\e009";
-}
-.glyphicon-th-large:before {
- content: "\e010";
-}
-.glyphicon-th:before {
- content: "\e011";
-}
-.glyphicon-th-list:before {
- content: "\e012";
-}
-.glyphicon-ok:before {
- content: "\e013";
-}
-.glyphicon-remove:before {
- content: "\e014";
-}
-.glyphicon-zoom-in:before {
- content: "\e015";
-}
-.glyphicon-zoom-out:before {
- content: "\e016";
-}
-.glyphicon-off:before {
- content: "\e017";
-}
-.glyphicon-signal:before {
- content: "\e018";
-}
-.glyphicon-cog:before {
- content: "\e019";
-}
-.glyphicon-trash:before {
- content: "\e020";
-}
-.glyphicon-home:before {
- content: "\e021";
-}
-.glyphicon-file:before {
- content: "\e022";
-}
-.glyphicon-time:before {
- content: "\e023";
-}
-.glyphicon-road:before {
- content: "\e024";
-}
-.glyphicon-download-alt:before {
- content: "\e025";
-}
-.glyphicon-download:before {
- content: "\e026";
-}
-.glyphicon-upload:before {
- content: "\e027";
-}
-.glyphicon-inbox:before {
- content: "\e028";
-}
-.glyphicon-play-circle:before {
- content: "\e029";
-}
-.glyphicon-repeat:before {
- content: "\e030";
-}
-.glyphicon-refresh:before {
- content: "\e031";
-}
-.glyphicon-list-alt:before {
- content: "\e032";
-}
-.glyphicon-lock:before {
- content: "\e033";
-}
-.glyphicon-flag:before {
- content: "\e034";
-}
-.glyphicon-headphones:before {
- content: "\e035";
-}
-.glyphicon-volume-off:before {
- content: "\e036";
-}
-.glyphicon-volume-down:before {
- content: "\e037";
-}
-.glyphicon-volume-up:before {
- content: "\e038";
-}
-.glyphicon-qrcode:before {
- content: "\e039";
-}
-.glyphicon-barcode:before {
- content: "\e040";
-}
-.glyphicon-tag:before {
- content: "\e041";
-}
-.glyphicon-tags:before {
- content: "\e042";
-}
-.glyphicon-book:before {
- content: "\e043";
-}
-.glyphicon-bookmark:before {
- content: "\e044";
-}
-.glyphicon-print:before {
- content: "\e045";
-}
-.glyphicon-camera:before {
- content: "\e046";
-}
-.glyphicon-font:before {
- content: "\e047";
-}
-.glyphicon-bold:before {
- content: "\e048";
-}
-.glyphicon-italic:before {
- content: "\e049";
-}
-.glyphicon-text-height:before {
- content: "\e050";
-}
-.glyphicon-text-width:before {
- content: "\e051";
-}
-.glyphicon-align-left:before {
- content: "\e052";
-}
-.glyphicon-align-center:before {
- content: "\e053";
-}
-.glyphicon-align-right:before {
- content: "\e054";
-}
-.glyphicon-align-justify:before {
- content: "\e055";
-}
-.glyphicon-list:before {
- content: "\e056";
-}
-.glyphicon-indent-left:before {
- content: "\e057";
-}
-.glyphicon-indent-right:before {
- content: "\e058";
-}
-.glyphicon-facetime-video:before {
- content: "\e059";
-}
-.glyphicon-picture:before {
- content: "\e060";
-}
-.glyphicon-map-marker:before {
- content: "\e062";
-}
-.glyphicon-adjust:before {
- content: "\e063";
-}
-.glyphicon-tint:before {
- content: "\e064";
-}
-.glyphicon-edit:before {
- content: "\e065";
-}
-.glyphicon-share:before {
- content: "\e066";
-}
-.glyphicon-check:before {
- content: "\e067";
-}
-.glyphicon-move:before {
- content: "\e068";
-}
-.glyphicon-step-backward:before {
- content: "\e069";
-}
-.glyphicon-fast-backward:before {
- content: "\e070";
-}
-.glyphicon-backward:before {
- content: "\e071";
-}
-.glyphicon-play:before {
- content: "\e072";
-}
-.glyphicon-pause:before {
- content: "\e073";
-}
-.glyphicon-stop:before {
- content: "\e074";
-}
-.glyphicon-forward:before {
- content: "\e075";
-}
-.glyphicon-fast-forward:before {
- content: "\e076";
-}
-.glyphicon-step-forward:before {
- content: "\e077";
-}
-.glyphicon-eject:before {
- content: "\e078";
-}
-.glyphicon-chevron-left:before {
- content: "\e079";
-}
-.glyphicon-chevron-right:before {
- content: "\e080";
-}
-.glyphicon-plus-sign:before {
- content: "\e081";
-}
-.glyphicon-minus-sign:before {
- content: "\e082";
-}
-.glyphicon-remove-sign:before {
- content: "\e083";
-}
-.glyphicon-ok-sign:before {
- content: "\e084";
-}
-.glyphicon-question-sign:before {
- content: "\e085";
-}
-.glyphicon-info-sign:before {
- content: "\e086";
-}
-.glyphicon-screenshot:before {
- content: "\e087";
-}
-.glyphicon-remove-circle:before {
- content: "\e088";
-}
-.glyphicon-ok-circle:before {
- content: "\e089";
-}
-.glyphicon-ban-circle:before {
- content: "\e090";
-}
-.glyphicon-arrow-left:before {
- content: "\e091";
-}
-.glyphicon-arrow-right:before {
- content: "\e092";
-}
-.glyphicon-arrow-up:before {
- content: "\e093";
-}
-.glyphicon-arrow-down:before {
- content: "\e094";
-}
-.glyphicon-share-alt:before {
- content: "\e095";
-}
-.glyphicon-resize-full:before {
- content: "\e096";
-}
-.glyphicon-resize-small:before {
- content: "\e097";
-}
-.glyphicon-exclamation-sign:before {
- content: "\e101";
-}
-.glyphicon-gift:before {
- content: "\e102";
-}
-.glyphicon-leaf:before {
- content: "\e103";
-}
-.glyphicon-fire:before {
- content: "\e104";
-}
-.glyphicon-eye-open:before {
- content: "\e105";
-}
-.glyphicon-eye-close:before {
- content: "\e106";
-}
-.glyphicon-warning-sign:before {
- content: "\e107";
-}
-.glyphicon-plane:before {
- content: "\e108";
-}
-.glyphicon-calendar:before {
- content: "\e109";
-}
-.glyphicon-random:before {
- content: "\e110";
-}
-.glyphicon-comment:before {
- content: "\e111";
-}
-.glyphicon-magnet:before {
- content: "\e112";
-}
-.glyphicon-chevron-up:before {
- content: "\e113";
-}
-.glyphicon-chevron-down:before {
- content: "\e114";
-}
-.glyphicon-retweet:before {
- content: "\e115";
-}
-.glyphicon-shopping-cart:before {
- content: "\e116";
-}
-.glyphicon-folder-close:before {
- content: "\e117";
-}
-.glyphicon-folder-open:before {
- content: "\e118";
-}
-.glyphicon-resize-vertical:before {
- content: "\e119";
-}
-.glyphicon-resize-horizontal:before {
- content: "\e120";
-}
-.glyphicon-hdd:before {
- content: "\e121";
-}
-.glyphicon-bullhorn:before {
- content: "\e122";
-}
-.glyphicon-bell:before {
- content: "\e123";
-}
-.glyphicon-certificate:before {
- content: "\e124";
-}
-.glyphicon-thumbs-up:before {
- content: "\e125";
-}
-.glyphicon-thumbs-down:before {
- content: "\e126";
-}
-.glyphicon-hand-right:before {
- content: "\e127";
-}
-.glyphicon-hand-left:before {
- content: "\e128";
-}
-.glyphicon-hand-up:before {
- content: "\e129";
-}
-.glyphicon-hand-down:before {
- content: "\e130";
-}
-.glyphicon-circle-arrow-right:before {
- content: "\e131";
-}
-.glyphicon-circle-arrow-left:before {
- content: "\e132";
-}
-.glyphicon-circle-arrow-up:before {
- content: "\e133";
-}
-.glyphicon-circle-arrow-down:before {
- content: "\e134";
-}
-.glyphicon-globe:before {
- content: "\e135";
-}
-.glyphicon-wrench:before {
- content: "\e136";
-}
-.glyphicon-tasks:before {
- content: "\e137";
-}
-.glyphicon-filter:before {
- content: "\e138";
-}
-.glyphicon-briefcase:before {
- content: "\e139";
-}
-.glyphicon-fullscreen:before {
- content: "\e140";
-}
-.glyphicon-dashboard:before {
- content: "\e141";
-}
-.glyphicon-paperclip:before {
- content: "\e142";
-}
-.glyphicon-heart-empty:before {
- content: "\e143";
-}
-.glyphicon-link:before {
- content: "\e144";
-}
-.glyphicon-phone:before {
- content: "\e145";
-}
-.glyphicon-pushpin:before {
- content: "\e146";
-}
-.glyphicon-usd:before {
- content: "\e148";
-}
-.glyphicon-gbp:before {
- content: "\e149";
-}
-.glyphicon-sort:before {
- content: "\e150";
-}
-.glyphicon-sort-by-alphabet:before {
- content: "\e151";
-}
-.glyphicon-sort-by-alphabet-alt:before {
- content: "\e152";
-}
-.glyphicon-sort-by-order:before {
- content: "\e153";
-}
-.glyphicon-sort-by-order-alt:before {
- content: "\e154";
-}
-.glyphicon-sort-by-attributes:before {
- content: "\e155";
-}
-.glyphicon-sort-by-attributes-alt:before {
- content: "\e156";
-}
-.glyphicon-unchecked:before {
- content: "\e157";
-}
-.glyphicon-expand:before {
- content: "\e158";
-}
-.glyphicon-collapse-down:before {
- content: "\e159";
-}
-.glyphicon-collapse-up:before {
- content: "\e160";
-}
-.glyphicon-log-in:before {
- content: "\e161";
-}
-.glyphicon-flash:before {
- content: "\e162";
-}
-.glyphicon-log-out:before {
- content: "\e163";
-}
-.glyphicon-new-window:before {
- content: "\e164";
-}
-.glyphicon-record:before {
- content: "\e165";
-}
-.glyphicon-save:before {
- content: "\e166";
-}
-.glyphicon-open:before {
- content: "\e167";
-}
-.glyphicon-saved:before {
- content: "\e168";
-}
-.glyphicon-import:before {
- content: "\e169";
-}
-.glyphicon-export:before {
- content: "\e170";
-}
-.glyphicon-send:before {
- content: "\e171";
-}
-.glyphicon-floppy-disk:before {
- content: "\e172";
-}
-.glyphicon-floppy-saved:before {
- content: "\e173";
-}
-.glyphicon-floppy-remove:before {
- content: "\e174";
-}
-.glyphicon-floppy-save:before {
- content: "\e175";
-}
-.glyphicon-floppy-open:before {
- content: "\e176";
-}
-.glyphicon-credit-card:before {
- content: "\e177";
-}
-.glyphicon-transfer:before {
- content: "\e178";
-}
-.glyphicon-cutlery:before {
- content: "\e179";
-}
-.glyphicon-header:before {
- content: "\e180";
-}
-.glyphicon-compressed:before {
- content: "\e181";
-}
-.glyphicon-earphone:before {
- content: "\e182";
-}
-.glyphicon-phone-alt:before {
- content: "\e183";
-}
-.glyphicon-tower:before {
- content: "\e184";
-}
-.glyphicon-stats:before {
- content: "\e185";
-}
-.glyphicon-sd-video:before {
- content: "\e186";
-}
-.glyphicon-hd-video:before {
- content: "\e187";
-}
-.glyphicon-subtitles:before {
- content: "\e188";
-}
-.glyphicon-sound-stereo:before {
- content: "\e189";
-}
-.glyphicon-sound-dolby:before {
- content: "\e190";
-}
-.glyphicon-sound-5-1:before {
- content: "\e191";
-}
-.glyphicon-sound-6-1:before {
- content: "\e192";
-}
-.glyphicon-sound-7-1:before {
- content: "\e193";
-}
-.glyphicon-copyright-mark:before {
- content: "\e194";
-}
-.glyphicon-registration-mark:before {
- content: "\e195";
-}
-.glyphicon-cloud-download:before {
- content: "\e197";
-}
-.glyphicon-cloud-upload:before {
- content: "\e198";
-}
-.glyphicon-tree-conifer:before {
- content: "\e199";
-}
-.glyphicon-tree-deciduous:before {
- content: "\e200";
-}
-.glyphicon-cd:before {
- content: "\e201";
-}
-.glyphicon-save-file:before {
- content: "\e202";
-}
-.glyphicon-open-file:before {
- content: "\e203";
-}
-.glyphicon-level-up:before {
- content: "\e204";
-}
-.glyphicon-copy:before {
- content: "\e205";
-}
-.glyphicon-paste:before {
- content: "\e206";
-}
-.glyphicon-alert:before {
- content: "\e209";
-}
-.glyphicon-equalizer:before {
- content: "\e210";
-}
-.glyphicon-king:before {
- content: "\e211";
-}
-.glyphicon-queen:before {
- content: "\e212";
-}
-.glyphicon-pawn:before {
- content: "\e213";
-}
-.glyphicon-bishop:before {
- content: "\e214";
-}
-.glyphicon-knight:before {
- content: "\e215";
-}
-.glyphicon-baby-formula:before {
- content: "\e216";
-}
-.glyphicon-tent:before {
- content: "\26fa";
-}
-.glyphicon-blackboard:before {
- content: "\e218";
-}
-.glyphicon-bed:before {
- content: "\e219";
-}
-.glyphicon-apple:before {
- content: "\f8ff";
-}
-.glyphicon-erase:before {
- content: "\e221";
-}
-.glyphicon-hourglass:before {
- content: "\231b";
-}
-.glyphicon-lamp:before {
- content: "\e223";
-}
-.glyphicon-duplicate:before {
- content: "\e224";
-}
-.glyphicon-piggy-bank:before {
- content: "\e225";
-}
-.glyphicon-scissors:before {
- content: "\e226";
-}
-.glyphicon-bitcoin:before {
- content: "\e227";
-}
-.glyphicon-btc:before {
- content: "\e227";
-}
-.glyphicon-xbt:before {
- content: "\e227";
-}
-.glyphicon-yen:before {
- content: "\00a5";
-}
-.glyphicon-jpy:before {
- content: "\00a5";
-}
-.glyphicon-ruble:before {
- content: "\20bd";
-}
-.glyphicon-rub:before {
- content: "\20bd";
-}
-.glyphicon-scale:before {
- content: "\e230";
-}
-.glyphicon-ice-lolly:before {
- content: "\e231";
-}
-.glyphicon-ice-lolly-tasted:before {
- content: "\e232";
-}
-.glyphicon-education:before {
- content: "\e233";
-}
-.glyphicon-option-horizontal:before {
- content: "\e234";
-}
-.glyphicon-option-vertical:before {
- content: "\e235";
-}
-.glyphicon-menu-hamburger:before {
- content: "\e236";
-}
-.glyphicon-modal-window:before {
- content: "\e237";
-}
-.glyphicon-oil:before {
- content: "\e238";
-}
-.glyphicon-grain:before {
- content: "\e239";
-}
-.glyphicon-sunglasses:before {
- content: "\e240";
-}
-.glyphicon-text-size:before {
- content: "\e241";
-}
-.glyphicon-text-color:before {
- content: "\e242";
-}
-.glyphicon-text-background:before {
- content: "\e243";
-}
-.glyphicon-object-align-top:before {
- content: "\e244";
-}
-.glyphicon-object-align-bottom:before {
- content: "\e245";
-}
-.glyphicon-object-align-horizontal:before {
- content: "\e246";
-}
-.glyphicon-object-align-left:before {
- content: "\e247";
-}
-.glyphicon-object-align-vertical:before {
- content: "\e248";
-}
-.glyphicon-object-align-right:before {
- content: "\e249";
-}
-.glyphicon-triangle-right:before {
- content: "\e250";
-}
-.glyphicon-triangle-left:before {
- content: "\e251";
-}
-.glyphicon-triangle-bottom:before {
- content: "\e252";
-}
-.glyphicon-triangle-top:before {
- content: "\e253";
-}
-.glyphicon-console:before {
- content: "\e254";
-}
-.glyphicon-superscript:before {
- content: "\e255";
-}
-.glyphicon-subscript:before {
- content: "\e256";
-}
-.glyphicon-menu-left:before {
- content: "\e257";
-}
-.glyphicon-menu-right:before {
- content: "\e258";
-}
-.glyphicon-menu-down:before {
- content: "\e259";
-}
-.glyphicon-menu-up:before {
- content: "\e260";
-}
-* {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-*:before,
-*:after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-html {
- font-size: 10px;
-
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-body {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #333;
- background-color: #fff;
-}
-input,
-button,
-select,
-textarea {
- font-family: inherit;
- font-size: inherit;
- line-height: inherit;
-}
-a {
- color: #337ab7;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #23527c;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-figure {
- margin: 0;
-}
-img {
- vertical-align: middle;
-}
-.img-responsive,
-.thumbnail > img,
-.thumbnail a > img,
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
- display: block;
- max-width: 100%;
- height: auto;
-}
-.img-rounded {
- border-radius: 6px;
-}
-.img-thumbnail {
- display: inline-block;
- max-width: 100%;
- height: auto;
- padding: 4px;
- line-height: 1.42857143;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
- -webkit-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
-}
-.img-circle {
- border-radius: 50%;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eee;
-}
-.sr-only {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip: rect(0, 0, 0, 0);
- border: 0;
-}
-.sr-only-focusable:active,
-.sr-only-focusable:focus {
- position: static;
- width: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- clip: auto;
-}
-[role="button"] {
- cursor: pointer;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: inherit;
- font-weight: 500;
- line-height: 1.1;
- color: inherit;
-}
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small,
-.h1 small,
-.h2 small,
-.h3 small,
-.h4 small,
-.h5 small,
-.h6 small,
-h1 .small,
-h2 .small,
-h3 .small,
-h4 .small,
-h5 .small,
-h6 .small,
-.h1 .small,
-.h2 .small,
-.h3 .small,
-.h4 .small,
-.h5 .small,
-.h6 .small {
- font-weight: normal;
- line-height: 1;
- color: #777;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 10px;
-}
-h1 small,
-.h1 small,
-h2 small,
-.h2 small,
-h3 small,
-.h3 small,
-h1 .small,
-.h1 .small,
-h2 .small,
-.h2 .small,
-h3 .small,
-.h3 .small {
- font-size: 65%;
-}
-h4,
-.h4,
-h5,
-.h5,
-h6,
-.h6 {
- margin-top: 10px;
- margin-bottom: 10px;
-}
-h4 small,
-.h4 small,
-h5 small,
-.h5 small,
-h6 small,
-.h6 small,
-h4 .small,
-.h4 .small,
-h5 .small,
-.h5 .small,
-h6 .small,
-.h6 .small {
- font-size: 75%;
-}
-h1,
-.h1 {
- font-size: 36px;
-}
-h2,
-.h2 {
- font-size: 30px;
-}
-h3,
-.h3 {
- font-size: 24px;
-}
-h4,
-.h4 {
- font-size: 18px;
-}
-h5,
-.h5 {
- font-size: 14px;
-}
-h6,
-.h6 {
- font-size: 12px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 16px;
- font-weight: 300;
- line-height: 1.4;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-small,
-.small {
- font-size: 85%;
-}
-mark,
-.mark {
- padding: .2em;
- background-color: #fcf8e3;
-}
-.text-left {
- text-align: left;
-}
-.text-right {
- text-align: right;
-}
-.text-center {
- text-align: center;
-}
-.text-justify {
- text-align: justify;
-}
-.text-nowrap {
- white-space: nowrap;
-}
-.text-lowercase {
- text-transform: lowercase;
-}
-.text-uppercase {
- text-transform: uppercase;
-}
-.text-capitalize {
- text-transform: capitalize;
-}
-.text-muted {
- color: #777;
-}
-.text-primary {
- color: #337ab7;
-}
-a.text-primary:hover,
-a.text-primary:focus {
- color: #286090;
-}
-.text-success {
- color: #3c763d;
-}
-a.text-success:hover,
-a.text-success:focus {
- color: #2b542c;
-}
-.text-info {
- color: #31708f;
-}
-a.text-info:hover,
-a.text-info:focus {
- color: #245269;
-}
-.text-warning {
- color: #8a6d3b;
-}
-a.text-warning:hover,
-a.text-warning:focus {
- color: #66512c;
-}
-.text-danger {
- color: #a94442;
-}
-a.text-danger:hover,
-a.text-danger:focus {
- color: #843534;
-}
-.bg-primary {
- color: #fff;
- background-color: #337ab7;
-}
-a.bg-primary:hover,
-a.bg-primary:focus {
- background-color: #286090;
-}
-.bg-success {
- background-color: #dff0d8;
-}
-a.bg-success:hover,
-a.bg-success:focus {
- background-color: #c1e2b3;
-}
-.bg-info {
- background-color: #d9edf7;
-}
-a.bg-info:hover,
-a.bg-info:focus {
- background-color: #afd9ee;
-}
-.bg-warning {
- background-color: #fcf8e3;
-}
-a.bg-warning:hover,
-a.bg-warning:focus {
- background-color: #f7ecb5;
-}
-.bg-danger {
- background-color: #f2dede;
-}
-a.bg-danger:hover,
-a.bg-danger:focus {
- background-color: #e4b9b9;
-}
-.page-header {
- padding-bottom: 9px;
- margin: 40px 0 20px;
- border-bottom: 1px solid #eee;
-}
-ul,
-ol {
- margin-top: 0;
- margin-bottom: 10px;
-}
-ul ul,
-ol ul,
-ul ol,
-ol ol {
- margin-bottom: 0;
-}
-.list-unstyled {
- padding-left: 0;
- list-style: none;
-}
-.list-inline {
- padding-left: 0;
- margin-left: -5px;
- list-style: none;
-}
-.list-inline > li {
- display: inline-block;
- padding-right: 5px;
- padding-left: 5px;
-}
-dl {
- margin-top: 0;
- margin-bottom: 20px;
-}
-dt,
-dd {
- line-height: 1.42857143;
-}
-dt {
- font-weight: bold;
-}
-dd {
- margin-left: 0;
-}
-@media (min-width: 768px) {
- .dl-horizontal dt {
- float: left;
- width: 160px;
- overflow: hidden;
- clear: left;
- text-align: right;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .dl-horizontal dd {
- margin-left: 180px;
- }
-}
-abbr[title],
-abbr[data-original-title] {
- cursor: help;
- border-bottom: 1px dotted #777;
-}
-.initialism {
- font-size: 90%;
- text-transform: uppercase;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 17.5px;
- border-left: 5px solid #eee;
-}
-blockquote p:last-child,
-blockquote ul:last-child,
-blockquote ol:last-child {
- margin-bottom: 0;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #777;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- padding-right: 15px;
- padding-left: 0;
- text-align: right;
- border-right: 5px solid #eee;
- border-left: 0;
-}
-.blockquote-reverse footer:before,
-blockquote.pull-right footer:before,
-.blockquote-reverse small:before,
-blockquote.pull-right small:before,
-.blockquote-reverse .small:before,
-blockquote.pull-right .small:before {
- content: '';
-}
-.blockquote-reverse footer:after,
-blockquote.pull-right footer:after,
-.blockquote-reverse small:after,
-blockquote.pull-right small:after,
-.blockquote-reverse .small:after,
-blockquote.pull-right .small:after {
- content: '\00A0 \2014';
-}
-address {
- margin-bottom: 20px;
- font-style: normal;
- line-height: 1.42857143;
-}
-code,
-kbd,
-pre,
-samp {
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-}
-code {
- padding: 2px 4px;
- font-size: 90%;
- color: #c7254e;
- background-color: #f9f2f4;
- border-radius: 4px;
-}
-kbd {
- padding: 2px 4px;
- font-size: 90%;
- color: #fff;
- background-color: #333;
- border-radius: 3px;
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
-}
-kbd kbd {
- padding: 0;
- font-size: 100%;
- font-weight: bold;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-pre {
- display: block;
- padding: 9.5px;
- margin: 0 0 10px;
- font-size: 13px;
- line-height: 1.42857143;
- color: #333;
- word-break: break-all;
- word-wrap: break-word;
- background-color: #f5f5f5;
- border: 1px solid #ccc;
- border-radius: 4px;
-}
-pre code {
- padding: 0;
- font-size: inherit;
- color: inherit;
- white-space: pre-wrap;
- background-color: transparent;
- border-radius: 0;
-}
-.pre-scrollable {
- max-height: 340px;
- overflow-y: scroll;
-}
-.container {
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
-}
-@media (min-width: 768px) {
- .container {
- width: 750px;
- }
-}
-@media (min-width: 992px) {
- .container {
- width: 970px;
- }
-}
-@media (min-width: 1200px) {
- .container {
- width: 1170px;
- }
-}
-.container-fluid {
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
-}
-.row {
- margin-right: -15px;
- margin-left: -15px;
-}
-.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
- position: relative;
- min-height: 1px;
- padding-right: 15px;
- padding-left: 15px;
-}
-.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
- float: left;
-}
-.col-xs-12 {
- width: 100%;
-}
-.col-xs-11 {
- width: 91.66666667%;
-}
-.col-xs-10 {
- width: 83.33333333%;
-}
-.col-xs-9 {
- width: 75%;
-}
-.col-xs-8 {
- width: 66.66666667%;
-}
-.col-xs-7 {
- width: 58.33333333%;
-}
-.col-xs-6 {
- width: 50%;
-}
-.col-xs-5 {
- width: 41.66666667%;
-}
-.col-xs-4 {
- width: 33.33333333%;
-}
-.col-xs-3 {
- width: 25%;
-}
-.col-xs-2 {
- width: 16.66666667%;
-}
-.col-xs-1 {
- width: 8.33333333%;
-}
-.col-xs-pull-12 {
- right: 100%;
-}
-.col-xs-pull-11 {
- right: 91.66666667%;
-}
-.col-xs-pull-10 {
- right: 83.33333333%;
-}
-.col-xs-pull-9 {
- right: 75%;
-}
-.col-xs-pull-8 {
- right: 66.66666667%;
-}
-.col-xs-pull-7 {
- right: 58.33333333%;
-}
-.col-xs-pull-6 {
- right: 50%;
-}
-.col-xs-pull-5 {
- right: 41.66666667%;
-}
-.col-xs-pull-4 {
- right: 33.33333333%;
-}
-.col-xs-pull-3 {
- right: 25%;
-}
-.col-xs-pull-2 {
- right: 16.66666667%;
-}
-.col-xs-pull-1 {
- right: 8.33333333%;
-}
-.col-xs-pull-0 {
- right: auto;
-}
-.col-xs-push-12 {
- left: 100%;
-}
-.col-xs-push-11 {
- left: 91.66666667%;
-}
-.col-xs-push-10 {
- left: 83.33333333%;
-}
-.col-xs-push-9 {
- left: 75%;
-}
-.col-xs-push-8 {
- left: 66.66666667%;
-}
-.col-xs-push-7 {
- left: 58.33333333%;
-}
-.col-xs-push-6 {
- left: 50%;
-}
-.col-xs-push-5 {
- left: 41.66666667%;
-}
-.col-xs-push-4 {
- left: 33.33333333%;
-}
-.col-xs-push-3 {
- left: 25%;
-}
-.col-xs-push-2 {
- left: 16.66666667%;
-}
-.col-xs-push-1 {
- left: 8.33333333%;
-}
-.col-xs-push-0 {
- left: auto;
-}
-.col-xs-offset-12 {
- margin-left: 100%;
-}
-.col-xs-offset-11 {
- margin-left: 91.66666667%;
-}
-.col-xs-offset-10 {
- margin-left: 83.33333333%;
-}
-.col-xs-offset-9 {
- margin-left: 75%;
-}
-.col-xs-offset-8 {
- margin-left: 66.66666667%;
-}
-.col-xs-offset-7 {
- margin-left: 58.33333333%;
-}
-.col-xs-offset-6 {
- margin-left: 50%;
-}
-.col-xs-offset-5 {
- margin-left: 41.66666667%;
-}
-.col-xs-offset-4 {
- margin-left: 33.33333333%;
-}
-.col-xs-offset-3 {
- margin-left: 25%;
-}
-.col-xs-offset-2 {
- margin-left: 16.66666667%;
-}
-.col-xs-offset-1 {
- margin-left: 8.33333333%;
-}
-.col-xs-offset-0 {
- margin-left: 0;
-}
-@media (min-width: 768px) {
- .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
- float: left;
- }
- .col-sm-12 {
- width: 100%;
- }
- .col-sm-11 {
- width: 91.66666667%;
- }
- .col-sm-10 {
- width: 83.33333333%;
- }
- .col-sm-9 {
- width: 75%;
- }
- .col-sm-8 {
- width: 66.66666667%;
- }
- .col-sm-7 {
- width: 58.33333333%;
- }
- .col-sm-6 {
- width: 50%;
- }
- .col-sm-5 {
- width: 41.66666667%;
- }
- .col-sm-4 {
- width: 33.33333333%;
- }
- .col-sm-3 {
- width: 25%;
- }
- .col-sm-2 {
- width: 16.66666667%;
- }
- .col-sm-1 {
- width: 8.33333333%;
- }
- .col-sm-pull-12 {
- right: 100%;
- }
- .col-sm-pull-11 {
- right: 91.66666667%;
- }
- .col-sm-pull-10 {
- right: 83.33333333%;
- }
- .col-sm-pull-9 {
- right: 75%;
- }
- .col-sm-pull-8 {
- right: 66.66666667%;
- }
- .col-sm-pull-7 {
- right: 58.33333333%;
- }
- .col-sm-pull-6 {
- right: 50%;
- }
- .col-sm-pull-5 {
- right: 41.66666667%;
- }
- .col-sm-pull-4 {
- right: 33.33333333%;
- }
- .col-sm-pull-3 {
- right: 25%;
- }
- .col-sm-pull-2 {
- right: 16.66666667%;
- }
- .col-sm-pull-1 {
- right: 8.33333333%;
- }
- .col-sm-pull-0 {
- right: auto;
- }
- .col-sm-push-12 {
- left: 100%;
- }
- .col-sm-push-11 {
- left: 91.66666667%;
- }
- .col-sm-push-10 {
- left: 83.33333333%;
- }
- .col-sm-push-9 {
- left: 75%;
- }
- .col-sm-push-8 {
- left: 66.66666667%;
- }
- .col-sm-push-7 {
- left: 58.33333333%;
- }
- .col-sm-push-6 {
- left: 50%;
- }
- .col-sm-push-5 {
- left: 41.66666667%;
- }
- .col-sm-push-4 {
- left: 33.33333333%;
- }
- .col-sm-push-3 {
- left: 25%;
- }
- .col-sm-push-2 {
- left: 16.66666667%;
- }
- .col-sm-push-1 {
- left: 8.33333333%;
- }
- .col-sm-push-0 {
- left: auto;
- }
- .col-sm-offset-12 {
- margin-left: 100%;
- }
- .col-sm-offset-11 {
- margin-left: 91.66666667%;
- }
- .col-sm-offset-10 {
- margin-left: 83.33333333%;
- }
- .col-sm-offset-9 {
- margin-left: 75%;
- }
- .col-sm-offset-8 {
- margin-left: 66.66666667%;
- }
- .col-sm-offset-7 {
- margin-left: 58.33333333%;
- }
- .col-sm-offset-6 {
- margin-left: 50%;
- }
- .col-sm-offset-5 {
- margin-left: 41.66666667%;
- }
- .col-sm-offset-4 {
- margin-left: 33.33333333%;
- }
- .col-sm-offset-3 {
- margin-left: 25%;
- }
- .col-sm-offset-2 {
- margin-left: 16.66666667%;
- }
- .col-sm-offset-1 {
- margin-left: 8.33333333%;
- }
- .col-sm-offset-0 {
- margin-left: 0;
- }
-}
-@media (min-width: 992px) {
- .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
- float: left;
- }
- .col-md-12 {
- width: 100%;
- }
- .col-md-11 {
- width: 91.66666667%;
- }
- .col-md-10 {
- width: 83.33333333%;
- }
- .col-md-9 {
- width: 75%;
- }
- .col-md-8 {
- width: 66.66666667%;
- }
- .col-md-7 {
- width: 58.33333333%;
- }
- .col-md-6 {
- width: 50%;
- }
- .col-md-5 {
- width: 41.66666667%;
- }
- .col-md-4 {
- width: 33.33333333%;
- }
- .col-md-3 {
- width: 25%;
- }
- .col-md-2 {
- width: 16.66666667%;
- }
- .col-md-1 {
- width: 8.33333333%;
- }
- .col-md-pull-12 {
- right: 100%;
- }
- .col-md-pull-11 {
- right: 91.66666667%;
- }
- .col-md-pull-10 {
- right: 83.33333333%;
- }
- .col-md-pull-9 {
- right: 75%;
- }
- .col-md-pull-8 {
- right: 66.66666667%;
- }
- .col-md-pull-7 {
- right: 58.33333333%;
- }
- .col-md-pull-6 {
- right: 50%;
- }
- .col-md-pull-5 {
- right: 41.66666667%;
- }
- .col-md-pull-4 {
- right: 33.33333333%;
- }
- .col-md-pull-3 {
- right: 25%;
- }
- .col-md-pull-2 {
- right: 16.66666667%;
- }
- .col-md-pull-1 {
- right: 8.33333333%;
- }
- .col-md-pull-0 {
- right: auto;
- }
- .col-md-push-12 {
- left: 100%;
- }
- .col-md-push-11 {
- left: 91.66666667%;
- }
- .col-md-push-10 {
- left: 83.33333333%;
- }
- .col-md-push-9 {
- left: 75%;
- }
- .col-md-push-8 {
- left: 66.66666667%;
- }
- .col-md-push-7 {
- left: 58.33333333%;
- }
- .col-md-push-6 {
- left: 50%;
- }
- .col-md-push-5 {
- left: 41.66666667%;
- }
- .col-md-push-4 {
- left: 33.33333333%;
- }
- .col-md-push-3 {
- left: 25%;
- }
- .col-md-push-2 {
- left: 16.66666667%;
- }
- .col-md-push-1 {
- left: 8.33333333%;
- }
- .col-md-push-0 {
- left: auto;
- }
- .col-md-offset-12 {
- margin-left: 100%;
- }
- .col-md-offset-11 {
- margin-left: 91.66666667%;
- }
- .col-md-offset-10 {
- margin-left: 83.33333333%;
- }
- .col-md-offset-9 {
- margin-left: 75%;
- }
- .col-md-offset-8 {
- margin-left: 66.66666667%;
- }
- .col-md-offset-7 {
- margin-left: 58.33333333%;
- }
- .col-md-offset-6 {
- margin-left: 50%;
- }
- .col-md-offset-5 {
- margin-left: 41.66666667%;
- }
- .col-md-offset-4 {
- margin-left: 33.33333333%;
- }
- .col-md-offset-3 {
- margin-left: 25%;
- }
- .col-md-offset-2 {
- margin-left: 16.66666667%;
- }
- .col-md-offset-1 {
- margin-left: 8.33333333%;
- }
- .col-md-offset-0 {
- margin-left: 0;
- }
-}
-@media (min-width: 1200px) {
- .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
- float: left;
- }
- .col-lg-12 {
- width: 100%;
- }
- .col-lg-11 {
- width: 91.66666667%;
- }
- .col-lg-10 {
- width: 83.33333333%;
- }
- .col-lg-9 {
- width: 75%;
- }
- .col-lg-8 {
- width: 66.66666667%;
- }
- .col-lg-7 {
- width: 58.33333333%;
- }
- .col-lg-6 {
- width: 50%;
- }
- .col-lg-5 {
- width: 41.66666667%;
- }
- .col-lg-4 {
- width: 33.33333333%;
- }
- .col-lg-3 {
- width: 25%;
- }
- .col-lg-2 {
- width: 16.66666667%;
- }
- .col-lg-1 {
- width: 8.33333333%;
- }
- .col-lg-pull-12 {
- right: 100%;
- }
- .col-lg-pull-11 {
- right: 91.66666667%;
- }
- .col-lg-pull-10 {
- right: 83.33333333%;
- }
- .col-lg-pull-9 {
- right: 75%;
- }
- .col-lg-pull-8 {
- right: 66.66666667%;
- }
- .col-lg-pull-7 {
- right: 58.33333333%;
- }
- .col-lg-pull-6 {
- right: 50%;
- }
- .col-lg-pull-5 {
- right: 41.66666667%;
- }
- .col-lg-pull-4 {
- right: 33.33333333%;
- }
- .col-lg-pull-3 {
- right: 25%;
- }
- .col-lg-pull-2 {
- right: 16.66666667%;
- }
- .col-lg-pull-1 {
- right: 8.33333333%;
- }
- .col-lg-pull-0 {
- right: auto;
- }
- .col-lg-push-12 {
- left: 100%;
- }
- .col-lg-push-11 {
- left: 91.66666667%;
- }
- .col-lg-push-10 {
- left: 83.33333333%;
- }
- .col-lg-push-9 {
- left: 75%;
- }
- .col-lg-push-8 {
- left: 66.66666667%;
- }
- .col-lg-push-7 {
- left: 58.33333333%;
- }
- .col-lg-push-6 {
- left: 50%;
- }
- .col-lg-push-5 {
- left: 41.66666667%;
- }
- .col-lg-push-4 {
- left: 33.33333333%;
- }
- .col-lg-push-3 {
- left: 25%;
- }
- .col-lg-push-2 {
- left: 16.66666667%;
- }
- .col-lg-push-1 {
- left: 8.33333333%;
- }
- .col-lg-push-0 {
- left: auto;
- }
- .col-lg-offset-12 {
- margin-left: 100%;
- }
- .col-lg-offset-11 {
- margin-left: 91.66666667%;
- }
- .col-lg-offset-10 {
- margin-left: 83.33333333%;
- }
- .col-lg-offset-9 {
- margin-left: 75%;
- }
- .col-lg-offset-8 {
- margin-left: 66.66666667%;
- }
- .col-lg-offset-7 {
- margin-left: 58.33333333%;
- }
- .col-lg-offset-6 {
- margin-left: 50%;
- }
- .col-lg-offset-5 {
- margin-left: 41.66666667%;
- }
- .col-lg-offset-4 {
- margin-left: 33.33333333%;
- }
- .col-lg-offset-3 {
- margin-left: 25%;
- }
- .col-lg-offset-2 {
- margin-left: 16.66666667%;
- }
- .col-lg-offset-1 {
- margin-left: 8.33333333%;
- }
- .col-lg-offset-0 {
- margin-left: 0;
- }
-}
-table {
- background-color: transparent;
-}
-caption {
- padding-top: 8px;
- padding-bottom: 8px;
- color: #777;
- text-align: left;
-}
-th {
- text-align: left;
-}
-.table {
- width: 100%;
- max-width: 100%;
- margin-bottom: 20px;
-}
-.table > thead > tr > th,
-.table > tbody > tr > th,
-.table > tfoot > tr > th,
-.table > thead > tr > td,
-.table > tbody > tr > td,
-.table > tfoot > tr > td {
- padding: 8px;
- line-height: 1.42857143;
- vertical-align: top;
- border-top: 1px solid #ddd;
-}
-.table > thead > tr > th {
- vertical-align: bottom;
- border-bottom: 2px solid #ddd;
-}
-.table > caption + thead > tr:first-child > th,
-.table > colgroup + thead > tr:first-child > th,
-.table > thead:first-child > tr:first-child > th,
-.table > caption + thead > tr:first-child > td,
-.table > colgroup + thead > tr:first-child > td,
-.table > thead:first-child > tr:first-child > td {
- border-top: 0;
-}
-.table > tbody + tbody {
- border-top: 2px solid #ddd;
-}
-.table .table {
- background-color: #fff;
-}
-.table-condensed > thead > tr > th,
-.table-condensed > tbody > tr > th,
-.table-condensed > tfoot > tr > th,
-.table-condensed > thead > tr > td,
-.table-condensed > tbody > tr > td,
-.table-condensed > tfoot > tr > td {
- padding: 5px;
-}
-.table-bordered {
- border: 1px solid #ddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > tbody > tr > th,
-.table-bordered > tfoot > tr > th,
-.table-bordered > thead > tr > td,
-.table-bordered > tbody > tr > td,
-.table-bordered > tfoot > tr > td {
- border: 1px solid #ddd;
-}
-.table-bordered > thead > tr > th,
-.table-bordered > thead > tr > td {
- border-bottom-width: 2px;
-}
-.table-striped > tbody > tr:nth-of-type(odd) {
- background-color: #f9f9f9;
-}
-.table-hover > tbody > tr:hover {
- background-color: #f5f5f5;
-}
-table col[class*="col-"] {
- position: static;
- display: table-column;
- float: none;
-}
-table td[class*="col-"],
-table th[class*="col-"] {
- position: static;
- display: table-cell;
- float: none;
-}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
- background-color: #f5f5f5;
-}
-.table-hover > tbody > tr > td.active:hover,
-.table-hover > tbody > tr > th.active:hover,
-.table-hover > tbody > tr.active:hover > td,
-.table-hover > tbody > tr:hover > .active,
-.table-hover > tbody > tr.active:hover > th {
- background-color: #e8e8e8;
-}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
- background-color: #dff0d8;
-}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td,
-.table-hover > tbody > tr:hover > .success,
-.table-hover > tbody > tr.success:hover > th {
- background-color: #d0e9c6;
-}
-.table > thead > tr > td.info,
-.table > tbody > tr > td.info,
-.table > tfoot > tr > td.info,
-.table > thead > tr > th.info,
-.table > tbody > tr > th.info,
-.table > tfoot > tr > th.info,
-.table > thead > tr.info > td,
-.table > tbody > tr.info > td,
-.table > tfoot > tr.info > td,
-.table > thead > tr.info > th,
-.table > tbody > tr.info > th,
-.table > tfoot > tr.info > th {
- background-color: #d9edf7;
-}
-.table-hover > tbody > tr > td.info:hover,
-.table-hover > tbody > tr > th.info:hover,
-.table-hover > tbody > tr.info:hover > td,
-.table-hover > tbody > tr:hover > .info,
-.table-hover > tbody > tr.info:hover > th {
- background-color: #c4e3f3;
-}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
- background-color: #fcf8e3;
-}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td,
-.table-hover > tbody > tr:hover > .warning,
-.table-hover > tbody > tr.warning:hover > th {
- background-color: #faf2cc;
-}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
- background-color: #f2dede;
-}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td,
-.table-hover > tbody > tr:hover > .danger,
-.table-hover > tbody > tr.danger:hover > th {
- background-color: #ebcccc;
-}
-.table-responsive {
- min-height: .01%;
- overflow-x: auto;
-}
-@media screen and (max-width: 767px) {
- .table-responsive {
- width: 100%;
- margin-bottom: 15px;
- overflow-y: hidden;
- -ms-overflow-style: -ms-autohiding-scrollbar;
- border: 1px solid #ddd;
- }
- .table-responsive > .table {
- margin-bottom: 0;
- }
- .table-responsive > .table > thead > tr > th,
- .table-responsive > .table > tbody > tr > th,
- .table-responsive > .table > tfoot > tr > th,
- .table-responsive > .table > thead > tr > td,
- .table-responsive > .table > tbody > tr > td,
- .table-responsive > .table > tfoot > tr > td {
- white-space: nowrap;
- }
- .table-responsive > .table-bordered {
- border: 0;
- }
- .table-responsive > .table-bordered > thead > tr > th:first-child,
- .table-responsive > .table-bordered > tbody > tr > th:first-child,
- .table-responsive > .table-bordered > tfoot > tr > th:first-child,
- .table-responsive > .table-bordered > thead > tr > td:first-child,
- .table-responsive > .table-bordered > tbody > tr > td:first-child,
- .table-responsive > .table-bordered > tfoot > tr > td:first-child {
- border-left: 0;
- }
- .table-responsive > .table-bordered > thead > tr > th:last-child,
- .table-responsive > .table-bordered > tbody > tr > th:last-child,
- .table-responsive > .table-bordered > tfoot > tr > th:last-child,
- .table-responsive > .table-bordered > thead > tr > td:last-child,
- .table-responsive > .table-bordered > tbody > tr > td:last-child,
- .table-responsive > .table-bordered > tfoot > tr > td:last-child {
- border-right: 0;
- }
- .table-responsive > .table-bordered > tbody > tr:last-child > th,
- .table-responsive > .table-bordered > tfoot > tr:last-child > th,
- .table-responsive > .table-bordered > tbody > tr:last-child > td,
- .table-responsive > .table-bordered > tfoot > tr:last-child > td {
- border-bottom: 0;
- }
-}
-fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
-}
-legend {
- display: block;
- width: 100%;
- padding: 0;
- margin-bottom: 20px;
- font-size: 21px;
- line-height: inherit;
- color: #333;
- border: 0;
- border-bottom: 1px solid #e5e5e5;
-}
-label {
- display: inline-block;
- max-width: 100%;
- margin-bottom: 5px;
- font-weight: bold;
-}
-input[type="search"] {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-input[type="radio"],
-input[type="checkbox"] {
- margin: 4px 0 0;
- margin-top: 1px \9;
- line-height: normal;
-}
-input[type="file"] {
- display: block;
-}
-input[type="range"] {
- display: block;
- width: 100%;
-}
-select[multiple],
-select[size] {
- height: auto;
-}
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-output {
- display: block;
- padding-top: 7px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
-}
-.form-control {
- display: block;
- width: 100%;
- height: 34px;
- padding: 6px 12px;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
- -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-}
-.form-control:focus {
- border-color: #66afe9;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
-}
-.form-control::-moz-placeholder {
- color: #999;
- opacity: 1;
-}
-.form-control:-ms-input-placeholder {
- color: #999;
-}
-.form-control::-webkit-input-placeholder {
- color: #999;
-}
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
- background-color: #eee;
- opacity: 1;
-}
-.form-control[disabled],
-fieldset[disabled] .form-control {
- cursor: not-allowed;
-}
-textarea.form-control {
- height: auto;
-}
-input[type="search"] {
- -webkit-appearance: none;
-}
-@media screen and (-webkit-min-device-pixel-ratio: 0) {
- input[type="date"].form-control,
- input[type="time"].form-control,
- input[type="datetime-local"].form-control,
- input[type="month"].form-control {
- line-height: 34px;
- }
- input[type="date"].input-sm,
- input[type="time"].input-sm,
- input[type="datetime-local"].input-sm,
- input[type="month"].input-sm,
- .input-group-sm input[type="date"],
- .input-group-sm input[type="time"],
- .input-group-sm input[type="datetime-local"],
- .input-group-sm input[type="month"] {
- line-height: 30px;
- }
- input[type="date"].input-lg,
- input[type="time"].input-lg,
- input[type="datetime-local"].input-lg,
- input[type="month"].input-lg,
- .input-group-lg input[type="date"],
- .input-group-lg input[type="time"],
- .input-group-lg input[type="datetime-local"],
- .input-group-lg input[type="month"] {
- line-height: 46px;
- }
-}
-.form-group {
- margin-bottom: 15px;
-}
-.radio,
-.checkbox {
- position: relative;
- display: block;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.radio label,
-.checkbox label {
- min-height: 20px;
- padding-left: 20px;
- margin-bottom: 0;
- font-weight: normal;
- cursor: pointer;
-}
-.radio input[type="radio"],
-.radio-inline input[type="radio"],
-.checkbox input[type="checkbox"],
-.checkbox-inline input[type="checkbox"] {
- position: absolute;
- margin-top: 4px \9;
- margin-left: -20px;
-}
-.radio + .radio,
-.checkbox + .checkbox {
- margin-top: -5px;
-}
-.radio-inline,
-.checkbox-inline {
- position: relative;
- display: inline-block;
- padding-left: 20px;
- margin-bottom: 0;
- font-weight: normal;
- vertical-align: middle;
- cursor: pointer;
-}
-.radio-inline + .radio-inline,
-.checkbox-inline + .checkbox-inline {
- margin-top: 0;
- margin-left: 10px;
-}
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-input[type="radio"].disabled,
-input[type="checkbox"].disabled,
-fieldset[disabled] input[type="radio"],
-fieldset[disabled] input[type="checkbox"] {
- cursor: not-allowed;
-}
-.radio-inline.disabled,
-.checkbox-inline.disabled,
-fieldset[disabled] .radio-inline,
-fieldset[disabled] .checkbox-inline {
- cursor: not-allowed;
-}
-.radio.disabled label,
-.checkbox.disabled label,
-fieldset[disabled] .radio label,
-fieldset[disabled] .checkbox label {
- cursor: not-allowed;
-}
-.form-control-static {
- min-height: 34px;
- padding-top: 7px;
- padding-bottom: 7px;
- margin-bottom: 0;
-}
-.form-control-static.input-lg,
-.form-control-static.input-sm {
- padding-right: 0;
- padding-left: 0;
-}
-.input-sm {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-select.input-sm {
- height: 30px;
- line-height: 30px;
-}
-textarea.input-sm,
-select[multiple].input-sm {
- height: auto;
-}
-.form-group-sm .form-control {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-.form-group-sm select.form-control {
- height: 30px;
- line-height: 30px;
-}
-.form-group-sm textarea.form-control,
-.form-group-sm select[multiple].form-control {
- height: auto;
-}
-.form-group-sm .form-control-static {
- height: 30px;
- min-height: 32px;
- padding: 6px 10px;
- font-size: 12px;
- line-height: 1.5;
-}
-.input-lg {
- height: 46px;
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.3333333;
- border-radius: 6px;
-}
-select.input-lg {
- height: 46px;
- line-height: 46px;
-}
-textarea.input-lg,
-select[multiple].input-lg {
- height: auto;
-}
-.form-group-lg .form-control {
- height: 46px;
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.3333333;
- border-radius: 6px;
-}
-.form-group-lg select.form-control {
- height: 46px;
- line-height: 46px;
-}
-.form-group-lg textarea.form-control,
-.form-group-lg select[multiple].form-control {
- height: auto;
-}
-.form-group-lg .form-control-static {
- height: 46px;
- min-height: 38px;
- padding: 11px 16px;
- font-size: 18px;
- line-height: 1.3333333;
-}
-.has-feedback {
- position: relative;
-}
-.has-feedback .form-control {
- padding-right: 42.5px;
-}
-.form-control-feedback {
- position: absolute;
- top: 0;
- right: 0;
- z-index: 2;
- display: block;
- width: 34px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- pointer-events: none;
-}
-.input-lg + .form-control-feedback,
-.input-group-lg + .form-control-feedback,
-.form-group-lg .form-control + .form-control-feedback {
- width: 46px;
- height: 46px;
- line-height: 46px;
-}
-.input-sm + .form-control-feedback,
-.input-group-sm + .form-control-feedback,
-.form-group-sm .form-control + .form-control-feedback {
- width: 30px;
- height: 30px;
- line-height: 30px;
-}
-.has-success .help-block,
-.has-success .control-label,
-.has-success .radio,
-.has-success .checkbox,
-.has-success .radio-inline,
-.has-success .checkbox-inline,
-.has-success.radio label,
-.has-success.checkbox label,
-.has-success.radio-inline label,
-.has-success.checkbox-inline label {
- color: #3c763d;
-}
-.has-success .form-control {
- border-color: #3c763d;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-success .form-control:focus {
- border-color: #2b542c;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
-}
-.has-success .input-group-addon {
- color: #3c763d;
- background-color: #dff0d8;
- border-color: #3c763d;
-}
-.has-success .form-control-feedback {
- color: #3c763d;
-}
-.has-warning .help-block,
-.has-warning .control-label,
-.has-warning .radio,
-.has-warning .checkbox,
-.has-warning .radio-inline,
-.has-warning .checkbox-inline,
-.has-warning.radio label,
-.has-warning.checkbox label,
-.has-warning.radio-inline label,
-.has-warning.checkbox-inline label {
- color: #8a6d3b;
-}
-.has-warning .form-control {
- border-color: #8a6d3b;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-warning .form-control:focus {
- border-color: #66512c;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
-}
-.has-warning .input-group-addon {
- color: #8a6d3b;
- background-color: #fcf8e3;
- border-color: #8a6d3b;
-}
-.has-warning .form-control-feedback {
- color: #8a6d3b;
-}
-.has-error .help-block,
-.has-error .control-label,
-.has-error .radio,
-.has-error .checkbox,
-.has-error .radio-inline,
-.has-error .checkbox-inline,
-.has-error.radio label,
-.has-error.checkbox label,
-.has-error.radio-inline label,
-.has-error.checkbox-inline label {
- color: #a94442;
-}
-.has-error .form-control {
- border-color: #a94442;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-}
-.has-error .form-control:focus {
- border-color: #843534;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
-}
-.has-error .input-group-addon {
- color: #a94442;
- background-color: #f2dede;
- border-color: #a94442;
-}
-.has-error .form-control-feedback {
- color: #a94442;
-}
-.has-feedback label ~ .form-control-feedback {
- top: 25px;
-}
-.has-feedback label.sr-only ~ .form-control-feedback {
- top: 0;
-}
-.help-block {
- display: block;
- margin-top: 5px;
- margin-bottom: 10px;
- color: #737373;
-}
-@media (min-width: 768px) {
- .form-inline .form-group {
- display: inline-block;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .form-inline .form-control {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .form-inline .form-control-static {
- display: inline-block;
- }
- .form-inline .input-group {
- display: inline-table;
- vertical-align: middle;
- }
- .form-inline .input-group .input-group-addon,
- .form-inline .input-group .input-group-btn,
- .form-inline .input-group .form-control {
- width: auto;
- }
- .form-inline .input-group > .form-control {
- width: 100%;
- }
- .form-inline .control-label {
- margin-bottom: 0;
- vertical-align: middle;
- }
- .form-inline .radio,
- .form-inline .checkbox {
- display: inline-block;
- margin-top: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .form-inline .radio label,
- .form-inline .checkbox label {
- padding-left: 0;
- }
- .form-inline .radio input[type="radio"],
- .form-inline .checkbox input[type="checkbox"] {
- position: relative;
- margin-left: 0;
- }
- .form-inline .has-feedback .form-control-feedback {
- top: 0;
- }
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox,
-.form-horizontal .radio-inline,
-.form-horizontal .checkbox-inline {
- padding-top: 7px;
- margin-top: 0;
- margin-bottom: 0;
-}
-.form-horizontal .radio,
-.form-horizontal .checkbox {
- min-height: 27px;
-}
-.form-horizontal .form-group {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .form-horizontal .control-label {
- padding-top: 7px;
- margin-bottom: 0;
- text-align: right;
- }
-}
-.form-horizontal .has-feedback .form-control-feedback {
- right: 15px;
-}
-@media (min-width: 768px) {
- .form-horizontal .form-group-lg .control-label {
- padding-top: 14.333333px;
- font-size: 18px;
- }
-}
-@media (min-width: 768px) {
- .form-horizontal .form-group-sm .control-label {
- padding-top: 6px;
- font-size: 12px;
- }
-}
-.btn {
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
-}
-.btn:focus,
-.btn:active:focus,
-.btn.active:focus,
-.btn.focus,
-.btn:active.focus,
-.btn.active.focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.btn:hover,
-.btn:focus,
-.btn.focus {
- color: #333;
- text-decoration: none;
-}
-.btn:active,
-.btn.active {
- background-image: none;
- outline: 0;
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
- cursor: not-allowed;
- filter: alpha(opacity=65);
- -webkit-box-shadow: none;
- box-shadow: none;
- opacity: .65;
-}
-a.btn.disabled,
-fieldset[disabled] a.btn {
- pointer-events: none;
-}
-.btn-default {
- color: #333;
- background-color: #fff;
- border-color: #ccc;
-}
-.btn-default:focus,
-.btn-default.focus {
- color: #333;
- background-color: #e6e6e6;
- border-color: #8c8c8c;
-}
-.btn-default:hover {
- color: #333;
- background-color: #e6e6e6;
- border-color: #adadad;
-}
-.btn-default:active,
-.btn-default.active,
-.open > .dropdown-toggle.btn-default {
- color: #333;
- background-color: #e6e6e6;
- border-color: #adadad;
-}
-.btn-default:active:hover,
-.btn-default.active:hover,
-.open > .dropdown-toggle.btn-default:hover,
-.btn-default:active:focus,
-.btn-default.active:focus,
-.open > .dropdown-toggle.btn-default:focus,
-.btn-default:active.focus,
-.btn-default.active.focus,
-.open > .dropdown-toggle.btn-default.focus {
- color: #333;
- background-color: #d4d4d4;
- border-color: #8c8c8c;
-}
-.btn-default:active,
-.btn-default.active,
-.open > .dropdown-toggle.btn-default {
- background-image: none;
-}
-.btn-default.disabled,
-.btn-default[disabled],
-fieldset[disabled] .btn-default,
-.btn-default.disabled:hover,
-.btn-default[disabled]:hover,
-fieldset[disabled] .btn-default:hover,
-.btn-default.disabled:focus,
-.btn-default[disabled]:focus,
-fieldset[disabled] .btn-default:focus,
-.btn-default.disabled.focus,
-.btn-default[disabled].focus,
-fieldset[disabled] .btn-default.focus,
-.btn-default.disabled:active,
-.btn-default[disabled]:active,
-fieldset[disabled] .btn-default:active,
-.btn-default.disabled.active,
-.btn-default[disabled].active,
-fieldset[disabled] .btn-default.active {
- background-color: #fff;
- border-color: #ccc;
-}
-.btn-default .badge {
- color: #fff;
- background-color: #333;
-}
-.btn-primary {
- color: #fff;
- background-color: #337ab7;
- border-color: #2e6da4;
-}
-.btn-primary:focus,
-.btn-primary.focus {
- color: #fff;
- background-color: #286090;
- border-color: #122b40;
-}
-.btn-primary:hover {
- color: #fff;
- background-color: #286090;
- border-color: #204d74;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open > .dropdown-toggle.btn-primary {
- color: #fff;
- background-color: #286090;
- border-color: #204d74;
-}
-.btn-primary:active:hover,
-.btn-primary.active:hover,
-.open > .dropdown-toggle.btn-primary:hover,
-.btn-primary:active:focus,
-.btn-primary.active:focus,
-.open > .dropdown-toggle.btn-primary:focus,
-.btn-primary:active.focus,
-.btn-primary.active.focus,
-.open > .dropdown-toggle.btn-primary.focus {
- color: #fff;
- background-color: #204d74;
- border-color: #122b40;
-}
-.btn-primary:active,
-.btn-primary.active,
-.open > .dropdown-toggle.btn-primary {
- background-image: none;
-}
-.btn-primary.disabled,
-.btn-primary[disabled],
-fieldset[disabled] .btn-primary,
-.btn-primary.disabled:hover,
-.btn-primary[disabled]:hover,
-fieldset[disabled] .btn-primary:hover,
-.btn-primary.disabled:focus,
-.btn-primary[disabled]:focus,
-fieldset[disabled] .btn-primary:focus,
-.btn-primary.disabled.focus,
-.btn-primary[disabled].focus,
-fieldset[disabled] .btn-primary.focus,
-.btn-primary.disabled:active,
-.btn-primary[disabled]:active,
-fieldset[disabled] .btn-primary:active,
-.btn-primary.disabled.active,
-.btn-primary[disabled].active,
-fieldset[disabled] .btn-primary.active {
- background-color: #337ab7;
- border-color: #2e6da4;
-}
-.btn-primary .badge {
- color: #337ab7;
- background-color: #fff;
-}
-.btn-success {
- color: #fff;
- background-color: #5cb85c;
- border-color: #4cae4c;
-}
-.btn-success:focus,
-.btn-success.focus {
- color: #fff;
- background-color: #449d44;
- border-color: #255625;
-}
-.btn-success:hover {
- color: #fff;
- background-color: #449d44;
- border-color: #398439;
-}
-.btn-success:active,
-.btn-success.active,
-.open > .dropdown-toggle.btn-success {
- color: #fff;
- background-color: #449d44;
- border-color: #398439;
-}
-.btn-success:active:hover,
-.btn-success.active:hover,
-.open > .dropdown-toggle.btn-success:hover,
-.btn-success:active:focus,
-.btn-success.active:focus,
-.open > .dropdown-toggle.btn-success:focus,
-.btn-success:active.focus,
-.btn-success.active.focus,
-.open > .dropdown-toggle.btn-success.focus {
- color: #fff;
- background-color: #398439;
- border-color: #255625;
-}
-.btn-success:active,
-.btn-success.active,
-.open > .dropdown-toggle.btn-success {
- background-image: none;
-}
-.btn-success.disabled,
-.btn-success[disabled],
-fieldset[disabled] .btn-success,
-.btn-success.disabled:hover,
-.btn-success[disabled]:hover,
-fieldset[disabled] .btn-success:hover,
-.btn-success.disabled:focus,
-.btn-success[disabled]:focus,
-fieldset[disabled] .btn-success:focus,
-.btn-success.disabled.focus,
-.btn-success[disabled].focus,
-fieldset[disabled] .btn-success.focus,
-.btn-success.disabled:active,
-.btn-success[disabled]:active,
-fieldset[disabled] .btn-success:active,
-.btn-success.disabled.active,
-.btn-success[disabled].active,
-fieldset[disabled] .btn-success.active {
- background-color: #5cb85c;
- border-color: #4cae4c;
-}
-.btn-success .badge {
- color: #5cb85c;
- background-color: #fff;
-}
-.btn-info {
- color: #fff;
- background-color: #5bc0de;
- border-color: #46b8da;
-}
-.btn-info:focus,
-.btn-info.focus {
- color: #fff;
- background-color: #31b0d5;
- border-color: #1b6d85;
-}
-.btn-info:hover {
- color: #fff;
- background-color: #31b0d5;
- border-color: #269abc;
-}
-.btn-info:active,
-.btn-info.active,
-.open > .dropdown-toggle.btn-info {
- color: #fff;
- background-color: #31b0d5;
- border-color: #269abc;
-}
-.btn-info:active:hover,
-.btn-info.active:hover,
-.open > .dropdown-toggle.btn-info:hover,
-.btn-info:active:focus,
-.btn-info.active:focus,
-.open > .dropdown-toggle.btn-info:focus,
-.btn-info:active.focus,
-.btn-info.active.focus,
-.open > .dropdown-toggle.btn-info.focus {
- color: #fff;
- background-color: #269abc;
- border-color: #1b6d85;
-}
-.btn-info:active,
-.btn-info.active,
-.open > .dropdown-toggle.btn-info {
- background-image: none;
-}
-.btn-info.disabled,
-.btn-info[disabled],
-fieldset[disabled] .btn-info,
-.btn-info.disabled:hover,
-.btn-info[disabled]:hover,
-fieldset[disabled] .btn-info:hover,
-.btn-info.disabled:focus,
-.btn-info[disabled]:focus,
-fieldset[disabled] .btn-info:focus,
-.btn-info.disabled.focus,
-.btn-info[disabled].focus,
-fieldset[disabled] .btn-info.focus,
-.btn-info.disabled:active,
-.btn-info[disabled]:active,
-fieldset[disabled] .btn-info:active,
-.btn-info.disabled.active,
-.btn-info[disabled].active,
-fieldset[disabled] .btn-info.active {
- background-color: #5bc0de;
- border-color: #46b8da;
-}
-.btn-info .badge {
- color: #5bc0de;
- background-color: #fff;
-}
-.btn-warning {
- color: #fff;
- background-color: #f0ad4e;
- border-color: #eea236;
-}
-.btn-warning:focus,
-.btn-warning.focus {
- color: #fff;
- background-color: #ec971f;
- border-color: #985f0d;
-}
-.btn-warning:hover {
- color: #fff;
- background-color: #ec971f;
- border-color: #d58512;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open > .dropdown-toggle.btn-warning {
- color: #fff;
- background-color: #ec971f;
- border-color: #d58512;
-}
-.btn-warning:active:hover,
-.btn-warning.active:hover,
-.open > .dropdown-toggle.btn-warning:hover,
-.btn-warning:active:focus,
-.btn-warning.active:focus,
-.open > .dropdown-toggle.btn-warning:focus,
-.btn-warning:active.focus,
-.btn-warning.active.focus,
-.open > .dropdown-toggle.btn-warning.focus {
- color: #fff;
- background-color: #d58512;
- border-color: #985f0d;
-}
-.btn-warning:active,
-.btn-warning.active,
-.open > .dropdown-toggle.btn-warning {
- background-image: none;
-}
-.btn-warning.disabled,
-.btn-warning[disabled],
-fieldset[disabled] .btn-warning,
-.btn-warning.disabled:hover,
-.btn-warning[disabled]:hover,
-fieldset[disabled] .btn-warning:hover,
-.btn-warning.disabled:focus,
-.btn-warning[disabled]:focus,
-fieldset[disabled] .btn-warning:focus,
-.btn-warning.disabled.focus,
-.btn-warning[disabled].focus,
-fieldset[disabled] .btn-warning.focus,
-.btn-warning.disabled:active,
-.btn-warning[disabled]:active,
-fieldset[disabled] .btn-warning:active,
-.btn-warning.disabled.active,
-.btn-warning[disabled].active,
-fieldset[disabled] .btn-warning.active {
- background-color: #f0ad4e;
- border-color: #eea236;
-}
-.btn-warning .badge {
- color: #f0ad4e;
- background-color: #fff;
-}
-.btn-danger {
- color: #fff;
- background-color: #d9534f;
- border-color: #d43f3a;
-}
-.btn-danger:focus,
-.btn-danger.focus {
- color: #fff;
- background-color: #c9302c;
- border-color: #761c19;
-}
-.btn-danger:hover {
- color: #fff;
- background-color: #c9302c;
- border-color: #ac2925;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open > .dropdown-toggle.btn-danger {
- color: #fff;
- background-color: #c9302c;
- border-color: #ac2925;
-}
-.btn-danger:active:hover,
-.btn-danger.active:hover,
-.open > .dropdown-toggle.btn-danger:hover,
-.btn-danger:active:focus,
-.btn-danger.active:focus,
-.open > .dropdown-toggle.btn-danger:focus,
-.btn-danger:active.focus,
-.btn-danger.active.focus,
-.open > .dropdown-toggle.btn-danger.focus {
- color: #fff;
- background-color: #ac2925;
- border-color: #761c19;
-}
-.btn-danger:active,
-.btn-danger.active,
-.open > .dropdown-toggle.btn-danger {
- background-image: none;
-}
-.btn-danger.disabled,
-.btn-danger[disabled],
-fieldset[disabled] .btn-danger,
-.btn-danger.disabled:hover,
-.btn-danger[disabled]:hover,
-fieldset[disabled] .btn-danger:hover,
-.btn-danger.disabled:focus,
-.btn-danger[disabled]:focus,
-fieldset[disabled] .btn-danger:focus,
-.btn-danger.disabled.focus,
-.btn-danger[disabled].focus,
-fieldset[disabled] .btn-danger.focus,
-.btn-danger.disabled:active,
-.btn-danger[disabled]:active,
-fieldset[disabled] .btn-danger:active,
-.btn-danger.disabled.active,
-.btn-danger[disabled].active,
-fieldset[disabled] .btn-danger.active {
- background-color: #d9534f;
- border-color: #d43f3a;
-}
-.btn-danger .badge {
- color: #d9534f;
- background-color: #fff;
-}
-.btn-link {
- font-weight: normal;
- color: #337ab7;
- border-radius: 0;
-}
-.btn-link,
-.btn-link:active,
-.btn-link.active,
-.btn-link[disabled],
-fieldset[disabled] .btn-link {
- background-color: transparent;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.btn-link,
-.btn-link:hover,
-.btn-link:focus,
-.btn-link:active {
- border-color: transparent;
-}
-.btn-link:hover,
-.btn-link:focus {
- color: #23527c;
- text-decoration: underline;
- background-color: transparent;
-}
-.btn-link[disabled]:hover,
-fieldset[disabled] .btn-link:hover,
-.btn-link[disabled]:focus,
-fieldset[disabled] .btn-link:focus {
- color: #777;
- text-decoration: none;
-}
-.btn-lg,
-.btn-group-lg > .btn {
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.3333333;
- border-radius: 6px;
-}
-.btn-sm,
-.btn-group-sm > .btn {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-.btn-xs,
-.btn-group-xs > .btn {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-.btn-block {
- display: block;
- width: 100%;
-}
-.btn-block + .btn-block {
- margin-top: 5px;
-}
-input[type="submit"].btn-block,
-input[type="reset"].btn-block,
-input[type="button"].btn-block {
- width: 100%;
-}
-.fade {
- opacity: 0;
- -webkit-transition: opacity .15s linear;
- -o-transition: opacity .15s linear;
- transition: opacity .15s linear;
-}
-.fade.in {
- opacity: 1;
-}
-.collapse {
- display: none;
-}
-.collapse.in {
- display: block;
-}
-tr.collapse.in {
- display: table-row;
-}
-tbody.collapse.in {
- display: table-row-group;
-}
-.collapsing {
- position: relative;
- height: 0;
- overflow: hidden;
- -webkit-transition-timing-function: ease;
- -o-transition-timing-function: ease;
- transition-timing-function: ease;
- -webkit-transition-duration: .35s;
- -o-transition-duration: .35s;
- transition-duration: .35s;
- -webkit-transition-property: height, visibility;
- -o-transition-property: height, visibility;
- transition-property: height, visibility;
-}
-.caret {
- display: inline-block;
- width: 0;
- height: 0;
- margin-left: 2px;
- vertical-align: middle;
- border-top: 4px dashed;
- border-top: 4px solid \9;
- border-right: 4px solid transparent;
- border-left: 4px solid transparent;
-}
-.dropup,
-.dropdown {
- position: relative;
-}
-.dropdown-toggle:focus {
- outline: 0;
-}
-.dropdown-menu {
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- display: none;
- float: left;
- min-width: 160px;
- padding: 5px 0;
- margin: 2px 0 0;
- font-size: 14px;
- text-align: left;
- list-style: none;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, .15);
- border-radius: 4px;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- display: block;
- padding: 3px 20px;
- clear: both;
- font-weight: normal;
- line-height: 1.42857143;
- color: #333;
- white-space: nowrap;
-}
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
- color: #262626;
- text-decoration: none;
- background-color: #f5f5f5;
-}
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
- color: #fff;
- text-decoration: none;
- background-color: #337ab7;
- outline: 0;
-}
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
- color: #777;
-}
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
- text-decoration: none;
- cursor: not-allowed;
- background-color: transparent;
- background-image: none;
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-}
-.open > .dropdown-menu {
- display: block;
-}
-.open > a {
- outline: 0;
-}
-.dropdown-menu-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu-left {
- right: auto;
- left: 0;
-}
-.dropdown-header {
- display: block;
- padding: 3px 20px;
- font-size: 12px;
- line-height: 1.42857143;
- color: #777;
- white-space: nowrap;
-}
-.dropdown-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 990;
-}
-.pull-right > .dropdown-menu {
- right: 0;
- left: auto;
-}
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
- content: "";
- border-top: 0;
- border-bottom: 4px dashed;
- border-bottom: 4px solid \9;
-}
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
- top: auto;
- bottom: 100%;
- margin-bottom: 2px;
-}
-@media (min-width: 768px) {
- .navbar-right .dropdown-menu {
- right: 0;
- left: auto;
- }
- .navbar-right .dropdown-menu-left {
- right: auto;
- left: 0;
- }
-}
-.btn-group,
-.btn-group-vertical {
- position: relative;
- display: inline-block;
- vertical-align: middle;
-}
-.btn-group > .btn,
-.btn-group-vertical > .btn {
- position: relative;
- float: left;
-}
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
- z-index: 2;
-}
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
- margin-left: -1px;
-}
-.btn-toolbar {
- margin-left: -5px;
-}
-.btn-toolbar .btn,
-.btn-toolbar .btn-group,
-.btn-toolbar .input-group {
- float: left;
-}
-.btn-toolbar > .btn,
-.btn-toolbar > .btn-group,
-.btn-toolbar > .input-group {
- margin-left: 5px;
-}
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
- border-radius: 0;
-}
-.btn-group > .btn:first-child {
- margin-left: 0;
-}
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.btn-group > .btn-group {
- float: left;
-}
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
- outline: 0;
-}
-.btn-group > .btn + .dropdown-toggle {
- padding-right: 8px;
- padding-left: 8px;
-}
-.btn-group > .btn-lg + .dropdown-toggle {
- padding-right: 12px;
- padding-left: 12px;
-}
-.btn-group.open .dropdown-toggle {
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-}
-.btn-group.open .dropdown-toggle.btn-link {
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.btn .caret {
- margin-left: 0;
-}
-.btn-lg .caret {
- border-width: 5px 5px 0;
- border-bottom-width: 0;
-}
-.dropup .btn-lg .caret {
- border-width: 0 5px 5px;
-}
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group,
-.btn-group-vertical > .btn-group > .btn {
- display: block;
- float: none;
- width: 100%;
- max-width: 100%;
-}
-.btn-group-vertical > .btn-group > .btn {
- float: none;
-}
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
- margin-top: -1px;
- margin-left: 0;
-}
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-.btn-group-vertical > .btn:first-child:not(:last-child) {
- border-top-right-radius: 4px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn:last-child:not(:first-child) {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 4px;
-}
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
- border-radius: 0;
-}
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-.btn-group-justified {
- display: table;
- width: 100%;
- table-layout: fixed;
- border-collapse: separate;
-}
-.btn-group-justified > .btn,
-.btn-group-justified > .btn-group {
- display: table-cell;
- float: none;
- width: 1%;
-}
-.btn-group-justified > .btn-group .btn {
- width: 100%;
-}
-.btn-group-justified > .btn-group .dropdown-menu {
- left: auto;
-}
-[data-toggle="buttons"] > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
-[data-toggle="buttons"] > .btn input[type="checkbox"],
-[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- pointer-events: none;
-}
-.input-group {
- position: relative;
- display: table;
- border-collapse: separate;
-}
-.input-group[class*="col-"] {
- float: none;
- padding-right: 0;
- padding-left: 0;
-}
-.input-group .form-control {
- position: relative;
- z-index: 2;
- float: left;
- width: 100%;
- margin-bottom: 0;
-}
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
- height: 46px;
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.3333333;
- border-radius: 6px;
-}
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
- height: 46px;
- line-height: 46px;
-}
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn,
-select[multiple].input-group-lg > .form-control,
-select[multiple].input-group-lg > .input-group-addon,
-select[multiple].input-group-lg > .input-group-btn > .btn {
- height: auto;
-}
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
-}
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
- height: 30px;
- line-height: 30px;
-}
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn,
-select[multiple].input-group-sm > .form-control,
-select[multiple].input-group-sm > .input-group-addon,
-select[multiple].input-group-sm > .input-group-btn > .btn {
- height: auto;
-}
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
- display: table-cell;
-}
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
- border-radius: 0;
-}
-.input-group-addon,
-.input-group-btn {
- width: 1%;
- white-space: nowrap;
- vertical-align: middle;
-}
-.input-group-addon {
- padding: 6px 12px;
- font-size: 14px;
- font-weight: normal;
- line-height: 1;
- color: #555;
- text-align: center;
- background-color: #eee;
- border: 1px solid #ccc;
- border-radius: 4px;
-}
-.input-group-addon.input-sm {
- padding: 5px 10px;
- font-size: 12px;
- border-radius: 3px;
-}
-.input-group-addon.input-lg {
- padding: 10px 16px;
- font-size: 18px;
- border-radius: 6px;
-}
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
- margin-top: 0;
-}
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
-}
-.input-group-addon:first-child {
- border-right: 0;
-}
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child),
-.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-}
-.input-group-addon:last-child {
- border-left: 0;
-}
-.input-group-btn {
- position: relative;
- font-size: 0;
- white-space: nowrap;
-}
-.input-group-btn > .btn {
- position: relative;
-}
-.input-group-btn > .btn + .btn {
- margin-left: -1px;
-}
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:focus,
-.input-group-btn > .btn:active {
- z-index: 2;
-}
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .btn-group {
- margin-right: -1px;
-}
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .btn-group {
- z-index: 2;
- margin-left: -1px;
-}
-.nav {
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.nav > li {
- position: relative;
- display: block;
-}
-.nav > li > a {
- position: relative;
- display: block;
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- text-decoration: none;
- background-color: #eee;
-}
-.nav > li.disabled > a {
- color: #777;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #777;
- text-decoration: none;
- cursor: not-allowed;
- background-color: transparent;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eee;
- border-color: #337ab7;
-}
-.nav .nav-divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.nav > li > a > img {
- max-width: none;
-}
-.nav-tabs {
- border-bottom: 1px solid #ddd;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 4px 4px 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eee #eee #ddd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555;
- cursor: default;
- background-color: #fff;
- border: 1px solid #ddd;
- border-bottom-color: transparent;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- margin-bottom: 5px;
- text-align: center;
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li {
- display: table-cell;
- width: 1%;
- }
- .nav-tabs.nav-justified > li > a {
- margin-bottom: 0;
- }
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 4px;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #ddd;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #ddd;
- border-radius: 4px 4px 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #fff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 4px;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #fff;
- background-color: #337ab7;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- margin-bottom: 5px;
- text-align: center;
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-@media (min-width: 768px) {
- .nav-justified > li {
- display: table-cell;
- width: 1%;
- }
- .nav-justified > li > a {
- margin-bottom: 0;
- }
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 4px;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #ddd;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #ddd;
- border-radius: 4px 4px 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #fff;
- }
-}
-.tab-content > .tab-pane {
- display: none;
-}
-.tab-content > .active {
- display: block;
-}
-.nav-tabs .dropdown-menu {
- margin-top: -1px;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-.navbar {
- position: relative;
- min-height: 50px;
- margin-bottom: 20px;
- border: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 4px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- padding-right: 15px;
- padding-left: 15px;
- overflow-x: visible;
- -webkit-overflow-scrolling: touch;
- border-top: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-right: 0;
- padding-left: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-device-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- height: 50px;
- padding: 15px 15px;
- font-size: 18px;
- line-height: 20px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-.navbar-brand > img {
- display: block;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- padding: 9px 10px;
- margin-top: 8px;
- margin-right: 15px;
- margin-bottom: 8px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-toggle .icon-bar {
- display: block;
- width: 22px;
- height: 2px;
- border-radius: 1px;
-}
-.navbar-toggle .icon-bar + .icon-bar {
- margin-top: 4px;
-}
-@media (min-width: 768px) {
- .navbar-toggle {
- display: none;
- }
-}
-.navbar-nav {
- margin: 7.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu {
- position: static;
- float: none;
- width: auto;
- margin-top: 0;
- background-color: transparent;
- border: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 15px;
- padding-bottom: 15px;
- }
-}
-.navbar-form {
- padding: 10px 15px;
- margin-top: 8px;
- margin-right: -15px;
- margin-bottom: 8px;
- margin-left: -15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
-}
-@media (min-width: 768px) {
- .navbar-form .form-group {
- display: inline-block;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .navbar-form .form-control {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .navbar-form .form-control-static {
- display: inline-block;
- }
- .navbar-form .input-group {
- display: inline-table;
- vertical-align: middle;
- }
- .navbar-form .input-group .input-group-addon,
- .navbar-form .input-group .input-group-btn,
- .navbar-form .input-group .form-control {
- width: auto;
- }
- .navbar-form .input-group > .form-control {
- width: 100%;
- }
- .navbar-form .control-label {
- margin-bottom: 0;
- vertical-align: middle;
- }
- .navbar-form .radio,
- .navbar-form .checkbox {
- display: inline-block;
- margin-top: 0;
- margin-bottom: 0;
- vertical-align: middle;
- }
- .navbar-form .radio label,
- .navbar-form .checkbox label {
- padding-left: 0;
- }
- .navbar-form .radio input[type="radio"],
- .navbar-form .checkbox input[type="checkbox"] {
- position: relative;
- margin-left: 0;
- }
- .navbar-form .has-feedback .form-control-feedback {
- top: 0;
- }
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
- .navbar-form .form-group:last-child {
- margin-bottom: 0;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- padding-top: 0;
- padding-bottom: 0;
- margin-right: 0;
- margin-left: 0;
- border: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- margin-bottom: 0;
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 8px;
- margin-bottom: 8px;
-}
-.navbar-btn.btn-sm {
- margin-top: 10px;
- margin-bottom: 10px;
-}
-.navbar-btn.btn-xs {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-text {
- margin-top: 15px;
- margin-bottom: 15px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-right: 15px;
- margin-left: 15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- margin-right: -15px;
- }
- .navbar-right ~ .navbar-right {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #f8f8f8;
- border-color: #e7e7e7;
-}
-.navbar-default .navbar-brand {
- color: #777;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #5e5e5e;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #777;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #333;
- background-color: transparent;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #555;
- background-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #ccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #ddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #ddd;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #e7e7e7;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- color: #555;
- background-color: #e7e7e7;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #777;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #333;
- background-color: transparent;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #555;
- background-color: #e7e7e7;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #ccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #777;
-}
-.navbar-default .navbar-link:hover {
- color: #333;
-}
-.navbar-default .btn-link {
- color: #777;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #333;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #ccc;
-}
-.navbar-inverse {
- background-color: #222;
- border-color: #080808;
-}
-.navbar-inverse .navbar-brand {
- color: #9d9d9d;
-}
-.navbar-inverse .navbar-brand:hover,
-.navbar-inverse .navbar-brand:focus {
- color: #fff;
- background-color: transparent;
-}
-.navbar-inverse .navbar-text {
- color: #9d9d9d;
-}
-.navbar-inverse .navbar-nav > li > a {
- color: #9d9d9d;
-}
-.navbar-inverse .navbar-nav > li > a:hover,
-.navbar-inverse .navbar-nav > li > a:focus {
- color: #fff;
- background-color: transparent;
-}
-.navbar-inverse .navbar-nav > .active > a,
-.navbar-inverse .navbar-nav > .active > a:hover,
-.navbar-inverse .navbar-nav > .active > a:focus {
- color: #fff;
- background-color: #080808;
-}
-.navbar-inverse .navbar-nav > .disabled > a,
-.navbar-inverse .navbar-nav > .disabled > a:hover,
-.navbar-inverse .navbar-nav > .disabled > a:focus {
- color: #444;
- background-color: transparent;
-}
-.navbar-inverse .navbar-toggle {
- border-color: #333;
-}
-.navbar-inverse .navbar-toggle:hover,
-.navbar-inverse .navbar-toggle:focus {
- background-color: #333;
-}
-.navbar-inverse .navbar-toggle .icon-bar {
- background-color: #fff;
-}
-.navbar-inverse .navbar-collapse,
-.navbar-inverse .navbar-form {
- border-color: #101010;
-}
-.navbar-inverse .navbar-nav > .open > a,
-.navbar-inverse .navbar-nav > .open > a:hover,
-.navbar-inverse .navbar-nav > .open > a:focus {
- color: #fff;
- background-color: #080808;
-}
-@media (max-width: 767px) {
- .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
- border-color: #080808;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
- background-color: #080808;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
- color: #9d9d9d;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #fff;
- background-color: transparent;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #fff;
- background-color: #080808;
- }
- .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #444;
- background-color: transparent;
- }
-}
-.navbar-inverse .navbar-link {
- color: #9d9d9d;
-}
-.navbar-inverse .navbar-link:hover {
- color: #fff;
-}
-.navbar-inverse .btn-link {
- color: #9d9d9d;
-}
-.navbar-inverse .btn-link:hover,
-.navbar-inverse .btn-link:focus {
- color: #fff;
-}
-.navbar-inverse .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-inverse .btn-link:hover,
-.navbar-inverse .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-inverse .btn-link:focus {
- color: #444;
-}
-.breadcrumb {
- padding: 8px 15px;
- margin-bottom: 20px;
- list-style: none;
- background-color: #f5f5f5;
- border-radius: 4px;
-}
-.breadcrumb > li {
- display: inline-block;
-}
-.breadcrumb > li + li:before {
- padding: 0 5px;
- color: #ccc;
- content: "/\00a0";
-}
-.breadcrumb > .active {
- color: #777;
-}
-.pagination {
- display: inline-block;
- padding-left: 0;
- margin: 20px 0;
- border-radius: 4px;
-}
-.pagination > li {
- display: inline;
-}
-.pagination > li > a,
-.pagination > li > span {
- position: relative;
- float: left;
- padding: 6px 12px;
- margin-left: -1px;
- line-height: 1.42857143;
- color: #337ab7;
- text-decoration: none;
- background-color: #fff;
- border: 1px solid #ddd;
-}
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
- margin-left: 0;
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
-}
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
- border-top-right-radius: 4px;
- border-bottom-right-radius: 4px;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- z-index: 3;
- color: #23527c;
- background-color: #eee;
- border-color: #ddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #fff;
- cursor: default;
- background-color: #337ab7;
- border-color: #337ab7;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #777;
- cursor: not-allowed;
- background-color: #fff;
- border-color: #ddd;
-}
-.pagination-lg > li > a,
-.pagination-lg > li > span {
- padding: 10px 16px;
- font-size: 18px;
- line-height: 1.3333333;
-}
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
- border-top-left-radius: 6px;
- border-bottom-left-radius: 6px;
-}
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
- border-top-right-radius: 6px;
- border-bottom-right-radius: 6px;
-}
-.pagination-sm > li > a,
-.pagination-sm > li > span {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
-}
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
- border-top-left-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
-}
-.pager {
- padding-left: 0;
- margin: 20px 0;
- text-align: center;
- list-style: none;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- display: inline-block;
- padding: 5px 14px;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 15px;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- background-color: #eee;
-}
-.pager .next > a,
-.pager .next > span {
- float: right;
-}
-.pager .previous > a,
-.pager .previous > span {
- float: left;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #777;
- cursor: not-allowed;
- background-color: #fff;
-}
-.label {
- display: inline;
- padding: .2em .6em .3em;
- font-size: 75%;
- font-weight: bold;
- line-height: 1;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: .25em;
-}
-a.label:hover,
-a.label:focus {
- color: #fff;
- text-decoration: none;
- cursor: pointer;
-}
-.label:empty {
- display: none;
-}
-.btn .label {
- position: relative;
- top: -1px;
-}
-.label-default {
- background-color: #777;
-}
-.label-default[href]:hover,
-.label-default[href]:focus {
- background-color: #5e5e5e;
-}
-.label-primary {
- background-color: #337ab7;
-}
-.label-primary[href]:hover,
-.label-primary[href]:focus {
- background-color: #286090;
-}
-.label-success {
- background-color: #5cb85c;
-}
-.label-success[href]:hover,
-.label-success[href]:focus {
- background-color: #449d44;
-}
-.label-info {
- background-color: #5bc0de;
-}
-.label-info[href]:hover,
-.label-info[href]:focus {
- background-color: #31b0d5;
-}
-.label-warning {
- background-color: #f0ad4e;
-}
-.label-warning[href]:hover,
-.label-warning[href]:focus {
- background-color: #ec971f;
-}
-.label-danger {
- background-color: #d9534f;
-}
-.label-danger[href]:hover,
-.label-danger[href]:focus {
- background-color: #c9302c;
-}
-.badge {
- display: inline-block;
- min-width: 10px;
- padding: 3px 7px;
- font-size: 12px;
- font-weight: bold;
- line-height: 1;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- background-color: #777;
- border-radius: 10px;
-}
-.badge:empty {
- display: none;
-}
-.btn .badge {
- position: relative;
- top: -1px;
-}
-.btn-xs .badge,
-.btn-group-xs > .btn .badge {
- top: 0;
- padding: 1px 5px;
-}
-a.badge:hover,
-a.badge:focus {
- color: #fff;
- text-decoration: none;
- cursor: pointer;
-}
-.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #337ab7;
- background-color: #fff;
-}
-.list-group-item > .badge {
- float: right;
-}
-.list-group-item > .badge + .badge {
- margin-right: 5px;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.jumbotron {
- padding-top: 30px;
- padding-bottom: 30px;
- margin-bottom: 30px;
- color: inherit;
- background-color: #eee;
-}
-.jumbotron h1,
-.jumbotron .h1 {
- color: inherit;
-}
-.jumbotron p {
- margin-bottom: 15px;
- font-size: 21px;
- font-weight: 200;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron,
-.container-fluid .jumbotron {
- border-radius: 6px;
-}
-.jumbotron .container {
- max-width: 100%;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron,
- .container-fluid .jumbotron {
- padding-right: 60px;
- padding-left: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 63px;
- }
-}
-.thumbnail {
- display: block;
- padding: 4px;
- margin-bottom: 20px;
- line-height: 1.42857143;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
- -webkit-transition: border .2s ease-in-out;
- -o-transition: border .2s ease-in-out;
- transition: border .2s ease-in-out;
-}
-.thumbnail > img,
-.thumbnail a > img {
- margin-right: auto;
- margin-left: auto;
-}
-a.thumbnail:hover,
-a.thumbnail:focus,
-a.thumbnail.active {
- border-color: #337ab7;
-}
-.thumbnail .caption {
- padding: 9px;
- color: #333;
-}
-.alert {
- padding: 15px;
- margin-bottom: 20px;
- border: 1px solid transparent;
- border-radius: 4px;
-}
-.alert h4 {
- margin-top: 0;
- color: inherit;
-}
-.alert .alert-link {
- font-weight: bold;
-}
-.alert > p,
-.alert > ul {
- margin-bottom: 0;
-}
-.alert > p + p {
- margin-top: 5px;
-}
-.alert-dismissable,
-.alert-dismissible {
- padding-right: 35px;
-}
-.alert-dismissable .close,
-.alert-dismissible .close {
- position: relative;
- top: -2px;
- right: -21px;
- color: inherit;
-}
-.alert-success {
- color: #3c763d;
- background-color: #dff0d8;
- border-color: #d6e9c6;
-}
-.alert-success hr {
- border-top-color: #c9e2b3;
-}
-.alert-success .alert-link {
- color: #2b542c;
-}
-.alert-info {
- color: #31708f;
- background-color: #d9edf7;
- border-color: #bce8f1;
-}
-.alert-info hr {
- border-top-color: #a6e1ec;
-}
-.alert-info .alert-link {
- color: #245269;
-}
-.alert-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
- border-color: #faebcc;
-}
-.alert-warning hr {
- border-top-color: #f7e1b5;
-}
-.alert-warning .alert-link {
- color: #66512c;
-}
-.alert-danger {
- color: #a94442;
- background-color: #f2dede;
- border-color: #ebccd1;
-}
-.alert-danger hr {
- border-top-color: #e4b9c0;
-}
-.alert-danger .alert-link {
- color: #843534;
-}
-@-webkit-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-@-o-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-@keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-.progress {
- height: 20px;
- margin-bottom: 20px;
- overflow: hidden;
- background-color: #f5f5f5;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-}
-.progress-bar {
- float: left;
- width: 0;
- height: 100%;
- font-size: 12px;
- line-height: 20px;
- color: #fff;
- text-align: center;
- background-color: #337ab7;
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
- -webkit-transition: width .6s ease;
- -o-transition: width .6s ease;
- transition: width .6s ease;
-}
-.progress-striped .progress-bar,
-.progress-bar-striped {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- -webkit-background-size: 40px 40px;
- background-size: 40px 40px;
-}
-.progress.active .progress-bar,
-.progress-bar.active {
- -webkit-animation: progress-bar-stripes 2s linear infinite;
- -o-animation: progress-bar-stripes 2s linear infinite;
- animation: progress-bar-stripes 2s linear infinite;
-}
-.progress-bar-success {
- background-color: #5cb85c;
-}
-.progress-striped .progress-bar-success {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-}
-.progress-bar-info {
- background-color: #5bc0de;
-}
-.progress-striped .progress-bar-info {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-}
-.progress-bar-warning {
- background-color: #f0ad4e;
-}
-.progress-striped .progress-bar-warning {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-}
-.progress-bar-danger {
- background-color: #d9534f;
-}
-.progress-striped .progress-bar-danger {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-}
-.media {
- margin-top: 15px;
-}
-.media:first-child {
- margin-top: 0;
-}
-.media,
-.media-body {
- overflow: hidden;
- zoom: 1;
-}
-.media-body {
- width: 10000px;
-}
-.media-object {
- display: block;
-}
-.media-object.img-thumbnail {
- max-width: none;
-}
-.media-right,
-.media > .pull-right {
- padding-left: 10px;
-}
-.media-left,
-.media > .pull-left {
- padding-right: 10px;
-}
-.media-left,
-.media-right,
-.media-body {
- display: table-cell;
- vertical-align: top;
-}
-.media-middle {
- vertical-align: middle;
-}
-.media-bottom {
- vertical-align: bottom;
-}
-.media-heading {
- margin-top: 0;
- margin-bottom: 5px;
-}
-.media-list {
- padding-left: 0;
- list-style: none;
-}
-.list-group {
- padding-left: 0;
- margin-bottom: 20px;
-}
-.list-group-item {
- position: relative;
- display: block;
- padding: 10px 15px;
- margin-bottom: -1px;
- background-color: #fff;
- border: 1px solid #ddd;
-}
-.list-group-item:first-child {
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
-}
-.list-group-item:last-child {
- margin-bottom: 0;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
-}
-a.list-group-item,
-button.list-group-item {
- color: #555;
-}
-a.list-group-item .list-group-item-heading,
-button.list-group-item .list-group-item-heading {
- color: #333;
-}
-a.list-group-item:hover,
-button.list-group-item:hover,
-a.list-group-item:focus,
-button.list-group-item:focus {
- color: #555;
- text-decoration: none;
- background-color: #f5f5f5;
-}
-button.list-group-item {
- width: 100%;
- text-align: left;
-}
-.list-group-item.disabled,
-.list-group-item.disabled:hover,
-.list-group-item.disabled:focus {
- color: #777;
- cursor: not-allowed;
- background-color: #eee;
-}
-.list-group-item.disabled .list-group-item-heading,
-.list-group-item.disabled:hover .list-group-item-heading,
-.list-group-item.disabled:focus .list-group-item-heading {
- color: inherit;
-}
-.list-group-item.disabled .list-group-item-text,
-.list-group-item.disabled:hover .list-group-item-text,
-.list-group-item.disabled:focus .list-group-item-text {
- color: #777;
-}
-.list-group-item.active,
-.list-group-item.active:hover,
-.list-group-item.active:focus {
- z-index: 2;
- color: #fff;
- background-color: #337ab7;
- border-color: #337ab7;
-}
-.list-group-item.active .list-group-item-heading,
-.list-group-item.active:hover .list-group-item-heading,
-.list-group-item.active:focus .list-group-item-heading,
-.list-group-item.active .list-group-item-heading > small,
-.list-group-item.active:hover .list-group-item-heading > small,
-.list-group-item.active:focus .list-group-item-heading > small,
-.list-group-item.active .list-group-item-heading > .small,
-.list-group-item.active:hover .list-group-item-heading > .small,
-.list-group-item.active:focus .list-group-item-heading > .small {
- color: inherit;
-}
-.list-group-item.active .list-group-item-text,
-.list-group-item.active:hover .list-group-item-text,
-.list-group-item.active:focus .list-group-item-text {
- color: #c7ddef;
-}
-.list-group-item-success {
- color: #3c763d;
- background-color: #dff0d8;
-}
-a.list-group-item-success,
-button.list-group-item-success {
- color: #3c763d;
-}
-a.list-group-item-success .list-group-item-heading,
-button.list-group-item-success .list-group-item-heading {
- color: inherit;
-}
-a.list-group-item-success:hover,
-button.list-group-item-success:hover,
-a.list-group-item-success:focus,
-button.list-group-item-success:focus {
- color: #3c763d;
- background-color: #d0e9c6;
-}
-a.list-group-item-success.active,
-button.list-group-item-success.active,
-a.list-group-item-success.active:hover,
-button.list-group-item-success.active:hover,
-a.list-group-item-success.active:focus,
-button.list-group-item-success.active:focus {
- color: #fff;
- background-color: #3c763d;
- border-color: #3c763d;
-}
-.list-group-item-info {
- color: #31708f;
- background-color: #d9edf7;
-}
-a.list-group-item-info,
-button.list-group-item-info {
- color: #31708f;
-}
-a.list-group-item-info .list-group-item-heading,
-button.list-group-item-info .list-group-item-heading {
- color: inherit;
-}
-a.list-group-item-info:hover,
-button.list-group-item-info:hover,
-a.list-group-item-info:focus,
-button.list-group-item-info:focus {
- color: #31708f;
- background-color: #c4e3f3;
-}
-a.list-group-item-info.active,
-button.list-group-item-info.active,
-a.list-group-item-info.active:hover,
-button.list-group-item-info.active:hover,
-a.list-group-item-info.active:focus,
-button.list-group-item-info.active:focus {
- color: #fff;
- background-color: #31708f;
- border-color: #31708f;
-}
-.list-group-item-warning {
- color: #8a6d3b;
- background-color: #fcf8e3;
-}
-a.list-group-item-warning,
-button.list-group-item-warning {
- color: #8a6d3b;
-}
-a.list-group-item-warning .list-group-item-heading,
-button.list-group-item-warning .list-group-item-heading {
- color: inherit;
-}
-a.list-group-item-warning:hover,
-button.list-group-item-warning:hover,
-a.list-group-item-warning:focus,
-button.list-group-item-warning:focus {
- color: #8a6d3b;
- background-color: #faf2cc;
-}
-a.list-group-item-warning.active,
-button.list-group-item-warning.active,
-a.list-group-item-warning.active:hover,
-button.list-group-item-warning.active:hover,
-a.list-group-item-warning.active:focus,
-button.list-group-item-warning.active:focus {
- color: #fff;
- background-color: #8a6d3b;
- border-color: #8a6d3b;
-}
-.list-group-item-danger {
- color: #a94442;
- background-color: #f2dede;
-}
-a.list-group-item-danger,
-button.list-group-item-danger {
- color: #a94442;
-}
-a.list-group-item-danger .list-group-item-heading,
-button.list-group-item-danger .list-group-item-heading {
- color: inherit;
-}
-a.list-group-item-danger:hover,
-button.list-group-item-danger:hover,
-a.list-group-item-danger:focus,
-button.list-group-item-danger:focus {
- color: #a94442;
- background-color: #ebcccc;
-}
-a.list-group-item-danger.active,
-button.list-group-item-danger.active,
-a.list-group-item-danger.active:hover,
-button.list-group-item-danger.active:hover,
-a.list-group-item-danger.active:focus,
-button.list-group-item-danger.active:focus {
- color: #fff;
- background-color: #a94442;
- border-color: #a94442;
-}
-.list-group-item-heading {
- margin-top: 0;
- margin-bottom: 5px;
-}
-.list-group-item-text {
- margin-bottom: 0;
- line-height: 1.3;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #fff;
- border: 1px solid transparent;
- border-radius: 4px;
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
- box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
-}
-.panel-body {
- padding: 15px;
-}
-.panel-heading {
- padding: 10px 15px;
- border-bottom: 1px solid transparent;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.panel-heading > .dropdown .dropdown-toggle {
- color: inherit;
-}
-.panel-title {
- margin-top: 0;
- margin-bottom: 0;
- font-size: 16px;
- color: inherit;
-}
-.panel-title > a,
-.panel-title > small,
-.panel-title > .small,
-.panel-title > small > a,
-.panel-title > .small > a {
- color: inherit;
-}
-.panel-footer {
- padding: 10px 15px;
- background-color: #f5f5f5;
- border-top: 1px solid #ddd;
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-.panel > .list-group,
-.panel > .panel-collapse > .list-group {
- margin-bottom: 0;
-}
-.panel > .list-group .list-group-item,
-.panel > .panel-collapse > .list-group .list-group-item {
- border-width: 1px 0;
- border-radius: 0;
-}
-.panel > .list-group:first-child .list-group-item:first-child,
-.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
- border-top: 0;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.panel > .list-group:last-child .list-group-item:last-child,
-.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
- border-bottom: 0;
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
-}
-.panel-heading + .list-group .list-group-item:first-child {
- border-top-width: 0;
-}
-.list-group + .panel-footer {
- border-top-width: 0;
-}
-.panel > .table,
-.panel > .table-responsive > .table,
-.panel > .panel-collapse > .table {
- margin-bottom: 0;
-}
-.panel > .table caption,
-.panel > .table-responsive > .table caption,
-.panel > .panel-collapse > .table caption {
- padding-right: 15px;
- padding-left: 15px;
-}
-.panel > .table:first-child,
-.panel > .table-responsive:first-child > .table:first-child {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.panel > .table:first-child > thead:first-child > tr:first-child,
-.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
-.panel > .table:first-child > tbody:first-child > tr:first-child,
-.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
-}
-.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
-.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
-.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
-.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
-.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
-.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
-.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
-.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
- border-top-left-radius: 3px;
-}
-.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
-.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
-.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
-.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
-.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
-.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
-.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
-.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
- border-top-right-radius: 3px;
-}
-.panel > .table:last-child,
-.panel > .table-responsive:last-child > .table:last-child {
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-.panel > .table:last-child > tbody:last-child > tr:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
-.panel > .table:last-child > tfoot:last-child > tr:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
- border-bottom-right-radius: 3px;
- border-bottom-left-radius: 3px;
-}
-.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
-.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
-.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
-.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
-.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
-.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
-.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
-.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
- border-bottom-left-radius: 3px;
-}
-.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
-.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
-.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
-.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
-.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
- border-bottom-right-radius: 3px;
-}
-.panel > .panel-body + .table,
-.panel > .panel-body + .table-responsive,
-.panel > .table + .panel-body,
-.panel > .table-responsive + .panel-body {
- border-top: 1px solid #ddd;
-}
-.panel > .table > tbody:first-child > tr:first-child th,
-.panel > .table > tbody:first-child > tr:first-child td {
- border-top: 0;
-}
-.panel > .table-bordered,
-.panel > .table-responsive > .table-bordered {
- border: 0;
-}
-.panel > .table-bordered > thead > tr > th:first-child,
-.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
-.panel > .table-bordered > tbody > tr > th:first-child,
-.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
-.panel > .table-bordered > tfoot > tr > th:first-child,
-.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
-.panel > .table-bordered > thead > tr > td:first-child,
-.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
-.panel > .table-bordered > tbody > tr > td:first-child,
-.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
-.panel > .table-bordered > tfoot > tr > td:first-child,
-.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
- border-left: 0;
-}
-.panel > .table-bordered > thead > tr > th:last-child,
-.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
-.panel > .table-bordered > tbody > tr > th:last-child,
-.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
-.panel > .table-bordered > tfoot > tr > th:last-child,
-.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
-.panel > .table-bordered > thead > tr > td:last-child,
-.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
-.panel > .table-bordered > tbody > tr > td:last-child,
-.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
-.panel > .table-bordered > tfoot > tr > td:last-child,
-.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
- border-right: 0;
-}
-.panel > .table-bordered > thead > tr:first-child > td,
-.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
-.panel > .table-bordered > tbody > tr:first-child > td,
-.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
-.panel > .table-bordered > thead > tr:first-child > th,
-.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
-.panel > .table-bordered > tbody > tr:first-child > th,
-.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
- border-bottom: 0;
-}
-.panel > .table-bordered > tbody > tr:last-child > td,
-.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
-.panel > .table-bordered > tfoot > tr:last-child > td,
-.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
-.panel > .table-bordered > tbody > tr:last-child > th,
-.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
-.panel > .table-bordered > tfoot > tr:last-child > th,
-.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
- border-bottom: 0;
-}
-.panel > .table-responsive {
- margin-bottom: 0;
- border: 0;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 4px;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group .panel-heading {
- border-bottom: 0;
-}
-.panel-group .panel-heading + .panel-collapse > .panel-body,
-.panel-group .panel-heading + .panel-collapse > .list-group {
- border-top: 1px solid #ddd;
-}
-.panel-group .panel-footer {
- border-top: 0;
-}
-.panel-group .panel-footer + .panel-collapse .panel-body {
- border-bottom: 1px solid #ddd;
-}
-.panel-default {
- border-color: #ddd;
-}
-.panel-default > .panel-heading {
- color: #333;
- background-color: #f5f5f5;
- border-color: #ddd;
-}
-.panel-default > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #ddd;
-}
-.panel-default > .panel-heading .badge {
- color: #f5f5f5;
- background-color: #333;
-}
-.panel-default > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #ddd;
-}
-.panel-primary {
- border-color: #337ab7;
-}
-.panel-primary > .panel-heading {
- color: #fff;
- background-color: #337ab7;
- border-color: #337ab7;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #337ab7;
-}
-.panel-primary > .panel-heading .badge {
- color: #337ab7;
- background-color: #fff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #337ab7;
-}
-.panel-success {
- border-color: #d6e9c6;
-}
-.panel-success > .panel-heading {
- color: #3c763d;
- background-color: #dff0d8;
- border-color: #d6e9c6;
-}
-.panel-success > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #d6e9c6;
-}
-.panel-success > .panel-heading .badge {
- color: #dff0d8;
- background-color: #3c763d;
-}
-.panel-success > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #d6e9c6;
-}
-.panel-info {
- border-color: #bce8f1;
-}
-.panel-info > .panel-heading {
- color: #31708f;
- background-color: #d9edf7;
- border-color: #bce8f1;
-}
-.panel-info > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #bce8f1;
-}
-.panel-info > .panel-heading .badge {
- color: #d9edf7;
- background-color: #31708f;
-}
-.panel-info > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #bce8f1;
-}
-.panel-warning {
- border-color: #faebcc;
-}
-.panel-warning > .panel-heading {
- color: #8a6d3b;
- background-color: #fcf8e3;
- border-color: #faebcc;
-}
-.panel-warning > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #faebcc;
-}
-.panel-warning > .panel-heading .badge {
- color: #fcf8e3;
- background-color: #8a6d3b;
-}
-.panel-warning > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #faebcc;
-}
-.panel-danger {
- border-color: #ebccd1;
-}
-.panel-danger > .panel-heading {
- color: #a94442;
- background-color: #f2dede;
- border-color: #ebccd1;
-}
-.panel-danger > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #ebccd1;
-}
-.panel-danger > .panel-heading .badge {
- color: #f2dede;
- background-color: #a94442;
-}
-.panel-danger > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #ebccd1;
-}
-.embed-responsive {
- position: relative;
- display: block;
- height: 0;
- padding: 0;
- overflow: hidden;
-}
-.embed-responsive .embed-responsive-item,
-.embed-responsive iframe,
-.embed-responsive embed,
-.embed-responsive object,
-.embed-responsive video {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border: 0;
-}
-.embed-responsive-16by9 {
- padding-bottom: 56.25%;
-}
-.embed-responsive-4by3 {
- padding-bottom: 75%;
-}
-.well {
- min-height: 20px;
- padding: 19px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border: 1px solid #e3e3e3;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
-}
-.well blockquote {
- border-color: #ddd;
- border-color: rgba(0, 0, 0, .15);
-}
-.well-lg {
- padding: 24px;
- border-radius: 6px;
-}
-.well-sm {
- padding: 9px;
- border-radius: 3px;
-}
-.close {
- float: right;
- font-size: 21px;
- font-weight: bold;
- line-height: 1;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- filter: alpha(opacity=20);
- opacity: .2;
-}
-.close:hover,
-.close:focus {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- filter: alpha(opacity=50);
- opacity: .5;
-}
-button.close {
- -webkit-appearance: none;
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
-}
-.modal-open {
- overflow: hidden;
-}
-.modal {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1050;
- display: none;
- overflow: hidden;
- -webkit-overflow-scrolling: touch;
- outline: 0;
-}
-.modal.fade .modal-dialog {
- -webkit-transition: -webkit-transform .3s ease-out;
- -o-transition: -o-transform .3s ease-out;
- transition: transform .3s ease-out;
- -webkit-transform: translate(0, -25%);
- -ms-transform: translate(0, -25%);
- -o-transform: translate(0, -25%);
- transform: translate(0, -25%);
-}
-.modal.in .modal-dialog {
- -webkit-transform: translate(0, 0);
- -ms-transform: translate(0, 0);
- -o-transform: translate(0, 0);
- transform: translate(0, 0);
-}
-.modal-open .modal {
- overflow-x: hidden;
- overflow-y: auto;
-}
-.modal-dialog {
- position: relative;
- width: auto;
- margin: 10px;
-}
-.modal-content {
- position: relative;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #999;
- border: 1px solid rgba(0, 0, 0, .2);
- border-radius: 6px;
- outline: 0;
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
- box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
-}
-.modal-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 1040;
- background-color: #000;
-}
-.modal-backdrop.fade {
- filter: alpha(opacity=0);
- opacity: 0;
-}
-.modal-backdrop.in {
- filter: alpha(opacity=50);
- opacity: .5;
-}
-.modal-header {
- min-height: 16.42857143px;
- padding: 15px;
- border-bottom: 1px solid #e5e5e5;
-}
-.modal-header .close {
- margin-top: -2px;
-}
-.modal-title {
- margin: 0;
- line-height: 1.42857143;
-}
-.modal-body {
- position: relative;
- padding: 15px;
-}
-.modal-footer {
- padding: 15px;
- text-align: right;
- border-top: 1px solid #e5e5e5;
-}
-.modal-footer .btn + .btn {
- margin-bottom: 0;
- margin-left: 5px;
-}
-.modal-footer .btn-group .btn + .btn {
- margin-left: -1px;
-}
-.modal-footer .btn-block + .btn-block {
- margin-left: 0;
-}
-.modal-scrollbar-measure {
- position: absolute;
- top: -9999px;
- width: 50px;
- height: 50px;
- overflow: scroll;
-}
-@media (min-width: 768px) {
- .modal-dialog {
- width: 600px;
- margin: 30px auto;
- }
- .modal-content {
- -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
- box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
- }
- .modal-sm {
- width: 300px;
- }
-}
-@media (min-width: 992px) {
- .modal-lg {
- width: 900px;
- }
-}
-.tooltip {
- position: absolute;
- z-index: 1070;
- display: block;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 12px;
- font-style: normal;
- font-weight: normal;
- line-height: 1.42857143;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- letter-spacing: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: normal;
- white-space: normal;
- filter: alpha(opacity=0);
- opacity: 0;
-
- line-break: auto;
-}
-.tooltip.in {
- filter: alpha(opacity=90);
- opacity: .9;
-}
-.tooltip.top {
- padding: 5px 0;
- margin-top: -3px;
-}
-.tooltip.right {
- padding: 0 5px;
- margin-left: 3px;
-}
-.tooltip.bottom {
- padding: 5px 0;
- margin-top: 3px;
-}
-.tooltip.left {
- padding: 0 5px;
- margin-left: -3px;
-}
-.tooltip-inner {
- max-width: 200px;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
- border-radius: 4px;
-}
-.tooltip-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-.tooltip.top .tooltip-arrow {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000;
-}
-.tooltip.top-left .tooltip-arrow {
- right: 5px;
- bottom: 0;
- margin-bottom: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000;
-}
-.tooltip.top-right .tooltip-arrow {
- bottom: 0;
- left: 5px;
- margin-bottom: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000;
-}
-.tooltip.right .tooltip-arrow {
- top: 50%;
- left: 0;
- margin-top: -5px;
- border-width: 5px 5px 5px 0;
- border-right-color: #000;
-}
-.tooltip.left .tooltip-arrow {
- top: 50%;
- right: 0;
- margin-top: -5px;
- border-width: 5px 0 5px 5px;
- border-left-color: #000;
-}
-.tooltip.bottom .tooltip-arrow {
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000;
-}
-.tooltip.bottom-left .tooltip-arrow {
- top: 0;
- right: 5px;
- margin-top: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000;
-}
-.tooltip.bottom-right .tooltip-arrow {
- top: 0;
- left: 5px;
- margin-top: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000;
-}
-.popover {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 1060;
- display: none;
- max-width: 276px;
- padding: 1px;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- font-style: normal;
- font-weight: normal;
- line-height: 1.42857143;
- text-align: left;
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- letter-spacing: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: normal;
- white-space: normal;
- background-color: #fff;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- border: 1px solid #ccc;
- border: 1px solid rgba(0, 0, 0, .2);
- border-radius: 6px;
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
- box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
-
- line-break: auto;
-}
-.popover.top {
- margin-top: -10px;
-}
-.popover.right {
- margin-left: 10px;
-}
-.popover.bottom {
- margin-top: 10px;
-}
-.popover.left {
- margin-left: -10px;
-}
-.popover-title {
- padding: 8px 14px;
- margin: 0;
- font-size: 14px;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- border-radius: 5px 5px 0 0;
-}
-.popover-content {
- padding: 9px 14px;
-}
-.popover > .arrow,
-.popover > .arrow:after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
-}
-.popover > .arrow {
- border-width: 11px;
-}
-.popover > .arrow:after {
- content: "";
- border-width: 10px;
-}
-.popover.top > .arrow {
- bottom: -11px;
- left: 50%;
- margin-left: -11px;
- border-top-color: #999;
- border-top-color: rgba(0, 0, 0, .25);
- border-bottom-width: 0;
-}
-.popover.top > .arrow:after {
- bottom: 1px;
- margin-left: -10px;
- content: " ";
- border-top-color: #fff;
- border-bottom-width: 0;
-}
-.popover.right > .arrow {
- top: 50%;
- left: -11px;
- margin-top: -11px;
- border-right-color: #999;
- border-right-color: rgba(0, 0, 0, .25);
- border-left-width: 0;
-}
-.popover.right > .arrow:after {
- bottom: -10px;
- left: 1px;
- content: " ";
- border-right-color: #fff;
- border-left-width: 0;
-}
-.popover.bottom > .arrow {
- top: -11px;
- left: 50%;
- margin-left: -11px;
- border-top-width: 0;
- border-bottom-color: #999;
- border-bottom-color: rgba(0, 0, 0, .25);
-}
-.popover.bottom > .arrow:after {
- top: 1px;
- margin-left: -10px;
- content: " ";
- border-top-width: 0;
- border-bottom-color: #fff;
-}
-.popover.left > .arrow {
- top: 50%;
- right: -11px;
- margin-top: -11px;
- border-right-width: 0;
- border-left-color: #999;
- border-left-color: rgba(0, 0, 0, .25);
-}
-.popover.left > .arrow:after {
- right: 1px;
- bottom: -10px;
- content: " ";
- border-right-width: 0;
- border-left-color: #fff;
-}
-.carousel {
- position: relative;
-}
-.carousel-inner {
- position: relative;
- width: 100%;
- overflow: hidden;
-}
-.carousel-inner > .item {
- position: relative;
- display: none;
- -webkit-transition: .6s ease-in-out left;
- -o-transition: .6s ease-in-out left;
- transition: .6s ease-in-out left;
-}
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
- line-height: 1;
-}
-@media all and (transform-3d), (-webkit-transform-3d) {
- .carousel-inner > .item {
- -webkit-transition: -webkit-transform .6s ease-in-out;
- -o-transition: -o-transform .6s ease-in-out;
- transition: transform .6s ease-in-out;
-
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-perspective: 1000px;
- perspective: 1000px;
- }
- .carousel-inner > .item.next,
- .carousel-inner > .item.active.right {
- left: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
- .carousel-inner > .item.prev,
- .carousel-inner > .item.active.left {
- left: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
- .carousel-inner > .item.next.left,
- .carousel-inner > .item.prev.right,
- .carousel-inner > .item.active {
- left: 0;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-.carousel-inner > .active,
-.carousel-inner > .next,
-.carousel-inner > .prev {
- display: block;
-}
-.carousel-inner > .active {
- left: 0;
-}
-.carousel-inner > .next,
-.carousel-inner > .prev {
- position: absolute;
- top: 0;
- width: 100%;
-}
-.carousel-inner > .next {
- left: 100%;
-}
-.carousel-inner > .prev {
- left: -100%;
-}
-.carousel-inner > .next.left,
-.carousel-inner > .prev.right {
- left: 0;
-}
-.carousel-inner > .active.left {
- left: -100%;
-}
-.carousel-inner > .active.right {
- left: 100%;
-}
-.carousel-control {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 15%;
- font-size: 20px;
- color: #fff;
- text-align: center;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
- filter: alpha(opacity=50);
- opacity: .5;
-}
-.carousel-control.left {
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
- background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
- background-repeat: repeat-x;
-}
-.carousel-control.right {
- right: 0;
- left: auto;
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
- background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
- background-repeat: repeat-x;
-}
-.carousel-control:hover,
-.carousel-control:focus {
- color: #fff;
- text-decoration: none;
- filter: alpha(opacity=90);
- outline: 0;
- opacity: .9;
-}
-.carousel-control .icon-prev,
-.carousel-control .icon-next,
-.carousel-control .glyphicon-chevron-left,
-.carousel-control .glyphicon-chevron-right {
- position: absolute;
- top: 50%;
- z-index: 5;
- display: inline-block;
- margin-top: -10px;
-}
-.carousel-control .icon-prev,
-.carousel-control .glyphicon-chevron-left {
- left: 50%;
- margin-left: -10px;
-}
-.carousel-control .icon-next,
-.carousel-control .glyphicon-chevron-right {
- right: 50%;
- margin-right: -10px;
-}
-.carousel-control .icon-prev,
-.carousel-control .icon-next {
- width: 20px;
- height: 20px;
- font-family: serif;
- line-height: 1;
-}
-.carousel-control .icon-prev:before {
- content: '\2039';
-}
-.carousel-control .icon-next:before {
- content: '\203a';
-}
-.carousel-indicators {
- position: absolute;
- bottom: 10px;
- left: 50%;
- z-index: 15;
- width: 60%;
- padding-left: 0;
- margin-left: -30%;
- text-align: center;
- list-style: none;
-}
-.carousel-indicators li {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin: 1px;
- text-indent: -999px;
- cursor: pointer;
- background-color: #000 \9;
- background-color: rgba(0, 0, 0, 0);
- border: 1px solid #fff;
- border-radius: 10px;
-}
-.carousel-indicators .active {
- width: 12px;
- height: 12px;
- margin: 0;
- background-color: #fff;
-}
-.carousel-caption {
- position: absolute;
- right: 15%;
- bottom: 20px;
- left: 15%;
- z-index: 10;
- padding-top: 20px;
- padding-bottom: 20px;
- color: #fff;
- text-align: center;
- text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
-}
-.carousel-caption .btn {
- text-shadow: none;
-}
-@media screen and (min-width: 768px) {
- .carousel-control .glyphicon-chevron-left,
- .carousel-control .glyphicon-chevron-right,
- .carousel-control .icon-prev,
- .carousel-control .icon-next {
- width: 30px;
- height: 30px;
- margin-top: -15px;
- font-size: 30px;
- }
- .carousel-control .glyphicon-chevron-left,
- .carousel-control .icon-prev {
- margin-left: -15px;
- }
- .carousel-control .glyphicon-chevron-right,
- .carousel-control .icon-next {
- margin-right: -15px;
- }
- .carousel-caption {
- right: 20%;
- left: 20%;
- padding-bottom: 30px;
- }
- .carousel-indicators {
- bottom: 20px;
- }
-}
-.clearfix:before,
-.clearfix:after,
-.dl-horizontal dd:before,
-.dl-horizontal dd:after,
-.container:before,
-.container:after,
-.container-fluid:before,
-.container-fluid:after,
-.row:before,
-.row:after,
-.form-horizontal .form-group:before,
-.form-horizontal .form-group:after,
-.btn-toolbar:before,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after,
-.nav:before,
-.nav:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after,
-.navbar-collapse:before,
-.navbar-collapse:after,
-.pager:before,
-.pager:after,
-.panel-body:before,
-.panel-body:after,
-.modal-footer:before,
-.modal-footer:after {
- display: table;
- content: " ";
-}
-.clearfix:after,
-.dl-horizontal dd:after,
-.container:after,
-.container-fluid:after,
-.row:after,
-.form-horizontal .form-group:after,
-.btn-toolbar:after,
-.btn-group-vertical > .btn-group:after,
-.nav:after,
-.navbar:after,
-.navbar-header:after,
-.navbar-collapse:after,
-.pager:after,
-.panel-body:after,
-.modal-footer:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-right: auto;
- margin-left: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
-}
-.affix {
- position: fixed;
-}
-@-ms-viewport {
- width: device-width;
-}
-.visible-xs,
-.visible-sm,
-.visible-md,
-.visible-lg {
- display: none !important;
-}
-.visible-xs-block,
-.visible-xs-inline,
-.visible-xs-inline-block,
-.visible-sm-block,
-.visible-sm-inline,
-.visible-sm-inline-block,
-.visible-md-block,
-.visible-md-inline,
-.visible-md-inline-block,
-.visible-lg-block,
-.visible-lg-inline,
-.visible-lg-inline-block {
- display: none !important;
-}
-@media (max-width: 767px) {
- .visible-xs {
- display: block !important;
- }
- table.visible-xs {
- display: table !important;
- }
- tr.visible-xs {
- display: table-row !important;
- }
- th.visible-xs,
- td.visible-xs {
- display: table-cell !important;
- }
-}
-@media (max-width: 767px) {
- .visible-xs-block {
- display: block !important;
- }
-}
-@media (max-width: 767px) {
- .visible-xs-inline {
- display: inline !important;
- }
-}
-@media (max-width: 767px) {
- .visible-xs-inline-block {
- display: inline-block !important;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .visible-sm {
- display: block !important;
- }
- table.visible-sm {
- display: table !important;
- }
- tr.visible-sm {
- display: table-row !important;
- }
- th.visible-sm,
- td.visible-sm {
- display: table-cell !important;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .visible-sm-block {
- display: block !important;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .visible-sm-inline {
- display: inline !important;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .visible-sm-inline-block {
- display: inline-block !important;
- }
-}
-@media (min-width: 992px) and (max-width: 1199px) {
- .visible-md {
- display: block !important;
- }
- table.visible-md {
- display: table !important;
- }
- tr.visible-md {
- display: table-row !important;
- }
- th.visible-md,
- td.visible-md {
- display: table-cell !important;
- }
-}
-@media (min-width: 992px) and (max-width: 1199px) {
- .visible-md-block {
- display: block !important;
- }
-}
-@media (min-width: 992px) and (max-width: 1199px) {
- .visible-md-inline {
- display: inline !important;
- }
-}
-@media (min-width: 992px) and (max-width: 1199px) {
- .visible-md-inline-block {
- display: inline-block !important;
- }
-}
-@media (min-width: 1200px) {
- .visible-lg {
- display: block !important;
- }
- table.visible-lg {
- display: table !important;
- }
- tr.visible-lg {
- display: table-row !important;
- }
- th.visible-lg,
- td.visible-lg {
- display: table-cell !important;
- }
-}
-@media (min-width: 1200px) {
- .visible-lg-block {
- display: block !important;
- }
-}
-@media (min-width: 1200px) {
- .visible-lg-inline {
- display: inline !important;
- }
-}
-@media (min-width: 1200px) {
- .visible-lg-inline-block {
- display: inline-block !important;
- }
-}
-@media (max-width: 767px) {
- .hidden-xs {
- display: none !important;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .hidden-sm {
- display: none !important;
- }
-}
-@media (min-width: 992px) and (max-width: 1199px) {
- .hidden-md {
- display: none !important;
- }
-}
-@media (min-width: 1200px) {
- .hidden-lg {
- display: none !important;
- }
-}
-.visible-print {
- display: none !important;
-}
-@media print {
- .visible-print {
- display: block !important;
- }
- table.visible-print {
- display: table !important;
- }
- tr.visible-print {
- display: table-row !important;
- }
- th.visible-print,
- td.visible-print {
- display: table-cell !important;
- }
-}
-.visible-print-block {
- display: none !important;
-}
-@media print {
- .visible-print-block {
- display: block !important;
- }
-}
-.visible-print-inline {
- display: none !important;
-}
-@media print {
- .visible-print-inline {
- display: inline !important;
- }
-}
-.visible-print-inline-block {
- display: none !important;
-}
-@media print {
- .visible-print-inline-block {
- display: inline-block !important;
- }
-}
-@media print {
- .hidden-print {
- display: none !important;
- }
-}
-/*# sourceMappingURL=bootstrap.css.map */
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.min.css" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.min.css"
deleted file mode 100644
index d65c66b..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/css/bootstrap.min.css"
+++ /dev/null
@@ -1,5 +0,0 @@
-/*!
- * Bootstrap v3.3.5 (http://getbootstrap.com)
- * Copyright 2011-2015 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.eot" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.eot"
deleted file mode 100644
index b93a495..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.eot" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.svg" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.svg"
deleted file mode 100644
index 94fb549..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.svg"
+++ /dev/null
@@ -1,288 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.ttf" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.ttf"
deleted file mode 100644
index 1413fc6..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.ttf" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff"
deleted file mode 100644
index 9e61285..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff2" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff2"
deleted file mode 100644
index 64539b5..0000000
Binary files "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/fonts/glyphicons-halflings-regular.woff2" and /dev/null differ
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index01.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index01.html"
deleted file mode 100644
index 64ebb80..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index01.html"
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
Bootstrap
-
-
-
-
-
-
-
hello world
-
public class
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index02.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index02.html"
deleted file mode 100644
index 8e442f3..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index02.html"
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
Bootstrap 101 Template
-
-
-
-
-
-
-
-
-
-
-
-
-
你好,世界!
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index03.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index03.html"
deleted file mode 100644
index 76533b9..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index03.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
Bootstrap-CSS
-
-
-
-
-
-
-
-
-
-
-
-
col-lg-7
-
col-lg-2-next
-
col-lg-3-next
-
-
-
-
-
col-md-7
-
col-md-2-next
-
col-md-3-next
-
-
-
-
-
col-sm-5
-
col-sm-4-next
-
col-sm-3-next
-
-
-
-
-
col-xs-3
-
col-xs-4-next
-
col-xs-5-next
-
-
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index04.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index04.html"
deleted file mode 100644
index 14898b8..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index04.html"
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
.col-md-1
-
-
-
.col-md-8
-
.col-md-4
-
-
-
.col-md-4
-
.col-md-4
-
.col-md-4
-
-
-
.col-md-6
-
.col-md-6
-
-
-
-
.col-md-8
-
.col-md-6
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index05.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index05.html"
deleted file mode 100644
index b1878ff..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index05.html"
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
移动设备和桌面屏幕
-
-
-
-
-
-
-
-
-
.col-xs-12 .col-md-8
-
.col-xs-6 .col-md-4
-
-
-
-
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-4
-
-
-
-
-
.col-xs-6
-
.col-xs-6
-
-
-
-
.col-xs-9
-
.col-xs-4 Since 9 + 4 = 13 > 12, this 4-column-wide div gets wrapped onto a new line as one contiguous unit.
-
.col-xs-6 Subsequent columns continue along the new line.
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index06.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index06.html"
deleted file mode 100644
index 75b203a..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index06.html"
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
响应式列重置
-
-
-
-
-
-
-
-
.col-xs-6 .col-sm-3
-Resize your viewport or check it out on your phone for an example.
-
.col-xs-6 .col-sm-3
-
-
-
-
-
.col-xs-6 .col-sm-3
-
.col-xs-6 .col-sm-3
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index07.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index07.html"
deleted file mode 100644
index 6bb0913..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index07.html"
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
列偏移
-
-
-
-
-
-
-
-
.col-md-4
-
.col-md-4 .col-md-offset-2
-
-
-
.col-md-3 .col-md-offset-3
-
.col-md-3 .col-md-offset-3
-
-
-
.col-md-6 .col-md-offset-6
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index08.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index08.html"
deleted file mode 100644
index f42301e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index08.html"
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
嵌套列
-
-
-
-
-
-
-
-
- Level 1: .col-sm-9
-
-
- Level 2: .col-xs-8 .col-sm-6
-
-
- Level 2: .col-xs-4 .col-sm-6
-
-
-
-
-
-
-
-
.col-md-9 .col-md-push-3
-
.col-md-3 .col-md-pull-9
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index09.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index09.html"
deleted file mode 100644
index f0e567e..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index09.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
列排序
-
-
-
-
-
-
-
-
-
-
.col-md-9 .col-md-push-3
-
.col-md-3 .col-md-pull-9
-
-
-
-
-
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index10.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index10.html"
deleted file mode 100644
index b39a9fc..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index10.html"
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
h1. Bootstrap heading
-
h2. Bootstrap heading
-
h3. Bootstrap heading
-
h4. Bootstrap heading
-
h5. Bootstrap heading
-
h6. Bootstrap heading
-
h1. Bootstrap heading Secondary text
-
h2. Bootstrap heading Secondary text
-
h3. Bootstrap heading Secondary text
-
h4. Bootstrap heading Secondary text
-
h5. Bootstrap heading Secondary text
-
h6. Bootstrap heading Secondary text
-
-
-
-
-
icon-camera-retro
-
icon-camera-retro
-
icon-camera-retro
-
-
Spinner icon when loading content...
-
-
Use a few of the new styles together ... lots of new possibilities.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
To switch directories, type
cd followed by the name of the directory.
To edit settings, press
ctrl + ,
-
-
-
\ No newline at end of file
diff --git "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index11.html" "b/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index11.html"
deleted file mode 100644
index 876da9f..0000000
--- "a/02-\351\230\266\346\256\265\344\272\214\357\274\210CSS\357\274\211/day27-Bootstrap/index11.html"
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Star
-
-
-
-
-
- Error: Enter a valid email address
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/img/\345\240\206\346\240\210.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/img/\345\240\206\346\240\210.jpg"
deleted file mode 100644
index b28c7cb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/img/\345\240\206\346\240\210.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index01js\346\246\202\350\247\210.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index01js\346\246\202\350\247\210.html"
deleted file mode 100644
index 0369f9e..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index01js\346\246\202\350\247\210.html"
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
js
-
-
-
- ppp
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index02js\345\244\226\345\265\214\346\240\207\347\255\276\344\275\215\347\275\256.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index02js\345\244\226\345\265\214\346\240\207\347\255\276\344\275\215\347\275\256.html"
deleted file mode 100644
index 709d361..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index02js\345\244\226\345\265\214\346\240\207\347\255\276\344\275\215\347\275\256.html"
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
11111
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index03js\345\237\272\347\241\200\350\257\255\346\263\225.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index03js\345\237\272\347\241\200\350\257\255\346\263\225.html"
deleted file mode 100644
index 55ccd00..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/index03js\345\237\272\347\241\200\350\257\255\346\263\225.html"
+++ /dev/null
@@ -1,463 +0,0 @@
-
-
-
-
-
-
-
-
-
-
div1
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/js1.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/js1.js"
deleted file mode 100644
index 7ecb8e7..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/js1.js"
+++ /dev/null
@@ -1,2 +0,0 @@
-
-alert('我是一个外部js');
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/\345\240\206\346\240\210.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/\345\240\206\346\240\210.jpg"
deleted file mode 100644
index b28c7cb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day28-JSBase/js/\345\240\206\346\240\210.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/demo.html"
deleted file mode 100644
index bfcefb6..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/demo.html"
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/index4_demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/index4_demo.html"
deleted file mode 100644
index 763bb75..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/demo/index4_demo.html"
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index1.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index1.html"
deleted file mode 100644
index 707cb8b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index1.html"
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index2.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index2.html"
deleted file mode 100644
index 1e35d86..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index2.html"
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
- +
-
-
-
- =
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index3.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index3.html"
deleted file mode 100644
index 57b2608..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index3.html"
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index4.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index4.html"
deleted file mode 100644
index 9335b28..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day29/index4.html"
+++ /dev/null
@@ -1,370 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index1.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index1.html"
deleted file mode 100644
index 4f6f15d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index1.html"
+++ /dev/null
@@ -1,167 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index2.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index2.html"
deleted file mode 100644
index 28602ae..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index2.html"
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index3.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index3.html"
deleted file mode 100644
index 25af69b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index3.html"
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
简单数组
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index4.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index4.html"
deleted file mode 100644
index 15fcb00..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day30/index4.html"
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/demo/day31_demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/demo/day31_demo.html"
deleted file mode 100644
index 9a507f4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/demo/day31_demo.html"
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
day31_demo
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index1.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index1.html"
deleted file mode 100644
index 42f5ded..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index1.html"
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
-
js复习
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index2.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index2.html"
deleted file mode 100644
index 3ed41aa..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index2.html"
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index3.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index3.html"
deleted file mode 100644
index 49bb3d6..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index3.html"
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index4.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index4.html"
deleted file mode 100644
index c6f3bea..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index4.html"
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index5.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index5.html"
deleted file mode 100644
index 2b8ef4e..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day31/index5.html"
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/demo/day32_demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/demo/day32_demo.html"
deleted file mode 100644
index 901c16f..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/demo/day32_demo.html"
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
点击查看结果
-
- 规则:蓝色球(1个)号码区1-16,红色球(6个)号码区1-33,红色球不重复
- 蓝色球:
- 红色球:
-
-
-
-
-
-
-
点击出现结果
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/1.gif" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/1.gif"
deleted file mode 100644
index 65cacdd..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/1.gif" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/2.gif" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/2.gif"
deleted file mode 100644
index 72ecfc4..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/img/2.gif" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index01.html"
deleted file mode 100644
index fe51255..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index01.html"
+++ /dev/null
@@ -1,365 +0,0 @@
-
-
-
-
-
函数
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index02.html"
deleted file mode 100644
index 0228b5c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index02.html"
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 宽度
- 高度
- 背景色
-
-
值:
-
-
-
确定
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index03.html"
deleted file mode 100644
index 0f8fb73..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day32/index03.html"
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
向外变
-
向里变
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/1.gif" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/1.gif"
deleted file mode 100644
index 65cacdd..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/1.gif" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/2.gif" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/2.gif"
deleted file mode 100644
index 72ecfc4..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/img/2.gif" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index1.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index1.html"
deleted file mode 100644
index 62b2b14..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index1.html"
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
下注
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index2.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index2.html"
deleted file mode 100644
index 9ef229c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index2.html"
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-
-
-
字符串常用函数
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index3.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index3.html"
deleted file mode 100644
index c4aa96b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day33/index3.html"
+++ /dev/null
@@ -1,264 +0,0 @@
-
-
-
-
-
-
数组常用方法
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/demo/day34_demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/demo/day34_demo.html"
deleted file mode 100644
index 73780bd..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/demo/day34_demo.html"
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
全选
-
反选 是否都被选中:
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index01.html"
deleted file mode 100644
index 98e40cd..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index01.html"
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
冒泡排序
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index02.html"
deleted file mode 100644
index 9c2f706..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index02.html"
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
闭包实现计数器
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index03.html"
deleted file mode 100644
index e24a271..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index03.html"
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
DOM方法
-
-
-
-
-
span1111
-
a333
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index04.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index04.html"
deleted file mode 100644
index a2d3a49..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index04.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
Math中的函数
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index05.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index05.html"
deleted file mode 100644
index a67d6df..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index05.html"
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
this联系
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06-\345\205\250\351\200\211\345\217\215\351\200\211\350\201\224\347\263\273.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06-\345\205\250\351\200\211\345\217\215\351\200\211\350\201\224\347\263\273.html"
deleted file mode 100644
index 2f80312..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06-\345\205\250\351\200\211\345\217\215\351\200\211\350\201\224\347\263\273.html"
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
是否都被选中:
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06.html"
deleted file mode 100644
index cff0cbf..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index06.html"
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
classname
-
-
-
-
- 点我改变样式
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index07.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index07.html"
deleted file mode 100644
index 176a83c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index07.html"
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
切换页面
-
-
-
-
-
1
-
2
-
3
-
4
-
-
div1
-
div2
-
div3
-
div4
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index08.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index08.html"
deleted file mode 100644
index 4652c6a..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day34/index08.html"
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
checked
-
-
-
-
选择或者取消
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/1.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/1.jpg"
deleted file mode 100644
index fe53ab9..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/1.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/13.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/13.jpg"
deleted file mode 100644
index 1e183bb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/13.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/14.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/14.jpg"
deleted file mode 100644
index 71c7868..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/14.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/15.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/15.jpg"
deleted file mode 100644
index 66d521f..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/15.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/2.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/2.jpg"
deleted file mode 100644
index cea070b..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/2.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/3.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/3.jpg"
deleted file mode 100644
index ee5ce64..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/3.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/4.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/4.jpg"
deleted file mode 100644
index 27a6ab9..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/4.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/5.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/5.jpg"
deleted file mode 100644
index a486669..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/5.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/6.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/6.jpg"
deleted file mode 100644
index 3920365..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/6.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/7.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/7.jpg"
deleted file mode 100644
index d729f79..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/7.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/8.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/8.jpg"
deleted file mode 100644
index cf33725..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/img/8.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index01.html"
deleted file mode 100644
index 4a01f79..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index01.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
定时器
-
-
-
- //定时器
- /*
- 分两种
- 1.间隔定时器(每隔指定时间调用一次)
- 2.延时定时器(推迟指定时间调用)
- setInterval()
- 参数两个
- 第一个:函数指针
- 第二个:间隔的时间(单位是ms毫秒)
- 1s == 1000ms
-
- 返回值:计时器的id
-
- */
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index02.html"
deleted file mode 100644
index 6cc9232..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index02.html"
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
清定时器
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index03-\346\215\242\345\233\276.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index03-\346\215\242\345\233\276.html"
deleted file mode 100644
index 1c848b0..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index03-\346\215\242\345\233\276.html"
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
换图
-
-
-
-
- 向左
- 向右
- 自动开始
- 停止
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index04-\346\215\242\345\233\2762.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index04-\346\215\242\345\233\2762.html"
deleted file mode 100644
index 6af144f..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index04-\346\215\242\345\233\2762.html"
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
换图
-
-
-
-
- 向左
- 向右
- 自动开始
- 停止
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index05.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index05.html"
deleted file mode 100644
index 4f2e103..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index05.html"
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
延时定时器
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index06-\345\273\266\346\227\266\345\256\232\346\227\266\345\231\250\345\256\236\344\276\213.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index06-\345\273\266\346\227\266\345\256\232\346\227\266\345\231\250\345\256\236\344\276\213.html"
deleted file mode 100644
index 154daca..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index06-\345\273\266\346\227\266\345\256\232\346\227\266\345\231\250\345\256\236\344\276\213.html"
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index07.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index07.html"
deleted file mode 100644
index 33d38e0..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index07.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index08.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index08.html"
deleted file mode 100644
index 9e18e64..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index08.html"
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index09.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index09.html"
deleted file mode 100644
index 007228a..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index09.html"
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
碰壁检测
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index10.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index10.html"
deleted file mode 100644
index ab188e1..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index10.html"
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
碰壁检测
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index11.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index11.html"
deleted file mode 100644
index fe865f8..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index11.html"
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
碰壁检测
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index12.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index12.html"
deleted file mode 100644
index 16218d1..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index12.html"
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
1
-
2
-
3
-
4
-
5
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index13.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index13.html"
deleted file mode 100644
index 50ea8ba..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index13.html"
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index14.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index14.html"
deleted file mode 100644
index c1d906f..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day35-\345\256\232\346\227\266\345\231\250/index14.html"
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/demo/day36_demo.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/demo/day36_demo.html"
deleted file mode 100644
index dcc701d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/demo/day36_demo.html"
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
- 版本:
-
默认版本
-
-
- √ 默认版本
- √ 网易6.0
- √ 网易6.0简约版
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index01.html"
deleted file mode 100644
index ce829f4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index01.html"
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
邮箱选择
-
-
-
-
-
-
- 163邮箱
- 126邮箱
- yeah.net
- 网易手机邮箱
-
-
-
-
-
-
-
-
163邮箱
-
126邮箱
-
yeah.net
-
网易手机邮箱
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index02-\351\200\211\345\255\227\346\270\270\346\210\217.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index02-\351\200\211\345\255\227\346\270\270\346\210\217.html"
deleted file mode 100644
index 1901ee1..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index02-\351\200\211\345\255\227\346\270\270\346\210\217.html"
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index03.html"
deleted file mode 100644
index 87ea157..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day36-\351\200\211\345\255\227\346\270\270\346\210\217/index03.html"
+++ /dev/null
@@ -1,108 +0,0 @@
-
-
-
-
-
-
网易版本
-
-
-
-
-
-
- 版本:
默认版本
-
- √ 默认版本
- √ 网易6.0
- √ 网易6.0简约版
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/13.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/13.jpg"
deleted file mode 100644
index 1e183bb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/13.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/14.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/14.jpg"
deleted file mode 100644
index 71c7868..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/14.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/15.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/15.jpg"
deleted file mode 100644
index 66d521f..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/img/15.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index01.html"
deleted file mode 100644
index c489082..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index01.html"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
小球的移动css3
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index02.html"
deleted file mode 100644
index b02fd15..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index02.html"
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
小球的移动定时器
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index03.html"
deleted file mode 100644
index 6565870..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index03.html"
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
小球的移动延时定时器
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index04.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index04.html"
deleted file mode 100644
index 192d2ce..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index04.html"
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
对象的基本认识
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index05.txt" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index05.txt"
deleted file mode 100644
index 8c9b70c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index05.txt"
+++ /dev/null
@@ -1,26 +0,0 @@
-http://www.cnblogs.com/cloudgamer/archive/2009/01/06/Tween.html
-
-Linear:无缓动效果;
-Quadratic:二次方的缓动(t^2);
-Cubic:三次方的缓动(t^3);
-Quartic:四次方的缓动(t^4);
-Quintic:五次方的缓动(t^5);
-Sinusoidal:正弦曲线的缓动(sin(t));
-Exponential:指数曲线的缓动(2^t);
-Circular:圆形曲线的缓动(sqrt(1-t^2));
-Elastic:指数衰减的正弦曲线缓动;
-Back:超过范围的三次方缓动((s+1)*t^3 - s*t^2);
-Bounce:指数衰减的反弹缓动。
-ps:以上都是自己的烂翻译,希望各位修正。
-
-每个效果都分三个缓动方式(方法),分别是:
-easeIn:从0开始加速的缓动;
-easeOut:减速到0的缓动;
-easeInOut:前半段从0开始加速,后半段减速到0的缓动。
-其中Linear是无缓动效果,没有以上效果。
-
-四个参数的意思:
-t: current time(当前时间);(当前步数)
-b: beginning value(初始值);
-c: change in value(变化量);
-d: duration(持续时间)。(总的步数)
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index06.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index06.html"
deleted file mode 100644
index 187f126..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index06.html"
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
小球的移动tween
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index07.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index07.html"
deleted file mode 100644
index 8f7403a..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index07.html"
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
小球的移动tween
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index08-\345\260\217\347\220\203\344\273\216\345\217\263\345\210\260\345\267\246.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index08-\345\260\217\347\220\203\344\273\216\345\217\263\345\210\260\345\267\246.html"
deleted file mode 100644
index cce1d53..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index08-\345\260\217\347\220\203\344\273\216\345\217\263\345\210\260\345\267\246.html"
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
小球的移动tween
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index09-\345\257\274\350\210\252\346\235\241\346\225\210\346\236\234.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index09-\345\257\274\350\210\252\346\235\241\346\225\210\346\236\234.html"
deleted file mode 100644
index 4df1daf..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index09-\345\257\274\350\210\252\346\235\241\346\225\210\346\236\234.html"
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
导航
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index10-\345\257\274\350\210\252.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index10-\345\257\274\350\210\252.html"
deleted file mode 100644
index 6994919..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index10-\345\257\274\350\210\252.html"
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
导航
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index11-\351\274\240\346\240\207\347\247\273\345\205\245.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index11-\351\274\240\346\240\207\347\247\273\345\205\245.html"
deleted file mode 100644
index 0dad91f..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index11-\351\274\240\346\240\207\347\247\273\345\205\245.html"
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
导航
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index12.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index12.html"
deleted file mode 100644
index 5e81e80..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index12.html"
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index13.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index13.html"
deleted file mode 100644
index 1bba849..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/index13.html"
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/js/tween.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/js/tween.js"
deleted file mode 100644
index 698d42b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day37/js/tween.js"
+++ /dev/null
@@ -1,145 +0,0 @@
-// JavaScript Document
-var Tween = {
- Linear: function(t,b,c,d){ return c*t/d + b; },
- Quad: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t + b;
- },
- easeOut: function(t,b,c,d){
- return -c *(t/=d)*(t-2) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t + b;
- return -c/2 * ((--t)*(t-2) - 1) + b;
- }
- },
- Cubic: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return c*((t=t/d-1)*t*t + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t + b;
- return c/2*((t-=2)*t*t + 2) + b;
- }
- },
- Quart: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return -c * ((t=t/d-1)*t*t*t - 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
- return -c/2 * ((t-=2)*t*t*t - 2) + b;
- }
- },
- Quint: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return c*((t=t/d-1)*t*t*t*t + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
- return c/2*((t-=2)*t*t*t*t + 2) + b;
- }
- },
- Sine: {
- easeIn: function(t,b,c,d){
- return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
- },
- easeOut: function(t,b,c,d){
- return c * Math.sin(t/d * (Math.PI/2)) + b;
- },
- easeInOut: function(t,b,c,d){
- return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
- }
- },
- Expo: {
- easeIn: function(t,b,c,d){
- return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
- },
- easeOut: function(t,b,c,d){
- return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if (t==0) return b;
- if (t==d) return b+c;
- if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
- return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
- }
- },
- Circ: {
- easeIn: function(t,b,c,d){
- return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
- },
- easeOut: function(t,b,c,d){
- return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
- return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
- }
- },
- Elastic: {
- easeIn: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
- },
- easeOut: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- return (a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b);
- },
- easeInOut: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
- return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
- }
- },
- Back: {
- easeIn: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- return c*(t/=d)*t*((s+1)*t - s) + b;
- },
- easeOut: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
- },
- easeInOut: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
- return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
- }
- },
- Bounce: {
- easeIn: function(t,b,c,d){
- return c - Tween.Bounce.easeOut(d-t, 0, c, d) + b;
- },
- easeOut: function(t,b,c,d){
- if ((t/=d) < (1/2.75)) {
- return c*(7.5625*t*t) + b;
- } else if (t < (2/2.75)) {
- return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
- } else if (t < (2.5/2.75)) {
- return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
- } else {
- return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
- }
- },
- easeInOut: function(t,b,c,d){
- if (t < d/2) return Tween.Bounce.easeIn(t*2, 0, c, d) * .5 + b;
- else return Tween.Bounce.easeOut(t*2-d, 0, c, d) * .5 + c*.5 + b;
- }
- }
-}
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/13.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/13.jpg"
deleted file mode 100644
index 1e183bb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/img/13.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index1-\350\275\256\346\222\255\345\233\276.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index1-\350\275\256\346\222\255\345\233\276.html"
deleted file mode 100644
index d382f1d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index1-\350\275\256\346\222\255\345\233\276.html"
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index2-\345\267\246\345\217\263\346\214\211\351\222\256.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index2-\345\267\246\345\217\263\346\214\211\351\222\256.html"
deleted file mode 100644
index 4fa43b5..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index2-\345\267\246\345\217\263\346\214\211\351\222\256.html"
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index3-\345\234\206\347\202\271.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index3-\345\234\206\347\202\271.html"
deleted file mode 100644
index 6415fd8..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index3-\345\234\206\347\202\271.html"
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index4-\345\256\232\346\227\266\345\231\250.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index4-\345\256\232\346\227\266\345\231\250.html"
deleted file mode 100644
index 5a155f8..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index4-\345\256\232\346\227\266\345\231\250.html"
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index5-\344\272\254\344\270\234.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index5-\344\272\254\344\270\234.html"
deleted file mode 100644
index f8d9a13..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index5-\344\272\254\344\270\234.html"
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index6-\344\272\254\344\270\234tween.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index6-\344\272\254\344\270\234tween.html"
deleted file mode 100644
index 273ada6..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/index6-\344\272\254\344\270\234tween.html"
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/js/tween.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/js/tween.js"
deleted file mode 100644
index 698d42b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day38-tweenJS/js/tween.js"
+++ /dev/null
@@ -1,145 +0,0 @@
-// JavaScript Document
-var Tween = {
- Linear: function(t,b,c,d){ return c*t/d + b; },
- Quad: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t + b;
- },
- easeOut: function(t,b,c,d){
- return -c *(t/=d)*(t-2) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t + b;
- return -c/2 * ((--t)*(t-2) - 1) + b;
- }
- },
- Cubic: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return c*((t=t/d-1)*t*t + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t + b;
- return c/2*((t-=2)*t*t + 2) + b;
- }
- },
- Quart: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return -c * ((t=t/d-1)*t*t*t - 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
- return -c/2 * ((t-=2)*t*t*t - 2) + b;
- }
- },
- Quint: {
- easeIn: function(t,b,c,d){
- return c*(t/=d)*t*t*t*t + b;
- },
- easeOut: function(t,b,c,d){
- return c*((t=t/d-1)*t*t*t*t + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
- return c/2*((t-=2)*t*t*t*t + 2) + b;
- }
- },
- Sine: {
- easeIn: function(t,b,c,d){
- return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
- },
- easeOut: function(t,b,c,d){
- return c * Math.sin(t/d * (Math.PI/2)) + b;
- },
- easeInOut: function(t,b,c,d){
- return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
- }
- },
- Expo: {
- easeIn: function(t,b,c,d){
- return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
- },
- easeOut: function(t,b,c,d){
- return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
- },
- easeInOut: function(t,b,c,d){
- if (t==0) return b;
- if (t==d) return b+c;
- if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
- return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
- }
- },
- Circ: {
- easeIn: function(t,b,c,d){
- return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
- },
- easeOut: function(t,b,c,d){
- return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
- },
- easeInOut: function(t,b,c,d){
- if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
- return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
- }
- },
- Elastic: {
- easeIn: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
- },
- easeOut: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- return (a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b);
- },
- easeInOut: function(t,b,c,d,a,p){
- if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
- if (!a || a < Math.abs(c)) { a=c; var s=p/4; }
- else var s = p/(2*Math.PI) * Math.asin (c/a);
- if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
- return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
- }
- },
- Back: {
- easeIn: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- return c*(t/=d)*t*((s+1)*t - s) + b;
- },
- easeOut: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
- },
- easeInOut: function(t,b,c,d,s){
- if (s == undefined) s = 1.70158;
- if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
- return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
- }
- },
- Bounce: {
- easeIn: function(t,b,c,d){
- return c - Tween.Bounce.easeOut(d-t, 0, c, d) + b;
- },
- easeOut: function(t,b,c,d){
- if ((t/=d) < (1/2.75)) {
- return c*(7.5625*t*t) + b;
- } else if (t < (2/2.75)) {
- return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
- } else if (t < (2.5/2.75)) {
- return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
- } else {
- return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
- }
- },
- easeInOut: function(t,b,c,d){
- if (t < d/2) return Tween.Bounce.easeIn(t*2, 0, c, d) * .5 + b;
- else return Tween.Bounce.easeOut(t*2-d, 0, c, d) * .5 + c*.5 + b;
- }
- }
-}
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/demo/\350\275\256\346\222\255\345\233\276\347\273\203\344\271\240.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/demo/\350\275\256\346\222\255\345\233\276\347\273\203\344\271\240.html"
deleted file mode 100644
index 11142fe..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/demo/\350\275\256\346\222\255\345\233\276\347\273\203\344\271\240.html"
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
轮播图
-
-
-
-
-
-
-
-
-
-
-
-
-
<
-
>
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/1.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/1.jpg"
deleted file mode 100644
index 81901f4..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/1.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/2.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/2.jpg"
deleted file mode 100644
index f71afd9..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/2.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/3.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/3.jpg"
deleted file mode 100644
index 474cbfa..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/3.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/4.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/4.jpg"
deleted file mode 100644
index 1c1bc09..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/4.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/5.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/5.jpg"
deleted file mode 100644
index bbc8744..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/5.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/6.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/6.jpg"
deleted file mode 100644
index eff587e..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/6.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/7.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/7.jpg"
deleted file mode 100644
index bb68091..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/7.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/8.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/8.jpg"
deleted file mode 100644
index 76e7746..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/img/8.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index01.html"
deleted file mode 100644
index 2f9e061..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index01.html"
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
时间对象
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index02.html"
deleted file mode 100644
index 560bb48..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index02.html"
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index03-\345\200\222\350\256\241\346\227\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index03-\345\200\222\350\256\241\346\227\266.html"
deleted file mode 100644
index 9b0a631..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index03-\345\200\222\350\256\241\346\227\266.html"
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
倒计时
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index04-\351\222\237\350\241\250\346\214\207\351\222\210\346\227\213\350\275\254.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index04-\351\222\237\350\241\250\346\214\207\351\222\210\346\227\213\350\275\254.html"
deleted file mode 100644
index 9ac6dc9..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index04-\351\222\237\350\241\250\346\214\207\351\222\210\346\227\213\350\275\254.html"
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
指针旋转
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index05-\346\227\266\351\222\237.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index05-\346\227\266\351\222\237.html"
deleted file mode 100644
index e37c4fa..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day39-\346\227\266\351\222\237/index05-\346\227\266\351\222\237.html"
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
-
-
时钟
-
-
-
-
-
-
-
-
-
-
-
- 9
- 10
- 11
- 12
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index01.txt" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index01.txt"
deleted file mode 100644
index b6b094d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index01.txt"
+++ /dev/null
@@ -1,42 +0,0 @@
-DOM:
-document object model:文档对象模型
-
-2.DOM树:文档解析完成后,浏览器把文档中的元素,转化成一种树形结构(一个个的结点组成)
-
-document->html body->div->ul->li
- head->title
-
-
-3.DOM提供了一些常用的属性和方法,可以对文档中的元素,访问和更改(增加元素,删除元素,替换元素)
-
-//查找:
-document.getElementById
-docuemnt.getElementsTagName
-document.getElementsClassName
-document.getElementsByName:通过表单元素的name属性
-
-//h5不兼容ie6-8
-document.querySelector
-document.querySelectorAll
-
-//关系查找
-文档树关系查找
-children:子节点
-parentNode:父结点
-nextSibling:下兄弟结点
-
-节点:页面中所有内容的一个分类
-1.元素节点
....
-2.文本节点 'hello world'
-3.属性节点 id class name src....
-4.注释节点
-5.根节点 document
-6.声明节点
-
- nodeType nodeName nodeValue
-元素节点: 1 "DIV"(元素名) null
-属性节点: 2 "属性名" "属性值"
-文本节点: 3 "#text" "文本内容"
-注释节点: 8 "comment" "注释内容"
-根节点: 9 "#document" null
-声明节点 10 "html" null
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index02.html"
deleted file mode 100644
index 856db1b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index02.html"
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- aaaaa
-
- 111
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index03.html"
deleted file mode 100644
index 865b4ef..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day40-DOM/index03.html"
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 1111111111
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/13.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/13.jpg"
deleted file mode 100644
index 1e183bb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/img/13.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index01.html"
deleted file mode 100644
index 3da7a21..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index01.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 我是容器本身按钮
-
- 点击添加
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index02.html"
deleted file mode 100644
index e2ca972..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index02.html"
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 我是容器本身按钮
-
- 点击添加
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index03.html"
deleted file mode 100644
index f7b48fb..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index03.html"
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- 点击累加
-
-
- 添加
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index04-\346\267\273\345\212\240\345\271\266\344\270\224\345\210\240\351\231\244.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index04-\346\267\273\345\212\240\345\271\266\344\270\224\345\210\240\351\231\244.html"
deleted file mode 100644
index 8a3be5d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index04-\346\267\273\345\212\240\345\271\266\344\270\224\345\210\240\351\231\244.html"
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
- 点击累加
-
-
- 添加
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index05.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index05.html"
deleted file mode 100644
index dba6f31..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index05.html"
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
- 选择省:
-
- 请选择省份
- 山西
- 河南
-
-
-
- 市区
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index06.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index06.html"
deleted file mode 100644
index 8737416..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index06.html"
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index07-\345\244\226\345\260\272\345\257\270.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index07-\345\244\226\345\260\272\345\257\270.html"
deleted file mode 100644
index 216fa7e..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index07-\345\244\226\345\260\272\345\257\270.html"
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index08.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index08.html"
deleted file mode 100644
index e34d6c0..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index08.html"
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index09.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index09.html"
deleted file mode 100644
index 5886803..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index09.html"
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- 滚动尺寸
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index10.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index10.html"
deleted file mode 100644
index 02cc2a6..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day41/index10.html"
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.jpg"
deleted file mode 100644
index fe53ab9..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.png"
deleted file mode 100644
index b7f5755..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/1.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/13.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/13.jpg"
deleted file mode 100644
index 1e183bb..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/13.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/14.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/14.jpg"
deleted file mode 100644
index 71c7868..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/14.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/15.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/15.jpg"
deleted file mode 100644
index 66d521f..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/15.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.jpg"
deleted file mode 100644
index cea070b..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.png"
deleted file mode 100644
index 04f2791..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/2.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/3.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/3.jpg"
deleted file mode 100644
index ee5ce64..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/3.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/4.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/4.jpg"
deleted file mode 100644
index 27a6ab9..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/4.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/5.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/5.jpg"
deleted file mode 100644
index a486669..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/5.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/6.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/6.jpg"
deleted file mode 100644
index 3920365..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/6.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/7.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/7.jpg"
deleted file mode 100644
index d729f79..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/7.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/8.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/8.jpg"
deleted file mode 100644
index cf33725..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/8.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/game_bg.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/game_bg.jpg"
deleted file mode 100644
index ec8dba7..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/game_bg.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h0.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h0.png"
deleted file mode 100644
index 117ec08..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h0.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h1.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h1.png"
deleted file mode 100644
index af1e112..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h1.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h2.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h2.png"
deleted file mode 100644
index 0a26ad8..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h2.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h3.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h3.png"
deleted file mode 100644
index d37b21d..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h3.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h4.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h4.png"
deleted file mode 100644
index b6f9a1c..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h4.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h5.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h5.png"
deleted file mode 100644
index 5109b3a..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h5.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h6.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h6.png"
deleted file mode 100644
index c22f849..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h6.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h7.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h7.png"
deleted file mode 100644
index 5eec9ae..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h7.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h8.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h8.png"
deleted file mode 100644
index 7b4813d..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h8.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h9.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h9.png"
deleted file mode 100644
index 7be8246..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/h9.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/myrank_bg.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/myrank_bg.jpg"
deleted file mode 100644
index d98ab4e..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/myrank_bg.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/progress.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/progress.png"
deleted file mode 100644
index 0c7ee80..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/progress.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x0.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x0.png"
deleted file mode 100644
index c56c3ad..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x0.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x1.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x1.png"
deleted file mode 100644
index 4c2f22f..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x1.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x2.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x2.png"
deleted file mode 100644
index d4e1351..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x2.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x3.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x3.png"
deleted file mode 100644
index 3017dc3..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x3.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x4.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x4.png"
deleted file mode 100644
index 78b3790..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x4.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x5.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x5.png"
deleted file mode 100644
index 8bee12f..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x5.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x6.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x6.png"
deleted file mode 100644
index c72dd1c..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x6.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x7.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x7.png"
deleted file mode 100644
index fdf46a3..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x7.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x8.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x8.png"
deleted file mode 100644
index 8cfc5bf..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x8.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x9.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x9.png"
deleted file mode 100644
index 5e9d532..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/img/x9.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index1-\345\257\273\346\211\276\346\210\277\347\245\226\345\220\215.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index1-\345\257\273\346\211\276\346\210\277\347\245\226\345\220\215.html"
deleted file mode 100644
index 0b70fde..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index1-\345\257\273\346\211\276\346\210\277\347\245\226\345\220\215.html"
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
-
-
-
- 寻找房祖名
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index2-\347\201\260\345\244\252\347\213\274\345\212\250\346\200\201.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index2-\347\201\260\345\244\252\347\213\274\345\212\250\346\200\201.html"
deleted file mode 100644
index 31d072c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index2-\347\201\260\345\244\252\347\213\274\345\212\250\346\200\201.html"
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- 锅打灰太狼
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index3-\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index3-\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274.html"
deleted file mode 100644
index fb674fb..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day43-\346\270\270\346\210\217\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274/index3-\351\224\205\346\211\223\347\201\260\345\244\252\347\213\274.html"
+++ /dev/null
@@ -1,287 +0,0 @@
-
-
-
-
-
- 锅打灰太狼
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history1.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history1.html"
deleted file mode 100644
index 75c9423..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history1.html"
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- 11111111111111
-
-
- 页面1
- 下一页
-
- 下一页
- 最后一页
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history2.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history2.html"
deleted file mode 100644
index b69d351..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history2.html"
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
- 222222222222
-
-
- 页面2222222
- 上一页
- 下一页
- 上一页
- 下一页
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history3.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history3.html"
deleted file mode 100644
index 79fb966..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/history3.html"
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
- 页面333333333333
- 上一页
- 上一页
- 回第一页
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index01.html"
deleted file mode 100644
index 27b6563..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index01.html"
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
-
-
-
-
-
- 在iframe下显示
-
-
- 打开宁勃的网页
- 结合a标签使用
-
-
-
- 打开关闭测试
- 打开窗口
- 关闭窗口
-
-
- 打开关闭多个
- 打开多个窗口
- 关闭多个窗口
-
-
- 移动窗口
- 打开新窗口
- moveTo
- moveBy
-
-
- 给上面的新窗口添加一个元素
- 添加新的元素
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index02.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index02.html"
deleted file mode 100644
index d5142b9..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index02.html"
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
- scrollTo
- scrollBy
-
- 调整窗口大小
- 打开一个新的窗口
- resizeTo
- resizeBy
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index03.html"
deleted file mode 100644
index d8b939d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index03.html"
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index04-\345\210\244\346\226\255\346\265\217\350\247\210\345\231\250.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index04-\345\210\244\346\226\255\346\265\217\350\247\210\345\231\250.html"
deleted file mode 100644
index 273d9d9..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day44-history/index04-\345\210\244\346\226\255\346\265\217\350\247\210\345\231\250.html"
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index01-js\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index01-js\344\272\213\344\273\266.html"
deleted file mode 100644
index b43cc6b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index01-js\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
- 事件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index02-\351\274\240\346\240\207\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index02-\351\274\240\346\240\207\344\272\213\344\273\266.html"
deleted file mode 100644
index 7487ac0..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index02-\351\274\240\346\240\207\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
-
-
- 22
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index03-\351\224\256\347\233\230\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index03-\351\224\256\347\233\230\344\272\213\344\273\266.html"
deleted file mode 100644
index 860e5ec..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index03-\351\224\256\347\233\230\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index04-\350\276\223\345\205\245\345\236\213\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index04-\350\276\223\345\205\245\345\236\213\344\272\213\344\273\266.html"
deleted file mode 100644
index b73a9e4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index04-\350\276\223\345\205\245\345\236\213\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index05-submit.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index05-submit.html"
deleted file mode 100644
index 2e58873..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index05-submit.html"
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index06-\344\272\213\344\273\266\345\257\271\350\261\241.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index06-\344\272\213\344\273\266\345\257\271\350\261\241.html"
deleted file mode 100644
index aaea183..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index06-\344\272\213\344\273\266\345\257\271\350\261\241.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index07-\351\200\232\350\277\207\344\272\213\344\273\266\345\257\271\350\261\241\351\230\273\346\255\242\351\273\230\350\256\244\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index07-\351\200\232\350\277\207\344\272\213\344\273\266\345\257\271\350\261\241\351\230\273\346\255\242\351\273\230\350\256\244\344\272\213\344\273\266.html"
deleted file mode 100644
index 1b0ebcb..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index07-\351\200\232\350\277\207\344\272\213\344\273\266\345\257\271\350\261\241\351\230\273\346\255\242\351\273\230\350\256\244\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index08-\344\272\213\344\273\266\345\257\271\350\261\241\345\261\236\346\200\247.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index08-\344\272\213\344\273\266\345\257\271\350\261\241\345\261\236\346\200\247.html"
deleted file mode 100644
index a9b5b7e..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index08-\344\272\213\344\273\266\345\257\271\350\261\241\345\261\236\346\200\247.html"
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index09-\351\224\256\347\233\230ctrl.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index09-\351\224\256\347\233\230ctrl.html"
deleted file mode 100644
index 2cf7e6c..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index09-\351\224\256\347\233\230ctrl.html"
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index10-\344\270\212\344\270\213\345\267\246\345\217\263\351\224\256\347\233\230.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index10-\344\270\212\344\270\213\345\267\246\345\217\263\351\224\256\347\233\230.html"
deleted file mode 100644
index 02b1a13..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index10-\344\270\212\344\270\213\345\267\246\345\217\263\351\224\256\347\233\230.html"
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index11-\346\241\210\344\276\213\351\224\256\347\233\230.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index11-\346\241\210\344\276\213\351\224\256\347\233\230.html"
deleted file mode 100644
index 8d7202e..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day45-js\344\272\213\344\273\266/index11-\346\241\210\344\276\213\351\224\256\347\233\230.html"
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index01-\344\272\213\344\273\266\345\206\222\346\263\241.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index01-\344\272\213\344\273\266\345\206\222\346\263\241.html"
deleted file mode 100644
index 2d16a07..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index01-\344\272\213\344\273\266\345\206\222\346\263\241.html"
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
- 事件冒泡
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index02-\344\272\213\344\273\266\346\215\225\350\216\267.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index02-\344\272\213\344\273\266\346\215\225\350\216\267.html"
deleted file mode 100644
index 21402ce..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index02-\344\272\213\344\273\266\346\215\225\350\216\267.html"
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
- 事件捕获
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index03.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index03.html"
deleted file mode 100644
index 0c8df2d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index03.html"
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
- 联系我们
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index04-\345\206\222\346\263\241\345\235\217\345\244\204.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index04-\345\206\222\346\263\241\345\235\217\345\244\204.html"
deleted file mode 100644
index a6154e3..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index04-\345\206\222\346\263\241\345\235\217\345\244\204.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
- 冒泡坏处
-
-
-
- 显示
-
- 选项1
- 选项2
- 选项3
- 选项4
- 选项5
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index05-\350\247\243\345\206\263\345\206\222\346\263\241\351\227\256\351\242\230.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index05-\350\247\243\345\206\263\345\206\222\346\263\241\351\227\256\351\242\230.html"
deleted file mode 100644
index 1ed3527..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index05-\350\247\243\345\206\263\345\206\222\346\263\241\351\227\256\351\242\230.html"
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
- 解决冒泡问题
-
-
-
- 显示
-
- 选项1
- 选项2
- 选项3
- 选项4
- 选项5
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index06-\346\213\226\346\213\275\346\241\210\344\276\213.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index06-\346\213\226\346\213\275\346\241\210\344\276\213.html"
deleted file mode 100644
index 828c2c9..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index06-\346\213\226\346\213\275\346\241\210\344\276\213.html"
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index07-\346\213\211\344\274\270\346\241\210\344\276\213.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index07-\346\213\211\344\274\270\346\241\210\344\276\213.html"
deleted file mode 100644
index 67c4d28..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index07-\346\213\211\344\274\270\346\241\210\344\276\213.html"
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
- 拉伸案列
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index08-\344\270\213\346\213\211\344\274\270.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index08-\344\270\213\346\213\211\344\274\270.html"
deleted file mode 100644
index e8ad34f..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index08-\344\270\213\346\213\211\344\274\270.html"
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- 拉伸案列
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index09-\344\270\212\345\267\246\346\213\211\344\274\270.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index09-\344\270\212\345\267\246\346\213\211\344\274\270.html"
deleted file mode 100644
index cfba0e1..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index09-\344\270\212\345\267\246\346\213\211\344\274\270.html"
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- 拉伸案列
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index10-\347\242\260\346\222\236\346\243\200\346\265\213.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index10-\347\242\260\346\222\236\346\243\200\346\265\213.html"
deleted file mode 100644
index 30709a4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index10-\347\242\260\346\222\236\346\243\200\346\265\213.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index11-\347\242\260\346\222\236\346\243\200\346\265\213\345\260\201\350\243\205.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index11-\347\242\260\346\222\236\346\243\200\346\265\213\345\260\201\350\243\205.html"
deleted file mode 100644
index ba71016..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index11-\347\242\260\346\222\236\346\243\200\346\265\213\345\260\201\350\243\205.html"
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index12-\347\242\260\346\222\236\346\243\200\346\265\213\345\244\232\344\270\252\345\205\203\347\264\240.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index12-\347\242\260\346\222\236\346\243\200\346\265\213\345\244\232\344\270\252\345\205\203\347\264\240.html"
deleted file mode 100644
index 148ea38..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day46-\344\272\213\344\273\266\346\265\201/index12-\347\242\260\346\222\236\346\243\200\346\265\213\345\244\232\344\270\252\345\205\203\347\264\240.html"
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/max.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/max.jpg"
deleted file mode 100644
index d8aef56..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/max.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/min.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/min.jpg"
deleted file mode 100644
index 54d6819..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/img/min.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index01-\346\224\276\345\244\247\351\225\234.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index01-\346\224\276\345\244\247\351\225\234.html"
deleted file mode 100644
index fa4053a..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index01-\346\224\276\345\244\247\351\225\234.html"
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
- 放大镜
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index02-\346\224\276\345\244\247\351\225\234scroll.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index02-\346\224\276\345\244\247\351\225\234scroll.html"
deleted file mode 100644
index 5bb4bd1..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index02-\346\224\276\345\244\247\351\225\234scroll.html"
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
- 放大镜
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index03-localStorage\346\234\254\345\234\260\345\255\230\345\202\250.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index03-localStorage\346\234\254\345\234\260\345\255\230\345\202\250.html"
deleted file mode 100644
index 50d50ba..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index03-localStorage\346\234\254\345\234\260\345\255\230\345\202\250.html"
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
- 本地存储
-
-
-
-
-
-
- 保存
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index04-sessionStorage.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index04-sessionStorage.html"
deleted file mode 100644
index 22eea98..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index04-sessionStorage.html"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index05-cookie\346\234\254\345\234\260\345\255\230\345\202\250.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index05-cookie\346\234\254\345\234\260\345\255\230\345\202\250.html"
deleted file mode 100644
index 88725c3..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index05-cookie\346\234\254\345\234\260\345\255\230\345\202\250.html"
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- cookie本地存储
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index06-\350\256\260\344\275\217\345\257\206\347\240\201.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index06-\350\256\260\344\275\217\345\257\206\347\240\201.html"
deleted file mode 100644
index 14bce54..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/index06-\350\256\260\344\275\217\345\257\206\347\240\201.html"
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- 记住密码
-
-
-
-
- 用户名:
-
- 密 码:
-
- 记住用户名
-
- 记住密码
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/js/cookie.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/js/cookie.js"
deleted file mode 100644
index d0661aa..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day47-\346\224\276\345\244\247\351\225\234\346\234\254\345\234\260\345\255\230\345\202\250/js/cookie.js"
+++ /dev/null
@@ -1,20 +0,0 @@
-//通过key 获取对应的值
-function getCookie(keyName) {
- var resArr = document.cookie.split(';');
- for(var i = 0; i < resArr.length; i++) {
- var keyValues = resArr[i].split('=');
- if(keyValues[0].trim() == keyName) {
- return keyValues[1];
- }
- }
-}
-
-//设置cookie
-function setCookie(keyName, value, maxAge) {
- document.cookie = keyName + '=' + value + '; max-age=' + maxAge;
-}
-
-//删除cookie
-function removeCookie(keyName) {
- setCookie(keyName, '', -1);
-}
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/0.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/0.jpg"
deleted file mode 100644
index 367daa0..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/0.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/1.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/1.jpg"
deleted file mode 100644
index 123cfa1..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/1.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/2.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/2.jpg"
deleted file mode 100644
index 4d37163..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/2.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/3.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/3.jpg"
deleted file mode 100644
index e7baf0a..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/3.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/4.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/4.jpg"
deleted file mode 100644
index afe9a26..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/4.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/5.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/5.jpg"
deleted file mode 100644
index c517912..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/5.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/6.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/6.jpg"
deleted file mode 100644
index 4a32d6c..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/6.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/7.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/7.jpg"
deleted file mode 100644
index 50e5e16..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/7.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/8.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/8.jpg"
deleted file mode 100644
index df206a7..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/8.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/9.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/9.jpg"
deleted file mode 100644
index 49f319c..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/9.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bg.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bg.jpg"
deleted file mode 100644
index de2c157..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bg.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bird.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bird.png"
deleted file mode 100644
index 1861fee..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bird.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bullet.mp3" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bullet.mp3"
deleted file mode 100644
index bd03cd1..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/bullet.mp3" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_bird.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_bird.png"
deleted file mode 100644
index ba6b011..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_bird.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_mod.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_mod.png"
deleted file mode 100644
index a50ce64..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_mod.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_pipe.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_pipe.png"
deleted file mode 100644
index 85bdc97..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/down_pipe.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_music.mp3" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_music.mp3"
deleted file mode 100644
index 2130975..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_music.mp3" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.jpg"
deleted file mode 100644
index 3312939..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.mp3" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.mp3"
deleted file mode 100644
index eeddf13..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/game_over.mp3" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/head.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/head.jpg"
deleted file mode 100644
index 75cba5d..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/head.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/message.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/message.jpg"
deleted file mode 100644
index ac31502..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/message.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/ok.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/ok.jpg"
deleted file mode 100644
index ae584fe..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/ok.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/slider.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/slider.png"
deleted file mode 100644
index 8857a95..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/slider.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/start.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/start.jpg"
deleted file mode 100644
index 1352b41..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/start.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_bird.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_bird.png"
deleted file mode 100644
index 5f8687e..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_bird.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_mod.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_mod.png"
deleted file mode 100644
index c50d61b..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_mod.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_pipe.png" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_pipe.png"
deleted file mode 100644
index e39eb61..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/img/up_pipe.png" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index01-\346\204\244\346\200\222\345\260\217\351\270\237.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index01-\346\204\244\346\200\222\345\260\217\351\270\237.html"
deleted file mode 100644
index 34c5f24..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index01-\346\204\244\346\200\222\345\260\217\351\270\237.html"
+++ /dev/null
@@ -1,357 +0,0 @@
-
-
-
-
- 愤怒的小鸟
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
0
-
-
0
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\345\256\214\345\226\204.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\345\256\214\345\226\204.html"
deleted file mode 100644
index 743d935..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\345\256\214\345\226\204.html"
+++ /dev/null
@@ -1,459 +0,0 @@
-
-
-
-
- 愤怒的小鸟
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
0
-
-
0
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\347\202\271\345\207\273\344\270\212\345\215\207.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\347\202\271\345\207\273\344\270\212\345\215\207.html"
deleted file mode 100644
index ee3b0b3..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day48-flappybird/index02-\346\204\244\346\200\222\345\260\217\351\270\237\347\202\271\345\207\273\344\270\212\345\215\207.html"
+++ /dev/null
@@ -1,409 +0,0 @@
-
-
-
-
- 愤怒的小鸟
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
0
-
-
0
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/img/game_bg.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/img/game_bg.jpg"
deleted file mode 100644
index ec8dba7..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/img/game_bg.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index01-\346\273\232\350\275\256\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index01-\346\273\232\350\275\256\344\272\213\344\273\266.html"
deleted file mode 100644
index beff6ae..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index01-\346\273\232\350\275\256\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- 滚轮事件
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index02-\346\273\232\350\275\256\344\272\213\344\273\266\345\260\201\350\243\205.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index02-\346\273\232\350\275\256\344\272\213\344\273\266\345\260\201\350\243\205.html"
deleted file mode 100644
index e008180..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index02-\346\273\232\350\275\256\344\272\213\344\273\266\345\260\201\350\243\205.html"
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- 滚轮事件
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276.html"
deleted file mode 100644
index d91390b..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276.html"
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
- 图片缩放
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276y\350\275\264.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276y\350\275\264.html"
deleted file mode 100644
index dc09973..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index03-\345\233\276\347\211\207\347\274\251\346\224\276y\350\275\264.html"
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- 图片缩放
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index04-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index04-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html"
deleted file mode 100644
index 9525033..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index04-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html"
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
- 自定义滚动条
-
-
-
-
-
- 开始 自定义滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚动条 结束
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index05-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index05-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html"
deleted file mode 100644
index 554ae3d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index05-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241.html"
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
- 自定义滚动条
-
-
-
-
-
- 开始 自定义滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚动条 结束
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index06-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241\345\256\214\345\226\204\346\234\200\347\273\210.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index06-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241\345\256\214\345\226\204\346\234\200\347\273\210.html"
deleted file mode 100644
index 2a684be..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index06-\350\207\252\345\256\232\344\271\211\346\273\232\345\212\250\346\235\241\345\256\214\345\226\204\346\234\200\347\273\210.html"
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
- 自定义滚动条
-
-
-
-
-
- 开始 自定义滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚滚动条 结束
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index07-\344\272\213\344\273\266\346\272\220.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index07-\344\272\213\344\273\266\346\272\220.html"
deleted file mode 100644
index 89628fe..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index07-\344\272\213\344\273\266\346\272\220.html"
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- 事件源
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index08-js\345\212\240\350\275\275\351\241\272\345\272\217.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index08-js\345\212\240\350\275\275\351\241\272\345\272\217.html"
deleted file mode 100644
index 22a5b66..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index08-js\345\212\240\350\275\275\351\241\272\345\272\217.html"
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
- onload
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index09-\347\247\273\345\212\250\344\272\213\344\273\266.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index09-\347\247\273\345\212\250\344\272\213\344\273\266.html"
deleted file mode 100644
index f3a7daa..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index09-\347\247\273\345\212\250\344\272\213\344\273\266.html"
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
- 移动事件
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index10-\347\247\273\345\212\250\347\211\210\346\213\226\346\213\275.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index10-\347\247\273\345\212\250\347\211\210\346\213\226\346\213\275.html"
deleted file mode 100644
index ad53ad2..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/index10-\347\247\273\345\212\250\347\211\210\346\213\226\346\213\275.html"
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/js/mouseWheel.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/js/mouseWheel.js"
deleted file mode 100644
index 590512d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day49-\346\273\232\350\275\256\347\247\273\345\212\250\346\213\226\346\213\275\346\224\276\345\244\247/js/mouseWheel.js"
+++ /dev/null
@@ -1,35 +0,0 @@
-
-function mouseWheel(obj,fn){
- //判断浏览器:是否是火狐:indexOf():如果包含,返回位置,否则返回-1
- var ff = navigator.userAgent.indexOf('Firefox');
- //console.log(navigator.userAgent);
- if(ff != -1){
- obj.addEventListener("DOMMouseScroll",scroll);
- }else{
- obj.onmousewheel = scroll;
- }
-
- function scroll(ev){
- var ev = ev || window.event;
-
- var down = false;
-
- //火狐 在Window下的滚轮方向,mac下相反
- if(ff != -1){
- down = ev.detail < 0 ? false : true;
- }else{
- down = ev.wheelDelta > 0 ? false : true;
- }
-
- //把down给回调回去
- fn(ev,down);
-
- //阻止默认事件
- //监听方式组织默认事件
- if(ev.preventDefault){
- ev.preventDefault();
- }
- //谷歌下阻止默认事件
- return false;
- }
-}
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/css/swiper-3.3.1.min.css" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/css/swiper-3.3.1.min.css"
deleted file mode 100644
index db279f4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/css/swiper-3.3.1.min.css"
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * Swiper 3.3.1
- * Most modern mobile touch slider and framework with hardware accelerated transitions
- *
- * http://www.idangero.us/swiper/
- *
- * Copyright 2016, Vladimir Kharlampidi
- * The iDangero.us
- * http://www.idangero.us/
- *
- * Licensed under MIT
- *
- * Released on: February 7, 2016
- */
-.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/11.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/11.jpg"
deleted file mode 100644
index 29f8745..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/11.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/12.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/12.jpg"
deleted file mode 100644
index 904c706..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/12.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/14.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/14.jpg"
deleted file mode 100644
index 71c7868..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/14.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/BSZ319G$X3IOA~X~JJ6J7_W.jpg" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/BSZ319G$X3IOA~X~JJ6J7_W.jpg"
deleted file mode 100644
index 95db045..0000000
Binary files "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/img/BSZ319G$X3IOA~X~JJ6J7_W.jpg" and /dev/null differ
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index01.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index01.html"
deleted file mode 100644
index d20f45d..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index01.html"
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index02-Swiper.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index02-Swiper.html"
deleted file mode 100644
index 0c72c44..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index02-Swiper.html"
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
- Swiper
-
-
-
-
-
-
-
-
Slide 1
-
Slide 2
-
Slide 3
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index03-Swiper\345\233\276\347\211\207.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index03-Swiper\345\233\276\347\211\207.html"
deleted file mode 100644
index 0373de8..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index03-Swiper\345\233\276\347\211\207.html"
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
- Swiper
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 如果需要滚动条
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index04-touchjs.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index04-touchjs.html"
deleted file mode 100644
index 11b97b3..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index04-touchjs.html"
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
- touch
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index05-touch.html" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index05-touch.html"
deleted file mode 100644
index 4dfee60..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/index05-touch.html"
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/js/swiper-3.3.1.min.js" "b/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/js/swiper-3.3.1.min.js"
deleted file mode 100644
index 678fba4..0000000
--- "a/03-\351\230\266\346\256\265\344\270\211\357\274\210Javascript\357\274\211/day50-swiper/js/swiper-3.3.1.min.js"
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * Swiper 3.3.1
- * Most modern mobile touch slider and framework with hardware accelerated transitions
- *
- * http://www.idangero.us/swiper/
- *
- * Copyright 2016, Vladimir Kharlampidi
- * The iDangero.us
- * http://www.idangero.us/
- *
- * Licensed under MIT
- *
- * Released on: February 7, 2016
- */
-!function(){"use strict";function e(e){e.fn.swiper=function(a){var r;return e(this).each(function(){var e=new t(this,a);r||(r=e)}),r}}var a,t=function(e,i){function s(e){return Math.floor(e)}function n(){b.autoplayTimeoutId=setTimeout(function(){b.params.loop?(b.fixLoop(),b._slideNext(),b.emit("onAutoplay",b)):b.isEnd?i.autoplayStopOnLast?b.stopAutoplay():(b._slideTo(0),b.emit("onAutoplay",b)):(b._slideNext(),b.emit("onAutoplay",b))},b.params.autoplay)}function o(e,t){var r=a(e.target);if(!r.is(t))if("string"==typeof t)r=r.parents(t);else if(t.nodeType){var i;return r.parents().each(function(e,a){a===t&&(i=t)}),i?t:void 0}if(0!==r.length)return r[0]}function l(e,a){a=a||{};var t=window.MutationObserver||window.WebkitMutationObserver,r=new t(function(e){e.forEach(function(e){b.onResize(!0),b.emit("onObserverUpdate",b,e)})});r.observe(e,{attributes:"undefined"==typeof a.attributes?!0:a.attributes,childList:"undefined"==typeof a.childList?!0:a.childList,characterData:"undefined"==typeof a.characterData?!0:a.characterData}),b.observers.push(r)}function p(e){e.originalEvent&&(e=e.originalEvent);var a=e.keyCode||e.charCode;if(!b.params.allowSwipeToNext&&(b.isHorizontal()&&39===a||!b.isHorizontal()&&40===a))return!1;if(!b.params.allowSwipeToPrev&&(b.isHorizontal()&&37===a||!b.isHorizontal()&&38===a))return!1;if(!(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey||document.activeElement&&document.activeElement.nodeName&&("input"===document.activeElement.nodeName.toLowerCase()||"textarea"===document.activeElement.nodeName.toLowerCase()))){if(37===a||39===a||38===a||40===a){var t=!1;if(b.container.parents(".swiper-slide").length>0&&0===b.container.parents(".swiper-slide-active").length)return;var r={left:window.pageXOffset,top:window.pageYOffset},i=window.innerWidth,s=window.innerHeight,n=b.container.offset();b.rtl&&(n.left=n.left-b.container[0].scrollLeft);for(var o=[[n.left,n.top],[n.left+b.width,n.top],[n.left,n.top+b.height],[n.left+b.width,n.top+b.height]],l=0;l=r.left&&p[0]<=r.left+i&&p[1]>=r.top&&p[1]<=r.top+s&&(t=!0)}if(!t)return}b.isHorizontal()?((37===a||39===a)&&(e.preventDefault?e.preventDefault():e.returnValue=!1),(39===a&&!b.rtl||37===a&&b.rtl)&&b.slideNext(),(37===a&&!b.rtl||39===a&&b.rtl)&&b.slidePrev()):((38===a||40===a)&&(e.preventDefault?e.preventDefault():e.returnValue=!1),40===a&&b.slideNext(),38===a&&b.slidePrev())}}function d(e){e.originalEvent&&(e=e.originalEvent);var a=b.mousewheel.event,t=0,r=b.rtl?-1:1;if("mousewheel"===a)if(b.params.mousewheelForceToAxis)if(b.isHorizontal()){if(!(Math.abs(e.wheelDeltaX)>Math.abs(e.wheelDeltaY)))return;t=e.wheelDeltaX*r}else{if(!(Math.abs(e.wheelDeltaY)>Math.abs(e.wheelDeltaX)))return;t=e.wheelDeltaY}else t=Math.abs(e.wheelDeltaX)>Math.abs(e.wheelDeltaY)?-e.wheelDeltaX*r:-e.wheelDeltaY;else if("DOMMouseScroll"===a)t=-e.detail;else if("wheel"===a)if(b.params.mousewheelForceToAxis)if(b.isHorizontal()){if(!(Math.abs(e.deltaX)>Math.abs(e.deltaY)))return;t=-e.deltaX*r}else{if(!(Math.abs(e.deltaY)>Math.abs(e.deltaX)))return;t=-e.deltaY}else t=Math.abs(e.deltaX)>Math.abs(e.deltaY)?-e.deltaX*r:-e.deltaY;if(0!==t){if(b.params.mousewheelInvert&&(t=-t),b.params.freeMode){var i=b.getWrapperTranslate()+t*b.params.mousewheelSensitivity,s=b.isBeginning,n=b.isEnd;if(i>=b.minTranslate()&&(i=b.minTranslate()),i<=b.maxTranslate()&&(i=b.maxTranslate()),b.setWrapperTransition(0),b.setWrapperTranslate(i),b.updateProgress(),b.updateActiveIndex(),(!s&&b.isBeginning||!n&&b.isEnd)&&b.updateClasses(),b.params.freeModeSticky?(clearTimeout(b.mousewheel.timeout),b.mousewheel.timeout=setTimeout(function(){b.slideReset()},300)):b.params.lazyLoading&&b.lazy&&b.lazy.load(),0===i||i===b.maxTranslate())return}else{if((new window.Date).getTime()-b.mousewheel.lastScrollTime>60)if(0>t)if(b.isEnd&&!b.params.loop||b.animating){if(b.params.mousewheelReleaseOnEdges)return!0}else b.slideNext();else if(b.isBeginning&&!b.params.loop||b.animating){if(b.params.mousewheelReleaseOnEdges)return!0}else b.slidePrev();b.mousewheel.lastScrollTime=(new window.Date).getTime()}return b.params.autoplay&&b.stopAutoplay(),e.preventDefault?e.preventDefault():e.returnValue=!1,!1}}function u(e,t){e=a(e);var r,i,s,n=b.rtl?-1:1;r=e.attr("data-swiper-parallax")||"0",i=e.attr("data-swiper-parallax-x"),s=e.attr("data-swiper-parallax-y"),i||s?(i=i||"0",s=s||"0"):b.isHorizontal()?(i=r,s="0"):(s=r,i="0"),i=i.indexOf("%")>=0?parseInt(i,10)*t*n+"%":i*t*n+"px",s=s.indexOf("%")>=0?parseInt(s,10)*t+"%":s*t+"px",e.transform("translate3d("+i+", "+s+",0px)")}function c(e){return 0!==e.indexOf("on")&&(e=e[0]!==e[0].toUpperCase()?"on"+e[0].toUpperCase()+e.substring(1):"on"+e),e}if(!(this instanceof t))return new t(e,i);var m={direction:"horizontal",touchEventsTarget:"container",initialSlide:0,speed:300,autoplay:!1,autoplayDisableOnInteraction:!0,autoplayStopOnLast:!1,iOSEdgeSwipeDetection:!1,iOSEdgeSwipeThreshold:20,freeMode:!1,freeModeMomentum:!0,freeModeMomentumRatio:1,freeModeMomentumBounce:!0,freeModeMomentumBounceRatio:1,freeModeSticky:!1,freeModeMinimumVelocity:.02,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",coverflow:{rotate:50,stretch:0,depth:100,modifier:1,slideShadows:!0},flip:{slideShadows:!0,limitRotation:!0},cube:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94},fade:{crossFade:!1},parallax:!1,scrollbar:null,scrollbarHide:!0,scrollbarDraggable:!1,scrollbarSnapOnRelease:!1,keyboardControl:!1,mousewheelControl:!1,mousewheelReleaseOnEdges:!1,mousewheelInvert:!1,mousewheelForceToAxis:!1,mousewheelSensitivity:1,hashnav:!1,breakpoints:void 0,spaceBetween:0,slidesPerView:1,slidesPerColumn:1,slidesPerColumnFill:"column",slidesPerGroup:1,centeredSlides:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,onlyExternal:!1,threshold:0,touchMoveStopPropagation:!0,uniqueNavElements:!0,pagination:null,paginationElement:"span",paginationClickable:!1,paginationHide:!1,paginationBulletRender:null,paginationProgressRender:null,paginationFractionRender:null,paginationCustomRender:null,paginationType:"bullets",resistance:!0,resistanceRatio:.85,nextButton:null,prevButton:null,watchSlidesProgress:!1,watchSlidesVisibility:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,lazyLoading:!1,lazyLoadingInPrevNext:!1,lazyLoadingInPrevNextAmount:1,lazyLoadingOnTransitionStart:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,control:void 0,controlInverse:!1,controlBy:"slide",allowSwipeToPrev:!0,allowSwipeToNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",bulletClass:"swiper-pagination-bullet",bulletActiveClass:"swiper-pagination-bullet-active",buttonDisabledClass:"swiper-button-disabled",paginationCurrentClass:"swiper-pagination-current",paginationTotalClass:"swiper-pagination-total",paginationHiddenClass:"swiper-pagination-hidden",paginationProgressbarClass:"swiper-pagination-progressbar",observer:!1,observeParents:!1,a11y:!1,prevSlideMessage:"Previous slide",nextSlideMessage:"Next slide",firstSlideMessage:"This is the first slide",lastSlideMessage:"This is the last slide",paginationBulletMessage:"Go to slide {{index}}",runCallbacksOnInit:!0},h=i&&i.virtualTranslate;i=i||{};var f={};for(var g in i)if("object"!=typeof i[g]||null===i[g]||(i[g].nodeType||i[g]===window||i[g]===document||"undefined"!=typeof r&&i[g]instanceof r||"undefined"!=typeof jQuery&&i[g]instanceof jQuery))f[g]=i[g];else{f[g]={};for(var v in i[g])f[g][v]=i[g][v]}for(var w in m)if("undefined"==typeof i[w])i[w]=m[w];else if("object"==typeof i[w])for(var y in m[w])"undefined"==typeof i[w][y]&&(i[w][y]=m[w][y]);var b=this;if(b.params=i,b.originalParams=f,b.classNames=[],"undefined"!=typeof a&&"undefined"!=typeof r&&(a=r),("undefined"!=typeof a||(a="undefined"==typeof r?window.Dom7||window.Zepto||window.jQuery:r))&&(b.$=a,b.currentBreakpoint=void 0,b.getActiveBreakpoint=function(){if(!b.params.breakpoints)return!1;var e,a=!1,t=[];for(e in b.params.breakpoints)b.params.breakpoints.hasOwnProperty(e)&&t.push(e);t.sort(function(e,a){return parseInt(e,10)>parseInt(a,10)});for(var r=0;r=window.innerWidth&&!a&&(a=e);return a||"max"},b.setBreakpoint=function(){var e=b.getActiveBreakpoint();if(e&&b.currentBreakpoint!==e){var a=e in b.params.breakpoints?b.params.breakpoints[e]:b.originalParams,t=b.params.loop&&a.slidesPerView!==b.params.slidesPerView;for(var r in a)b.params[r]=a[r];b.currentBreakpoint=e,t&&b.destroyLoop&&b.reLoop(!0)}},b.params.breakpoints&&b.setBreakpoint(),b.container=a(e),0!==b.container.length)){if(b.container.length>1){var x=[];return b.container.each(function(){x.push(new t(this,i))}),x}b.container[0].swiper=b,b.container.data("swiper",b),b.classNames.push("swiper-container-"+b.params.direction),b.params.freeMode&&b.classNames.push("swiper-container-free-mode"),b.support.flexbox||(b.classNames.push("swiper-container-no-flexbox"),b.params.slidesPerColumn=1),b.params.autoHeight&&b.classNames.push("swiper-container-autoheight"),(b.params.parallax||b.params.watchSlidesVisibility)&&(b.params.watchSlidesProgress=!0),["cube","coverflow","flip"].indexOf(b.params.effect)>=0&&(b.support.transforms3d?(b.params.watchSlidesProgress=!0,b.classNames.push("swiper-container-3d")):b.params.effect="slide"),"slide"!==b.params.effect&&b.classNames.push("swiper-container-"+b.params.effect),"cube"===b.params.effect&&(b.params.resistanceRatio=0,b.params.slidesPerView=1,b.params.slidesPerColumn=1,b.params.slidesPerGroup=1,b.params.centeredSlides=!1,b.params.spaceBetween=0,b.params.virtualTranslate=!0,b.params.setWrapperSize=!1),("fade"===b.params.effect||"flip"===b.params.effect)&&(b.params.slidesPerView=1,b.params.slidesPerColumn=1,b.params.slidesPerGroup=1,b.params.watchSlidesProgress=!0,b.params.spaceBetween=0,b.params.setWrapperSize=!1,"undefined"==typeof h&&(b.params.virtualTranslate=!0)),b.params.grabCursor&&b.support.touch&&(b.params.grabCursor=!1),b.wrapper=b.container.children("."+b.params.wrapperClass),b.params.pagination&&(b.paginationContainer=a(b.params.pagination),b.params.uniqueNavElements&&"string"==typeof b.params.pagination&&b.paginationContainer.length>1&&1===b.container.find(b.params.pagination).length&&(b.paginationContainer=b.container.find(b.params.pagination)),"bullets"===b.params.paginationType&&b.params.paginationClickable?b.paginationContainer.addClass("swiper-pagination-clickable"):b.params.paginationClickable=!1,b.paginationContainer.addClass("swiper-pagination-"+b.params.paginationType)),(b.params.nextButton||b.params.prevButton)&&(b.params.nextButton&&(b.nextButton=a(b.params.nextButton),b.params.uniqueNavElements&&"string"==typeof b.params.nextButton&&b.nextButton.length>1&&1===b.container.find(b.params.nextButton).length&&(b.nextButton=b.container.find(b.params.nextButton))),b.params.prevButton&&(b.prevButton=a(b.params.prevButton),b.params.uniqueNavElements&&"string"==typeof b.params.prevButton&&b.prevButton.length>1&&1===b.container.find(b.params.prevButton).length&&(b.prevButton=b.container.find(b.params.prevButton)))),b.isHorizontal=function(){return"horizontal"===b.params.direction},b.rtl=b.isHorizontal()&&("rtl"===b.container[0].dir.toLowerCase()||"rtl"===b.container.css("direction")),b.rtl&&b.classNames.push("swiper-container-rtl"),b.rtl&&(b.wrongRTL="-webkit-box"===b.wrapper.css("display")),b.params.slidesPerColumn>1&&b.classNames.push("swiper-container-multirow"),b.device.android&&b.classNames.push("swiper-container-android"),b.container.addClass(b.classNames.join(" ")),b.translate=0,b.progress=0,b.velocity=0,b.lockSwipeToNext=function(){b.params.allowSwipeToNext=!1},b.lockSwipeToPrev=function(){b.params.allowSwipeToPrev=!1},b.lockSwipes=function(){b.params.allowSwipeToNext=b.params.allowSwipeToPrev=!1},b.unlockSwipeToNext=function(){b.params.allowSwipeToNext=!0},b.unlockSwipeToPrev=function(){b.params.allowSwipeToPrev=!0},b.unlockSwipes=function(){b.params.allowSwipeToNext=b.params.allowSwipeToPrev=!0},b.params.grabCursor&&(b.container[0].style.cursor="move",b.container[0].style.cursor="-webkit-grab",b.container[0].style.cursor="-moz-grab",b.container[0].style.cursor="grab"),b.imagesToLoad=[],b.imagesLoaded=0,b.loadImage=function(e,a,t,r,i){function s(){i&&i()}var n;e.complete&&r?s():a?(n=new window.Image,n.onload=s,n.onerror=s,t&&(n.srcset=t),a&&(n.src=a)):s()},b.preloadImages=function(){function e(){"undefined"!=typeof b&&null!==b&&(void 0!==b.imagesLoaded&&b.imagesLoaded++,b.imagesLoaded===b.imagesToLoad.length&&(b.params.updateOnImagesReady&&b.update(),b.emit("onImagesReady",b)))}b.imagesToLoad=b.container.find("img");for(var a=0;a=0&&(a=parseFloat(a.replace("%",""))/100*b.size),b.virtualSize=-a,b.rtl?b.slides.css({marginLeft:"",marginTop:""}):b.slides.css({marginRight:"",marginBottom:""});var n;b.params.slidesPerColumn>1&&(n=Math.floor(b.slides.length/b.params.slidesPerColumn)===b.slides.length/b.params.slidesPerColumn?b.slides.length:Math.ceil(b.slides.length/b.params.slidesPerColumn)*b.params.slidesPerColumn,"auto"!==b.params.slidesPerView&&"row"===b.params.slidesPerColumnFill&&(n=Math.max(n,b.params.slidesPerView*b.params.slidesPerColumn)));var o,l=b.params.slidesPerColumn,p=n/l,d=p-(b.params.slidesPerColumn*p-b.slides.length);for(e=0;e1){var c,m,h;"column"===b.params.slidesPerColumnFill?(m=Math.floor(e/l),h=e-m*l,(m>d||m===d&&h===l-1)&&++h>=l&&(h=0,m++),c=m+h*n/l,u.css({"-webkit-box-ordinal-group":c,"-moz-box-ordinal-group":c,"-ms-flex-order":c,"-webkit-order":c,order:c})):(h=Math.floor(e/p),m=e-h*p),u.css({"margin-top":0!==h&&b.params.spaceBetween&&b.params.spaceBetween+"px"}).attr("data-swiper-column",m).attr("data-swiper-row",h)}"none"!==u.css("display")&&("auto"===b.params.slidesPerView?(o=b.isHorizontal()?u.outerWidth(!0):u.outerHeight(!0),b.params.roundLengths&&(o=s(o))):(o=(b.size-(b.params.slidesPerView-1)*a)/b.params.slidesPerView,b.params.roundLengths&&(o=s(o)),b.isHorizontal()?b.slides[e].style.width=o+"px":b.slides[e].style.height=o+"px"),b.slides[e].swiperSlideSize=o,b.slidesSizesGrid.push(o),b.params.centeredSlides?(t=t+o/2+r/2+a,0===e&&(t=t-b.size/2-a),Math.abs(t)<.001&&(t=0),i%b.params.slidesPerGroup===0&&b.snapGrid.push(t),b.slidesGrid.push(t)):(i%b.params.slidesPerGroup===0&&b.snapGrid.push(t),b.slidesGrid.push(t),t=t+o+a),b.virtualSize+=o+a,r=o,i++)}b.virtualSize=Math.max(b.virtualSize,b.size)+b.params.slidesOffsetAfter;var f;if(b.rtl&&b.wrongRTL&&("slide"===b.params.effect||"coverflow"===b.params.effect)&&b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}),(!b.support.flexbox||b.params.setWrapperSize)&&(b.isHorizontal()?b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}):b.wrapper.css({height:b.virtualSize+b.params.spaceBetween+"px"})),b.params.slidesPerColumn>1&&(b.virtualSize=(o+b.params.spaceBetween)*n,b.virtualSize=Math.ceil(b.virtualSize/b.params.slidesPerColumn)-b.params.spaceBetween,b.wrapper.css({width:b.virtualSize+b.params.spaceBetween+"px"}),b.params.centeredSlides)){for(f=[],e=0;e1&&b.snapGrid.push(b.virtualSize-b.size)}0===b.snapGrid.length&&(b.snapGrid=[0]),0!==b.params.spaceBetween&&(b.isHorizontal()?b.rtl?b.slides.css({marginLeft:a+"px"}):b.slides.css({marginRight:a+"px"}):b.slides.css({marginBottom:a+"px"})),b.params.watchSlidesProgress&&b.updateSlidesOffset()}},b.updateSlidesOffset=function(){for(var e=0;e=0&&s0&&n<=b.size||0>=s&&n>=b.size;o&&b.slides.eq(t).addClass(b.params.slideVisibleClass)}r.progress=b.rtl?-i:i}}},b.updateProgress=function(e){"undefined"==typeof e&&(e=b.translate||0);var a=b.maxTranslate()-b.minTranslate(),t=b.isBeginning,r=b.isEnd;0===a?(b.progress=0,b.isBeginning=b.isEnd=!0):(b.progress=(e-b.minTranslate())/a,b.isBeginning=b.progress<=0,b.isEnd=b.progress>=1),b.isBeginning&&!t&&b.emit("onReachBeginning",b),b.isEnd&&!r&&b.emit("onReachEnd",b),b.params.watchSlidesProgress&&b.updateSlidesProgress(e),b.emit("onProgress",b,b.progress)},b.updateActiveIndex=function(){var e,a,t,r=b.rtl?b.translate:-b.translate;for(a=0;a=b.slidesGrid[a]&&r=b.slidesGrid[a]&&r=b.slidesGrid[a]&&(e=a);(0>e||"undefined"==typeof e)&&(e=0),t=Math.floor(e/b.params.slidesPerGroup),t>=b.snapGrid.length&&(t=b.snapGrid.length-1),e!==b.activeIndex&&(b.snapIndex=t,b.previousIndex=b.activeIndex,b.activeIndex=e,b.updateClasses())},b.updateClasses=function(){b.slides.removeClass(b.params.slideActiveClass+" "+b.params.slideNextClass+" "+b.params.slidePrevClass);var e=b.slides.eq(b.activeIndex);e.addClass(b.params.slideActiveClass);var t=e.next("."+b.params.slideClass).addClass(b.params.slideNextClass);b.params.loop&&0===t.length&&b.slides.eq(0).addClass(b.params.slideNextClass);var r=e.prev("."+b.params.slideClass).addClass(b.params.slidePrevClass);if(b.params.loop&&0===r.length&&b.slides.eq(-1).addClass(b.params.slidePrevClass),b.paginationContainer&&b.paginationContainer.length>0){var i,s=b.params.loop?Math.ceil((b.slides.length-2*b.loopedSlides)/b.params.slidesPerGroup):b.snapGrid.length;if(b.params.loop?(i=Math.ceil((b.activeIndex-b.loopedSlides)/b.params.slidesPerGroup),i>b.slides.length-1-2*b.loopedSlides&&(i-=b.slides.length-2*b.loopedSlides),i>s-1&&(i-=s),0>i&&"bullets"!==b.params.paginationType&&(i=s+i)):i="undefined"!=typeof b.snapIndex?b.snapIndex:b.activeIndex||0,"bullets"===b.params.paginationType&&b.bullets&&b.bullets.length>0&&(b.bullets.removeClass(b.params.bulletActiveClass),b.paginationContainer.length>1?b.bullets.each(function(){a(this).index()===i&&a(this).addClass(b.params.bulletActiveClass)}):b.bullets.eq(i).addClass(b.params.bulletActiveClass)),"fraction"===b.params.paginationType&&(b.paginationContainer.find("."+b.params.paginationCurrentClass).text(i+1),b.paginationContainer.find("."+b.params.paginationTotalClass).text(s)),"progress"===b.params.paginationType){var n=(i+1)/s,o=n,l=1;b.isHorizontal()||(l=n,o=1),b.paginationContainer.find("."+b.params.paginationProgressbarClass).transform("translate3d(0,0,0) scaleX("+o+") scaleY("+l+")").transition(b.params.speed)}"custom"===b.params.paginationType&&b.params.paginationCustomRender&&(b.paginationContainer.html(b.params.paginationCustomRender(b,i+1,s)),b.emit("onPaginationRendered",b,b.paginationContainer[0]))}b.params.loop||(b.params.prevButton&&b.prevButton&&b.prevButton.length>0&&(b.isBeginning?(b.prevButton.addClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.disable(b.prevButton)):(b.prevButton.removeClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.enable(b.prevButton))),b.params.nextButton&&b.nextButton&&b.nextButton.length>0&&(b.isEnd?(b.nextButton.addClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.disable(b.nextButton)):(b.nextButton.removeClass(b.params.buttonDisabledClass),b.params.a11y&&b.a11y&&b.a11y.enable(b.nextButton))))},b.updatePagination=function(){if(b.params.pagination&&b.paginationContainer&&b.paginationContainer.length>0){var e="";if("bullets"===b.params.paginationType){for(var a=b.params.loop?Math.ceil((b.slides.length-2*b.loopedSlides)/b.params.slidesPerGroup):b.snapGrid.length,t=0;a>t;t++)e+=b.params.paginationBulletRender?b.params.paginationBulletRender(t,b.params.bulletClass):"<"+b.params.paginationElement+' class="'+b.params.bulletClass+'">'+b.params.paginationElement+">";b.paginationContainer.html(e),b.bullets=b.paginationContainer.find("."+b.params.bulletClass),b.params.paginationClickable&&b.params.a11y&&b.a11y&&b.a11y.initPagination()}"fraction"===b.params.paginationType&&(e=b.params.paginationFractionRender?b.params.paginationFractionRender(b,b.params.paginationCurrentClass,b.params.paginationTotalClass):' / ',b.paginationContainer.html(e)),"progress"===b.params.paginationType&&(e=b.params.paginationProgressRender?b.params.paginationProgressRender(b,b.params.paginationProgressbarClass):'',b.paginationContainer.html(e)),"custom"!==b.params.paginationType&&b.emit("onPaginationRendered",b,b.paginationContainer[0])}},b.update=function(e){function a(){r=Math.min(Math.max(b.translate,b.maxTranslate()),b.minTranslate()),b.setWrapperTranslate(r),b.updateActiveIndex(),b.updateClasses()}if(b.updateContainerSize(),b.updateSlidesSize(),b.updateProgress(),b.updatePagination(),b.updateClasses(),b.params.scrollbar&&b.scrollbar&&b.scrollbar.set(),e){var t,r;b.controller&&b.controller.spline&&(b.controller.spline=void 0),b.params.freeMode?(a(),b.params.autoHeight&&b.updateAutoHeight()):(t=("auto"===b.params.slidesPerView||b.params.slidesPerView>1)&&b.isEnd&&!b.params.centeredSlides?b.slideTo(b.slides.length-1,0,!1,!0):b.slideTo(b.activeIndex,0,!1,!0),t||a())}else b.params.autoHeight&&b.updateAutoHeight()},b.onResize=function(e){b.params.breakpoints&&b.setBreakpoint();var a=b.params.allowSwipeToPrev,t=b.params.allowSwipeToNext;b.params.allowSwipeToPrev=b.params.allowSwipeToNext=!0,b.updateContainerSize(),b.updateSlidesSize(),("auto"===b.params.slidesPerView||b.params.freeMode||e)&&b.updatePagination(),b.params.scrollbar&&b.scrollbar&&b.scrollbar.set(),b.controller&&b.controller.spline&&(b.controller.spline=void 0);var r=!1;if(b.params.freeMode){var i=Math.min(Math.max(b.translate,b.maxTranslate()),b.minTranslate());b.setWrapperTranslate(i),b.updateActiveIndex(),b.updateClasses(),b.params.autoHeight&&b.updateAutoHeight()}else b.updateClasses(),r=("auto"===b.params.slidesPerView||b.params.slidesPerView>1)&&b.isEnd&&!b.params.centeredSlides?b.slideTo(b.slides.length-1,0,!1,!0):b.slideTo(b.activeIndex,0,!1,!0);b.params.lazyLoading&&!r&&b.lazy&&b.lazy.load(),b.params.allowSwipeToPrev=a,b.params.allowSwipeToNext=t};var T=["mousedown","mousemove","mouseup"];window.navigator.pointerEnabled?T=["pointerdown","pointermove","pointerup"]:window.navigator.msPointerEnabled&&(T=["MSPointerDown","MSPointerMove","MSPointerUp"]),b.touchEvents={start:b.support.touch||!b.params.simulateTouch?"touchstart":T[0],move:b.support.touch||!b.params.simulateTouch?"touchmove":T[1],end:b.support.touch||!b.params.simulateTouch?"touchend":T[2]},(window.navigator.pointerEnabled||window.navigator.msPointerEnabled)&&("container"===b.params.touchEventsTarget?b.container:b.wrapper).addClass("swiper-wp8-"+b.params.direction),b.initEvents=function(e){var a=e?"off":"on",t=e?"removeEventListener":"addEventListener",r="container"===b.params.touchEventsTarget?b.container[0]:b.wrapper[0],s=b.support.touch?r:document,n=b.params.nested?!0:!1;b.browser.ie?(r[t](b.touchEvents.start,b.onTouchStart,!1),s[t](b.touchEvents.move,b.onTouchMove,n),s[t](b.touchEvents.end,b.onTouchEnd,!1)):(b.support.touch&&(r[t](b.touchEvents.start,b.onTouchStart,!1),r[t](b.touchEvents.move,b.onTouchMove,n),r[t](b.touchEvents.end,b.onTouchEnd,!1)),!i.simulateTouch||b.device.ios||b.device.android||(r[t]("mousedown",b.onTouchStart,!1),document[t]("mousemove",b.onTouchMove,n),document[t]("mouseup",b.onTouchEnd,!1))),window[t]("resize",b.onResize),b.params.nextButton&&b.nextButton&&b.nextButton.length>0&&(b.nextButton[a]("click",b.onClickNext),b.params.a11y&&b.a11y&&b.nextButton[a]("keydown",b.a11y.onEnterKey)),b.params.prevButton&&b.prevButton&&b.prevButton.length>0&&(b.prevButton[a]("click",b.onClickPrev),b.params.a11y&&b.a11y&&b.prevButton[a]("keydown",b.a11y.onEnterKey)),b.params.pagination&&b.params.paginationClickable&&(b.paginationContainer[a]("click","."+b.params.bulletClass,b.onClickIndex),b.params.a11y&&b.a11y&&b.paginationContainer[a]("keydown","."+b.params.bulletClass,b.a11y.onEnterKey)),(b.params.preventClicks||b.params.preventClicksPropagation)&&r[t]("click",b.preventClicks,!0)},b.attachEvents=function(){b.initEvents()},b.detachEvents=function(){b.initEvents(!0)},b.allowClick=!0,b.preventClicks=function(e){b.allowClick||(b.params.preventClicks&&e.preventDefault(),b.params.preventClicksPropagation&&b.animating&&(e.stopPropagation(),e.stopImmediatePropagation()))},b.onClickNext=function(e){e.preventDefault(),(!b.isEnd||b.params.loop)&&b.slideNext()},b.onClickPrev=function(e){e.preventDefault(),(!b.isBeginning||b.params.loop)&&b.slidePrev()},b.onClickIndex=function(e){e.preventDefault();var t=a(this).index()*b.params.slidesPerGroup;b.params.loop&&(t+=b.loopedSlides),b.slideTo(t)},b.updateClickedSlide=function(e){var t=o(e,"."+b.params.slideClass),r=!1;if(t)for(var i=0;ib.slides.length-b.loopedSlides+b.params.slidesPerView/2?(b.fixLoop(),n=b.wrapper.children("."+b.params.slideClass+'[data-swiper-slide-index="'+s+'"]:not(.swiper-slide-duplicate)').eq(0).index(),setTimeout(function(){b.slideTo(n)},0)):b.slideTo(n):n>b.slides.length-b.params.slidesPerView?(b.fixLoop(),n=b.wrapper.children("."+b.params.slideClass+'[data-swiper-slide-index="'+s+'"]:not(.swiper-slide-duplicate)').eq(0).index(),setTimeout(function(){b.slideTo(n)},0)):b.slideTo(n)}else b.slideTo(n)}};var S,C,z,M,E,P,k,I,L,B,D="input, select, textarea, button",H=Date.now(),A=[];b.animating=!1,b.touches={startX:0,startY:0,currentX:0,currentY:0,diff:0};var G,O;if(b.onTouchStart=function(e){if(e.originalEvent&&(e=e.originalEvent),G="touchstart"===e.type,G||!("which"in e)||3!==e.which){if(b.params.noSwiping&&o(e,"."+b.params.noSwipingClass))return void(b.allowClick=!0);if(!b.params.swipeHandler||o(e,b.params.swipeHandler)){var t=b.touches.currentX="touchstart"===e.type?e.targetTouches[0].pageX:e.pageX,r=b.touches.currentY="touchstart"===e.type?e.targetTouches[0].pageY:e.pageY;if(!(b.device.ios&&b.params.iOSEdgeSwipeDetection&&t<=b.params.iOSEdgeSwipeThreshold)){if(S=!0,C=!1,z=!0,E=void 0,O=void 0,b.touches.startX=t,b.touches.startY=r,M=Date.now(),b.allowClick=!0,b.updateContainerSize(),b.swipeDirection=void 0,b.params.threshold>0&&(I=!1),"touchstart"!==e.type){var i=!0;a(e.target).is(D)&&(i=!1),document.activeElement&&a(document.activeElement).is(D)&&document.activeElement.blur(),i&&e.preventDefault()}b.emit("onTouchStart",b,e)}}}},b.onTouchMove=function(e){if(e.originalEvent&&(e=e.originalEvent),!G||"mousemove"!==e.type){if(e.preventedByNestedSwiper)return b.touches.startX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,void(b.touches.startY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY);if(b.params.onlyExternal)return b.allowClick=!1,void(S&&(b.touches.startX=b.touches.currentX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,b.touches.startY=b.touches.currentY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,M=Date.now()));if(G&&document.activeElement&&e.target===document.activeElement&&a(e.target).is(D))return C=!0,void(b.allowClick=!1);if(z&&b.emit("onTouchMove",b,e),!(e.targetTouches&&e.targetTouches.length>1)){if(b.touches.currentX="touchmove"===e.type?e.targetTouches[0].pageX:e.pageX,b.touches.currentY="touchmove"===e.type?e.targetTouches[0].pageY:e.pageY,"undefined"==typeof E){var t=180*Math.atan2(Math.abs(b.touches.currentY-b.touches.startY),Math.abs(b.touches.currentX-b.touches.startX))/Math.PI;E=b.isHorizontal()?t>b.params.touchAngle:90-t>b.params.touchAngle}if(E&&b.emit("onTouchMoveOpposite",b,e),"undefined"==typeof O&&b.browser.ieTouch&&(b.touches.currentX!==b.touches.startX||b.touches.currentY!==b.touches.startY)&&(O=!0),S){if(E)return void(S=!1);if(O||!b.browser.ieTouch){b.allowClick=!1,b.emit("onSliderMove",b,e),e.preventDefault(),b.params.touchMoveStopPropagation&&!b.params.nested&&e.stopPropagation(),C||(i.loop&&b.fixLoop(),k=b.getWrapperTranslate(),b.setWrapperTransition(0),b.animating&&b.wrapper.trigger("webkitTransitionEnd transitionend oTransitionEnd MSTransitionEnd msTransitionEnd"),b.params.autoplay&&b.autoplaying&&(b.params.autoplayDisableOnInteraction?b.stopAutoplay():b.pauseAutoplay()),B=!1,b.params.grabCursor&&(b.container[0].style.cursor="move",b.container[0].style.cursor="-webkit-grabbing",b.container[0].style.cursor="-moz-grabbin",b.container[0].style.cursor="grabbing")),C=!0;var r=b.touches.diff=b.isHorizontal()?b.touches.currentX-b.touches.startX:b.touches.currentY-b.touches.startY;r*=b.params.touchRatio,b.rtl&&(r=-r),b.swipeDirection=r>0?"prev":"next",P=r+k;var s=!0;if(r>0&&P>b.minTranslate()?(s=!1,b.params.resistance&&(P=b.minTranslate()-1+Math.pow(-b.minTranslate()+k+r,b.params.resistanceRatio))):0>r&&PP&&(P=k),!b.params.allowSwipeToPrev&&"prev"===b.swipeDirection&&P>k&&(P=k),b.params.followFinger){if(b.params.threshold>0){if(!(Math.abs(r)>b.params.threshold||I))return void(P=k);if(!I)return I=!0,b.touches.startX=b.touches.currentX,b.touches.startY=b.touches.currentY,P=k,void(b.touches.diff=b.isHorizontal()?b.touches.currentX-b.touches.startX:b.touches.currentY-b.touches.startY)}(b.params.freeMode||b.params.watchSlidesProgress)&&b.updateActiveIndex(),b.params.freeMode&&(0===A.length&&A.push({position:b.touches[b.isHorizontal()?"startX":"startY"],time:M}),A.push({position:b.touches[b.isHorizontal()?"currentX":"currentY"],time:(new window.Date).getTime()})),b.updateProgress(P),b.setWrapperTranslate(P)}}}}}},b.onTouchEnd=function(e){if(e.originalEvent&&(e=e.originalEvent),z&&b.emit("onTouchEnd",b,e),z=!1,S){b.params.grabCursor&&C&&S&&(b.container[0].style.cursor="move",b.container[0].style.cursor="-webkit-grab",b.container[0].style.cursor="-moz-grab",b.container[0].style.cursor="grab");var t=Date.now(),r=t-M;if(b.allowClick&&(b.updateClickedSlide(e),b.emit("onTap",b,e),300>r&&t-H>300&&(L&&clearTimeout(L),L=setTimeout(function(){b&&(b.params.paginationHide&&b.paginationContainer.length>0&&!a(e.target).hasClass(b.params.bulletClass)&&b.paginationContainer.toggleClass(b.params.paginationHiddenClass),b.emit("onClick",b,e))},300)),300>r&&300>t-H&&(L&&clearTimeout(L),b.emit("onDoubleTap",b,e))),H=Date.now(),setTimeout(function(){b&&(b.allowClick=!0)},0),!S||!C||!b.swipeDirection||0===b.touches.diff||P===k)return void(S=C=!1);S=C=!1;var i;if(i=b.params.followFinger?b.rtl?b.translate:-b.translate:-P,b.params.freeMode){if(i<-b.minTranslate())return void b.slideTo(b.activeIndex);if(i>-b.maxTranslate())return void(b.slides.length1){var s=A.pop(),n=A.pop(),o=s.position-n.position,l=s.time-n.time;b.velocity=o/l,b.velocity=b.velocity/2,Math.abs(b.velocity)150||(new window.Date).getTime()-s.time>300)&&(b.velocity=0)}else b.velocity=0;A.length=0;var p=1e3*b.params.freeModeMomentumRatio,d=b.velocity*p,u=b.translate+d;b.rtl&&(u=-u);var c,m=!1,h=20*Math.abs(b.velocity)*b.params.freeModeMomentumBounceRatio;if(ub.minTranslate())b.params.freeModeMomentumBounce?(u-b.minTranslate()>h&&(u=b.minTranslate()+h),c=b.minTranslate(),m=!0,B=!0):u=b.minTranslate();else if(b.params.freeModeSticky){var f,g=0;for(g=0;g-u){f=g;break}u=Math.abs(b.snapGrid[f]-u)=b.params.longSwipesMs)&&(b.updateProgress(),b.updateActiveIndex()))}var v,w=0,y=b.slidesSizesGrid[0];for(v=0;v=b.slidesGrid[v]&&i=b.slidesGrid[v]&&(w=v,y=b.slidesGrid[b.slidesGrid.length-1]-b.slidesGrid[b.slidesGrid.length-2]);var x=(i-b.slidesGrid[w])/y;if(r>b.params.longSwipesMs){if(!b.params.longSwipes)return void b.slideTo(b.activeIndex);"next"===b.swipeDirection&&(x>=b.params.longSwipesRatio?b.slideTo(w+b.params.slidesPerGroup):b.slideTo(w)),"prev"===b.swipeDirection&&(x>1-b.params.longSwipesRatio?b.slideTo(w+b.params.slidesPerGroup):b.slideTo(w))}else{if(!b.params.shortSwipes)return void b.slideTo(b.activeIndex);"next"===b.swipeDirection&&b.slideTo(w+b.params.slidesPerGroup),"prev"===b.swipeDirection&&b.slideTo(w)}}},b._slideTo=function(e,a){return b.slideTo(e,a,!0,!0)},b.slideTo=function(e,a,t,r){"undefined"==typeof t&&(t=!0),"undefined"==typeof e&&(e=0),0>e&&(e=0),b.snapIndex=Math.floor(e/b.params.slidesPerGroup),b.snapIndex>=b.snapGrid.length&&(b.snapIndex=b.snapGrid.length-1);var i=-b.snapGrid[b.snapIndex];b.params.autoplay&&b.autoplaying&&(r||!b.params.autoplayDisableOnInteraction?b.pauseAutoplay(a):b.stopAutoplay()),b.updateProgress(i);for(var s=0;s=Math.floor(100*b.slidesGrid[s])&&(e=s);return!b.params.allowSwipeToNext&&ib.translate&&i>b.maxTranslate()&&(b.activeIndex||0)!==e?!1:("undefined"==typeof a&&(a=b.params.speed),b.previousIndex=b.activeIndex||0,b.activeIndex=e,b.rtl&&-i===b.translate||!b.rtl&&i===b.translate?(b.params.autoHeight&&b.updateAutoHeight(),b.updateClasses(),"slide"!==b.params.effect&&b.setWrapperTranslate(i),!1):(b.updateClasses(),b.onTransitionStart(t),0===a?(b.setWrapperTranslate(i),b.setWrapperTransition(0),b.onTransitionEnd(t)):(b.setWrapperTranslate(i),b.setWrapperTransition(a),b.animating||(b.animating=!0,b.wrapper.transitionEnd(function(){b&&b.onTransitionEnd(t)}))),!0))},b.onTransitionStart=function(e){"undefined"==typeof e&&(e=!0),b.params.autoHeight&&b.updateAutoHeight(),b.lazy&&b.lazy.onTransitionStart(),e&&(b.emit("onTransitionStart",b),b.activeIndex!==b.previousIndex&&(b.emit("onSlideChangeStart",b),b.activeIndex>b.previousIndex?b.emit("onSlideNextStart",b):b.emit("onSlidePrevStart",b)))},b.onTransitionEnd=function(e){b.animating=!1,b.setWrapperTransition(0),"undefined"==typeof e&&(e=!0),b.lazy&&b.lazy.onTransitionEnd(),e&&(b.emit("onTransitionEnd",b),b.activeIndex!==b.previousIndex&&(b.emit("onSlideChangeEnd",b),b.activeIndex>b.previousIndex?b.emit("onSlideNextEnd",b):b.emit("onSlidePrevEnd",b))),b.params.hashnav&&b.hashnav&&b.hashnav.setHash()},b.slideNext=function(e,a,t){if(b.params.loop){if(b.animating)return!1;b.fixLoop();b.container[0].clientLeft;return b.slideTo(b.activeIndex+b.params.slidesPerGroup,a,e,t)}return b.slideTo(b.activeIndex+b.params.slidesPerGroup,a,e,t)},b._slideNext=function(e){return b.slideNext(!0,e,!0)},b.slidePrev=function(e,a,t){if(b.params.loop){if(b.animating)return!1;b.fixLoop();b.container[0].clientLeft;return b.slideTo(b.activeIndex-1,a,e,t)}return b.slideTo(b.activeIndex-1,a,e,t)},b._slidePrev=function(e){return b.slidePrev(!0,e,!0)},b.slideReset=function(e,a,t){return b.slideTo(b.activeIndex,a,e)},b.setWrapperTransition=function(e,a){b.wrapper.transition(e),"slide"!==b.params.effect&&b.effects[b.params.effect]&&b.effects[b.params.effect].setTransition(e),b.params.parallax&&b.parallax&&b.parallax.setTransition(e),b.params.scrollbar&&b.scrollbar&&b.scrollbar.setTransition(e),b.params.control&&b.controller&&b.controller.setTransition(e,a),b.emit("onSetTransition",b,e)},b.setWrapperTranslate=function(e,a,t){var r=0,i=0,n=0;b.isHorizontal()?r=b.rtl?-e:e:i=e,b.params.roundLengths&&(r=s(r),i=s(i)),b.params.virtualTranslate||(b.support.transforms3d?b.wrapper.transform("translate3d("+r+"px, "+i+"px, "+n+"px)"):b.wrapper.transform("translate("+r+"px, "+i+"px)")),b.translate=b.isHorizontal()?r:i;var o,l=b.maxTranslate()-b.minTranslate();o=0===l?0:(e-b.minTranslate())/l,o!==b.progress&&b.updateProgress(e),a&&b.updateActiveIndex(),"slide"!==b.params.effect&&b.effects[b.params.effect]&&b.effects[b.params.effect].setTranslate(b.translate),b.params.parallax&&b.parallax&&b.parallax.setTranslate(b.translate),b.params.scrollbar&&b.scrollbar&&b.scrollbar.setTranslate(b.translate),b.params.control&&b.controller&&b.controller.setTranslate(b.translate,t),b.emit("onSetTranslate",b,b.translate)},b.getTranslate=function(e,a){var t,r,i,s;return"undefined"==typeof a&&(a="x"),b.params.virtualTranslate?b.rtl?-b.translate:b.translate:(i=window.getComputedStyle(e,null),window.WebKitCSSMatrix?(r=i.transform||i.webkitTransform,r.split(",").length>6&&(r=r.split(", ").map(function(e){return e.replace(",",".")}).join(", ")),s=new window.WebKitCSSMatrix("none"===r?"":r)):(s=i.MozTransform||i.OTransform||i.MsTransform||i.msTransform||i.transform||i.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),t=s.toString().split(",")),"x"===a&&(r=window.WebKitCSSMatrix?s.m41:16===t.length?parseFloat(t[12]):parseFloat(t[4])),"y"===a&&(r=window.WebKitCSSMatrix?s.m42:16===t.length?parseFloat(t[13]):parseFloat(t[5])),b.rtl&&r&&(r=-r),r||0)},b.getWrapperTranslate=function(e){return"undefined"==typeof e&&(e=b.isHorizontal()?"x":"y"),b.getTranslate(b.wrapper[0],e)},b.observers=[],b.initObservers=function(){if(b.params.observeParents)for(var e=b.container.parents(),a=0;ae.length&&(b.loopedSlides=e.length);var t,r=[],i=[];for(e.each(function(t,s){var n=a(this);t=e.length-b.loopedSlides&&r.push(s),n.attr("data-swiper-slide-index",t)}),t=0;t=0;t--)b.wrapper.prepend(a(r[t].cloneNode(!0)).addClass(b.params.slideDuplicateClass))},b.destroyLoop=function(){b.wrapper.children("."+b.params.slideClass+"."+b.params.slideDuplicateClass).remove(),b.slides.removeAttr("data-swiper-slide-index")},b.reLoop=function(e){var a=b.activeIndex-b.loopedSlides;b.destroyLoop(),b.createLoop(),b.updateSlidesSize(),e&&b.slideTo(a+b.loopedSlides,0,!1)},b.fixLoop=function(){var e;b.activeIndex=2*b.loopedSlides||b.activeIndex>b.slides.length-2*b.params.slidesPerView)&&(e=-b.slides.length+b.activeIndex+b.loopedSlides,e+=b.loopedSlides,b.slideTo(e,0,!1,!0))},b.appendSlide=function(e){if(b.params.loop&&b.destroyLoop(),"object"==typeof e&&e.length)for(var a=0;aa&&t--;t=Math.max(t,0)}else a=e,b.slides[a]&&b.slides.eq(a).remove(),t>a&&t--,t=Math.max(t,0);b.params.loop&&b.createLoop(),b.params.observer&&b.support.observer||b.update(!0),b.params.loop?b.slideTo(t+b.loopedSlides,0,!1):b.slideTo(t,0,!1)},b.removeAllSlides=function(){for(var e=[],a=0;a '),t.append(d)),0===u.length&&(u=a('
'),t.append(u)),d.length&&(d[0].style.opacity=Math.max(-r,0)),u.length&&(u[0].style.opacity=Math.max(r,0))}t.transform("translate3d("+l+"px, "+p+"px, 0px) rotateX("+o+"deg) rotateY("+n+"deg)")}},setTransition:function(e){if(b.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),b.params.virtualTranslate&&0!==e){var t=!1;b.slides.eq(b.activeIndex).transitionEnd(function(){if(!t&&b&&a(this).hasClass(b.params.slideActiveClass)){t=!0,b.animating=!1;for(var e=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],r=0;r
'),b.wrapper.append(e)),e.css({height:b.width+"px"})):(e=b.container.find(".swiper-cube-shadow"),0===e.length&&(e=a('