2012/06/20 12:25:00
Сбросило ветром повязку с лица
И в глаза свет ударил бичом.
Оказалось, маньяк заменял вам отца,
А народ был послушным скотом.
Все изменилось в прозревших глазах,
Кто был крысой - стал тигром и львом.
Ты не предатель, ты жил в дураках
И таких миллионы кругом...
...ответь
Что вам мешало прозреть?
Что же случилось с мечтой -
Сделать для всех рай земной?


Наверное как никогда эти строки с песни Арии актуальны, актуальны именно сегодня, в наше непростое время, когда разочарование и прозрение, слёзы и смех, ужас и ощущение чего то другого, того что даёт силы и веру в будущее.


А я практически определилась с работой, осталось продлить санитарную книжку и оторваться от дома, ездила в Галерею в Краснодаре, на 2 этаже есть хороший книжный магазин, купила себе книги Стефана Цвейга, Эрих Мария Ремарк, так же несколько по компьютерной тематике, обзавелась обновкой в виде нового купальника, очков и исполнила свою мечту, купила себе шляпку с широкими полями





Так что если увидите симпатичную, стройную девушку с русыми волосами в такой шляпке продающей квас и мороженное знакомьтесь, возможно это я ;) .


Хотелось ещё много написать, но гонят от компьютера, совсем скоро ехать домой, Оксанка обещалась заехать в Архипо-Осиповку окунуться и посмотреть на мальчиков, сегодня у нас девичник и много спиртного и совершенно не важно что сегодня будни.

Так же отвечаю на просьбу присланную мне в персональные сообщения, как сделать дизайн как у меня:





1. Переходите по ссылке: http://www.livejournal.com/customize/advanced/

Видим:

----------------

Предупреждение


Если вы не являетесь программистом или разработчиком веб-сайтов, мы не рекомендуем вам посещать эту область сайта. Посетите основную страницу оформления журнала, которая предназначена для широкого круга пользователей.

Документация

Прежде чем приступить к настройке и программированию стилей S2, необходимо понять суть этой системы.


Дополнительные возможности


  • Ваши слои -- создание собственных слоев и управление ими

  • Ваши стили -- создание собственных стилей и управление ими


  • -----------------------------

    2. Переходим http://www.livejournal.com/customize/advanced/layers.bml

    видим:

 


--------------

Внимание, так отображается у меня, у вас может отображаться по другому.

3. Выбираем Создать слой, привязанный к макету, Тип-Дизайн, макет - Minimalism
4. В появившихся слоях выбираем свой слой и нажимаем правка.
5. В окне редактора вставляем код (Внимание, я привожу свой код !!) :   
 
 
layerinfo "type" = "theme";
layerinfo "name" = "Alina";
layerinfo "redist_uniq" = "sup/friendstimes";
set theme_css = "friendstimes.css";
set show_title_on_tagpage = true;
set hide_comment_controls = true;

function CommentInfo::print() {

var Page p = get_page();
var string text_count = get_plural_phrase($.count,"text_read_comments");

if ($.show_readlink) {
"""<li class="comments"><a href="$.read_url#$*text_comments_id">$text_count</a></li>""";
}
if ($.show_postlink) {
"""<li class="postcomment">""";
if ($.maxcomments) {
print safe """$*text_max_comments""";
} else {
"""<a href="$.post_url#$*text_addcomment_id">"""+($p.view == "friends" ? $*text_post_comment_friends : $*text_post_comment)+"</a>";
}
"</li>";
}
}

function _print_entry(Entry e) {
var Page p = get_page();
var string entrydate = _dateTime($e.time);
var string isodate = $e.time->date_format("%%yyyy%%-%%mm%%-%%dd%%T%%HH%%:%%min%%:%%sec%%+03:00");
var string entrydate_year = $e.time->date_format("%%yyyy%%");
var string entrydate_month = $e.time->date_format("%%mm%%");
var string entrydate_day = $e.time->date_format("%%dd%%");
var string olds1date = """<a href="$*base_url/$entrydate_year/">$entrydate_year</a>-<a href="$*base_url/$entrydate_year/$entrydate_month/">$entrydate_month</a>-<a href="$*base_url/$entrydate_year/$entrydate_month/$entrydate_day">$entrydate_day</a> """ + $e.time->date_format("%%HH%%:%%min%%:%%sec%%");
var string extraclasses = "";
#cornerz things need refactoring, cause now it's so messed up
var string corners1 = "";
var string corners1_2 = "";
var string corners1_3 = "";
var string corners2 = "";


var string _entry_title = "$e.delayed_icon" + "$e.sticky_icon" + "$e.security_icon" +
($p.view=="entry" or $p.view=="reply"
? ($e.subject == "" ? $*text_nosubject : $e.subject) + """<a href="$e.permalink_url" rel="bookmark" style="display:none;"></a>"""
: ($e.subject == "" ? ("""<a href="$e.permalink_url" class="subj-link" rel="bookmark">$*text_nosubject</a>""") : $e -> formatted_subject({"class"=>"subj-link","rel"=>"bookmark"})) + "$corners1_2");
if (not $e.comments.enabled) {
$extraclasses = $extraclasses + " disabledcomments";
}

"""
<div class="entry-wrap">$corners1
<dl class="entry hentry$extraclasses" id="post-$e.journal.username-$e.itemid">
""";
if ($p.view=="entry" or $p.view=="reply") {
if ($*old_s1) {
"""
<dl class="vcard author author-olds1">
""";
if ($e.userpic) { """<dt"""; if ($e.poster.username!=$e.journal.username and not ($p.journal.journal_type == "C" and $p.view == "recent" )){ print " data-journal=\"" + $e.journal->base_url() + "\""; }""">"""; $e.userpic->print(); """</dt>"""; } else { """<dt></dt>"""; }
"""
<dd class="username">$e.journal.name """; if ($e.poster.username!=$e.journal.username and not ($p.journal.journal_type == "C" and $p.view == "recent" )){ print _user_print_journal($e.poster, "inside", $e.journal.username); " $*text_user_posts_in "; print _user_print($e.journal,"simple");} else { print _user_print($e.poster,"inside"); } """</dd>
<dd class="entry-date"><abbr class="updated" title="$isodate">@ $olds1date</abbr></dd>
</dl>
""";
}
"""<dt class="entry-title entry-linkbar"><span class="entry-linkbar-inner">""";
$e->print_linkbar();
"""$corners1_2</span></dt>""";
}

"""
<dt class="entry-title">""";
if ((not $*old_s1) or ($*old_s1 and $p.view!="entry" and $p.view!="reply")) {
"""<div class="entry-title-content">
""";
if ($e.userpic) { """<div class="entry-userpic" """; if ($e.poster.username!=$e.journal.username and not ($p.journal.journal_type == "C" and $p.view == "recent" )){ print " data-journal=\"" + $e.journal->base_url() + "\""; }""">"""; $e.userpic->print(); """</div>"""; }
"""
<div class="entry-author-date">""";
if ($e.poster.username!=$e.journal.username and not ($p.journal.journal_type == "C" and $p.view == "recent" )){ print _user_print_journal($e.poster, "inside", $e.journal.username); " $*text_user_posts_in "; print _user_print($e.journal,"simple");} else { print _user_print($e.poster,"inside"); }
""" <abbr class="updated" title="$isodate">$entrydate</abbr></div>
<h4>$_entry_title</h4>
"""; $e->print_metadata(); """
</div>

""";
}
else{
"""
$_entry_title
""";
}
"""
</dt>
<dd class="entry-text">
""";
if ($*old_s1) {
$e->print_metadata();
}

"""<div class="entry-content">""";$e->print_text();"""</div>""";
"""
</dd>
""";
if ($p.view!="entry" and $p.view!="reply") {
"""
<dd class="entry-footer"><ul class="entry-menu">""";

$e.comments->print();

"""</ul><ul class="entry-submenu">""";

var Link link;
var string url = "";
var string text = "";
var string{} link_caption = {
"edit_entry" => $*text_edit_entry,
"edit_tags" => $*text_edit_tags,
"mem_add" => $*text_mem_add,
"share" => $*text_share,
"flag" => $*text_flag,
"watch_comments" => $*text_watch_comments,
"unwatch_comments" => $*text_unwatch_comments
};
foreach var string link_key ($e.link_keyseq) {
$link = $e->get_link($link_key);
if (defined $link) {
$url = $link.url;
$text = $link_caption{$link_key} != "" ? $link_caption{$link_key} : $link.caption;
print safe """<li class="$link_key"><a href="$url">$text</a></li>""";
$link->print_raw();
}
if ($link_key == "give_button") {
print safe """<li class="$link_key btn btn-simple">""";
$e->print_give_button("string");
print safe """</li>""";
}
}

#I LIKE THIS
if ($e->is_eventrate_enable()) {
if ($p.view!="entry" and $p.view!="reply" and viewer_logged_in()) {
"""<li class="i_like_this i_like_this_$e.itemid""";
if ($e->is_myvoice()) {""" i_dont_like_this""";}
""""><a href="#" class="btn btn-simple" onclick="return ILikeThis.rate(event,this,'$e.itemid','$e.journal.username')" title="$*text_i_like_this"><span><span><span>+1""";
if ($e->is_myvoice()) {"""<i class="i_like_this_already">/</i>""";}
"""</span></span></span></a></li>""";
} else {
if ($p.view!="entry" and $p.view!="reply") {
"""<li class="i_like_this"><a href="$*SITEROOT/login.bml?ret=1" class="btn btn-simple" title="$*text_i_like_this"><span><span><span>+1</span></span></span></a></li>""";
}
}
print """<li class="we_like_this we_like_this_$e.itemid"><a onclick="return ILikeThis.showList(event,this,'$e.itemid','$e.journal.username')" href="$*SITEROOT/alleventrates.bml?journal=$e.journal.username&itemid=$e.itemid" class="btn btn-simple" title="$*text_we_like_this"><span><span><span>"""; print $e->get_eventratescounters(); """</span></span></span></a></li>""";
}


"""</ul></dd>
""";
}
"""
</dl>
$corners2</div>

<div class="hr"><hr /></div>
""";
}

