208 lines
3.9 KiB
CSS
208 lines
3.9 KiB
CSS
|
/* Tracking Popup */
|
||
|
div {
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
}
|
||
|
|
||
|
div.header {
|
||
|
background-color:#f59b48;
|
||
|
border-color: #f59b48;
|
||
|
color: #ffffff ;
|
||
|
height : 60px;
|
||
|
width: 100%;
|
||
|
padding: -20px;
|
||
|
}
|
||
|
|
||
|
div.header div.title {
|
||
|
margin-left: 10px;
|
||
|
font-size: 25px;
|
||
|
text-transform: uppercase;
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
div.header div.tnt-logo {
|
||
|
width: 100px;
|
||
|
height: 40px;
|
||
|
background: url("../img/_r2_c2.jpg") 0 0 no-repeat;
|
||
|
margin-left: 15px;
|
||
|
margin-top: 13px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
div.header a.close {
|
||
|
text-decoration: none;
|
||
|
background: url("../img/_r2_c4.jpg") 0 0 no-repeat;
|
||
|
float: right;
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
margin-top: 18px;
|
||
|
margin-right: 15px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
|
||
|
div.tracklist {
|
||
|
margin-bottom: 50px;
|
||
|
}
|
||
|
|
||
|
div.header-track {
|
||
|
margin-top: 20px;
|
||
|
border: 1px solid #d3d3d3;
|
||
|
border-radius: 3px;
|
||
|
background-color: #F5F5F5;
|
||
|
width: 100%;
|
||
|
padding: 0px 5px 5px 5px;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
div.header-track div {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
div.header-track div.button {
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
background-color: #1cb3f4;
|
||
|
font-size : 13px;
|
||
|
text-align: right;
|
||
|
text-transform: none;
|
||
|
padding: 12px 20px 2px 25px;
|
||
|
text-align: right;
|
||
|
border-radius: 3px;
|
||
|
margin: 4px 20px 2px 108px;
|
||
|
height: 30px;
|
||
|
}
|
||
|
|
||
|
div.header-track div.button a {
|
||
|
color: #ffffff;
|
||
|
height: 15px;
|
||
|
|
||
|
}
|
||
|
|
||
|
div.header-track div.track-label {
|
||
|
display: inline-block;
|
||
|
font-weight: bold;
|
||
|
font-size: 16px;
|
||
|
width: 175px;
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
|
||
|
div.header-track div.track-number {
|
||
|
display: inline-block;
|
||
|
font-weight: bold;
|
||
|
font-size: 15px;
|
||
|
background-color: #ffffff;
|
||
|
border-radius: 3px;
|
||
|
border: 1px solid #d3d3d3;
|
||
|
padding: 2px 2px 2px 7px;
|
||
|
height: 30px;
|
||
|
width: 180px;
|
||
|
margin: 10px 2px 2px 0px;
|
||
|
}
|
||
|
|
||
|
div.status-track p {
|
||
|
margin-top: 20px;
|
||
|
padding-left: 10px;
|
||
|
font-weight: bold;
|
||
|
font-size: 15px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
div.status-track li.status {
|
||
|
display: inline-block;
|
||
|
background-color: #d3d3d3;
|
||
|
color: #7F7F7F;
|
||
|
margin: 2px;
|
||
|
border-radius: 3px;
|
||
|
font-size: 13px;
|
||
|
font-weight: 600;
|
||
|
height: 36px;
|
||
|
padding: 7px 17px;
|
||
|
line-height: 33px;
|
||
|
}
|
||
|
|
||
|
div.status-track ul li.current {
|
||
|
display: inline-block;
|
||
|
background-color: #1cb3f4;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.history-track {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.history-track ul li {
|
||
|
margin-top: 15px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.history-track ul li ul li {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.history-track ul li ul li.label {
|
||
|
width: 250px;
|
||
|
color: #000000;
|
||
|
|
||
|
}
|
||
|
|
||
|
.history-track ul li ul {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
.history-track ul li ul li.date , .history-track ul li ul li.center {
|
||
|
font-weight: bold;
|
||
|
font-size: 13px ;
|
||
|
}
|
||
|
|
||
|
.history-track ul li ul li.index {
|
||
|
font-weight: bold;
|
||
|
font-size: 12px;
|
||
|
line-height: 16px;
|
||
|
border-radius: 50px;
|
||
|
background-color: #f59b48;
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
color: #ffffff;
|
||
|
text-align: center;
|
||
|
padding: 3px;
|
||
|
}
|
||
|
|
||
|
|
||
|
div.button {
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
background-color: #1cb3f4;
|
||
|
font-size : 13px;
|
||
|
text-align: right;
|
||
|
text-transform: none;
|
||
|
padding: 7px 20px 2px 25px;
|
||
|
border-radius: 3px;
|
||
|
margin: 10px 3px 2px 0px;
|
||
|
height: 30px;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
div.tnt-arrow {
|
||
|
width: 10px;
|
||
|
height: 16px;
|
||
|
background: url("../img/arrow.png") 0 0 no-repeat;
|
||
|
display: inline-block;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
div.header-track div.button a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
div.footer-track div.button {
|
||
|
padding: 11px 20px 2px 25px;
|
||
|
}
|
||
|
div.footer-track div.button a{
|
||
|
color: #ffffff;
|
||
|
text-decoration: none;
|
||
|
}
|