added ASCII art text to Alina.nfo, fixed logo for FF
This commit is contained in:
@@ -10,7 +10,7 @@ $window-text: white;
|
||||
border: 4px solid $window-chrome;
|
||||
border-top-width: 2.6rem;
|
||||
background-color: white;
|
||||
box-shadow: 0px 4px 0px rgba(0,0,0,0.3);
|
||||
box-shadow: 0px 3px 0px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
[x-cloak] {
|
||||
@@ -42,7 +42,7 @@ footer {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
h1, logo span {
|
||||
h1, #logo span {
|
||||
font-family: 'VT323', sans-serif;
|
||||
position: absolute;
|
||||
font-size: 2rem;
|
||||
@@ -58,7 +58,7 @@ h1, logo span {
|
||||
user-select: none; /* Standard syntax */
|
||||
text-shadow: 0px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
h1::before, logo span::before {
|
||||
h1::before, #logo span::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
@@ -86,7 +86,7 @@ article {
|
||||
right: 30px;
|
||||
width: calc( 100% - 390px );
|
||||
z-index: 30;
|
||||
transition: all 0.1s ease-in-out;
|
||||
transition: border 0.2s ease-in-out;
|
||||
&.ontop {
|
||||
z-index: 120;
|
||||
}
|
||||
@@ -94,16 +94,30 @@ article {
|
||||
border-color: $window-chrome-active;
|
||||
z-index: 120 !important;
|
||||
}
|
||||
pre {
|
||||
font-family: 'B612 Mono', monospace;
|
||||
background-color: #233733;
|
||||
color: #85dcb5;
|
||||
font-size: 1rem;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
#article1 {
|
||||
//top: 55px;
|
||||
//right: 30px;
|
||||
//z-index: 30;
|
||||
//width: calc( 100% - 390px );
|
||||
right: 60px;
|
||||
.content {
|
||||
padding: 0px;
|
||||
}
|
||||
&.expanded {
|
||||
padding: 0px;
|
||||
}
|
||||
width: 645px;
|
||||
h1::before {
|
||||
background-position: 120px 0;
|
||||
}
|
||||
.content {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
#article2 {
|
||||
@@ -117,7 +131,7 @@ article {
|
||||
}
|
||||
|
||||
#article3 {
|
||||
top: 175px;
|
||||
top: 173px;
|
||||
right: 77px;
|
||||
z-index: 28;
|
||||
width: calc( 100% - 600px );
|
||||
@@ -137,13 +151,13 @@ article {
|
||||
}
|
||||
}
|
||||
|
||||
logo {
|
||||
#logo {
|
||||
//width 680px 510px 425px 340px 289px
|
||||
//height 400px 300px 250px 200px 170px
|
||||
width: 800px;
|
||||
height: 600px;
|
||||
max-width: calc( 100% - 60px );
|
||||
max-height: calc( 100% - 60px );
|
||||
max-width: calc( 100vw - 60px );
|
||||
max-height: calc( 100vh - 60px );
|
||||
top: 35px;
|
||||
left: 140px;
|
||||
background-size: 680px 400px;
|
||||
|
||||
Reference in New Issue
Block a user