Author

Topic: bitcointalk user style css (Read 434 times)

sr. member
Activity: 490
Merit: 275
July 15, 2019, 06:36:03 AM
#8
 

images: https://i.ibb.co/LtpLHc1/2.jpg  https://i.ibb.co/2nJTYs7/image.jpg

there some style! if you have any style or suggestion please add them below thanks!
BUMP anyone interested in this ?! or best stop bump and lock this topic ?
sr. member
Activity: 490
Merit: 275
June 27, 2019, 11:32:59 AM
#7
Maybe OP can update this thread with more info about CSS? Such a tutorial or guide, step by step, for members like me with no experience with CSS.
Even to add a compilation of links related to CSS subject would be good.

I do not think so, there are a lot of tutorials/courses on the internet about CSS, me too I did not have experience with css except the basics
I can not provide tutorials  in english like what you see here  Grin use inspect element and dev tool into see the result directly



quote style 2!

https://pastebin.com/TzRFzRGB
Issues: do not work in search pages..



change reply modify remove buttons

https://pastebin.com/cnLvMAkA



posts as a box
https://pastebin.com/6UgTbnJF



hide Re:.. and change hr color

https://pastebin.com/k9n7my7T



change Avatar to Circle thanks to hugeblack

https://pastebin.com/rrdEZANp properties from Epochtalk
Issues: disable overflow property! from  div container
legendary
Activity: 2744
Merit: 1708
First 100% Liquid Stablecoin Backed by Gold
June 27, 2019, 03:45:39 AM
#6
Can you Please tell me where [small part from original thread] ?! I only add @wwzsocki link for People They do not know about Stylish extension and how change theme/style any site ...

I see no problem that you used my thread link or anything else. More, I am happy with that, because you spread my work on the forum.

Feel free, to use my content or any other member. Only add links and all would be fine.

I understand that this thread is about CSS and I don't know much about it.

After all, I can understand @tranthidung too. There are so many copy-pasters, but this is not the case.

Maybe OP can update this thread with more info about CSS? Such a tutorial or guide, step by step, for members like me with no experience in CSS.

Even to add a compilation of links related to CSS subject would be good.
sr. member
Activity: 490
Merit: 275
June 26, 2019, 03:18:05 PM
#5
... simply retrieve small part from original thread.

Can you Please tell me where [small part from original thread] ?! I only add @wwzsocki link for People They do not know about Stylish extension and how change theme/style any site ...

however, I agree with you this small change  if you think Should move to other section Please tell and I will move the topic to the right place
(Is there section for userStyle custom/style CSS .. etc?)
also I share this custom/style for anyone here can help Correct mistakes Or other ideas..

I think maybe It is better add all my userStyle CSS here in one topic Instead of creating Multiple topics
legendary
Activity: 2128
Merit: 1775
June 26, 2019, 11:52:30 AM
#4
Just let people want to provide information in this forum while not contradicting the rules, it is the right of every member, here there are mods and admin who judge the topic as feasible or not, discussed or not, like @actmyname says this is a little different from the old topic.

Everyone here has the right to do what he has to do, purpose for good.
copper member
Activity: 2562
Merit: 2510
Spear the bees
June 26, 2019, 10:03:22 AM
#3
IMO, you should lock the topic, because the original thread from wwzsocki is better. There is no reason to start new thread, and simply retrieve small part from original thread. You should only start your thread if you have some improvements for original threads (minor or major, it depends).
(GUIDE) How to easy change the appearance of Bitcointalk to dark (Dark Theme)?
Seems like this thread is different enough. Dark theme != quote style change
legendary
Activity: 2310
Merit: 4085
Farewell o_e_l_e_o
June 26, 2019, 09:57:21 AM
#2
IMO, you should lock the topic, because the original thread from wwzsocki is better. There is no reason to start new thread, and simply retrieve small part from original thread. You should only start your thread if you have some improvements for original threads (minor or major, it depends).
(GUIDE) How to easy change the appearance of Bitcointalk to dark (Dark Theme)?
sr. member
Activity: 490
Merit: 275
June 26, 2019, 07:43:04 AM
#1

bitcointalk quote style
the result
https://i.ibb.co/CbXH0fs/image.png

How to change ?
see here https://bitcointalksearch.org/topic/guide-how-to-easy-change-the-appearance-of-bitcointalk-to-dark-dark-theme-5152016

use Stylus extension


Don't use Stylish "Stylish" browser extension steals all your internet history

CSS Style code
Code:
/*-------------------------
quote
--------------------------*/
.quoteheader {
    padding: 5px 0 0 5px;
    margin-right: 3px;
}

.quoteheader a {
color: #767b92;
}

.quoteheader:before {
content: url(https://i.ibb.co/W0hX5KP/qicon.png);
    opacity: 0.1;
margin: 0 5px;
}

.quote {
margin-top: 0;
    padding: 5px 10px;
}

/* level 1 */
.quoteheader, .quote {
    border: none;
background-color: rgba(139, 158, 191, 8%);
}

/* level 2 */
.quoteheader+.quote .quote,
.quoteheader+.quote .quoteheader
{
    background-color: rgba(139, 158, 191, 9%);
}

/* level 3 */
.quoteheader+.quote > .quoteheader+.quote .quote,
.quoteheader+.quote > .quoteheader+.quote .quoteheader
{
background-color: rgba(150, 150, 175, 9%);
}

/* level 4 */
.quoteheader+.quote > .quoteheader+.quote > .quoteheader+.quote .quote,
.quoteheader+.quote > .quoteheader+.quote > .quoteheader+.quote .quoteheader
{
background-color: rgba(139, 158, 191, 5%);
}
/* quote end */
quote style until quote level 4
Jump to: