Kaynağa Gözat

Replaced box.png image with css rounded corners.

tags/1.0
Matthew Petroff 13 yıl önce
ebeveyn
işleme
4fd38cb205
2 değiştirilmiş dosya ile 32 ekleme ve 8 silme
  1. BIN
      src/css/img/box.png
  2. +32
    -8
      src/css/pannellum.css

BIN
src/css/img/box.png Dosyayı Görüntüle

Önce Sonra
Genişlik: 200  |  Yükseklik: 150  |  Boyut: 465 B

+ 32
- 8
src/css/pannellum.css Dosyayı Görüntüle

@@ -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;


Yükleniyor…
İptal
Kaydet