Skip to content

Commit 7a4cca9

Browse files
committed
Title tweaks
1 parent 142bf6e commit 7a4cca9

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

Public/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div id="procStackGitParent" class="procStackGitParentStyle">
3636
<div id="gitPagesNavBlock" pages-default-class="gitPageNav_defaultStyle" class="gitPageNavBlockStyle gitPageNav_defaultStyle">
3737
<div id="gitPageNavHeader" class="gitPageNavHeaderStyle gpnhScreenMedia">
38-
ProcStack
38+
<span class="squashInLowRes">_</span>ProcStack<span class="squashInLowRes">_</span>
3939
</div>
4040
<div id="gitPageNav" class="gitPageNavStyle">
4141
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="init" pageName="Init" alt="Link to Init...">Init.</a>

Public/style/ProcStackStyle.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,19 @@ background-color: rgba(100, 100, 100, .85);
218218
letter-spacing: 5px;
219219
font-size: 2.05em;
220220
font-variant: all-small-caps;
221-
color: rgba(0, 0, 0, .2);
222-
text-shadow: 2px 2px 5px rgba(30, 30, 30, .75);
223-
font-weight: 700;
221+
color: rgba(20, 20, 20, .3);
222+
text-shadow: 2px 2px 3.5px rgba(175, 175, 175, 0.3);
223+
font-weight: 900;
224224
position: fixed;
225225
top: 1px;
226226
z-index: 1;
227-
opacity: .40;
227+
opacity: .5;
228+
display: grid;
229+
grid-auto-flow: column;
228230
pointer-events: none;
229-
}
231+
}
230232
.gpnhScreenMedia{
231-
left: calc(max(3.5vw, 50vw - 700px));
233+
left: calc(max(3.5vw, 50vw - 765px));
232234
}
233235

234236
@media (max-width: 400px){
@@ -371,7 +373,7 @@ background-color: rgba(100, 100, 100, .85);
371373
display: grid;
372374
grid-auto-flow: column;
373375
user-select: none;
374-
transition: color .25s, border .25s, background-color .25s, text-shadow .25s;
376+
transition: color .15s, border .15s, background-color .15s, text-shadow .15s;
375377
}
376378

377379

@@ -501,6 +503,7 @@ background-color: rgba(100, 100, 100, .85);
501503
pointer-events: none;
502504
position: fixed;
503505
top: 6vh;
506+
left: calc(max(5vw, 50vw - 900px));
504507
z-index: 1;
505508
}
506509
.gitPxlNavPageStyle{

docs/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div id="procStackGitParent" class="procStackGitParentStyle">
3636
<div id="gitPagesNavBlock" pages-default-class="gitPageNav_defaultStyle" class="gitPageNavBlockStyle gitPageNav_defaultStyle">
3737
<div id="gitPageNavHeader" class="gitPageNavHeaderStyle gpnhScreenMedia">
38-
ProcStack
38+
<span class="squashInLowRes">_</span>ProcStack<span class="squashInLowRes">_</span>
3939
</div>
4040
<div id="gitPageNav" class="gitPageNavStyle">
4141
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="init" pageName="Init" alt="Link to Init...">Init.</a>

docs/style/ProcStackStyle.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,19 @@ background-color: rgba(100, 100, 100, .85);
218218
letter-spacing: 5px;
219219
font-size: 2.05em;
220220
font-variant: all-small-caps;
221-
color: rgba(0, 0, 0, .2);
222-
text-shadow: 2px 2px 5px rgba(30, 30, 30, .75);
223-
font-weight: 700;
221+
color: rgba(20, 20, 20, .3);
222+
text-shadow: 2px 2px 3.5px rgba(175, 175, 175, 0.3);
223+
font-weight: 900;
224224
position: fixed;
225225
top: 1px;
226226
z-index: 1;
227-
opacity: .40;
227+
opacity: .5;
228+
display: grid;
229+
grid-auto-flow: column;
228230
pointer-events: none;
229-
}
231+
}
230232
.gpnhScreenMedia{
231-
left: calc(max(3.5vw, 50vw - 700px));
233+
left: calc(max(3.5vw, 50vw - 765px));
232234
}
233235

234236
@media (max-width: 400px){
@@ -371,7 +373,7 @@ background-color: rgba(100, 100, 100, .85);
371373
display: grid;
372374
grid-auto-flow: column;
373375
user-select: none;
374-
transition: color .25s, border .25s, background-color .25s, text-shadow .25s;
376+
transition: color .15s, border .15s, background-color .15s, text-shadow .15s;
375377
}
376378

377379

@@ -501,6 +503,7 @@ background-color: rgba(100, 100, 100, .85);
501503
pointer-events: none;
502504
position: fixed;
503505
top: 6vh;
506+
left: calc(max(5vw, 50vw - 900px));
504507
z-index: 1;
505508
}
506509
.gitPxlNavPageStyle{

0 commit comments

Comments
 (0)