|
|
---|---|
Posted by | CSS FAQ, Help and Neat Things [+IMGs] |
Hok-Z| π΄ππππ ππ (#41458) View Forum Posts Posted on 2022-11-23 22:48:43 |
This thread will be undergoing a reformat to assist with readability! Please be patient as some sections may not have been updated! 8 players like this post! Like? Edited on 31/08/24 @ 16:49:45 by Hok-Z | πΉππππ (#170947) |
L. Corporal Quiqi βοΈ β (#371719) View Forum Posts Posted on 2023-05-16 07:48:54 |
Oud οΈ± 10.22.21 Ember RLC (#369770) Maneater View Forum Posts Posted on 2023-05-25 21:00:54 |
Hi, would you know how to round off the edges of cave images, panels, boxes, ect? I'm having some trouble with it. Thank you 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-25 21:12:14 |
Yep! For most things you can just add the following to whatever segment you want rounded borders on: border-radius: 25px !important; Some tables require a bit more adjustment, but I honestly have yet to really figure it out over just copy/pasting things places and hoping for the best, lol. I can look into tables more later, because they're a bit more complicated and involve overflow and border collapse. I just have to physically investigate where to out them lol 0 players like this post! Like? Edited on 25/05/23 @ 21:13:07 by Hok-Z| πΌπππ πππ (#170947) |
Oud οΈ± 10.22.21 Ember RLC (#369770) Maneater View Forum Posts Posted on 2023-05-25 21:22:57 |
Oud οΈ± 10.22.21 Ember RLC (#369770) Maneater View Forum Posts Posted on 2023-05-28 12:04:14 |
Hello, another question, do you know how to make it so the background of the css is zoomed in rather than repeating on mobile? 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-28 15:19:49 |
I use the following; @media (min-width: 220px) { 0 players like this post! Like? Edited on 28/05/23 @ 16:25:18 by Hok-Z| πΌπππ πππ (#170947) |
Moonie (#282369)
Pervert View Forum Posts Posted on 2023-05-29 16:05:34 |
Hi I can't seem to get the css to show on my page? This is the code I used without the asterisks <*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/muub4xmv1k3ozs5/Template.ccs?dl=0"*/> and here is my actual dropbox link https://www.dropbox.com/s/muub4xmv1k3ozs5/Template.ccs?dl=0. It works on a live css editor so it's not the code. 0 players like this post! Like? Edited on 29/05/23 @ 16:05:57 by Moonie (#282369) |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-29 18:32:22 |
Are you copying it as; <link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/muub4xmv1k3ozs5/Template.ccs?dl=0"> ?0 players like this post! Like? Edited on 29/05/23 @ 18:32:44 by Hok-Z| πΌπππ πππ (#170947) |
Moonie (#282369)
Pervert View Forum Posts Posted on 2023-05-30 18:31:57 |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-30 19:47:55 |
Well, sometimes the most annoying problems require the most simple solutions. You have a .ccs file, not a .css. Try resaving and reuploading it with a new link. 0 players like this post! Like? |
Moonie (#282369)
Pervert View Forum Posts Posted on 2023-05-30 20:11:35 |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-05-30 20:35:01 |
Libby (#438187)
Vicious View Forum Posts Posted on 2023-05-31 13:22:09 |
Hello! This might be an odd question but I can't get the main background code to work. 0 players like this post! Like? |
Hok-Z | πΉππππ (#170947) View Forum Posts Posted on 2023-06-01 22:49:57 |
Libby (#438187)
Vicious View Forum Posts Posted on 2023-06-02 05:29:36 |
Hello there! Thank you for your reply. I figured out the main background, but I am struggling with the foreground/scroll bar? (I'm not sure what it is called). This is my code for that: .col-md-9.col-xs-12 { background: #556657 !important; min-height: 800px !important; padding-top: 25px; padding-bottom: 25px; } 0 players like this post! Like? |