آرشیو فصلنامه توس پیوند
@font-face {
font-family: 'Vazir';
src: url('fonts/Vazirmatn-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Vazir';
src: url('fonts/Vazirmatn-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Vazir';
src: url('fonts/Vazirmatn-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
:root {
--primary: #002b5c; /* سورمه نفتی (رنگ اصلی) */
--secondary: #f4f6fa; /* پسزمینه روشن */
--accent: #d62828; /* قرمز سازمانی برای تأکید */
--text-main: #222;
--text-muted: #666;
--card-bg: #ffffff;
--border-soft: #e0e4ea;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Vazir', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: linear-gradient(135deg, #ffffff 0%, #f0f4fb 40%, #e3edf9 100%);
color: var(--text-main);
direction: rtl;
}
.page-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 24px 16px 40px;
}
/* هدر گرافیکی بالا */
.hero {
position: relative;
overflow: hidden;
border-radius: 18px;
background: radial-gradient(circle at top left, #eaf3ff 0, #c9dcf5 30%, var(--primary) 85%);
color: #fff;
padding: 32px 24px 32px;
margin-bottom: 32px;
}
.hero-content {
max-width: 620px;
position: relative;
z-index: 2;
}
.hero-title {
font-size: 28px;
margin: 0 0 8px;
letter-spacing: 0.02em;
font-weight: 700;
}
.hero-subtitle {
font-size: 15px;
margin: 0 0 18px;
line-height: 1.7;
}
.hero-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
font-size: 13px;
opacity: 0.9;
}
.hero-meta-item {
padding: 6px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.25);
}
.section-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 16px;
margin-bottom: 18px;
}
.section-title {
font-size: 20px;
margin: 0;
font-weight: 600;
color: var(--primary);
}
.section-hint {
font-size: 13px;
color: var(--text-muted);
}
/* شبکه کارتها */
.issues-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 18px;
}
.issue-card {
background: var(--card-bg);
border-radius: 16px;
border: 1px solid var(--border-soft);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.issue-card:hover {
transform: translateY(-4px);
border-color: rgba(0, 43, 92, 0.18);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
/* جلد افقی A4 */
.issue-cover {
position: relative;
padding-top: 60%; /* نسبت افقی؛ میتوانی کمی کموزیاد کنی تا شبیه A4 افقی شود */
background-color: #dce4f2;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.issue-badge {
position: absolute;
bottom: 10px;
right: 10px;
padding: 6px 10px;
background: var(--accent);
color: #fff;
font-size: 11px;
border-radius: 999px;
font-weight: 500;
}
.issue-body {
padding: 12px 14px 13px;
display: flex;
flex-direction: column;
gap: 6px;
}
.issue-title {
font-size: 15px;
margin: 0;
font-weight: 600;
}
.issue-meta {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
color: var(--text-muted);
}
.issue-meta span {
display: inline-flex;
align-items: center;
gap: 4px;
}
.issue-actions {
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}
.btn-main {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 7px 12px;
background: var(--primary);
color: #fff;
font-size: 13px;
border-radius: 999px;
text-decoration: none;
border: none;
cursor: pointer;
transition: background 0.16s ease, transform 0.12s ease, box-shadow 0.12s ease;
font-weight: 500;
}
.btn-main:hover {
background: #003c7d;
transform: translateY(-1px);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.btn-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
padding: 6px 10px;
background: #f2f4fa;
color: var(--primary);
font-size: 11px;
border-radius: 999px;
text-decoration: none;
border: 1px dashed #ccd2e0;
cursor: pointer;
transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.btn-secondary:hover {
background: #e7ecf7;
border-color: var(--primary);
color: var(--accent);
}
.footer-note {
margin-top: 28px;
padding-top: 18px;
border-top: 1px dashed #ccd3e2;
font-size: 12px;
color: var(--text-muted);
line-height: 1.9;
}
.footer-note a {
color: var(--primary);
text-decoration: none;
}
.footer-note a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.hero {
padding: 24px 20px 26px;
}
.hero-title {
font-size: 22px;
}
.section-header {
flex-direction: column;
align-items: flex-start;
}
}
آرشیو فصلنامه توس پیوند
نسخههای دیجیتال فصلنامه تخصصی شرکت توس پیوند با تمرکز بر صنایع نفت، گاز و پتروشیمی
در این صفحه قابل مشاهده و دانلود هستند.
فصلنامه توس پیوند – شماره بهار ۱۴۰۵
انتشار: خرداد ۱۴۰۵
فرمت: PDF
فصلنامه توس پیوند – شماره تابستان ۱۴۰۵
انتشار: شهریور ۱۴۰۵
فرمت: PDF