[ home / bans / all ] [ qa / jp ] [ spg ] [ f / ec ] [ b / poll ] [ tv / bann ] [ toggle-new / tab ]

/b/ - Boson Technology

Also known as Boson /g/

New Reply

Options
Comment
File
Whitelist Token
Spoiler
Password (For file deletion.)
Markup tags exist for bold, itallics, header, spoiler etc. as listed in " [options] > View Formatting "


[Return] [Bottom] [Catalog]

File:[MoyaiSubs] Mewkledreamy -….jpg (237.19 KB,1920x1080)

 No.10412[View All]

I figure it wouldn't hurt to have a thread focused on kissu's CSS stuff. I can blog about it and people can offer suggestions. CSS is the text that alters how stuff looks on websites. When I add in something temporarily, like little images attached to posts, it's a CSS thing.

Anyway, I think it'd be cool if there was more community interaction with this thing and people could provide material for me to use.
We can't really celebrate every idol or 2hu birthday or it'd be a lot less special. I've just been doing it on a whim now and then with random stuff, but I'm only one person with one set of likes and dislikes.
Maybe you liked part of an episode or game and edited a nice crop of it? Yeah, I can put that up for a couple days. Did a manga come back from hiatus and you're excited to share a picture from it? Sounds cool, I'll attach something to your thread if you provide it. Stupid stuff like "Can you add furry Patchy to this /jp/ thread" is also acceptable, in moderation.
65 posts and 31 image replies omitted. Click reply to view.

 No.10982

File:[Isekai] Futoku no Guild -….jpg (242.97 KB,1920x1080)

>>10981
YES! Good, good!

 No.10983

File:assets.zip (1.21 MB)

Here's some stuff

 No.10988

>>10983
Nice. Just woke up, but I'll get to work on doing this now

 No.10989

File:background.jpg (1.03 MB,1920x2068)

I think I'm going to upload anyone used like this in this thread for archival purposes and I'll upload the final script css lines so people can add it to their custom CSS window in Options if they want to keep it around

 No.10990

File:background-player-handle.png (77.44 KB,1198x53)


 No.10991

File:cursor.png (9.62 KB,128x128)


 No.10992

File:cursor-select.png (8.88 KB,128x128)


 No.10993

File:mascot.png (75.5 KB,420x300)


 No.10994

File:reply-image.webp (21.68 KB,64x64)


 No.10996

File:cursor-select over image.png (9.4 KB,128x128)


 No.10998

I just saw a deleted post.

 No.10999

File:Honeyview_background 50 o….webp (592.18 KB,1920x2068)

>>10996
I should have mentioned that I usually give backgrounds reduced opacity so they can work with dark or light CSS.
It doesn't matter really, it's quite possibly the simplest edit you'd ever do

 No.11000

File:waterfox_2SF4f57cff.png (510.77 KB,713x644)

Here is the weekend Suite Precure CSS. Put this in your Custom CSS Box under the Style Tab under Options for new UI or CSS Options for Old UI and you can keep it forever*.

Expand for CSS Text
.qr-handle {
color:#ececf8 !important;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1) !important;
background-image: url(/b/src/1668203736473.png) !important;
background-position: top left !important;
}

#lowercontents, .page-details, .main-sections.thread-window {
background-image: url(/b/src/1668204994315.webp);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: right !important;
}


div.post.reply, .reply > .post-contents {
background-image: url(/b/src/1668203769847.webp) !important;
background-position: bottom right !important;
background-repeat: no-repeat !important;
margin-right: 30px;
}
* {
cursor:url(/b/src/1668203749324.png),auto !important;
}

a>img,
input[type=text],
input[type=search],
input[type=url],
input:not([type]),
select {
cursor:url(/b/src/1668204392734.png),auto !important;
}

a, i, .updater {
cursor:url(/b/src/1668203754094.png),auto !important;
}

:root{
--mascot-override: url(/b/src/1668203760482.png);
--mascot-width: 420px;
--mascot-height: auto;
}

.mascot-img {
content: var(--mascot-override) !important;
width: var(--mascot-width) !important;
height: var(--mascot-height) !important;
object-fit: cover;
z-index: -0;
border: 0px solid #0000;
background-repeat: no-repeat;
}
@supports not selector(:read-only) { /* Browsers at palemoon's version need this */
.mascot-img {
background-image: var(--mascot-override);
}
}


*The images are uploaded in this /b/ thread so they should last for years, but not forever.

 No.11019

Text beneath these is always really hard to read on the themes with light colored text. mix-blend-mode seems like it might be useful for helping with this, but I'm no good at CSS :<

 No.11020

File:96360537_p2.jpg (2.93 MB,3038x4096)

>>11019
Hm, yeah, I forgot to do the thing that forces replies to be a certain size so text is never under the image. Or maybe I can learn how to make an animated PNG since I think they can have reduced opacity unlike GIF.
Oh well. It's over now, and doing stuff like this helps me learn.
*cough cough* give me more stuff guys *cough* *cough*
Well, Sachiko's birthday is on the 25th so I'll throw in the usual Sachiko CSS and maybe see if I can add some new stuff.

 No.11078

mental note: Kemono Friends debuted on Jan 11th

 No.11089

File:1655342136696.jpg (1.12 MB,1920x1440)


 No.11090

File:1669948182522.webp (347.73 KB,2579x1440)


 No.11091

File:1670013905246.png (6.16 KB,128x128)


 No.11092

File:1670013910629.png (7.74 KB,128x128)


 No.11093

File:1670014388507.png (6.2 KB,128x128)


 No.11094

File:[Exiled-Destiny]_Tsukuyomi….jpg (42.72 KB,720x480)

If you want the lackluster 2022 Kissu Birthday CSS active at any time put this in your custom CSS. The background is static on old UI, but animated on new one:

Click to expand:root{
--mascot-override: url(/test/src/1669937590727.png);
--mascot-width: 300px;
--mascot-height: auto;
}
.mascot-img {
content: var(--mascot-override) !important; /* !important should be used here because we want to remove other people's mascots for our own temporary ones */
width: var(--mascot-width) !important;
height: var(--mascot-height) !important; /* maybe there's a way to remove these two lines...*/
object-fit: cover;
z-index: -0;
border: 0px solid #0000;
background-repeat: no-repeat;
}
@supports not selector(:read-only) { /* Browsers at palemoon's version need this */
.mascot-img {
background-image: var(--mascot-override);
}
}

@keyframes nekomimi {
0% { background-position: 0% 40000%;}
100% { background-position: 40000% 0%;}
}
.page-details, .main-sections.thread-window {
background-image: url(/b/src/1670648159653.webp);
background-repeat: repeat;
animation-timing-function:linear;
background-attachment:fixed;
animation-name: nekomimi;
animation-duration: 40000s;
animation-iteration-count: infinite;
}

#lowercontents {
background-image: url(/b/src/1670648159653.webp);
background-repeat: repeat;
animation-timing-function:linear;
background-attachment:fixed;
background-position: center;
}

* {
cursor:url(/b/src/1670648224169.png) 0 29, auto !important;
}
a>img,
input[type=text],
input[type=search],
input[type=url],
input:not([type]),
select {
cursor:url(/b/src/1670648226761.png) 0 29, auto !important;
}
a, i, .updater {
cursor:url(/b/src/1670648225349.png) 0 29, auto !important;
}


If you don't want the animation on new UI you can also just ctrl + F 'nekomimi' and rename one of them and that will break it

 No.11095

File:waterfox_qpmNtcFJwh.png (723.5 KB,1016x859)

I'm trying to work on a Christmas theme for new UI to go along with /xmas/'s old UI one. Board-specific CSS doesn't really work on /all/ so it will have to be something people will choose from the theme selector on the left. It feels like an exercise in futility because green and green magically go together for Christmas, but I'm not feeling it when messing with this stuff

 No.11096

>>11095
What would be really cool would be if the community contributed some mascots and they were all lined up and scrolling in a slow horizontal way across the bottom of the screen kind of like the Lala stuff in the Lala theme.

 No.11097

File:kissumas assets.png (41.03 KB,750x400)

Here's some assets just so I'm not being a total idea guy about it.

 No.11098

File:[SubsPlease] Bocchi the Ro….jpg (113.23 KB,1280x720)

Thanks for reminding me that I'm supposed to be working on an xmas theme thingie.

>>11097
Wow, that's really cute and cool! Yeah, thanks. In general I've had terrible luck in getting people to contribute so that's a big help. I think people overestimate how easy it is. I think waiting for people to add things might not work because Christmas is already only two weeks away and it's a theme that loses value the next day.
Hmm... where to put it..

 No.11099

File:[MoyaiSubs] Mewkledreamy -….jpg (299.45 KB,1920x1080)

Alright, nearing completion and trying to figure out how to use >>11097 somewhere because it's cute and really needs to be included. I need to find a new way of doing things somewhere...

 No.11102

File:waterfox_fAlfk2mrax.png (504.17 KB,1045x678)

I might make a thread for it, too, but we now have a new Xmas theme on the new UI!
I learned some stuff again, and I should get to work on revamping the older stuff now

 No.11503

>>11502
Linking since it's related, but this isn't a main /b/ thread

 No.11624

File:Goburin CSS.zip (14.37 MB)

>>11020
>give me more stuff guys
For an unspecified date.

 No.11625

File:[SubsPlease] Mairimashita!….jpg (400.41 KB,1920x1080)

>>11624
Very nice!
Hmm... can you think of any dates associated with her? There's usually some weird Japanese associations with stuff for this kind of thing. "Reimu's name can be be written as banana, and bananas grow on trees, and there's a small town that celebrates trees on April 25th, so April 25th is Reimu Day".
Or maybe some alcohol or oni festival? Not sure...

 No.11626

>>11625
Hmm... Oktoberfest, maybe?

 No.11627

I like Oktoberfest

 No.11729

I like turtles

 No.11846

Nesting was added to CSS
One day we'll all be able to use it.

 No.11847

File:64156476_p0.jpg (952.42 KB,1090x1528)

last year around the time of ojamajo doremi doremi's birthday, july 30th there was a doremi theme. maybe this year instead it could be a theme for pripara sofi hojo's birthday on the same day

 No.11848

