OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / widgets / s / bbs_2ch / css / style.css
1 /*\r
2  * ウィジェット用CSS\r
3  *\r
4  * LICENSE: This source file is licensed under the terms of the GNU General Public License.\r
5  *\r
6  * @package    Magic3 Framework\r
7  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
8  * @copyright  Copyright 2006-2012 Magic3 Project.\r
9  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
10  * @version    SVN: $Id: style.css 4863 2012-04-20 05:29:29Z fishbone $\r
11  * @link       http://www.magic3.org\r
12  */\r
13 #bbs_2ch {\r
14         width:100%;\r
15         text-align:center;\r
16         padding:10px 0 10px 0;\r
17 }\r
18 #bbs_2ch .innerbox {\r
19 /*      width:100%;*/\r
20 /*      padding:5px;*/\r
21         margin:5px 0;\r
22         text-align:left;\r
23         border: 1px solid gray;\r
24 }\r
25 #bbs_2ch .bbs_title {\r
26         float:left;\r
27         font-size: large;\r
28         font-weight: bold;\r
29         margin:0 10px 0 10px;\r
30 }\r
31 #bbs_2ch .thread_head {\r
32         margin:0 5px;\r
33         font-weight: bold;\r
34 }\r
35 #bbs_2ch .thread_title {\r
36         font-size: large;\r
37 }\r
38 #bbs_2ch .message_head {\r
39         margin:3px 5px;\r
40 }\r
41 #bbs_2ch .message_body {\r
42         margin:0 15px 10px;\r
43 }\r
44 #bbs_2ch .anchor {\r
45 /*      width:40px;*/\r
46         float:right;\r
47         margin:0 10px;\r
48         text-align:right;\r
49 }\r
50 #bbs_2ch .guide {\r
51         clear:both;\r
52         margin:0 5px;\r
53 }\r
54 #bbs_2ch .link {\r
55         text-align:right;\r
56         font-weight: bold;\r
57         margin:0 15px 0 15px;\r
58 }\r
59 #bbs_2ch .list {\r
60 /*      width:100%;\r
61         text-align:left;*/\r
62         margin:0 15px;\r
63         line-height:1.8;\r
64 }\r
65 #bbs_2ch .inlineitem {\r
66         display:inline-block;\r
67 }\r
68 #bbs_2ch .bottom {\r
69 /*      width:100%;*/\r
70         text-align:left;\r
71         margin:15px 10px 0;\r
72 }\r
73 \r