From af43f22eb9486a98d140a36480d75b54de0ce7ae Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 1 May 2020 20:36:11 +0800 Subject: [PATCH] re --- theme/tfo_md.php | 8 +++++--- theme/tfo_mdtr.php | 8 +++++--- theme/tfo_mdtr_baw.php | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 646381f..2634891 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -13,8 +13,10 @@ body{font-family:'-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif',Helvetica,Arial,sans-serif;font-size:14px;line-height:1em;color:#000;background-color:#f7f7f9;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;background-image:url("");} a{color:#24292e;cursor:pointer;text-decoration:none} ion-icon{font-size:16px;vertical-align:bottom} - input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;background:transparent;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} input:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} + textarea{font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + textarea:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} .changelanguage{position:absolute;right:5px;} .title{text-align:center;margin-top:1rem;letter-spacing:2px;margin-bottom:2rem} .title a{color:#24292e;text-decoration:none} @@ -30,11 +32,11 @@ .more-disk a:hover, .more-disk a[now]{ background-color:rgb(85,85,85);box-shadow:inset 0 1px 3px #000000bd;color: white} .list-table{width:100%;padding:0 20px 20px 20px;border-spacing:0} .list-table tr{height:32px;transition-duration: 0.3s;border-radius:6px} - .list-table tr[data-to]:hover{background:rgb(85,85,85);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} + .list-table tr[data-to]:hover{background:rgb(3,102,214);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} .list-table tr[data-to]:hover a{color:white} .list-table tr:first-child{background:rgba(245,245,245,0)} .list-table td,.list-table th{padding:0 8px;text-align:left} - .list-table td button,.list-table th button{cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} + .list-table td button,.list-table th button{transition-duration: 0.3s;cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} .list-table td button:hover,.list-table th button:hover{color:#FFF;background:rgb(3,102,214);border-radius:16px;border:1px solid rgba(27,31,35,.15);box-shadow:0 1px 15px rgba(27,31,35,.15);} .list-table .size,.list-table .updated_at{text-align:right} .mask{position:absolute;left:0px;top:0px;width:100%;background-color:#000;filter:alpha(opacity=20);opacity:0.2;z-index:2;} diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 97b903a..f199a36 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -13,8 +13,10 @@ body{font-family:'-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif',Helvetica,Arial,sans-serif;font-size:14px;line-height:1em;color:#000;background-color:#f7f7f9;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;background-image:url("");} a{color:#24292e;cursor:pointer;text-decoration:none} ion-icon{font-size:16px;vertical-align:bottom} - input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;background:transparent;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} input:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} + textarea{font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + textarea:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} .changelanguage{position:absolute;right:5px;} .title{text-align:center;margin-top:1rem;letter-spacing:2px;margin-bottom:2rem} .title a{color:#24292e;text-decoration:none} @@ -30,11 +32,11 @@ .more-disk a:hover, .more-disk a[now]{ background-color:rgba(85,85,85,0.4);box-shadow:inset 0 1px 3px #000000bd;color: white} .list-table{width:100%;padding:0 20px 20px 20px;border-spacing:0} .list-table tr{height:32px;transition-duration: 0.3s;;border-radius:6px} - .list-table tr[data-to]:hover{background:rgba(85,85,85,0.4);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} + .list-table tr[data-to]:hover{background:rgb(3,102,214);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} .list-table tr[data-to]:hover a{color:white} .list-table tr:first-child{background:rgba(245,245,245,0)} .list-table td,.list-table th{padding:0 8px;text-align:left} - .list-table td button,.list-table th button{cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} + .list-table td button,.list-table th button{transition-duration: 0.3s;cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} .list-table td button:hover,.list-table th button:hover{color:#FFF;background:rgb(3,102,214);border-radius:16px;border:1px solid rgba(27,31,35,.15);box-shadow:0 1px 15px rgba(27,31,35,.15);} .list-table .size,.list-table .updated_at{text-align:right} .mask{position:absolute;left:0px;top:0px;width:100%;background-color:#000;filter:alpha(opacity=20);opacity:0.2;z-index:2;} diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 1be87de..d215733 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -14,8 +14,10 @@ body{font-family:'-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif',Helvetica,Arial,sans-serif;font-size:14px;line-height:1em;color:#000;background-color:#f7f7f9;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;background-image:url("");} a{color:#24292e;cursor:pointer;text-decoration:none} ion-icon{font-size:16px;vertical-align:bottom} - input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;background:transparent;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + input{cursor:pointer;padding: 0 8px;height:24px;font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} input:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} + textarea{font-weight:bold;border:1px solid rgba(27,31,35,0);transition-duration: 0.3s;border-radius:16px;background-color:transparent;color:#24292e} + textarea:hover{background:rgb(3,102,214);color:#FFF;box-shadow:0 1px 15px rgba(27,31,35,.15);border:1px solid rgba(27,31,35,.15);} .changelanguage{position:absolute;right:5px;} .title{text-align:center;margin-top:1rem;letter-spacing:2px;margin-bottom:2rem} .title a{color:#24292e;text-decoration:none} @@ -31,11 +33,11 @@ .more-disk a:hover, .more-disk a[now]{ background-color:rgba(85,85,85,0.4);box-shadow:inset 0 1px 3px #000000bd;color: white} .list-table{width:100%;padding:0 20px 20px 20px;border-spacing:0} .list-table tr{height:32px;transition-duration: 0.3s;;border-radius:6px} - .list-table tr[data-to]:hover{background:rgba(85,85,85,0.4);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} + .list-table tr[data-to]:hover{background:rgb(3,102,214);color:white;box-shadow:0 1px 15px rgba(27,31,35,.15)} .list-table tr[data-to]:hover a{color:white} .list-table tr:first-child{background:rgba(245,245,245,0)} .list-table td,.list-table th{padding:0 8px;text-align:left} - .list-table td button,.list-table th button{cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} + .list-table td button,.list-table th button{transition-duration: 0.3s;cursor:pointer;color:#24292e;height:24px;padding: 0 8px;background:transparent;border:1px solid rgba(27,31,35,0);font-weight:bold;} .list-table td button:hover,.list-table th button:hover{color:#FFF;background:rgb(3,102,214);border-radius:16px;border:1px solid rgba(27,31,35,.15);box-shadow:0 1px 15px rgba(27,31,35,.15);} .mask{position:absolute;left:0px;top:0px;width:100%;background-color:#000;filter:alpha(opacity=20);opacity:0.2;z-index:2;} .operate{display:inline-table;margin:0;margin-right:5px;list-style:none}