Compare commits
16 commits
main
...
deltalima-
Author | SHA1 | Date | |
---|---|---|---|
16a970172e | |||
099c72ec1b | |||
a9e04eb8f7 | |||
|
8613dcc654 | ||
|
136259dd18 | ||
|
ca9f55f176 | ||
|
36f53dc3ad | ||
|
ab669393ee | ||
|
4a970da2f1 | ||
|
07b78ca8ae | ||
|
b36a8b44ad | ||
|
8690ffa078 | ||
|
dc0995d780 | ||
dffbfdaf54 | |||
efca2d5cfc | |||
86247f4a43 |
7 changed files with 26 additions and 6 deletions
9
LICENSE
Normal file
9
LICENSE
Normal 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.
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
BIN
imgs/Mandrake-Tux_redraw.png
Normal file
BIN
imgs/Mandrake-Tux_redraw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
imgs/Mandrake-Tux_redraw_thicker.png
Normal file
BIN
imgs/Mandrake-Tux_redraw_thicker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
imgs/logo.jpg
BIN
imgs/logo.jpg
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue