tour
This commit is contained in:
parent
4b31e217a1
commit
be3296e472
5 changed files with 148 additions and 25 deletions
|
|
@ -10,7 +10,7 @@ body {
|
|||
*/
|
||||
//background-color: rgb(64, 64, 64);
|
||||
//background-size: 16px 16px;
|
||||
background-color: black;
|
||||
background-color: rgb(32, 32, 16);
|
||||
font-family: Droid Sans, Calibri, sans-serif;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
|
|
@ -44,7 +44,8 @@ p:last-child {
|
|||
position: absolute;
|
||||
left: 80px;
|
||||
top: 288px;
|
||||
border-radius: 8px;
|
||||
height: 400px;
|
||||
//border-radius: 8px;
|
||||
text-align: center;
|
||||
//box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
|
@ -57,6 +58,7 @@ p:last-child {
|
|||
border-bottom: 1px solid rgb(96, 48, 32);
|
||||
background-color: rgb(128, 64, 32);
|
||||
background-image: -webkit-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
|
||||
background-image: -moz-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
|
||||
background-size: 8px 32px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
|
|
@ -114,6 +116,7 @@ p:last-child {
|
|||
border-bottom: 1px solid rgb(96, 48, 32);
|
||||
background-color: rgb(192, 96, 48);
|
||||
background-image: -webkit-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
|
||||
background-image: -moz-linear-gradient(0, transparent 50%, rgba(64, 32, 16, 0.1) 50%);
|
||||
background-size: 12px 48px;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
|
|
@ -129,7 +132,7 @@ p:last-child {
|
|||
padding: 32px;
|
||||
border-bottom-left-radius: 16px;
|
||||
border-bottom-right-radius: 16px;
|
||||
background: rgb(224, 224, 224);
|
||||
background: rgb(240, 240, 224);
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
-moz-user-select: text;
|
||||
|
|
@ -179,6 +182,16 @@ div.text {
|
|||
margin: 8px 0 32px 0;
|
||||
}
|
||||
|
||||
div.tour {
|
||||
width: 576px;
|
||||
height: 360px;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 2px rgba(64, 64, 32, 0.5);
|
||||
overflow: hidden;
|
||||
}
|
||||
img.tour {
|
||||
}
|
||||
|
||||
.large {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue