This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt update && apt upgrade -y | |
// Add a new source | |
sudo nano /etc/apt/sources.list | |
deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main | |
apt update | |
// Install PHP 8.2 | |
apt install php8.2 php8.2-cli php8.2-common php8.2-mysql php8.2-curl php8.2-gd php8.2-mbstring php8.2-xml php8.2-zip php8.2-opcache php8.2-imagick unzip -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Makes sizing intuative */ | |
*, | |
*::before, | |
*::after { | |
box-sizing: border-box; | |
} | |
/* Remove default spacing */ | |
/* Force styling of type through styling, rather than elements */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- | |
type: package | |
source: | |
path: config/sitestudio_sync/pack_uikit_with_helpers | |
options: | |
extra-validation: false | |
- | |
type: package | |
source: | |
path: config/sitestudio_sync/pack_colors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Blur the images on the webpage | |
* blur-images.js From: Swarad Mokal (https://github.com/swarad07) | |
*/ | |
// Steps | |
// 1. Open Console | |
// 2. Go to Sources > Snippets > New Snippet | |
// 3. Copy paste this file's content and save the snippet > CMD + S. (Optionally, rename the snippet) | |
// 4. Whenever needed just Run the snippet on the webpage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- HTML --> | |
<div id="nav-container">This will get unsticky scroll </div> | |
<div id="nav-container-bottom"></div> | |
<!-- CSS --> | |
// 1px tracker. | |
#nav-container-bottom { | |
min-height: 1px; | |
min-width: 1px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.selector { | |
position: sticky; | |
// This can be any position you want the selector to stick to. | |
// Use left, right, bottom as well. | |
top: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.selector { | |
position: fixed; | |
// This can be any position you want the selector to stick to. | |
// Use left, right, bottom as well. | |
top: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.24313725531101227</real> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-11-25T05:49:00.836Z","extensionVersion":"v3.4.3"} |
NewerOlder