|
2 | 2 |
|
3 | 3 | function makeInterface() |
4 | 4 | { |
| 5 | + let theTitle = ce('a'); |
| 6 | + theTitle.href = 'https://github.com/ChristopherAndrewTopalian/CATopalian_JavaScript_Art_Studio'; |
| 7 | + theTitle.target = '_blank'; |
| 8 | + theTitle.textContent = 'CATopalian JavaScript Art Studio'; |
| 9 | + theTitle.style.position = 'absolute'; |
| 10 | + theTitle.style.right = 12 + 'px'; |
| 11 | + theTitle.style.bottom = 6 + 'px'; |
| 12 | + theTitle.style.fontFamily = 'Arial'; |
| 13 | + theTitle.style.fontSize = '15px'; |
| 14 | + theTitle.style.fontWeight = 'bold'; |
| 15 | + theTitle.style.textAlign = 'right'; |
| 16 | + theTitle.style.lineHeight = 15 + 'px'; |
| 17 | + theTitle.style.textDecoration = 'none'; |
| 18 | + theTitle.style.color = 'rgb(0, 200, 200)'; |
| 19 | + theTitle.style.textShadow = '0px 1px 1px rgb(0, 0, 0)'; |
| 20 | + theTitle.style.zIndex = 10000; |
| 21 | + ba(theTitle); |
| 22 | + |
5 | 23 | // we make a mainDiv container |
6 | 24 | let mainDiv = ce('div'); |
7 | 25 | mainDiv.id = 'mainDiv'; |
@@ -256,7 +274,7 @@ function makeInterface() |
256 | 274 | //----// |
257 | 275 |
|
258 | 276 | // Dedicated to God the Father |
259 | | -// All Rights Reserved Christopher Andrew Topalian Copyright 2000-2025 |
| 277 | +// All Rights Reserved Christopher Andrew Topalian Copyright 2000-2026 |
260 | 278 | // https://github.com/ChristopherTopalian |
261 | 279 | // https://github.com/ChristopherAndrewTopalian |
262 | 280 | // https://sites.google.com/view/CollegeOfScripting |
|
0 commit comments