Created
December 31, 2012 15:04
-
-
Save gosuto-inzasheru/4420458 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Courier; | |
font-size: 11pt; | |
} | |
#page { | |
margin-left: auto; | |
margin-right: auto; | |
padding-top: 5%; | |
padding-bottom: 5%; | |
padding-left: 10%; | |
padding-right: 10%; | |
text-align: left; | |
page-break-after: always; | |
} | |
#imprint { | |
position: relative; | |
bottom: 0px; | |
} | |
h1 { | |
font-family: 'Poiret One'; | |
color: #CC3300; | |
text-align: center; | |
text-transform: uppercase; | |
font-size: 40px; | |
margin-bottom: 20px; | |
margin-top: 20px; | |
} | |
p { | |
margin-bottom: 10px; | |
} | |
.postal { | |
margin-bottom: 50px; | |
} | |
.company { | |
text-align: right; | |
} | |
.itemtitle { | |
font-weight: bold; | |
text-transform: lowercase; | |
font-family: 'Poiret One'; | |
color: #CC3300; | |
} | |
.footpart { | |
float: left; | |
width: 33%; | |
} | |
.variation { | |
font-size: 8pt; | |
} | |
small { | |
display: none; | |
} | |
table { | |
width: 100%; | |
page-break-inside: auto; | |
border: 1px solid black; | |
padding: 5px; | |
} | |
thead { | |
text-transform: uppercase; | |
font-family: 'Poiret One'; | |
color: #CC3300; | |
} | |
tfoot { | |
text-align: right; | |
} | |
tr { | |
page-break-inside: avoid; | |
page-break-after: auto; | |
} | |
td { | |
padding: 5px; | |
} | |
.quantity, .quantity-label { | |
text-align: center; | |
} | |
.price, .totals-label { | |
text-align: right; | |
width: 1px; | |
padding-left: 30px; | |
} | |
.single-price, .single-price-label { | |
text-align: center; | |
} | |
th.description { | |
font-family: 'Poiret One'; | |
color: #CC3300; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment