Make your BF look better - Green theme for BF
by kickassmiles - Monday June 26, 2023 at 07:44 PM
#1
I bring to you a green theme for BF. Original code was made by @Orpheus (deleted because of rollback).
Preview:
[Image: JfDxQEU.png]
css code in codeblock:
/* ==UserStyle== @name          Green Theme ==/UserStyle== */ /* Header Wallpaper */ .logo.noselect {     background: url(https://t4.ftcdn.net/jpg/02/38/56/37/360_F_238563715_TT246ABsfPc7OMkIASI5wTOYiwwlf8Yz.jpg) center; } #content {     background-color: var(--header-logo-bg-color) !important; } /* Rank Banners */ img[src^="resources/ranks/"] {     padding-left: 150px;     width: 150px;     height: 40px;     box-sizing: border-box;     background-size: 100% !important; } img[title="resources/ranks/member.png"] {     display: none; } img[src="resources/ranks/vip.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/rxmquh.png) left top no-repeat; } img[src="resources/ranks/god.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/jqtmig.png) left top no-repeat; } img[src="resources/ranks/moderator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/dqgmtq.png) left top no-repeat; } img[src="resources/ranks/administrator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/lymqsj.png) left top no-repeat; } /* Defualt Profile Picture */ img[src$="/images/default_avatar.png"] {     padding-left: 107px;     width: 107px;     height: 93px;     box-sizing: border-box;     background: url(https://i.imgur.com/rnY5e7L.png) left top no-repeat;     background-size: 100% !important; } /* Latest Posts, profile page, notifications. */ img.rounded_avatar[src$="/images/default_avatar.png"] {     padding-left: 30px;     width: 30px;     height: 30px; } img.modal_image[src$="/images/default_avatar.png"] {     padding-left: 74px;     width: 74px;     height: 74px; } img[src$="/images/default_avatar.png"][width="64"] {     padding-left: 64px;     width: 64px;     height: 64px; } .shout-box-text {     float: left;     width: 85%; } .active-users-tab {     display: block !important;     width: 15%; } .telegram {     -webkit-text-fill-color: #056032; } /* username styles */ .rf_noob {     color: #034323;     white-space: nowrap;     font-weight: bold; } .rf_noob:before {     content: "";     background-image: url(https://i.imgur.com/kQYdZug.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_vip {     color: #81d420;     white-space: nowrap;     font-weight: bold; } .rf_vip:before {     content: "";     background-image: url(https://heroin.gg/vip.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_mvp {     color: #fff;     white-space: nowrap;     font-weight: bold; } .rf_mvp:before {     content: "";     background-image: url(https://heroin.gg/mvp.gif);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_god {     color: #e2d662;     white-space: nowrap;     font-weight: bold; } .rf_god:before {     content: "";     background-image: url(https://heroin.gg/god.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; }

Also change your forum color to green from the top right menu.
Reply
#2
(06-26-2023, 07:44 PM)kickassmiles Wrote: I bring to you a green theme for BF. Original code was made by @Orpheus (deleted because of rollback).
Preview:
[Image: JfDxQEU.png]
css code in codeblock:
/* ==UserStyle== @name          Green Theme ==/UserStyle== */ /* Header Wallpaper */ .logo.noselect {     background: url(https://t4.ftcdn.net/jpg/02/38/56/37/360_F_238563715_TT246ABsfPc7OMkIASI5wTOYiwwlf8Yz.jpg) center; } #content {     background-color: var(--header-logo-bg-color) !important; } /* Rank Banners */ img[src^="resources/ranks/"] {     padding-left: 150px;     width: 150px;     height: 40px;     box-sizing: border-box;     background-size: 100% !important; } img[title="resources/ranks/member.png"] {     display: none; } img[src="resources/ranks/vip.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/rxmquh.png) left top no-repeat; } img[src="resources/ranks/god.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/jqtmig.png) left top no-repeat; } img[src="resources/ranks/moderator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/dqgmtq.png) left top no-repeat; } img[src="resources/ranks/administrator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/lymqsj.png) left top no-repeat; } /* Defualt Profile Picture */ img[src$="/images/default_avatar.png"] {     padding-left: 107px;     width: 107px;     height: 93px;     box-sizing: border-box;     background: url(https://i.imgur.com/rnY5e7L.png) left top no-repeat;     background-size: 100% !important; } /* Latest Posts, profile page, notifications. */ img.rounded_avatar[src$="/images/default_avatar.png"] {     padding-left: 30px;     width: 30px;     height: 30px; } img.modal_image[src$="/images/default_avatar.png"] {     padding-left: 74px;     width: 74px;     height: 74px; } img[src$="/images/default_avatar.png"][width="64"] {     padding-left: 64px;     width: 64px;     height: 64px; } .shout-box-text {     float: left;     width: 85%; } .active-users-tab {     display: block !important;     width: 15%; } .telegram {     -webkit-text-fill-color: #056032; } /* username styles */ .rf_noob {     color: #034323;     white-space: nowrap;     font-weight: bold; } .rf_noob:before {     content: "";     background-image: url(https://i.imgur.com/kQYdZug.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_vip {     color: #81d420;     white-space: nowrap;     font-weight: bold; } .rf_vip:before {     content: "";     background-image: url(https://heroin.gg/vip.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_mvp {     color: #fff;     white-space: nowrap;     font-weight: bold; } .rf_mvp:before {     content: "";     background-image: url(https://heroin.gg/mvp.gif);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_god {     color: #e2d662;     white-space: nowrap;     font-weight: bold; } .rf_god:before {     content: "";     background-image: url(https://heroin.gg/god.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; }

Also change your forum color to green from the top right menu.
sorry to say this man but it looks like absolute shit
Reply
#3
GREEN IS MY FAV COLOR
Reply
#4
(06-26-2023, 07:53 PM)UNIT8200 Wrote: GREEN IS MY FAV COLOR

who could have guessed
Reply
#5
(06-26-2023, 07:44 PM)kickassmiles Wrote: I bring to you a green theme for BF. Original code was made by @Orpheus (deleted because of rollback).
Preview:
[Image: JfDxQEU.png]
css code in codeblock:
/* ==UserStyle== @name          Green Theme ==/UserStyle== */ /* Header Wallpaper */ .logo.noselect {     background: url(https://t4.ftcdn.net/jpg/02/38/56/37/360_F_238563715_TT246ABsfPc7OMkIASI5wTOYiwwlf8Yz.jpg) center; } #content {     background-color: var(--header-logo-bg-color) !important; } /* Rank Banners */ img[src^="resources/ranks/"] {     padding-left: 150px;     width: 150px;     height: 40px;     box-sizing: border-box;     background-size: 100% !important; } img[title="resources/ranks/member.png"] {     display: none; } img[src="resources/ranks/vip.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/rxmquh.png) left top no-repeat; } img[src="resources/ranks/god.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/jqtmig.png) left top no-repeat; } img[src="resources/ranks/moderator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/dqgmtq.png) left top no-repeat; } img[src="resources/ranks/administrator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/lymqsj.png) left top no-repeat; } /* Defualt Profile Picture */ img[src$="/images/default_avatar.png"] {     padding-left: 107px;     width: 107px;     height: 93px;     box-sizing: border-box;     background: url(https://i.imgur.com/rnY5e7L.png) left top no-repeat;     background-size: 100% !important; } /* Latest Posts, profile page, notifications. */ img.rounded_avatar[src$="/images/default_avatar.png"] {     padding-left: 30px;     width: 30px;     height: 30px; } img.modal_image[src$="/images/default_avatar.png"] {     padding-left: 74px;     width: 74px;     height: 74px; } img[src$="/images/default_avatar.png"][width="64"] {     padding-left: 64px;     width: 64px;     height: 64px; } .shout-box-text {     float: left;     width: 85%; } .active-users-tab {     display: block !important;     width: 15%; } .telegram {     -webkit-text-fill-color: #056032; } /* username styles */ .rf_noob {     color: #034323;     white-space: nowrap;     font-weight: bold; } .rf_noob:before {     content: "";     background-image: url(https://i.imgur.com/kQYdZug.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_vip {     color: #81d420;     white-space: nowrap;     font-weight: bold; } .rf_vip:before {     content: "";     background-image: url(https://heroin.gg/vip.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_mvp {     color: #fff;     white-space: nowrap;     font-weight: bold; } .rf_mvp:before {     content: "";     background-image: url(https://heroin.gg/mvp.gif);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_god {     color: #e2d662;     white-space: nowrap;     font-weight: bold; } .rf_god:before {     content: "";     background-image: url(https://heroin.gg/god.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; }

Also change your forum color to green from the top right menu.

THis is pretty bad lol
Reply
#6
(06-26-2023, 07:44 PM)kickassmiles Wrote: I bring to you a green theme for BF. Original code was made by @Orpheus (deleted because of rollback).
Preview:
[Image: JfDxQEU.png]
css code in codeblock:
/* ==UserStyle== @name          Green Theme ==/UserStyle== */ /* Header Wallpaper */ .logo.noselect {     background: url(https://t4.ftcdn.net/jpg/02/38/56/37/360_F_238563715_TT246ABsfPc7OMkIASI5wTOYiwwlf8Yz.jpg) center; } #content {     background-color: var(--header-logo-bg-color) !important; } /* Rank Banners */ img[src^="resources/ranks/"] {     padding-left: 150px;     width: 150px;     height: 40px;     box-sizing: border-box;     background-size: 100% !important; } img[title="resources/ranks/member.png"] {     display: none; } img[src="resources/ranks/vip.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/rxmquh.png) left top no-repeat; } img[src="resources/ranks/god.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/jqtmig.png) left top no-repeat; } img[src="resources/ranks/moderator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/dqgmtq.png) left top no-repeat; } img[src="resources/ranks/administrator.png"] {     background: url(https://external-content.duckduckgo.com/iu/?u=https://a.pomf.cat/lymqsj.png) left top no-repeat; } /* Defualt Profile Picture */ img[src$="/images/default_avatar.png"] {     padding-left: 107px;     width: 107px;     height: 93px;     box-sizing: border-box;     background: url(https://i.imgur.com/rnY5e7L.png) left top no-repeat;     background-size: 100% !important; } /* Latest Posts, profile page, notifications. */ img.rounded_avatar[src$="/images/default_avatar.png"] {     padding-left: 30px;     width: 30px;     height: 30px; } img.modal_image[src$="/images/default_avatar.png"] {     padding-left: 74px;     width: 74px;     height: 74px; } img[src$="/images/default_avatar.png"][width="64"] {     padding-left: 64px;     width: 64px;     height: 64px; } .shout-box-text {     float: left;     width: 85%; } .active-users-tab {     display: block !important;     width: 15%; } .telegram {     -webkit-text-fill-color: #056032; } /* username styles */ .rf_noob {     color: #034323;     white-space: nowrap;     font-weight: bold; } .rf_noob:before {     content: "";     background-image: url(https://i.imgur.com/kQYdZug.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_vip {     color: #81d420;     white-space: nowrap;     font-weight: bold; } .rf_vip:before {     content: "";     background-image: url(https://heroin.gg/vip.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_mvp {     color: #fff;     white-space: nowrap;     font-weight: bold; } .rf_mvp:before {     content: "";     background-image: url(https://heroin.gg/mvp.gif);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; } .rf_god {     color: #e2d662;     white-space: nowrap;     font-weight: bold; } .rf_god:before {     content: "";     background-image: url(https://heroin.gg/god.png);     background-repeat: no-repeat;     background-size: contain;     display: inline-block;     width: 15px;     /* Adjust width as needed */     height: 15px;     /* Adjust height as needed */     margin-right: 5px;     /* Adjust margin as needed */     vertical-align: middle; }

Also change your forum color to green from the top right menu.

RICED UP BREACHFORUMS ???
Reply
#7
I'd be embarrassed to you use. Can people tell you use that theme? That would be awkward.
Reply
#8
this is crazy ass to look at
Ban reason: Self-Ban. Come back whenever you wish. (Permanent)
Reply
#9
post for bookmark
KPU.GO.ID data for sale

Contact only through breachforums.sb PM

for buyer, please attach Proof of Fund
for media, please begin the subject with [PERS]

tg: BYJimbo
Reply
#10
i feel like a real haxor when i use this theme damn
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How does an unemployed person make money? bby0ne 16 1,095 02-10-2026, 03:30 PM
Last Post: Jarooshie
  Waltio - Why waste your time with fake ? SuckMeAshura 7 412 02-10-2026, 10:36 AM
Last Post: SuckMeAshura
  What indie games were your favorites in 2025? orcflayer 6 566 02-09-2026, 06:24 AM
Last Post: sfdhu123
  What is your favorite block in Minecraft? Cypriot 7 111 02-02-2026, 09:32 PM
Last Post: entrypoint78
  What is the best ways to make money? hankschrader 12 308 01-31-2026, 07:30 AM
Last Post: Cypriot



 Users browsing this thread: 1 Guest(s)