Initial.
This commit is contained in:
BIN
css/OpenSans-Light.ttf
Normal file
BIN
css/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
css/OpenSans-Regular.ttf
Normal file
BIN
css/OpenSans-Regular.ttf
Normal file
Binary file not shown.
43
css/main.css
Normal file
43
css/main.css
Normal file
@ -0,0 +1,43 @@
|
||||
@font-face {
|
||||
font-family: opensans-regular;
|
||||
src: url(./OpenSans-Regular.ttf);
|
||||
}
|
||||
body {margin:0px;padding:0px;background-color:#fefeff;font-family:opensans-regular;font-size:0.90em;}
|
||||
div.title {height:50px;width:100%;text-align:center;background-color:9999cc;line-height:50px;font-size:1.2em;}
|
||||
div.maincontent {padding:10px;line-height:21px;}
|
||||
div.uploader {padding:10px 10px 12px 10px;line-height:21px;border:1px solid #666666;border-radius:3px;}
|
||||
a {text-decoration:none;color:#000000;}
|
||||
|
||||
.couponcode:hover .coupontooltip {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.coupontooltip {
|
||||
display: none;
|
||||
background: #cc6600;
|
||||
border: 1px solid black;
|
||||
border-radius:4px;
|
||||
margin-left: -5px;
|
||||
margin-top: 26px;
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
max-width:400px;
|
||||
height:auto;
|
||||
color: white;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.couponcode {
|
||||
margin:100px;
|
||||
}
|
||||
|
||||
|
||||
p {
|
||||
padding:0px 5px 0px 5px;
|
||||
margin:0px;
|
||||
}
|
||||
p.hint {margin:5px 0px 5px 0px;}
|
||||
|
||||
th {text-align:left;}
|
||||
td {vertical-align:top;}
|
Reference in New Issue
Block a user