Skip to content

Instantly share code, notes, and snippets.

View Benature's full-sized avatar
🎯
Focusing

Benature Wong Benature

🎯
Focusing
View GitHub Profile
.block-language-toggl h3 {
margin-bottom: 0px;
}
.block-language-toggl {
font-size: 14px;
}
.block-language-toggl:first-child .container {
min-height: 230px;
align-items: center;
}
@Benature
Benature / cprint.py
Created December 9, 2022 07:53
python colorful print
from enum import Enum
Color = Enum(
'Color',
('gray', 'red', 'green', 'yellow', 'blue', 'purple', 'cyan', 'white'))
Style = Enum(
'Style',
('default', 'bright', 'faded', 'italic', 'underline', 'negative', 'none'))
@Benature
Benature / sysu-gym-badminton.css
Created March 18, 2022 17:36
Enlarge width for better viewing. 订场视图太小了,加大宽度以同时看到更多场地信息。
.boxes {
width: 95%;
max-width: 2050px;
}
.seat-page.seat-grid .seat-box-left {
width: calc(100% - 280px);
}
#datesbar{
width: calc(100% - 280px) !important;
@Benature
Benature / modified-zotselect-link.js
Last active November 15, 2020 06:38
Zotero url cheme