mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
New Blockish theme
* Adding a new blockish theme with a blue header and an adaptive design. * Printable PDF version still needs some work, but overall, this is a nice layout.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
body.pdf {
|
||||
color: black;
|
||||
background: none;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
@@ -18,6 +19,9 @@ body.pdf {
|
||||
.resume {
|
||||
position:relative;
|
||||
padding: 40px 80px;
|
||||
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
a[href$='.pdf'] {
|
||||
@@ -48,10 +52,13 @@ body.pdf {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
top: 40px;
|
||||
top: 45px;
|
||||
right: 50px;
|
||||
position: absolute;
|
||||
}
|
||||
blockquote a {
|
||||
color: #F7F2C7;
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 28%;
|
||||
|
||||
Reference in New Issue
Block a user