<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Html-Styling on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/html-styling/</link><description>Recent content in Html-Styling on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Fri, 15 May 2026 13:20:20 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/html-styling/index.xml" rel="self" type="application/rss+xml"/><item><title>Anki Card Generation &amp; Styling Showcase</title><link>http://ghafoorsblog.com/courses/psychology/counselling-content/level2-counselling/01-counselling-skills/01-module/015-anki-test/</link><pubDate>Sat, 02 May 2026 11:11:07 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/psychology/counselling-content/level2-counselling/01-counselling-skills/01-module/015-anki-test/</guid><description>&lt;h1 id="anki-card-generation--styling-showcase"&gt;Anki Card Generation &amp;amp; Styling Showcase&lt;/h1&gt;
&lt;style&gt;
/* Scoped Anki Card Styling - Only affects elements within .anki-card-preview */
.anki-card-preview .skill-card {
 border-left: 4px solid #2196F3;
 background-color: #E3F2FD;
 padding: 15px;
 margin: 10px 0;
 border-radius: 4px;
}

.anki-card-preview .skill-card h4 {
 margin-top: 0;
 color: #1976D2;
}

.anki-card-preview .comparison-box {
 display: flex;
 gap: 15px;
 margin: 15px 0;
}

.anki-card-preview .comparison-left,
.anki-card-preview .comparison-right {
 flex: 1;
 padding: 15px;
 border-radius: 4px;
}

.anki-card-preview .comparison-left {
 background-color: #E8F5E9;
 border-left: 4px solid #4CAF50;
}

.anki-card-preview .comparison-left h4 {
 color: #2E7D32;
 margin-top: 0;
}

.anki-card-preview .comparison-right {
 background-color: #E3F2FD;
 border-left: 4px solid #2196F3;
}

.anki-card-preview .comparison-right h4 {
 color: #1976D2;
 margin-top: 0;
}

.anki-card-preview .success-box {
 background-color: #E8F5E9;
 border-left: 4px solid #4CAF50;
 padding: 12px 15px;
 margin: 10px 0;
 border-radius: 4px;
}

.anki-card-preview .definition-card {
 background-color: #FFF9C4;
 border-left: 4px solid #FBC02D;
 padding: 15px;
 margin: 10px 0;
 border-radius: 4px;
}

.anki-card-preview .emphasis-text {
 background-color: #FFF9C4;
 padding: 2px 6px;
 border-radius: 3px;
 font-weight: 600;
}

.anki-card-preview .application-guide {
 background: linear-gradient(135deg, rgba(103, 58, 183, 0.08) 0%, rgba(156, 39, 176, 0.05) 100%);
 border-left: 4px solid #673AB7;
 padding: 15px;
 margin: 10px 0;
 border-radius: 4px;
}

.anki-card-preview .application-guide .guide-header {
 color: #673AB7;
 font-weight: 600;
 font-size: 18px;
 margin-bottom: 12px;
}

.anki-card-preview .application-guide .guide-principle {
 background-color: rgba(255, 255, 255, 0.6);
 padding: 12px;
 border-radius: 4px;
 margin-bottom: 12px;
 border-left: 2px solid #9C27B0;
}

.anki-card-preview .application-guide .guide-principle strong {
 color: #673AB7;
}

.anki-card-preview .application-guide .application-points li strong {
 color: #673AB7;
 font-weight: 600;
}
&lt;/style&gt;
&lt;p&gt;This page demonstrates the Anki card generation system with automatic CSS styling. All cards shown here represent how they will appear in Anki Desktop after APKG generation.&lt;/p&gt;</description></item></channel></rss>