Hello all,
I would like to put some links to my wiki at the top of my sidebar, but I don't know how to proceed.
I would like to do this : https://i.imgur.com/uyzu6Qm.png
I think I have to make a list of nth-child or something but I do not understand how to do that.
I tried to take some exemple from the Ice_Poseidon2 stylesheet :
/* Sidebar Button on the top */
.side .titlebox .md h3{
padding:0;
width:150px;
border:0 solid;
border-radius:2px;
height:37px;
line-height:41px;
position:absolute;
display:block;
color:#fff !important;
font-family:Arial Black,Lato,Roboto,Helvetica Neue,Arial;
text-align:center;
font-size:12px;
text-transform:uppercase;
font-weight:700;
right:332px;
top:166px}
.side .titlebox .md h3:nth-of-type(1){left:15px}
.side .titlebox .md h3:nth-of-type(2){left:177px}
.side .titlebox .md h3:nth-of-type(3){left:339px}
.side .titlebox .md h3:nth-of-type(4){left:501px}
.side .titlebox .md h3:nth-of-type(5){left:663px}
.side .titlebox .md h3:nth-of-type(6){left:825px}
.side .titlebox .md h3:nth-of-type(7){left:987px}
.side .titlebox .md h3:nth-of-type(8){left:1149px}
.side .titlebox .md h3 a{background:#6441a4;color:#fff;position:relative;transition:0s !important;margin:7px 0 0;font-weight:700;letter-spacing:1px; z-index: 1;}
.side .titlebox .md h3 a:hover{font-size:0;transition:0s !important;box-shadow:0 2px 1.5px 0 rgba(0,0,0,0.12),0 0 4px 0 rgba(0,0,0,0.12) !important; }
.side .titlebox .md h3 a:hover:after{opacity:1 !important}
.side .titlebox .md h3 a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.25;background-repeat:no-repeat !important; z-index: -1;}
.side .titlebox .md h3 a[href^="https://discord.gg"]:hover{background: #7289DA}
.side .titlebox .md h3 a[href^="http://live-backup.com"]:hover{background: #375a7f}
.side .titlebox .md h3 a[href^="https://os.reddit.com/r/Ice_Poseidon2/comments/b17gv1/watermark_your_work_its_in_the_comments/"]:hover{background:#ff4500}
.side .titlebox .md h3 a[href^="https://twitter.com"]:hover{background: #1da1f2}
But I don't go anywhere.
How can I do this ?
[–]macadoum[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 0 fun3 insightful - 1 fun - (1 child)
[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 0 fun3 insightful - 1 fun - (0 children)
[–]macadoum[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 0 fun2 insightful - 1 fun - (0 children)