comparison presen/user.css @ 2:afa29ac9f050

add presen
author aaa
date Wed, 10 Feb 2010 21:52:37 +0900
parents
children a2e7c1716ad2
comparison
equal deleted inserted replaced
1:9cca948713f0 2:afa29ac9f050
1 /* user.css
2
3 */
4
5 /*div.slide{font-size: 80%;}/**/
6 /*pre{font-size: 75%;}*/
7
8 div.slide h1 {
9 padding-left: 0.5em;
10 padding-right: 0;
11 padding-top: 0.1em;
12 margin-bottom: 0.8em;
13 margin-top: -0.05em;
14 margin-left: -20px;
15 margin-right: -20px;
16 color: white;
17 height: 2.2em;
18 font-size: 160%;
19 line-height: 1.1em;
20 background: #000000;
21 padding-left: 2em;
22 }
23
24 div.slide h1 a {
25 color: white;
26 text-decoration: none;
27 }
28
29 div.slide h1 a:link {
30 color: white;
31 text-decoration: none;
32 }
33
34 div.slide h1 a:visited {
35 color: white;
36 text-decoration: none;
37 }
38
39 div.slide h1 a:hover {
40 color: white;
41 text-decoration: underline;
42 }
43
44 div.slide h1 a:active {
45 color: red;
46 text-decoration: underline;
47 }
48
49 div.pre h1 {
50 background-image: url("img/bodybg.jpg");
51 background-repeat: no-repeat;
52 background-position: 95%;
53 padding-left: 30px;
54 padding-top: 30px;
55 padding-bottom: 0px;
56 height: 1.7em;
57 }
58 /*cover
59 ----------------------------------------*/
60 div.cover {
61 color: White;
62 padding-top: 0;
63 padding-right: 0;
64 /* padding-left: 3em;*/
65 height: 100%;
66 }
67
68 div.cover h1 {
69 margin-top: 10%;
70 margin-right: 0px;
71 padding-right: 60px;
72 padding-top: 20px;
73 padding-bottom: 50px;
74 color: white;
75 background: #000000;
76 font-size: 150%;
77 text-align: center;
78 line-height: 150%;
79 }
80
81 div.cover h2 {
82 color: White;
83 }
84
85 div.cover a {
86 color:White;
87 }
88
89 div.cover h3 {
90 margin-top: 5em;
91 margin-left: 10em;
92 color: #000000;
93 }
94
95 div.cover ul {
96 color: Black;
97 margin-right: 60px;
98 }
99
100 div.cover li {
101 list-style-type: none;
102 }
103
104 /*notes
105 ----------------------------------------*/
106 .notes{
107 font-size: 80%;
108 }
109
110 /*table
111 ----------------------------------------*/
112 table {
113 border-collapse: collapse;
114 margin: 0.8em 1.0em;
115 }
116
117 th, td, tr,r caption{
118 padding: 3px;
119 }
120
121 table.listView {
122 font-size: 0.85em;
123 margin: 0.8em 1.0em;
124 }
125
126 table.listView th, table.listView td, table.listView tr {
127 padding: 0px 3px 0px 3px;
128 }
129
130 table {
131 border: 1px solid #ccc;
132 }
133
134 th, thead td {
135 background: #9999FF;
136 border: 1px solid #ccc;
137 color: #ffffff;
138 }
139
140 td, .viewer tr {
141 border: 1px solid #ccc;
142 }