eyeprolog 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
.thick { stroke-width: 5; }
|
|
26
26
|
.round { stroke-linecap: round; stroke-linejoin: round; }
|
|
27
27
|
.title1 { fill:#0B4F6C; font-family: Georgia, 'Times New Roman', serif; font-size:64px; font-weight:500; }
|
|
28
|
-
.title2 { font-family:
|
|
28
|
+
.title2 { font-family: 'Avenir Next', Avenir, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size:112px; font-weight:700; letter-spacing:-4px; }
|
|
29
|
+
.logo-eye { fill:#1498E6; stroke:#0B4F6C; stroke-width:1.2; paint-order:stroke fill; }
|
|
30
|
+
.logo-prolog { fill:#F4D21A; stroke:#C8A100; stroke-width:1.6; paint-order:stroke fill; }
|
|
29
31
|
.subtitle { fill:#00A6C8; font-family: Georgia, 'Times New Roman', serif; font-size:28px; }
|
|
30
32
|
.author { fill:#D8B400; font-family: Georgia, 'Times New Roman', serif; font-size:25px; }
|
|
31
33
|
.section { font-family: Georgia, 'Times New Roman', serif; font-size:20px; font-weight:700; letter-spacing:2px; }
|
|
@@ -47,7 +49,7 @@
|
|
|
47
49
|
<g id="header">
|
|
48
50
|
<text x="500" y="105" text-anchor="middle" class="title1">The Art of</text>
|
|
49
51
|
<text x="500" y="238" text-anchor="middle" class="title2">
|
|
50
|
-
<tspan
|
|
52
|
+
<tspan class="logo-eye">Eye</tspan><tspan class="logo-prolog">Prolog</tspan>
|
|
51
53
|
</text>
|
|
52
54
|
|
|
53
55
|
<line x1="110" y1="274" x2="445" y2="274" class="gold-stroke thin round"/>
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
class="navy-stroke mid round"/>
|
|
110
112
|
|
|
111
113
|
<path d="M442 488 L558 488 L572 556 L428 556 Z" fill="#FBEDB8" stroke="#0B4F6C" stroke-width="3"/>
|
|
112
|
-
<text x="500" y="523" text-anchor="middle" class="section
|
|
114
|
+
<text x="500" y="523" text-anchor="middle" class="section" style="font-size:14px; letter-spacing:0.5px;"><tspan class="logo-eye">EYE</tspan><tspan class="logo-prolog">PROLOG</tspan></text>
|
|
113
115
|
|
|
114
116
|
<rect x="290" y="690" width="68" height="148" rx="7" fill="#F9E8A3" stroke="#0B4F6C" stroke-width="3"/>
|
|
115
117
|
<rect x="278" y="676" width="92" height="22" rx="5" fill="#F5D86E" stroke="#0B4F6C" stroke-width="3"/>
|