function Page::print() {
if ($.view == "recent") {$*_RecentPage = $this as RecentPage;} elseif ($.view == "friends") {$*_FriendsPage = $this as FriendsPage;} elseif ($.view == "day") {$*_DayPage = $this as DayPage;} elseif ($.view == "month") {$*_MonthPage = $this as MonthPage;} elseif ($.view == "archive") {$*_YearPage = $this as YearPage;}
_global_init_();
var string _upic = $.journal.default_pic?"""<div class="userpic"><div class="userpic-in"><img alt="${.journal.default_pic.alttext}" width="${.journal.default_pic.width}" height="${.journal.default_pic.height}" """+ ($*active_theme == "x2" or $*active_theme == "x4"?"style=\"margin-top:"+ (100-${.journal.default_pic.height})/2 +"px;\"":"") +"""src="${.journal.default_pic.url}" /></div></div>""":"";
var string _h1 = "<h1>" + _user_print($.journal, "microformatted") + "</h1>";
var string _nav = """ <li class="item item-recent""" + (($.view == "recent")?" item-selected":"") + """"><a""" + (($*exact_view != "recent_first")?" rel=\"home\" href=\"$*base_url\"":"") + """>$*text_view_recent</a></li> <li class="item item-friends""" + (($.view == "friends")?" item-selected":"") + """"><a""" + (($*exact_view != "friends_first")?" href=\"$*base_url/friends\"":"") + """>$*text_view_friends</a></li> <li class="item item-archive""" + (($.view == "archive" or $.view == "month" or $.view == "day")?" item-selected":"") + """"><a""" + (($*exact_view != "archive_first")?" href=\"$*base_url/calendar\"":"") + """>$*text_view_archive</a></li> <li class="item item-profile"><a href="$*base_url/profile">$*text_view_userinfo</a></li> """;
var string rsslink = ($.data_link{"rss"})?($.data_link{"rss"}.url):"$*base_url/data/rss";
var Link addlink = $.journal -> get_link("add_friend");

var string addfriend = (not viewer_is_owner() and $addlink.url != "") ? $addlink.url : "";
var string _nav_sub = ($addfriend ? """ <li class="item item-addfriend"><a href="$addfriend">$*text_friend_add</a></li> """ : "") + """ <li class="item item-rss"><a href="$rsslink">RSS</a></li>""";
if ($*active_theme == "x3") { $_nav_sub = ($addfriend ? """ <li class="item item-addfriend"><a href="$addfriend">$*text_friend_add</a></li> """ : "") + """ <li class="item item-rss"><a href="$rsslink">RSS</a></li> """; }
var string _h2 = """<h2><span>$.global_title</span></h2>""";
var string _h3 = "";
if ($.view == "friends" and $*_FriendsPage.friends_title != "") {
$_h3 = "<h3><span>$*_FriendsPage.friends_title</span></h3>";
} elseif ($.global_subtitle != "") {
$_h3 = "<h3><span>$.global_subtitle</span></h3>";
}
var string _hfeed = ($.view=="recent" or $.view=="friends" or $.view=="day")?" hfeed":"";
_Header();
"""
<div id="page">
<div class="layout">
<div class="layout-inner">


<div class="content$_hfeed">
<div class="header">


<div class="socialIcons">

<a href="https://twitter.com/#!/bosikomponebu1" target="_blank"><img title="Twitter" alt="Twitter" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/twitter.png" /></a>

<a href="http://www.facebook.com/profile.php?id=100003688989760" target="_blank"><img title="Facebook" alt="Facebook" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/facebook.png" /></a>

<a href="http://www.youtube.com/user/bosikomponebu"><img src="http://st.drweb.com/static/new-www/social/youtube.png" alt="[You Tube]" /></a>

<a href="https://plus.google.com/u/0/102268356312549958020" target="_blank"><img title="Google Plus" alt="Google Plus" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/gplus.png" /></a>

<a href="http://www.linkedin.com/" target="_blank"><img title="LinkedIn" alt="LinkedIn" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/linkedin.png" /></a>

<a href="http://bosikomponebu1.livejournal.com/data/rss" target="_blank"><img title="RSS Feed" alt="RSS Feed" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/rss.png" /></a>

<a href="mailto:bosikomponeby1@gmail.com" target="_blank"><img title="Email" alt="Email" src="http://bosikom-po-nebu.ru/wp-content/themes/suvmixnewwpthemes/images/social-profiles/email.png" /></a>

</div>

$_h2
$_h3


<ul class="nav">
$_nav
$_nav_sub
</ul>
<div class="hr hr-afterhead"><hr /></div>
</div>
<div class="content-inner">
""";$this->print_body();"""
</div>
</div>

""";
_Sidebar();
"""
</div>
</div>
</div>
""";
_Footer();
}

