表格终于有人形了

This commit is contained in:
fen 2013-10-11 16:49:13 +08:00
parent 9826007679
commit af29c57eab
5 changed files with 80 additions and 92 deletions

View File

@ -34,22 +34,32 @@ a:hover {
text-decoration: underline;
}
code, pre, .mono {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
a.balloon-button {
padding: 0 5px;
background: #467B96;
color: #FFF;
min-width: 14px;
height: 18px;
line-height: 18px;
background: #D8E7EE;
font-size: 12px;
text-align: center;
text-decoration: none;
/** 修正ie中文不对齐 */
zoom:1;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
}
code, pre, .mono {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
a.button:hover, a.balloon-button:hover {
background-color: #467B96;
color: #FFF;
text-decoration: none;
}
/*a.size-1 {
@ -76,10 +86,6 @@ a.size-0 {
background: #373D1F;
}*/
a.button:hover, a.balloon-button:hover {
text-decoration: none;
}
/*a.size-1:hover {
background: #AFBA7C;
}
@ -318,10 +324,9 @@ button.primary:active, button.primary.active {
}
.typecho-option label.typecho-label {
position: absolute;
left: -200px;
width: 180px;
text-align: right;
display: block;
margin-bottom: .5em;
font-weight: bold;
}
.typecho-option label.typecho-label+input {
}
@ -557,61 +562,46 @@ margin-top: 25px;
* 后台分页
*/
.typecho-pager {
margin-top: 20px;
font-size: 1.14286em;
text-align: center;
height: 20px;
}
.typecho-pager .typecho-pager-content {
display: inline-block;
*display: inline;
*zoom: 1;
}
.typecho-pager h5 {
font-size: 13px;
line-height: 15px;
font-weight: normal;
float: left;
}
.typecho-pager ul {
line-height: 24px;
height: 24px;
list-style: none;
float: left;
padding: 0;
zoom: 1;
}
.typecho-pager li {
font-family: arial,sans-serif;
margin-right: 4px;
font-size: 15px;
float: left;
height: 24px;
line-height: 24px;
margin: 0 2px;
height: 32px;
line-height: 32px;
}
.typecho-pager a {
color: #333;
display: block;
height: 24px;
outline: none;
padding: 0 15px;
float: left;
background: #dee4c5;
padding: 0 15px;
}
.typecho-pager a:hover {
color: #333;
text-decoration: none;
background: #C4CD9C;
background: #EEE;
}
.typecho-pager li.current a {
background: #e47e00;
}
.typecho-pager li.current a {
color: #fff;
background: #EEE;
color: #444;
}
@ -1019,13 +1009,10 @@ margin-top: 25px;
* 列表页选项
*/
.typecho-list .typecho-pager {
margin: 10px 0px;
}
.typecho-list-operate {
height: 30px;
font-size: 13px;
zoom: 1;
margin-bottom: 20px;
}
.typecho-list-operate input {
@ -1033,19 +1020,14 @@ margin-top: 25px;
.typecho-list-operate button {
height: 24px;
zoom: 1;
}
.typecho-list-operate .operate {
float: left;
line-height:24px;
height: 24px;
}
.typecho-list-operate .search {
float: right;
line-height:24px;
height: 24px;
}
.typecho-list-operate .search a.button {
@ -1102,15 +1084,17 @@ a.operate-reply {
*/
/** 增加表格标题 by 70 */
.typecho-list-table-title {
font-weight: normal;
color: #777;
text-align: center;
color: #999;
}
.typecho-list-table {
border: 1px solid #EEE;
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 {
@ -1127,11 +1111,14 @@ a.operate-reply {
}
.typecho-list-table th {
padding: 0 10px 10px;
border-bottom: 2px solid #EEE;
text-align: left;
}
.typecho-list-table td {
padding: 8px;
border-bottom: 1px solid #EEE;
padding: 10px;
border-top: 1px solid #EEE;
}
.typecho-list-table td .thumb-box {
@ -1147,9 +1134,11 @@ a.operate-reply {
}
.typecho-list-table tbody tr:hover td, ul.typecho-list-notable li:hover {
background-color: #F6F6F4;
}
.typecho-list-table tbody tr.checked td, ul.typecho-list-notable li.checked {
background-color: #FFF9E8;
}
.typecho-list-table tbody tr.even.checked td, ul.typecho-list-notable li.even.checked {
@ -1165,6 +1154,7 @@ a.operate-reply {
}
.typecho-list-table .warning, ul.typecho-list-notable .warning {
color: #B94A48;
}
.typecho-list-table img.inline {
@ -1425,7 +1415,6 @@ ul.typecho-list-notable li #typecho-respond {
* 后台配置项
*/
.typecho-page-main .typecho-option {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 600px;
@ -1780,8 +1769,6 @@ ul.typecho-list-notable li #typecho-respond {
}
.typecho-post-area #advance-panel, .typecho-post-area #upload-panel {
margin: 0;
display: none;
}
.typecho-post-area .is-draft {

View File

@ -9,7 +9,7 @@ $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-3 typecho-dashboard-nav suffix">
<div class="col-3 typecho-dashboard-nav">
<p class="intro"><?php _e('欢迎使用 Typecho, 您可以使用下面的链接开始您的 Blog 之旅:'); ?></p>
<div class="intro-link">
@ -115,7 +115,6 @@ $stat = Typecho_Widget::widget('Widget_Stat');
</ul>
</div>
</div>
</div>
</div>
</div>

View File

@ -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 || '' != $request->category): ?>
<a href="<?php $options->adminUrl('manage-posts.php' . (isset($request->uid) ? '?uid=' . htmlspecialchars($request->get('uid')) : '')); ?>"><?php _e('&laquo; 取消筛选'); ?></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" />
<select name="category">
<option value=""><?php _e('所有分类'); ?></option>
<?php Typecho_Widget::widget('Widget_Metas_Category_List')->to($category); ?>
@ -44,14 +44,14 @@ $stat = Typecho_Widget::widget('Widget_Stat');
<form method="post" name="manage_posts" class="operate-form">
<table class="typecho-list-table">
<colgroup>
<col width="25"/>
<col width="50"/>
<col width="280"/>
<col width="80"/>
<col width="30"/>
<col width="110"/>
<col width="185"/>
<col width="130"/>
<col width="10"/>
<col width="5%"/>
<col width="35%"/>
<col width=""/>
<col width="20"/>
<col width="8%"/>
<col width="15%"/>
<col width="18%"/>
</colgroup>
<thead>
<tr>

View File

@ -1,17 +1,19 @@
<?php if(!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php if($notice->have() && in_array($notice->noticeType, array('success', 'notice', 'error'))): ?>
<div class="col-group message <?php $notice->noticeType(); ?> popup">
<div class="message <?php $notice->noticeType(); ?> popup">
<ul>
<?php $notice->lists(); ?>
</ul>
</div>
<?php endif; ?>
<div class="col-group typecho-page-title">
<div class="col-group">
<div class="col-12">
<h2><?php echo $menu->title; ?><?php
if (!empty($menu->addLink)) {
echo "<a href=\"{$menu->addLink}\">" . _t("新增") . "</a>";
}
?></h2>
<div class="typecho-page-title">
<h2><?php echo $menu->title; ?><?php
if (!empty($menu->addLink)) {
echo "<a href=\"{$menu->addLink}\">" . _t("新增") . "</a>";
}
?></h2>
</div>
</div>
</div>
</div>

View File

@ -10,15 +10,15 @@ include 'menu.php';
<div class="col-12 typecho-list">
<?php Typecho_Widget::widget('Widget_Plugins_List_Activated')->to($activatedPlugins); ?>
<?php if ($activatedPlugins->have()): ?>
<h6 class="typecho-list-table-title"><?php _e('激活的插件'); ?></h6>
<h4 class="typecho-list-table-title"><?php _e('激活的插件'); ?></h4>
<table class="typecho-list-table">
<colgroup>
<col width="10"/>
<col width="200"/>
<col width="360"/>
<col width="90"/>
<col width="105"/>
<col width="125"/>
<col width="20%"/>
<col width="45%"/>
<col width="8%"/>
<col width="10%"/>
<col width=""/>
</colgroup>
<thead>
<tr>
@ -78,15 +78,15 @@ include 'menu.php';
<?php Typecho_Widget::widget('Widget_Plugins_List_Deactivated')->to($deactivatedPlugins); ?>
<?php if ($deactivatedPlugins->have() || !$activatedPlugins->have()): ?>
<h6 class="typecho-list-table-title"><?php _e('禁用的插件'); ?></h6>
<h4 class="typecho-list-table-title"><?php _e('禁用的插件'); ?></h4>
<table class="typecho-list-table deactivate">
<colgroup>
<col width="10"/>
<col width="200"/>
<col width="360"/>
<col width="90"/>
<col width="105"/>
<col width="125"/>
<col width="20%"/>
<col width="45%"/>
<col width="8%"/>
<col width="10%"/>
<col width=""/>
</colgroup>
<thead>
<tr>