پرش به محتوا

نویسندگان: تفاوت میان نسخه‌ها

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۶ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۴: خط ۴:
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>نویسندگان</title>
     <title>نویسندگان</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
       
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: transparent;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
       
        .container {
            width: 100%;
            padding: 40px 20px;
        }
       
        .header {
            background: #3e6f73;
            color: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 30px;
            box-shadow: 0 4px 12px rgba(62, 111, 115, 0.2);
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
       
        .icon {
            width: 100px;
            height: 100px;
            background: white;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: #3e6f73;
            border: 2px solid rgba(255, 255, 255, 0.5);
        }
       
        .header h1 {
            margin: 0;
            font-size: 28px;
            font-weight: 400;
            letter-spacing: 0.5px;
            font-family: 'Georgia', serif;
        }
       
        .header p {
            margin: 10px 0 0 0;
            font-size: 16px;
            font-style: italic;
            opacity: 0.9;
        }
       
        .authors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
       
        .author-card {
            background: #3e6f73;
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            font-family: 'Georgia', serif;
            box-shadow: 0 4px 8px rgba(62, 111, 115, 0.2);
        }
       
        .author-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(62, 111, 115, 0.3);
            background: #356166;
        }
       
        .author-name {
            font-weight: normal;
            font-size: 18px;
            letter-spacing: 0.3px;
        }
       
        .author-role {
            font-size: 13px;
            margin-top: 5px;
            opacity: 0.9;
        }
       
        /* استایل برای لینک‌های داخلی */
        .author-name a {
            color: white;
            text-decoration: none;
        }
       
        .author-name a:hover {
            text-decoration: underline;
        }
       
        .author-role a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
        }
       
        .author-role a:hover {
            text-decoration: underline;
        }
        @media (min-width: 1400px) {
            .authors-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
    </style>
</head>
</head>
<body>
<body>
    <div class="container">
        <!-- هدر با رنگ اصلی -->
        <div class="header">
            <div class="icon">✍️</div>
            <h1>نویسندگان</h1>
            <p>انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس</p>
        </div>


        <!-- جدول نویسندگان -->
<div style="max-width:900px; margin:0 auto; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; padding:40px 20px;">
        <div class="authors-grid">
 
            <!-- نویسنده 1 -->
  <!-- هدر با رنگ اصلی #3e6f73 -->
            <div class="author-card">
  <div style="background:#3e6f73; color:white; padding:30px; border-radius:10px; text-align:center; margin-bottom:30px; box-shadow:0 4px 12px rgba(62,111,115,0.2); border:1px solid rgba(62,111,115,0.3);">
                <div class="author-name">[[تدوین دانشنامه کتاب مقدس]]</div>
    <div style="width:100px; height:100px; background:white; border-radius:50%; margin:0 auto 15px; display:flex; align-items:center; justify-content:center; font-size:40px; color:#3e6f73; border:2px solid rgba(255,255,255,0.5);">✍️</div>
                <div class="author-role">نویسنده</div>
    <h1 style="margin:0; font-size:28px; font-weight:400; letter-spacing:0.5px; font-family:'Georgia', serif;">نویسندگان </h1>
            </div>
    <p style="margin:10px 0 0 0; font-size:16px; font-style:italic; opacity:0.9;">انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس</p>
           
  </div>
            <!-- نویسنده 2 -->
 
            <div class="author-card">
  <!-- جدول کتاب‌ها با طراحی اصلی و فقط تغییر رنگ پس‌زمینه -->
                <div class="author-name">[[جواد فیروز]] (متین)</div>
  <div style="display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:20px;">
                <div class="author-role">نویسنده</div>
    <!-- کتاب 1 -->
            </div>
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
           
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
            <!-- نویسنده 3 -->
        onmouseout="this.style.transform='';this.style.boxShadow=''">
            <div class="author-card">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/تدوین_دانشنامه_کتاب_مقدس" style="color:white; text-decoration:none;">تدوین دانشنامه کتاب مقدس</a></div>
                <div class="author-name">[[مهران پورپشنگ]]</div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
                <div class="author-role">[[مهران پورپشنگ]]</div>
    </div>
            </div>
   
           
    <!-- کتاب 2 -->
            <!-- نویسنده 4 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
            <div class="author-card">
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
                <div class="author-name">[[کوین دی یانگ]]</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
                <div class="author-role">نویسنده</div>
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/جواد_فیروز" style="color:white; text-decoration:none;">جواد فیروز (متین)</a></div>
            </div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
           
    </div>
            <!-- نویسنده 5 -->
   
            <div class="author-card">
    <!-- کتاب 3 -->
                <div class="author-name">[[جان پایپر]]</div>
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-role">نویسنده</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
            </div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/مهران_پورپشنگ" style="color:white; text-decoration:none;">مهران پورپشنگ</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;"><a href="https://www.pediabible.com/index.php/مهران_پورپشنگ" style="color:white; text-decoration:none; opacity:0.9;">مهران پورپشنگ</a></div>
    </div>
   
    <!-- کتاب 4 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/کوین_دی_یانگ" style="color:white; text-decoration:none;">کوین دی یانگ</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>
   
    <!-- نویسنده 5 -->
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
        onmouseout="this.style.transform='';this.style.boxShadow=''">
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/جان_پایپر" style="color:white; text-decoration:none;">جان پایپر</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>


            <!-- نویسنده 6 -->
    <!-- نویسنده 6 -->
            <div class="author-card">
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-name">[[مارتین لوتر]]</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
                <div class="author-role">نویسنده</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
            </div>
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/مارتین_لوتر" style="color:white; text-decoration:none;">مارتین لوتر</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>


            <!-- نویسنده 7 -->
    <!-- نویسنده 7 -->
            <div class="author-card">
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-name">[[لی آیرونز]]</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
                <div class="author-role">نویسنده</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
            </div>
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;"><a href="https://www.pediabible.com/index.php/لی_آیرونز" style="color:white; text-decoration:none;">لی آیرونز</a></div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
    </div>


            <!-- نویسنده 8 -->
    <!-- نویسنده 8 -->
            <div class="author-card">
    <div style="background:#3e6f73; padding:20px; border-radius:8px; text-align:center; border:1px solid rgba(62,111,115,0.3); transition:all 0.3s ease; cursor:pointer; font-family:'Georgia', serif;"
                <div class="author-name">بزودی</div>
        onmouseover="this.style.transform='translateY(-5px)';this.style.boxShadow='0 6px 16px rgba(62,111,115,0.2)';"
                <div class="author-role">نویسنده</div>
        onmouseout="this.style.transform='';this.style.boxShadow=''">
            </div>
      <div style="color:white; font-weight:normal; font-size:18px; letter-spacing:0.3px;">بزودی</div>
        </div>
      <div style="color:white; font-size:13px; margin-top:5px; opacity:0.9;">نویسنده</div>
     </div>
     </div>
  </div>
</div>


    <script>
        // تبدیل لینک‌های ویکی به لینک‌های قابل کلیک
        document.addEventListener('DOMContentLoaded', function() {
            const authorNames = document.querySelectorAll('.author-name');
            const authorRoles = document.querySelectorAll('.author-role');
           
            // تابع برای تبدیل متن ویکی‌لینک به لینک HTML
            function convertWikiLinks(element) {
                const text = element.textContent;
                const wikiLinkRegex = /\[\[(.*?)\]\]/g;
               
                if (wikiLinkRegex.test(text)) {
                    const newHtml = text.replace(wikiLinkRegex, '<a href="#">$1</a>');
                    element.innerHTML = newHtml;
                }
            }
           
            // اعمال بر روی تمام نام‌ها و نقش‌ها
            authorNames.forEach(convertWikiLinks);
            authorRoles.forEach(convertWikiLinks);
        });
    </script>
</body>
</body>
</html>
</html>

نسخهٔ کنونی تا ‏۱۰ اکتبر ۲۰۲۵، ساعت ۱۹:۴۰

نویسندگان

✍️

نویسندگان

انتشارات نویسندگان ثبت شده در دانشنامه کتاب مقدس