Compare commits

...

16 commits

Author SHA1 Message Date
16a970172e add LICENSE 2024-09-27 18:55:26 +02:00
099c72ec1b theme update 2024-02-19 02:13:27 +01:00
a9e04eb8f7 theme update 2024-02-19 02:12:38 +01:00
DeltaLima
8613dcc654 fine tuning 2023-07-01 01:13:32 +02:00
DeltaLima
136259dd18 fine tuning 2023-07-01 01:08:25 +02:00
DeltaLima
ca9f55f176 fine tuning 2023-07-01 01:03:48 +02:00
DeltaLima
36f53dc3ad blur hardware accell test, https://social.la10cy.net/@linusgroh@chaos.social/110635292031119284 2023-06-30 23:52:15 +02:00
DeltaLima
ab669393ee fine tuning 2023-06-30 22:41:20 +02:00
DeltaLima
4a970da2f1 finetuning :) 2023-06-29 02:08:17 +02:00
DeltaLima
07b78ca8ae finetuning :) 2023-06-29 02:03:18 +02:00
DeltaLima
b36a8b44ad background add blur to body-container, set transparency lower to 0.6 2023-06-29 01:59:53 +02:00
DeltaLima
8690ffa078 increase <code> padding for better readability 2023-06-28 14:39:12 +02:00
DeltaLima
dc0995d780 slight text-shadow supports readability 2023-06-28 14:36:26 +02:00
dffbfdaf54 header href to index.php/welcome 2023-06-26 23:45:09 +02:00
efca2d5cfc The glory Mandrake Tux, redrawn by me, back on my website 8) 2023-06-26 23:11:20 +02:00
86247f4a43 edit README for my website branch 2023-06-26 23:04:50 +02:00
7 changed files with 26 additions and 6 deletions

9
LICENSE Normal file
View file

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2024 DeltaLima
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View file

@ -2,6 +2,8 @@
Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow Origin: https://git.la10cy.net/DeltaLima/flatpress-theme-rainbow
## !! this branch is just for my personal website, with a custom logo and maybe some tiny tweaks for my own taste :) !!
Rainbow theme for [FlatPress](flatpress.org) I stole the colorful background from https://websitesetup.org/bootstrap-tutorial-for-beginners/ :) Rainbow theme for [FlatPress](flatpress.org) I stole the colorful background from https://websitesetup.org/bootstrap-tutorial-for-beginners/ :)
forked from https://wiki.flatpress.org/res:themes:snail forked from https://wiki.flatpress.org/res:themes:snail

View file

@ -9,14 +9,14 @@
<body> <body>
<div id="body-container"> <div id="body-container">
<div id="head"> <div id="head">
<a href="{$flatpress.WWW}"> <a href="{$flatpress.WWW}index.php/welcome">
<div id="head-bubble"> <div id="head-bubble">
<div id="title-container"> <div id="title-container">
<h1>{$flatpress.TITLE}</h1> <h1>{$flatpress.TITLE}</h1>
<p class="subtitle">{$flatpress.SUBTITLE}</p> <p class="subtitle">{$flatpress.SUBTITLE}</p>
</div> </div>
<div id="logo-container"> <div id="logo-container">
<img id="logo-img" src="{'rainbow'|theme_geturl}imgs/flatpress-logo-solo.svg"> <img id="logo-img" src="{'rainbow'|theme_geturl}imgs/Mandrake-Tux_redraw_thicker.png">
</div> </div>
<div id="clear-container"></div> <div id="clear-container"></div>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View file

@ -25,7 +25,7 @@ body {
background-size:cover; background-size:cover;
background-attachment:fixed; background-attachment:fixed;
background-color: #222; background-color: #222;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
} }
hr { display: none } hr { display: none }
@ -64,7 +64,7 @@ pre {
:not(pre) > code { :not(pre) > code {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
border-radius: 3px; border-radius: 3px;
padding: 0px 3px; padding: 3px 4px;
} }
ul, li, ol { margin: 0; padding: 0 } ul, li, ol { margin: 0; padding: 0 }
@ -139,10 +139,19 @@ h6 { font-size: 0.9em }
text-align: left; text-align: left;
width: 72% !important; width: 72% !important;
width: 72%; /* fix for I.E. */ width: 72%; /* fix for I.E. */
margin: 0 auto 0 auto; margin: 0 auto 20px auto;
padding: 5px; padding: 5px;
/* background-color: #2D2D2D;*/ /* background-color: #2D2D2D;*/
background-color: rgba(45, 45, 45, 0.8);
/* TESTING HARDWARE ACCEL */
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
/* TESTING HARDWARE ACCEL */
background-color: rgba(36, 36, 36, 0.62);
/* -webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);*/
box-shadow: 3px 3px 15px rgba(0,0,0,0.8);
overflow: hidden; overflow: hidden;
border-radius: 15px; border-radius: 15px;
} }