function EntryPage::print_comment (Comment c) {
var Page p = get_page();
var int indent = ($c.depth - 1) * 25;

var string class_arrow = " comment-arrow";
if ($c.depth == 1){
$class_arrow = "";
}

var string comment_classes = "comment-wrap$class_arrow";
if ($c.deleted) { $comment_classes = $comment_classes + " deleted"; }
if ($c.screened) { $comment_classes = $comment_classes + " screened"; }
if ($c.edited) { $comment_classes = $comment_classes + " edited"; }
if ($c.frozen) { $comment_classes = $comment_classes + " frozen"; }
if ($c.spam) { $comment_classes = $comment_classes + " spam"; }
if (not $c.full) { $comment_classes = $comment_classes + " partial"; }
if ($this.multiform_on) { $comment_classes = $comment_classes + " multycheckbox"; }

"""<div id="$c.dom_id" class="$comment_classes" style="margin-left:${indent}px;">""";
"""<a name="$c.anchor"></a>""";

if ($c.screened and not $c.full and not viewer_is_owner()) {
"""<strong>$*text_comment_screened</strong>""";
} elseif ($c.deleted) {
"""<strong>$*text_comment_deleted</strong>""";
} elseif (($c.spam) and (not $p.showspam) and (not $c.can_marked_as_spam) and (size($c.replies) > 0)) {
"""<strong>$*text_spam_comment</strong>""";
} elseif ($c.full) {
$this->print_comment_full($c);
} else {
$this->print_comment_partial($c);
}

"</div>";

$c->print_reply_container();
}

