I.A.A.M. 1404
Portfolio Wordpress Theme Apr 2026
.project-content { padding: 1.6rem 1.5rem 1.8rem; }
.wp-nav a:hover { border-bottom-color: #c6a15b; color: #2f2419; }
.site-tagline { font-size: 1.1rem; color: #7a684c; border-left: 3px solid #d6bc8a; padding-left: 1rem; margin-top: 0.5rem; font-weight: 400; } Portfolio WordPress Theme
body { background: #d9cdb0; /* warm vintage paper background */ font-family: 'Inter', sans-serif; color: #2c2b28; line-height: 1.5; padding: 2rem 1.5rem; position: relative; }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <title>Paper Portfolio — WordPress Theme Concept</title> <!-- Google Fonts: elegant serif + modern sans for paper aesthetic --> <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet"> <!-- Font Awesome 6 (free icons) --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } .project-content { padding: 1.6rem 1.5rem 1.8rem
/* main content container — like a paper sheet stack */ .paper-stack { max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }
.project-category { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: #b48b48; font-weight: 600; margin-bottom: 0.75rem; display: inline-block; } }
.wp-nav a:hover { border-bottom-color: #c6a15b
footer { margin-top: 3rem; text-align: center; padding: 1.5rem 0.5rem; font-size: 0.8rem; color: #7b6b50; border-top: 1px solid #e2d2b5; }
/* typography paper style */ h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 500; letter-spacing: -0.01em; }
.contact-item { display: flex; align-items: center; gap: 10px; background: #f7efdf; padding: 0.6rem 1.2rem; border-radius: 60px; font-size: 0.9rem; }