wow, so web
This commit is contained in:
248
chipet/ndupdate/ndupdate.css
Normal file
248
chipet/ndupdate/ndupdate.css
Normal file
@ -0,0 +1,248 @@
|
||||
#NDmain {
|
||||
position:fixed;
|
||||
top:1px;
|
||||
left:1px;
|
||||
right:6px;
|
||||
bottom:6px;
|
||||
z-index:9000;
|
||||
}
|
||||
#NDtitle {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
top:6px;
|
||||
font-family:Arial;
|
||||
font-weight:bold;
|
||||
font-size:14px;
|
||||
color:#D5D5D5;
|
||||
text-align:center;
|
||||
z-index:4;
|
||||
}
|
||||
#NDupdate {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
top:35%;
|
||||
font-family:Arial;
|
||||
font-size:20px;
|
||||
color:#D5D5D5;
|
||||
text-align:center;
|
||||
z-index:5;
|
||||
}
|
||||
#NDbuttons {
|
||||
position:absolute;
|
||||
width:100%;
|
||||
bottom:12%;
|
||||
height:10px;
|
||||
text-align:center;
|
||||
z-index:6;
|
||||
}
|
||||
#NDdownload {
|
||||
position:relative;
|
||||
left:2px;
|
||||
cursor:pointer;
|
||||
}
|
||||
#NDlater {
|
||||
position:relative;
|
||||
right:2px;
|
||||
cursor:pointer;
|
||||
}
|
||||
#NDtop {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
height:0px;
|
||||
z-index:2;
|
||||
}
|
||||
#NDtopFill {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:5px;
|
||||
right:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
#NDtopLeft {
|
||||
position:absolute;
|
||||
left:0px;
|
||||
top:0px;
|
||||
width:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-topleft.png');
|
||||
}
|
||||
#NDtopRight {
|
||||
position:absolute;
|
||||
right:0px;
|
||||
top:0px;
|
||||
width:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-topright.png');
|
||||
}
|
||||
|
||||
#NDmid {
|
||||
position:absolute;
|
||||
top:5px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
bottom:5px;
|
||||
z-index:2;
|
||||
}
|
||||
#NDmidLogo {
|
||||
position:absolute;
|
||||
width:54px;
|
||||
height:36px;
|
||||
background:url('Images/nd-logo.png');
|
||||
}
|
||||
#NDmidTop {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
#NDmidBottom {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
#NDmidLeft {
|
||||
position:absolute;
|
||||
left:0px;
|
||||
height:36px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
#NDmidRight {
|
||||
position:absolute;
|
||||
right:0px;
|
||||
height:36px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
|
||||
#NDbottom {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
height:0px;
|
||||
z-index:2;
|
||||
}
|
||||
#NDbottomFill {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:5px;
|
||||
right:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-fill.png') repeat;
|
||||
}
|
||||
#NDbottomLeft {
|
||||
position:absolute;
|
||||
left:0px;
|
||||
bottom:0px;
|
||||
width:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-bottomleft.png');
|
||||
}
|
||||
#NDbottomRight {
|
||||
position:absolute;
|
||||
right:0px;
|
||||
bottom:0px;
|
||||
width:5px;
|
||||
height:5px;
|
||||
background:url('Images/main-bottomright.png');
|
||||
}
|
||||
|
||||
#NDgloss {
|
||||
position:absolute;
|
||||
top:2px;
|
||||
left:2px;
|
||||
right:2px;
|
||||
height:12px;
|
||||
z-index:3;
|
||||
}
|
||||
#NDglossFill {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:4px;
|
||||
right:4px;
|
||||
height:12px;
|
||||
background:url('Images/gloss-fill.png') repeat;
|
||||
}
|
||||
#NDglossLeft {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
width:4px;
|
||||
height:12px;
|
||||
background:url('Images/gloss-left.png');
|
||||
}
|
||||
#NDglossRight {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
right:0px;
|
||||
width:4px;
|
||||
height:12px;
|
||||
background:url('Images/gloss-right.png');
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
#NDshadow {
|
||||
position:absolute;
|
||||
top:-1px;
|
||||
bottom:-6px;
|
||||
right:-6px;
|
||||
left:0px;
|
||||
z-index:1;
|
||||
}
|
||||
#NDshadowBottom {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
right:0px;
|
||||
}
|
||||
#NDshadowBottomLeft {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:0px;
|
||||
width:39px;
|
||||
height:9px;
|
||||
background:url('Images/shadow-bottomleft.png');
|
||||
}
|
||||
#NDshadowBottomFill {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
left:39px;
|
||||
right:11px;
|
||||
height:6px;
|
||||
background:url('Images/shadow-bottom.png') repeat;
|
||||
}
|
||||
#NDshadowBottomRight {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
width:11px;
|
||||
height:11px;
|
||||
background:url('Images/shadow-bottomright.png');
|
||||
}
|
||||
#NDshadowRight {
|
||||
position:absolute;
|
||||
bottom:11px;
|
||||
top:0px;
|
||||
right:0px;
|
||||
}
|
||||
#NDshadowRightFill {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
top:30px;
|
||||
width:6px;
|
||||
background:url('Images/shadow-right.png') repeat;
|
||||
}
|
||||
#NDshadowTopRight {
|
||||
position:absolute;
|
||||
top:0px;
|
||||
right:0px;
|
||||
width:11px;
|
||||
height:30px;
|
||||
background:url('Images/shadow-topright.png');
|
||||
}
|
Reference in New Issue
Block a user