OSDN Git Service

管理用SimpleViewList導入
[trpgtools-onweb/cake-frame.git] / app / plugins / links / webroot / css / link.css
1 @charset "UTF-8";
2 <?php 
3 /*
4  * Link Plugin for TRPG Databank
5  * 
6  * PHP version 5
7  *
8  * @copyright Copyright 2010, Cake. (http://trpgtools-onweb.sourceforge.jp/)
9  * @category CSS
10  * @package  plugin for TRPG Data Bank
11  * @version  beta
12  * @author   Cake <cake_67@users.sourceforge.jp>
13  * @license  http://www.opensource.org/licenses/mit-license.php The MIT License
14  * @link     http://trpgtools-onweb.sourceforge.jp/
15  */
16 ?>
17
18 .innerBox {
19         padding: 5px !important;
20 }
21
22 span.linkSort {
23         font-size: 10px;
24 }
25
26 .linkBanner {
27         float: left;
28 }
29
30 .linkUrl {
31         color: #999999;
32         font-size: 11px;
33         line-height: 1em;
34 }
35
36 .linkThumnail {
37         display: inline;
38         float: left;
39         width: 145px;
40 }
41 .ThumnailNotice {
42         font-size: 10px;
43 }
44
45 .linkDetail {
46         font-size: 14px;
47         padding-left: 145px;
48 }
49
50 .infoModified {
51         clear: both;
52         padding-top: 7px;
53 }
54
55 #Links_admin_listview table th {
56     white-space: nowrap;
57 }