root/nextboard/WebContent/css/style.css

리비전 3, 0.7 kB (mefour에 의해 체크인됨, 16 년 전)

ASSIGNED - # 1: 인큐페이터 사이트를 위한 개념 정립
http://221.150.127.106:8081/projects/hubproject/ticket/1

Line 
1 body {
2         background-color : white;
3         font-family : 굴림;
4         font-size : 9pt;
5 }
6
7 .table_default {
8         font-family : 굴림;
9         font-size : 9pt;
10         color : #000000;
11 }
12
13 .list_menu {
14         height : 30;
15         background-color : #FFFFFF;
16         font-family : 굴림;
17         font-size : 9pt;
18         color : #000000;
19 }
20
21 .list_title {
22         height : 30;
23         background-color : #7B869A;
24         font-family : 굴림;
25         font-size : 9pt;
26         font-weight : bold;
27         color : #FFFFFF;
28         text-align : center;
29 }
30
31 .list_content {
32         height : 25;
33         background-color : #FFFFFF;
34         font-family : 굴림;
35         font-size : 9pt;
36         color : #000000;
37 }
38
39 .list_page {
40         height : 30;
41         background-color : #FFFFFF;
42         font-family : 굴림;
43         font-size : 9pt;
44         color : #000000;
45         text-align : center;
46 }
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.