Initial commit
This commit is contained in:
45
style/style.print.css
Normal file
45
style/style.print.css
Normal file
@@ -0,0 +1,45 @@
|
||||
a.no_print_link {
|
||||
color:#333333;
|
||||
text-decoration:none;
|
||||
}
|
||||
#cv {
|
||||
border:none;
|
||||
width:100%;
|
||||
float:none;
|
||||
margin:0;
|
||||
}
|
||||
.header {
|
||||
padding:0 0 30px 0;
|
||||
}
|
||||
.person h1 {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
.person h2 {
|
||||
letter-spacing:0;
|
||||
}
|
||||
.section {
|
||||
margin:0;
|
||||
}
|
||||
.section_name {
|
||||
float:none;
|
||||
margin-bottom:30px;
|
||||
width:auto;
|
||||
}
|
||||
h2.section_name {
|
||||
font-style:normal;
|
||||
}
|
||||
.section_items {
|
||||
float:none;
|
||||
width:90%;
|
||||
margin-left:10%;
|
||||
}
|
||||
#card {
|
||||
margin-top:20px;
|
||||
border:1px solid #DEDEDE;
|
||||
}
|
||||
#card ul.card_items li {
|
||||
padding-left:0;
|
||||
}
|
||||
.paperclip, .clickable, #card .contact_me_btn, #contact_me_box, #contact_me, .card_buttons, .no_print, .logo {
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user