OSDN Git Service

changed to binary
[nucleus-jp/nucleus-jp-ancient.git] / euc / skins / default / nicetitle.css
1 /*Nice Titles*/\r
2 .nicetitle {\r
3         font-weight: bold;\r
4         color: #3C3C3C;\r
5         text-align: left;\r
6         position: absolute;\r
7         left: 0;\r
8         top: 0;\r
9         width: 25em;\r
10         z-index: 20;\r
11         max-width: 50%;\r
12 }\r
13 .nicetitle-content{\r
14         overflow: hidden;\r
15         background: white;\r
16         border: 1px solid #333;\r
17         padding: 5px;\r
18         opacity: 0.9;\r
19 }\r
20 .nicetitle p{\r
21         margin: 0;\r
22         line-height: 120%;\r
23 }\r
24 .nicetitle p.destination {\r
25         font-weight: normal;\r
26         font-size: 10px;\r
27         color: #5E7743;\r
28 }\r
29 div.nicetitle p span.accesskey {\r
30         color: #FF7200;\r
31 }