Officially moved to
princelike
Poll #759780
Open to: All, detailed results viewable to: All, participants: 38
( The images )
:3 I did as some of you suggested to come the yellow/blue gradient and it didn't turn out exactly all that well. But thanks for your comments! Oh yeah, the .jpg quality just kills the brightness of the colors so ignore that.
Open to: All, detailed results viewable to: All, participants: 38
Yellow or Blue again
( The images )
:3 I did as some of you suggested to come the yellow/blue gradient and it didn't turn out exactly all that well. But thanks for your comments! Oh yeah, the .jpg quality just kills the brightness of the colors so ignore that.
For all those who are tired of having to put margin:0; padding:0; in basically every single one of your tags, you'll love this:
* {
padding:0;
margin:0;}
It'll remove padding and margin from EVERY tag. So if you want margin or padding you're going to have to write it in yourself. The asterix indicates everything.
* {
padding:0;
margin:0;}
It'll remove padding and margin from EVERY tag. So if you want margin or padding you're going to have to write it in yourself. The asterix indicates everything.
These are people who have me listed as friends and I don't.
Either please defriend me or at least tell me who you are.
( DEFRIEND ME PLEASE )
Either please defriend me or at least tell me who you are.
( DEFRIEND ME PLEASE )
Sailor V scans, 3rd Volume, Final Chapter. Glenat produced this version of Sailor V.
Warning: Big Spoiler. Behind the cut is the final scene involving Kaitou Ace and Sailor V
Language: It's in French, however there is still a spoiler despite the language. If anyone wants a certain image translated, I'll be happy to do it for you.
( SPOILERS! )If you want any other information on Sailor V, comment. This is my favorite volume out of the entire SM series and their offshoots.
Warning: Big Spoiler. Behind the cut is the final scene involving Kaitou Ace and Sailor V
Language: It's in French, however there is still a spoiler despite the language. If anyone wants a certain image translated, I'll be happy to do it for you.
( SPOILERS! )If you want any other information on Sailor V, comment. This is my favorite volume out of the entire SM series and their offshoots.
Dear strange people who've added me and I have not re-added back.
Who are you?
Signed,
Confused.
Who are you?
Signed,
Confused.
Participate in the challenge:
100_layout
You can find the code to make the same table, post your progress, etc.
So I've thought up some themes, steering away from the cliche ones that a lot of 100 iconists use. Hopefully, I'll get 100 done! If other people plan on doing this :OO tell me!
Paid Account users can include for S2: For paid account users, feel free to include: Bloggish, Component, Dear Diary, Gradient Strip, Haven, Opal, Quite Lickable, and The Boxer
And for S1: Most Recent Entries, Calendar, and Friends views.
Total # Far: 02
( 100 Layout Challenge )
You can find the code to make the same table, post your progress, etc.
So I've thought up some themes, steering away from the cliche ones that a lot of 100 iconists use. Hopefully, I'll get 100 done! If other people plan on doing this :OO tell me!
Paid Account users can include for S2: For paid account users, feel free to include: Bloggish, Component, Dear Diary, Gradient Strip, Haven, Opal, Quite Lickable, and The Boxer
And for S1: Most Recent Entries, Calendar, and Friends views.
Total # Far: 02
( 100 Layout Challenge )
Whatever happened to test.livejournal.org?
I'm doing an oral presentation on inspiration and would like to know:
WHAT INSPIRES YOU??
Please comment! I'd like as many responses as possible. Depth isn't of any regard.
WHAT INSPIRES YOU??
Please comment! I'd like as many responses as possible. Depth isn't of any regard.
( Codes and Explanation )
Conclusion: This concludes the tutorial for hiding the navigation sidebar and title headers in Clean and Simple. If you want to know how to hide other things in clean and simple then give a shout.
Conclusion: This concludes the tutorial for hiding the navigation sidebar and title headers in Clean and Simple. If you want to know how to hide other things in clean and simple then give a shout.
( Codes and Explanation )
Conclusion: This concludes the tutorial. Feel free to ask questions but remain on topic.
Conclusion: This concludes the tutorial. Feel free to ask questions but remain on topic.
( Codes and Explanation )
Conclusion: This concludes this tutorial. Feel free to ask questions but remain on topic.
Conclusion: This concludes this tutorial. Feel free to ask questions but remain on topic.
( Codes and Explanation )
Conclusion: This concludes the tutorial. Please remain on topic if you ask any questions.
Conclusion: This concludes the tutorial. Please remain on topic if you ask any questions.
( Codes and Explanation )
Conclusion: This concludes my tutorial on changing the navigation area in default livejournal. Feel free to ask questions but please remain on topic.
Conclusion: This concludes my tutorial on changing the navigation area in default livejournal. Feel free to ask questions but please remain on topic.
( Codes and Explanation )
Conclusion: This concludes Default Livejournal's edit subject properties tutorial. I do not mind answering questions about this but remain on topic.
Conclusion: This concludes Default Livejournal's edit subject properties tutorial. I do not mind answering questions about this but remain on topic.
I finally wrote that walkthrough:
http://www.ljlayouts.org/content.php?lo cation=walksidebar
It feels short and incomplete so yes, please leave comments about it?
Thank you!
http://www.ljlayouts.org/content.php?lo
It feels short and incomplete so yes, please leave comments about it?
Thank you!
- Mood:
curious

