OSDN Git Service

Added org.eclipse.core.resources.prefs and other 10 files.
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / style.css
1 @CHARSET "UTF-8";\r
2 \r
3 body {\r
4         background: #EEFFEE;\r
5         margin: 30px;\r
6 }\r
7 \r
8 h1 {\r
9         background: #8888FF;\r
10 }\r
11 \r
12 h2 {\r
13         background: #AAAAFF;\r
14 }\r
15 \r
16 table {\r
17         margin-left: auto;\r
18         margin-right: auto;\r
19 }\r
20 \r
21 th {\r
22         background: #AABBBB;\r
23 }\r
24 \r
25 .chart {\r
26         text-align: center;\r
27 }\r
28 \r
29 .function {\r
30         white-space: nowrap\r
31 }\r
32 \r
33 .flatTable {\r
34   border: 1px solid black;\r
35   border-collapse: collapse;\r
36 }\r
37 .flatTable td, .flatTable th {\r
38   border: 1px solid black;\r
39   padding: 5px;\r
40 }\r
41 #functions td:first-child,\r
42 #functions td:nth-child(2)\r
43 {\r
44   white-space: nowrap;\r
45 }\r