OSDN Git Service

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