kwikblog css, what are they asking for? |
kwikblog css, what are they asking for? |
Dec 10 2005, 07:55 PM
Post
#1
|
|
|
Mais je ne l'aime pas ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 971 Joined: Mar 2005 Member No: 108,135 |
I'm not sure if this is the right place, if this isn't then the mods or administrators are welcome to move it to the appropriate place.
Ok, I registered for kwikblog a couple days ago when I was told about it by Madame C (Thanks!). While adjusting the settings, it asked (optionally) for my own CSS design. What do they mean by my own CSS design? Did they mean like a template designed by me? Does anybody have their own kwikblog css design that you can show me so I can understand? |
|
|
|
![]() |
Dec 11 2005, 01:19 PM
Post
#2
|
|
|
Mais je ne l'aime pas ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 971 Joined: Mar 2005 Member No: 108,135 |
so that's what they mean by our own style sheet, correct?
and do you add the div class code to your page as well? |
|
|
|
Dec 11 2005, 01:26 PM
Post
#3
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 |
QUOTE(towntown2 @ Dec 11 2005, 1:19 PM) so that's what they mean by our own style sheet, correct? and do you add the div class code to your page as well? For example, this is my template: CODE <p align="right" class="datentime"><b> ++post_date++ | ++post_time++</b></p> <i>++post_title++</i> <p align="lect">++post_content++</p> <div align="right"> <a href="mailto:++myaddress++">Posted by Carrie</a> // ++comments_link++</div> Then under that, I made a stylesheet: CODE <style type="text/css">
p, i, b{ font-family: Tahoma; font-size: 8pt; color:#000000; } body{ background-color:858585; } p.datentime{ background-color:#ffffff; border-bottom:FF0053 2px solid; font-family: Tahoma; color: #000000; font-size: 8pt; width:265px } A:link, A:visited, A:active{ color:#3D3D3D; text-decoration:none; font-size:8pt; font-family: Tahoma; } user_info{ display:none; } body{ scrollbar-face-color: 858585; scrollbar-shadow-color: 858585; scrollbar-highlight-color: 858585; scrollbar-3dlight-color: 858585; scrollbar-darkshadow-color: 858585; scrollbar-track-color: 858585; scrollbar-arrow-color: 000000; } </style> |
|
|
|
towntown2 kwikblog css Dec 10 2005, 07:55 PM
ryanoman It means creating your own style sheet, for exampl... Dec 10 2005, 08:57 PM
towntown2 oh, i already understand CSS. I just wanted to kno... Dec 10 2005, 10:18 PM
Kenado When you hit the edit css stuff did it look someth... Dec 10 2005, 10:30 PM
towntown2 QUOTE(Kenado @ Dec 10 2005, 8:30 PM)When you ... Dec 10 2005, 11:30 PM
Kenado No it just means if you want to add a div class to... Dec 10 2005, 11:54 PM![]() ![]() |