It's going well.
Guys, I'm going to write a recap of last night's meeting there or something.
Gone for the week.
I'm almost done updating ljlayouts.org
Ljlayouts.org has the list of layouts on the website that you can download. So if you want a layout from there go ahead. I have yet to convert the sidepanels/scrollboxes to Mozilla.
I'm almost done updating ljlayouts.org
Ljlayouts.org has the list of layouts on the website that you can download. So if you want a layout from there go ahead. I have yet to convert the sidepanels/scrollboxes to Mozilla.
- Mood:
busy
Okay, so you're probably sick of having to look at plain text as your entries and you want to jazz them up a bit. I'd be careful when using this function because it can either work to your advantage or disadvantage. Style is all the difference between grandma's underwear and 7th heaven.
THE KEY
CSS will be in red
Everything else in black.
PROCEDURE
Sorry, free account users, so far I haven't gotten it to work. I'll experiment more with it later. Paid account users (S1): open a new window, edit a style of yours experimentally that you don't mind fiddling with, and follow along. Scroll down to the text box where it's titled LASTN_EVENT. Add the following to your %%events%%:
<p class="fancyfirstletter">%%entries%%</p>
Next scroll down to your LASTN_PAGE, input the following beneath your <style>:
p.fancyfirstletter: first-letter {
font-size:16pt;
font-weight:bold;
font-family:georgia;
color:#FF0000;
float:left;
margin-right:5px;}
Basically, this is telling the browser that anything specified with the class 'fancyfirstletter' will have as its first letter a differently styled look. Immagine it to be like those story books with the Once Upon a Time's O, big and huge. We aligned the letter to the left using the float function so that everything will go around it nicely and a 5 pixel margin so that your text doesn't hump its leg. Change the code however you like.
Example:

Bugs, etc?
THE KEY
CSS will be in red
Everything else in black.
PROCEDURE
Sorry, free account users, so far I haven't gotten it to work. I'll experiment more with it later. Paid account users (S1): open a new window, edit a style of yours experimentally that you don't mind fiddling with, and follow along. Scroll down to the text box where it's titled LASTN_EVENT. Add the following to your %%events%%:
<p class="fancyfirstletter">%%entries%%</p>
Next scroll down to your LASTN_PAGE, input the following beneath your <style>:
p.fancyfirstletter: first-letter {
font-size:16pt;
font-weight:bold;
font-family:georgia;
color:#FF0000;
float:left;
margin-right:5px;}
Basically, this is telling the browser that anything specified with the class 'fancyfirstletter' will have as its first letter a differently styled look. Immagine it to be like those story books with the Once Upon a Time's O, big and huge. We aligned the letter to the left using the float function so that everything will go around it nicely and a 5 pixel margin so that your text doesn't hump its leg. Change the code however you like.
Example:

Bugs, etc?