ソースを参照

Replaced box.png image with css rounded corners.

tags/1.0
Matthew Petroff 13年前
コミット
4fd38cb205
2個のファイルの変更32行の追加8行の削除
  1. バイナリ
      src/css/img/box.png
  2. +32
    -8
      src/css/pannellum.css

バイナリ
src/css/img/box.png ファイルの表示

変更前 変更後
幅: 200  |  高さ: 150  |  サイズ: 465 B

+ 32
- 8
src/css/pannellum.css ファイルの表示

@@ -71,10 +71,16 @@ body
position:absolute;
top:50%;
left:50%;
width:200px;
height:127px;
width:194px;
height:121px;
margin:-75px 0px 0px -100px;
background-image:url('img/box.png');
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-style:solid;
border-width:3px;
border-color:#000;
display:none;
text-align:center;
padding-top:23px;
@@ -92,8 +98,8 @@ body
background-position:-54px -98px;
width:17px;
height:17px;
margin-right:5px;
margin-top:-18px;
margin-right:2px;
margin-top:-21px;
}
#close_button:hover
{
@@ -168,7 +174,13 @@ body
width:200px;
height:150px;
margin:-75px 0px 0px -100px;
background-image:url('img/box.png');
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-style:solid;
border-width:3px;
border-color:#000;
text-align:center;
font-family:serif;
font-size:20px;
@@ -234,7 +246,13 @@ body
width:200px;
height:150px;
margin:-75px 0px 0px -100px;
background-image:url('img/box.png');
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-style:solid;
border-width:3px;
border-color:#000;
display:table;
text-align:center;
-webkit-user-select:none;
@@ -272,7 +290,13 @@ body
width:200px;
height:150px;
margin:-75px 0px 0px -100px;
background-image:url('img/box.png');
background-color:rgba(255,255,255,.85);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border-style:solid;
border-width:3px;
border-color:#000;
display:none;
text-align:center;
-webkit-user-select:none;


読み込み中…
キャンセル
保存