mirror of
https://github.com/typecho/typecho.git
synced 2025-03-23 19:40:22 +01:00
移除阴影
This commit is contained in:
parent
af29c57eab
commit
d22a3120c0
@ -18,7 +18,7 @@ html {
|
||||
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
background: #F9F9F7;
|
||||
background: #F6F6F3;
|
||||
color: #444;
|
||||
font-size: 87.5%;
|
||||
line-height: 1.5;
|
||||
@ -596,11 +596,11 @@ margin-top: 25px;
|
||||
|
||||
.typecho-pager a:hover {
|
||||
text-decoration: none;
|
||||
background: #EEE;
|
||||
background: #E9E9E6;
|
||||
}
|
||||
|
||||
.typecho-pager li.current a {
|
||||
background: #EEE;
|
||||
background: #E6E6E3;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
@ -1091,10 +1091,6 @@ a.operate-reply {
|
||||
border: 30px solid #FFF;
|
||||
width: 100%;
|
||||
background: #FFF;
|
||||
|
||||
-moz-box-shadow: 0 1px 3px #CCC;
|
||||
-webkit-box-shadow: 0 1px 3px #CCC;
|
||||
box-shadow: 0 1px 3px #CCC;
|
||||
}
|
||||
|
||||
.typecho-list-table-border {
|
||||
@ -1112,13 +1108,13 @@ a.operate-reply {
|
||||
|
||||
.typecho-list-table th {
|
||||
padding: 0 10px 10px;
|
||||
border-bottom: 2px solid #EEE;
|
||||
border-bottom: 2px solid #F0F0EC;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.typecho-list-table td {
|
||||
padding: 10px;
|
||||
border-top: 1px solid #EEE;
|
||||
border-top: 1px solid #F0F0EC;
|
||||
}
|
||||
|
||||
.typecho-list-table td .thumb-box {
|
||||
@ -1134,7 +1130,7 @@ a.operate-reply {
|
||||
}
|
||||
|
||||
.typecho-list-table tbody tr:hover td, ul.typecho-list-notable li:hover {
|
||||
background-color: #F6F6F4;
|
||||
background-color: #F6F6F3;
|
||||
}
|
||||
|
||||
.typecho-list-table tbody tr.checked td, ul.typecho-list-notable li.checked {
|
||||
@ -2054,3 +2050,10 @@ ul.autocompleter-choices span.autocompleter-queried {
|
||||
margin-right: 3px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
/* plugin css */
|
||||
|
||||
.tDnD_whileDrag {
|
||||
opacity: .5;
|
||||
}
|
@ -10,7 +10,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
|
||||
<div class="body container">
|
||||
<?php include 'page-title.php'; ?>
|
||||
<div class="col-group typecho-page-main">
|
||||
<div class="col-12 start-01 typecho-list">
|
||||
<div class="col-12 typecho-list">
|
||||
<ul class="typecho-option-tabs">
|
||||
<li<?php if(!isset($request->status) || 'approved' == $request->get('status')): ?> class="current"<?php endif; ?>><a href="<?php $options->adminUrl('manage-comments.php'
|
||||
. (isset($request->cid) ? '?cid=' . $request->cid : '')); ?>"><?php _e('已通过'); ?></a></li>
|
||||
@ -40,7 +40,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
|
||||
<div class="typecho-list-operate">
|
||||
<div class="typecho-list-operate clearfix">
|
||||
<form method="get">
|
||||
<div class="operate">
|
||||
<input type="checkbox" class="typecho-table-select-all" />
|
||||
@ -64,7 +64,7 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
|
||||
(isset($request->status) ? 'status=' . htmlspecialchars($request->get('status')) : '') .
|
||||
(isset($request->cid) ? (isset($request->status) ? '&' : '') . 'cid=' . htmlspecialchars($request->get('cid')) : '') : '')); ?>"><?php _e('« 取消筛选'); ?></a>
|
||||
<?php endif; ?>
|
||||
<input type="text" value="<?php '' != $request->keywords ? print(htmlspecialchars($request->keywords)) : _e('请输入关键字'); ?>"<?php if ('' == $request->keywords): ?> onclick="value='';name='keywords';" <?php else: ?> name="keywords"<?php endif; ?>/>
|
||||
<input type="text" class="text-s" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>"<?php if ('' == $request->keywords): ?> onclick="value='';name='keywords';" <?php else: ?> name="keywords"<?php endif; ?>/>
|
||||
<?php if(isset($request->status)): ?>
|
||||
<input type="hidden" value="<?php echo htmlspecialchars($request->get('status')); ?>" name="status" />
|
||||
<?php endif; ?>
|
||||
|
@ -11,9 +11,9 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<div class="body container">
|
||||
<?php include 'page-title.php'; ?>
|
||||
<div class="col-group typecho-page-main">
|
||||
<div class="col-12 start-01">
|
||||
<div class="col-12">
|
||||
|
||||
<div class="typecho-list-operate">
|
||||
<div class="typecho-list-operate clearfix">
|
||||
<form method="get">
|
||||
<div class="operate">
|
||||
<input type="checkbox" class="typecho-table-select-all" />
|
||||
@ -28,7 +28,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<?php if ('' != $request->keywords): ?>
|
||||
<a href="<?php $options->adminUrl('manage-medias.php'); ?>"><?php _e('« 取消筛选'); ?></a>
|
||||
<?php endif; ?>
|
||||
<input type="text" value="<?php '' != $request->keywords ? print(htmlspecialchars($request->keywords)) : _e('请输入关键字'); ?>"<?php if ('' == $request->keywords): ?> onclick="value='';name='keywords';" <?php else: ?> name="keywords"<?php endif; ?>/>
|
||||
<input type="text" class="text-s" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>"<?php if ('' == $request->keywords): ?> onclick="value='';name='keywords';" <?php else: ?> name="keywords"<?php endif; ?>/>
|
||||
<button type="submit"><?php _e('筛选'); ?></button>
|
||||
</div>
|
||||
</form>
|
||||
@ -37,14 +37,14 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<form method="post" name="manage_medias" class="operate-form">
|
||||
<table class="typecho-list-table draggable">
|
||||
<colgroup>
|
||||
<col width="25"/>
|
||||
<col width="50"/>
|
||||
<col width="10"/>
|
||||
<col width="5%"/>
|
||||
<col width="20"/>
|
||||
<col width="275"/>
|
||||
<col width="30"/>
|
||||
<col width="120"/>
|
||||
<col width="220"/>
|
||||
<col width="150"/>
|
||||
<col width="30%"/>
|
||||
<col width="20"/>
|
||||
<col width="10%"/>
|
||||
<col width="30%"/>
|
||||
<col width="18%"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -9,8 +9,8 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<div class="body container">
|
||||
<?php include 'page-title.php'; ?>
|
||||
<div class="col-group typecho-page-main">
|
||||
<div class="col-12 start-01 typecho-list">
|
||||
<div class="typecho-list-operate">
|
||||
<div class="col-12 typecho-list">
|
||||
<div class="typecho-list-operate clearfix">
|
||||
<form method="get">
|
||||
<div class="operate">
|
||||
<input type="checkbox" class="typecho-table-select-all" />
|
||||
@ -25,7 +25,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<?php if ('' != $request->keywords): ?>
|
||||
<a href="<?php $options->adminUrl('manage-pages.php'); ?>"><?php _e('« 取消筛选'); ?></a>
|
||||
<?php endif; ?>
|
||||
<input type="text" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>" name="keywords" />
|
||||
<input type="text" class="text-s" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>" name="keywords" />
|
||||
<button type="submit"><?php _e('筛选'); ?></button>
|
||||
</div>
|
||||
</form>
|
||||
@ -34,14 +34,14 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<form method="post" name="manage_pages" class="operate-form">
|
||||
<table class="typecho-list-table">
|
||||
<colgroup>
|
||||
<col width="25"/>
|
||||
<col width="50"/>
|
||||
<col width="295"/>
|
||||
<col width="60"/>
|
||||
<col width="30"/>
|
||||
<col width="180"/>
|
||||
<col width="120"/>
|
||||
<col width="150"/>
|
||||
<col width="10"/>
|
||||
<col width="5%"/>
|
||||
<col width="35%"/>
|
||||
<col width=""/>
|
||||
<col width="20"/>
|
||||
<col width="20%"/>
|
||||
<col width="15%"/>
|
||||
<col width="18%"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -49,7 +49,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<col width="35%"/>
|
||||
<col width=""/>
|
||||
<col width="20"/>
|
||||
<col width="8%"/>
|
||||
<col width="10%"/>
|
||||
<col width="15%"/>
|
||||
<col width="18%"/>
|
||||
</colgroup>
|
||||
|
@ -7,8 +7,8 @@ include 'menu.php';
|
||||
<div class="body container">
|
||||
<?php include 'page-title.php'; ?>
|
||||
<div class="col-group typecho-page-main">
|
||||
<div class="col-12 start-01 typecho-list">
|
||||
<div class="typecho-list-operate">
|
||||
<div class="col-12 typecho-list">
|
||||
<div class="typecho-list-operate clearfix">
|
||||
<form method="get">
|
||||
<div class="operate">
|
||||
<input type="checkbox" class="typecho-table-select-all" />
|
||||
@ -23,7 +23,7 @@ include 'menu.php';
|
||||
<?php if ('' != $request->keywords): ?>
|
||||
<a href="<?php $options->adminUrl('manage-users.php'); ?>"><?php _e('« 取消筛选'); ?></a>
|
||||
<?php endif; ?>
|
||||
<input type="text" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>" name="keywords" />
|
||||
<input type="text" class="text-s" placeholder="<?php _e('请输入关键字'); ?>" value="<?php echo htmlspecialchars($request->keywords); ?>" name="keywords" />
|
||||
<button type="submit"><?php _e('筛选'); ?></button>
|
||||
</div>
|
||||
</form>
|
||||
@ -32,13 +32,13 @@ include 'menu.php';
|
||||
<form method="post" name="manage_users" class="operate-form">
|
||||
<table class="typecho-list-table">
|
||||
<colgroup>
|
||||
<col width="25"/>
|
||||
<col width="150"/>
|
||||
<col width="150"/>
|
||||
<col width="30"/>
|
||||
<col width="300"/>
|
||||
<col width="165"/>
|
||||
<col width="70"/>
|
||||
<col width="10"/>
|
||||
<col width="20%"/>
|
||||
<col width="20%"/>
|
||||
<col width="20"/>
|
||||
<col width="30%"/>
|
||||
<col width=""/>
|
||||
<col width="10%"/>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user