function EntryPage::print_comment_full (Comment c) {
var Page p = get_page();
var string poster = defined $c.poster ? _user_print($c.poster, "microformatted") : "<em>$*text_poster_anonymous</em>";
var string evenodd = $c.depth % 2 ? "odd" : "even";
var string commdate = _dateTime($c.time);
var string hide_controls = $*hide_comment_controls ? " hide-comment-controls" : "";

var string comment_before = "<div class=\"comment-arrow\"></div>";
if ($c.depth == 1){
$comment_before = "";
}

if(not($*old_s1)) {
if ($this.multiform_on) {
"""<div class="c-multyform">""";
print safe """ <label for="ljcomsel_$c.talkid">$*text_multiform_check</label>""";
$c->print_multiform_check();
"</div>";
}
}

if (defined $c.userpic and $*comment_userpic_style != "off") {
var int w = $c.userpic.width;
var int h = $c.userpic.height;
"""<div class="comment-head $evenodd"><div class="comment-upic"><img src="$c.userpic.url" width="$w" height="$h" alt="$c.userpic.alttext" /></div>""";
} else {
"""<div class="comment-head $evenodd cwoup">""";
}

if ($*old_s1) {
"""<div class="comment-head-in">""";
if (defined $c.subject_icon or $c.subject != "") {
"""<h3>$c.subject_icon $c.subject</h3>""";
}
"<p>$poster</p>";
"<p>" + $c->time_display();
if ($c.metadata{"poster_ip"}) { " (" + $c.metadata{"poster_ip"} + ") "; }
""" (<a class="comment-permalink" href="$c.permalink_url">$*text_permalink</a>) """;
$c->print_linkbar();
if ($this.multiform_on) {
$c->print_multiform_check();
print safe """ <label for="ljcomsel_$c.talkid">$*text_multiform_check_clean</label>""";
}
"</p>";
"</div>";
} else {

"""<div class="comment-head-in""" + $hide_controls + """">""";
if (defined $c.subject_icon or $c.subject != "") {
"""<h3>$c.subject_icon $c.subject</h3>""";
}
"""<span class="c-poster">$poster</span>""";
""" <span class="c-time">$commdate</span>""";

if ($c.metadata{"poster_ip"}) {
""" <span class="c-ip">IP: """;
print $c.metadata{"poster_ip"};
"""</span>""";
}


"""<div class="c-linkbar">""";
$c->print_linkbar();
"</div>";
"</div>";
}

"</div>";

"""<div class="comment-text">"""; $c->print_text(); "</div>";
"""<div class="comment-menu">""";
if ($c.frozen) {
print safe "<span>$*text_comment_frozen</span> ";
} elseif($c.screened) {
var Link link = $c->get_link("unscreen_to_reply");
"""<span><a class="unscreen-to-reply" href="$link.url" title="$link.caption">$link.caption</a></span>""";
} elseif ((not $c.spam) or ($p.showspam)) {
"""<span>"""; $c->print_reply_link({"linktext" => $*text_comment_reply}); """</span>""";
}
if ($c.parent_url != "") { print safe """<span><a href="$c.parent_url">$*text_comment_parent</a></span>"""; }
if (($c.thread_url != "") and (not $c.spam)) {
print safe """<span><a href="$c.thread_url">$*text_comment_thread</a></span> """;
if ($c.parent_url != "") {
$c->print_expand_collapse_links({ "expand"=>"<span>%_</span>", "collapse"=>"<span>%_</span>"});
}
}
"""<span><a class="comment-permalink" href="$c.permalink_url">$*text_permalink</a></span>""";
"""</div><div class="hr"><hr /></div>""";
}

