I bought a paid account a few weeks ago, so I have some question about Boxer:
1. If you look at my links list, it's not centered. It's off to the left a bit. I have the list's alignment set to "middle." How can I fix this? 2. See how my navigation links have spaces between each words' letters? Can I do this with my dates too? 3. I finally got my comment boxes to fit the layout, but is there any way to change the colors? For instance, if you click the comment link in my journal, the comment background is black and the font is white. I know I've seen it in different colors in other LJs, but I can't figure out what codes will change it. Does anyone know how to do it? Okay, so now the background/font is how I want it, but how do you change the button colors (such as where it says "post comment")? 4. Also, how do you make the lock icon show up on friends only posts instead of having the word "locked" there?
set text_view_friends = "friends"; set color_nav_bg = "#82BABB"; set nav_link = "#FFFFFF"; set nav_scale = "same"; set page_width = 600; set entry_link = "#000000"; set entry_bg = "#FFFFFF"; set text_view_archive = "memories"; set text_view_recent = "entries"; set info_font = "#000000"; set my_date = "long"; set entry_font = "#000000"; set info_link_visited = "#000000"; set text_view_month = "calendar"; set entry_link_visited = "#000000"; set links_divider = " . "; set info_bg = "#FFFFFF"; set links_name = ""; set info_link = "#82BABB"; set bg_color = "#FFFFFF"; set font_size = "small"; set font_family = "Verdana"; set page_background_pattern = "none"; set page_background_image =""; set page_friends_items = 15; set page_recent_items = 15; set text_meta_music = "listening to"; set text_meta_mood = "feeling"; set show_mini_calendar = false; set show_entry_userpic = true; set linklist_support = false; set lineheight = 11;
function Page::print_custom_head() { """ are you listening? + divine_dreams@livejournal.com
function FriendsPage::print_entry (Entry e) { var Friend f = $.friends{$e.journal.username}; $f.bgcolor = "#FFFFFF"; $f.fgcolor = "#000000"; print_entry($this, $e, $f.bgcolor, $f.fgcolor, false); }
############################################# # # Top Navigation # #############################################
function print_nav(Page p) {
# figure out the width of each table cell in the navigation based on total page width var int blank = $*page_width - 660; if($p.journal.website_url) { $blank = $blank - 0;
if ($e.metadata) { foreach var string k ($e.metadata) { var string text = $k; var string val = $e.metadata{$k}; if ($k == "mood") { $text = $*text_meta_mood; } if ($k == "music") { $text = $*text_meta_music; } if ($k == "mood" and defined $e.mood_icon) { var Image i = $e.mood_icon; $val = "align='absmiddle'> $val"; } $metadata = $metadata + """$text: $val """; } }
if (not $hide_text) { print "
$e.text
"; print "
$metadata
"; }
"""
""";
$e.comments->print();
var Link mem; $mem = $e->get_link("mem_add"); if(defined $mem) { """ align="middle"> """; }