OSDN Git Service

fde38e6227a98b837d166ed3a5521a158f8bd279
[nucleus-jp/nucleus-plugins.git] / NP_Board / fancytext / bbs_css.template
1
2 <style type="text/css">
3 <!--
4         table.bbs_form td {
5                 font: normal 9px verdana, arial, sans-serif;
6                 margin:0 0 0 0;
7                 padding:0 0 0 0;
8         }
9         table.bbs_form input{
10                 font: normal 10.5px verdana, arial, sans-serif;
11         }
12         .bbs_pass{
13                 font: normal 9px verdana, arial, sans-serif;
14                 margin:0 0 0 0;
15                 padding:0 0 0 0;
16                 float:right;
17         }
18         .bbs_title{
19                 clear:all;
20                 font: normal 9px verdana, arial, sans-serif;
21                 padding:2px 2px 2px 2px ;
22                 background-color:gray;
23                 color:white;
24         }
25         .bbs_title a:link , .bbs_title a:visited {
26                 color:white;
27         }
28         .bbs_mes{
29                 clear:all;
30                 margin-left:5%;
31                 padding:3px 3px 7px 3px ;
32                 font: normal 11.5px verdana, arial, sans-serif;
33         }
34         .bbs_res{
35                 margin:0 0 0 0;
36                 padding:2px 2px 2px 2px;
37                 float:right;
38                 border:1px solid gray;
39                 color:white;
40                 background-color:red;
41                 text-decoration:none;
42         }
43         .bbs_search{
44                 background-color:yellow;
45         }
46 -->
47 </style>
48