function _linklist {
var Page p = get_page();
var UserLink[] links = $p.linklist;
var bool Open = false;

var int counter = 0;

"""<dt><div> </div></dt>""";
"""<dd><div class="sidebar-block-inner"><ul>""";

foreach var UserLink link ($links) {
$counter++;

if ($link.url == "") {
if($counter != 1) {
"""</ul>""";
}

"""<h4 class="links-header">$link.title</h4>""";

if($counter < size($links)) {
"""<ul>""";
}
}
elseif ($link.title->starts_with("http://") and ($link.title->ends_with(".jpg") or $link.title->ends_with(".png") or $link.title->ends_with(".gif"))) {
"""<li class="img"><a href="$link.url"><img src="$link.title" alt="" /></a></li>""";
} else {
"""<li><a href="$link.url">$link.title</a></li>""";
}

}

"""</ul></div></dd>""";
}

function _Sidebar {
var Page p=get_page();
var int visible_counter = 0;
"""
<div class="sidebar">
<div class="sidebar-inner"""+ (viewer_sees_ad_box("s2.box.bottom")?" with_ad":"") +"""">
""";
if ($*layout_show_calendar) {
$visible_counter++;
"""
<dl class="sidebar-block sidebar-cal item-$visible_counter">
<dt><div>$*text_view_archive</div></dt>
<dd class="calendar-wrap"><div class="sidebar-block-inner">"""; _calendar($p->get_latest_month(), "sidebar"); """</div></dd>
</dl>
""";
}

var Entry[] _summary_entries;
if ($*_RecentPage) {
$_summary_entries = $*_RecentPage.entries;
} elseif ($*_FriendsPage) {
$_summary_entries = $*_FriendsPage.entries;
} elseif ($*_DayPage) {
$_summary_entries = $*_DayPage.entries;
}

if ($*layout_show_summary) {
if ($_summary_entries) {
$visible_counter++;
"""
<dl class="sidebar-block sidebar-summary item-$visible_counter">
<dt><div>$*text_page_summary</div></dt>
<dd><div class="sidebar-block-inner">
"""; _summary($_summary_entries); """
</div></dd>
</dl>
""";
}
}
if (size($p.linklist) > 0 and $*layout_show_links) {
if ($*layout_show_calendar) {
$visible_counter++;
"""<div class="hr"><hr /></div>""";}
"""
<dl class="sidebar-block sidebar-links item-$visible_counter">
"""; _linklist(); """
</dl>
""";
}

if (size($p->visible_tag_list()) > 0 and $*layout_show_tags and $p.view!="tags") {
$visible_counter++;
if ($*layout_show_calendar or (size($p.linklist) > 0 and $*layout_show_links)) {"""<div class="hr"><hr /></div>""";}
"""
<dl class="sidebar-block sidebar-tags item-$visible_counter">
<dt><div>$*text_tags_section_header</div></dt>
<dd class="tags"><div class="sidebar-block-inner">""";
if ($*tag_limit) {
_taglist($*tag_cloud_max,108);
} else {
_taglist(108);
}
"""</div></dd>
</dl>
""";
}

if (bool($*layout_customHTML) and $*layout_show_custom) {
$visible_counter++;
if ($*layout_show_calendar or (size($p.linklist) > 0 and $*layout_show_links) or (bool($*layout_customHTML) and $*layout_show_custom)) {"""<div class="hr"><hr /></div>""";}
"""
<dl class="sidebar-block sidebar-custom item-$visible_counter">
<dt><div> </div></dt>
<dd><div class="sidebar-block-inner">$*layout_customHTML</div></dd>
</dl>
""";
}

"""</div>
</div>
""";
}
   
  
----------------


Вам же для изменения ссылок на свои соц иконки, как и ссылок на то куда они ведет нужно редактировать тот участок кода который я выделила красным цветом !

Далее по ссылке http://www.livejournal.com/customize/ выбираете: Собственные слои , в них выбираете стиль Alina, применяете его, далее настраиваете стиль http://www.livejournal.com/customize/options.bml и в разделе Custom CSS вписываете данный код:  
  