>>11847
hmmmmmm, Sofi is pretty nice (although I disliked when she became a bit distant to her brother that one time unless I'm misremembering things) so we could do this. I'd need material, though, hmmm....

 No.11849

>>11848
No wait, she didn't have a brother. But someone she was in a team with, that one boy... Umm... yeah

 No.11851

File:6a525122726c76aacb7a3084be….jpg (524.54 KB,1000x1068)

>>11849
You're probably thinking of Leona West and also confusing him for his sister Dorothy since he was the pink one. Sophie was the relaxed pshuuu~ one and really nice.

 No.11854


 No.11855

File:[MoyaiSubs] Mewkledreamy -….jpg (368.14 KB,1920x1080)

I'm finding it quite difficult to find a high quality, higher resolution sfw Sophie-centric image to use as the background...

 No.11856


 No.11857

File:103715986_p4.jpg (117.76 KB,457x460)

None of those background images really seemed good enough for a background in my biased view, but someone else provided me screenshots that seem to work pretty well, and well the pshuu~ pose is too important to not use

 No.11859

File:waterfox_UcJYL8ZbgN.png (219.61 KB,770x609)

Pshuu Day is over. If you want to extend it, you can put this in your custom css in the Style tab of options on new UI or User CSS on old UI. The top part is the pshuu~ in the replies and the bottom one is the background:

div.post.reply, .reply > .post-contents {
background-image: url(/test/src/1690677878824.png);
background-position: bottom right !important;
background-repeat: no-repeat !important;
padding-bottom: 5px;
padding-right: 115px;
min-height: 95px;
position:relative
}
#lowercontents, .main-contents {
background-image: url(/test/src/1690676206035.png);
background-position: left;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

 No.11860

File:110365202_p0.jpg (3.05 MB,1707x2048)

>>11859
thanks for having it

 No.11939

I live in the state of CSS, there's no other state quite like it.

 No.11946


 No.11949

>>11946
Ohh, that does seem cool. Too complicated for me to look at now, though

 No.12140

File:waterfox_czUnfbv0eo.png (1.31 MB,1224x1131)

I think I might use this thread to catalog my CSS stuff in an easy to grab place in addition to saving it in textfiles which are annoying to find.

/secret/ Kuon CSS with the expanding, rotating mascot@keyframes kuon {
0% { background-position: 0% 40000%;}
100% { background-position: 40000% 0%;}
}
#lowercontents, .page-details, .main-sections.thread-window {
background-image: url(https://haiji.kissu.moe/test/src/1700786992415.png);
background-repeat: repeat;
animation-timing-function:linear;
background-attachment:fixed;
animation-name: kuon;
animation-duration: 40000s;
animation-iteration-count: infinite;
}

:root{
--mascot-override: url(/test/src/1700980862501.png);
--mascot-width: 300px;
--mascot-height: auto;
}

@keyframes mascot {

0% {
transform: scale(0.5);
rotate: 0deg;
}
50% {
transform: scale(50);
rotate: 360000deg;
}
transform: scale(0.5);
rotate: 0deg;
}
.mascot-img {

content: var(--mascot-override) !important;
animation-timing-function:linear;
animation-name: mascot;
animation-duration: 10000s;
animation-iteration-count: infinite;
width: var(--mascot-width) !important;
height: var(--mascot-height) !important;
z-index: -0;
border: 0px solid #0000;
}
@supports not selector(:read-only) { /* Browsers at palemoon's version need this */
.mascot-img {
background-image: var(--mascot-override);
}

 No.12154

File:5.png (141.74 KB,700x700)

5 year birthday background and rotating 5 mascot@keyframes bday {
0% { background-position: 0% 0%;}
100% { background-position: 50000% 0%;}

}
#lowercontents, .page-details, .main-sections.thread-window {
background-image: url(https://haiji.kissu.moe/test/src/1701401968591.png);
background-repeat: repeat;
animation-timing-function:linear;
background-attachment:fixed;
background-size: cover;
animation-name: bday;
animation-duration: 70000s;
animation-iteration-count: infinite;
}
:root{
--mascot-override: url(/test/src/1701399055382.png);
--mascot-width: 300px;
--mascot-height: auto;
}

@keyframes mascot {

0% {
transform: scale(0.7);
rotate: 0deg;
filter: hue-rotate(0deg);
}
50% {
transform: scale(1.2);
rotate: 40000deg;
filter: hue-rotate(36000deg);
}
transform: scale(0.7);
rotate: 0deg;
filter: hue-rotate(0deg);
}
.mascot-img {

content: var(--mascot-override) !important;
animation-timing-function:linear;
animation-name: mascot;
animation-duration: 10000s;
animation-iteration-count: infinite;
width: var(--mascot-width) !important;
height: var(--mascot-height) !important;
z-index: -0;
border: 0px solid #0000;


background-repeat: repeat;
}
@supports not selector(:read-only) {
.mascot-img {
background-image: var(--mascot-override);
}




[Return] [Top] [Catalog] [Post a Reply]
Delete Post [ ]

[ home / bans / all ] [ qa / jp ] [ spg ] [ f / ec ] [ b / poll ] [ tv / bann ] [ toggle-new / tab ]