body {
background: url("http://img-fotki.yandex.ru/get/6308/156067846.0/0_870ed_8396cbf6_orig") 50% 0% no-repeat fixed #20211F;
color: #41413F;

}

.header {
clear: both;
margin-top: 30px;
border: 0 solid red;
}

.header H2{
text-shadow: 1px 1px 1px #8B0000;
font-weight: normal;
color: #F5F5F5;
}
.content .header H2 {
clear: none;
margin-bottom: 7px;
font-size: 36px;
}
.header H3 {
text-shadow: 1px 1px 1px #FFF;
font-weight: normal;
color: #8B0000;
}
.header H3 {
font-size: 18px;
}

div.entry-content { margin-top: 15px; font-size: 110%; }
div.entry-content p { margin-bottom: 10px; }
div.ljtags, div.metadata dt { color: #aaa; font-size: 90%; }
div.header .socialIcons a { display: block; float: right; margin-left: 10px; }
div.content div.header { margin-bottom: 25px; }
div.layout div.content { width: 930px; margin-left: auto; margin-right: auto; float: none; }
div#page { min-width: 995px; }
div.layout .sidebar { width: 50px; float: none; height: 1px; position: absolute; right: 0; top: 146px; }
.column-right .header, .column-right .content-inner { margin-right: 30px; margin-left: 30px; }
.content .header h2 { padding-top: 20px; }
.entry-footer a { text-decoration: none; }
.sidebar li:nth-child(2n+1) { background: none; }
.sidebar li:hover { background: #E3E8ED; border-radius: 5px; }
.sidebar li a { text-decoration: none; width: 100%; display: block; line-height: 100%; padding: 2px 0 2px 0; }
.sidebar-useful dt div { background: url(http://ic.pics.livejournal.com/igrick/562452/199797/original.png) -5px -7px no-repeat; }
div.entry-wrap.fullphoto { }
div.entry-wrap.fullphoto .entry-author-date, div.entry-wrap.fullphoto .entry-author-date b { color: #fff; }
div.entry-wrap.fullphoto .entry-text, div.entry-wrap.fullphoto .entry-title { text-shadow: 0px 1px 1px #000; }
div.entry-wrap.fullphoto .entry-author-date { clear: left; padding-top: 4px; width: 105px; text-align: center; }
div.entry-wrap.fullphoto .entry-author-date abbr { display: block; margin-left: auto; margin-right: auto; }
div.entry-wrap.fullphoto .entry-text { position: relative; }
div.entry-wrap.fullphoto .entry-text .toAlignBottom { position: absolute; bottom: 20px; }
div.entry-wrap.fullphoto .entry-text p { font-size: 130%; margin-right: 20px; }
div.entry-wrap.fullphoto .entry-text p a { color: #eee; }
div.entry-wrap.fullphoto .entry-text h4 { font-size: 180%; }
div.entry-wrap.fullphoto .entry-text h4 a { color: #fff; text-decoration: none; }
div.entry-wrap.fullphoto .entry-text { color: #fff; }
div.entry-wrap.fullphoto .entry-text .ljtags { display: none; }



Где красным цветом помечен участок отвечающий за фоновый рисунок.

Всё сохраняете и всё ), у вас стиль как у меня !  

(Надеюсь написано всё понятно, если нет, задавайте вопросы, по мере выхода в интернет постараюсь на них ответить ;). 




Если вам помогли мои советы, можете кинуть мне жетонов, а можете и не кидать. Так же Более подробно с иллюстрациями пишу новый пост.!



Столько сил забрало написание примера изменения дизайна, что все мысли выветрились из головы, ну да ладно...

Я уехала.

И ещё, с опозданием но хочу поздравить  arcobalen0 Только раз в году  С днём варения эту хорошую девочку, у кого она ещё не в друзьях срочно добавляйте !!! 


Всем до скорой встречи. (А я уже выпила бокал пива, поела  раков и чувствую дорога к морю будет интересной...)
0 посетителей, 4 комментария, 2 ссылки, за 24 часа