Дождь

Oct 29, 2010 12:21


Для любителей минимализма и серого цвета.




В дизайне использована фотография nutsh

Два варианта:
широкий - ширина журнала 1080 px, ширина поста 800 px;
узкий - ширина журнала 980 px, ширина поста 700 px;

Как ставить:
1. В профиле найти вкладку «журнал», в выпадающем меню выбрать «стиль журнала».
2. Выбор дизайна - в окошке поиска вбить Unstyled, «поиск», из полученных дизайнов выбрать Expressive.
3. Выбор макета - «2 колонки (боковая панель слева)», дальше кнопка «настроить выбранное оформление».
4. Custom CSS, откроется поле для ввода кода Custom stylesheet , туда и надо вставить код,скопированный из окошка.
5. Сохранить.

Код для широкого:

/*--- rain-1 ---*/
/*--- design by irina_chisa from http://community.livejournal.com/irina_diza/ ---*/
/*--- foto by nutsh ---*/

/*---STRUCTURE---*/

body{
background-color: #cccccc;
font-size:16px;
color:#000000;
}

a:link {
color:#666666;
font-weight:bold;
text-decoration:underline;
}
a:visited {
color:#666666;
font-weight:bold;
text-decoration:underline;
}
a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

#container{
width: 1060px !important;
background-color:#666666;
border:#ffffff solid 10px;
margin:auto;
position:relative;
top:10px;
}

#container-inner{
width: 1020px !important;
background-color:#cccccc;
border:#999999 solid 10px;
margin-top: 10px;
margin-bottom: 10px;
}

div#alpha{
width: 820px !important;
}
div#alpha-inner{
width: 820px !important;
padding-left:0px;
margin-left:0px;
}

div#beta{
width: 180px !important;
margin-top: 10px;
}

/*---HEADER---*/

#header {
background-color:transparent;
background-image:url(http://img-fotki.yandex.ru/get/5901/irina-chisa.25/0_4203b_3970181_orig);
background-position: bottom center;
background-repeat: no-repeat;
border-bottom: #999999 solid 10px;
width:1020px;
height:400px;
}

#header-inner{
margin:0px;
padding:0px;
width:1020px;
text-align:center;
}

.nav {
font-family:Arial;
font-size:20px;
font-color: #FFFFFF;
margin-left:10px;
margin-top:10px;
}

.nav a{
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}

.nav a:hover {
color: #336699;
font-weight:bold;
text-decoration:underline;
}

ul.nav li.item{
border:none;
display:inline;
float:none;
padding:0px 20px;
text-align:center;
}

#header-name {
font-family:Arial;
font-size:24px;
font-weight:bold;
position:absolute;
top:350px;
left:10px;
right:10px;
}

#header-name a{
color: #ffffff;
text-decoration:none;
font-weight: bold;
}

#header-description{
font-family: Bookman Old Style;
font-style:italic;
font-size:24px;
color: #cccccc;
position:absolute;
top:300px;
left:10px;
right:10px;
}

/*---ENTRIES---*/

p.prevnext, .skiplinks {
text-align:right;
margin-right:15px;
}

.asset-inner {
margin-bottom:30px;
width: 800px ;
margin-left:5px;
}

h2.page-header2 {
font-family:Arial;
font-size:24px;
font-weight: bold;
color:#336699;
text-align:left;
margin-right: 20px;
border-bottom:#ffffff solid 5px;
width: 800px ;}

h2.page-header2 a{
font-weight:bold;
color:#336699;
text-decoration:none;
}

h2.page-header2 a:hover{
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.user-icon {
float:right;
position:relative;
margin-right:-5px;
margin-bottom:10px;
text-align:center;
background-color:transparent !important;
}

.user-icon span {
background-color:transparent !important;
}

.user-icon img {
border:#ffffff solid 5px;
}

div.asset-header li.item span {
font-size:14px;
}

.asset-tags-list {
font-size:12px;
color:#336699;
}

.asset-tags-list li.item a {
color:#336699;
text-decoration:none;
}

.asset-tags-list li.item a:hover {
text-decoration:none;
color:#ffffff;
background-color:transparent;
}

div.lj-currents {
font-size:15px;
color:#336699;
}

/*---SIDEBAR---*/

.widget {
font-size:15px;
color:#000000;
}

h3.widget-header {
font-weight: bold;
font-family:Arial;
font-size:16px;
color:#336699;
}

h3.widget-header a{
font-weight:bold;
color:#336699;
text-decoration:none;
}

h3.widget-header a:hover {
font-weight:bold;
text-decoration:none;
color:#ffffff;
}

div.about-me-widget div.user-pic{
border:#ffffff solid 5px;
}

ul.widget-list a{
font-weight:bold;
font-size:15px;
text-decoration:none;
}

div.calendar-widget{
font-size:14px;
}

.powered-widget{
display: none;
}

/*---COMMENT---*/

.comment-even {
border:#E1E2E8 solid 3px;
}

div.comment-body {
font-size:15px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
}

div.comment-inner div.user-icon {
float:left;
margin-right:5px;
}

div.comment-links {
margin-right:5px;
padding-bottom: 5px;
}

Код для узкого:

/*--- rain-1- narrow ---*/
/*--- design by irina_chisa from http://community.livejournal.com/irina_diza/ ---*/
/*--- foto by nutsh---*/

/* --- STRUCTURE --- */

body{
background-color: #cccccc;
font-size:15px;
color:#000000;
}

a:link {
color:#666666;
font-weight:bold;
text-decoration:underline;
}
a:visited {
color:#666666;
font-weight:bold;
text-decoration:underline;
}
a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

#container{
width: 960px !important;
background-color:#666666;
border:#ffffff solid 10px;
margin:auto;
position:relative;
top:10px;
}

#container-inner{
width: 920px !important;
background-color:#cccccc;
border:#999999 solid 10px;
margin-top: 10px;
margin-bottom: 10px;
}

div#alpha{
width: 720px !important;
}
div#alpha-inner{
width: 720px !important;
padding-left:0px;
margin-left:0px;
}

div#beta{
width: 180px !important;
margin-top: 10px;
}

/* --- HEADER --- */

#header {
background-color:transparent;
background-image:url(http://img-fotki.yandex.ru/get/5308/28080324.3b/0_5604f_97407ea1_orig);
background-position: bottom center;
background-repeat: no-repeat;
border-bottom: #999999 solid 10px;
width:920px;
height:360px;
}

#header-inner{
margin:0px;
padding:0px;
width:920px;
text-align:center;
}

.nav {
font-family:Arial;
font-size:20px;
font-color: #FFFFFF;
margin-left:10px;
margin-top:10px;
}

ul.nav li.item{
border:none;
display:inline;
float:none;
padding:0px 20px;
text-align:center;
}

.nav a{
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}

.nav a:hover {
color: #336699;
font-weight:bold;
text-decoration:underline;
}

#header-name {
font-family:Arial;
font-size:24px;
font-weight:bold;
position:absolute;
top:300px;
left:10px;
right:10px;
}

#header-name a{
color: #ffffff;
text-decoration:none;
font-weight: bold;
}

#header-description{
font-family: Bookman Old Style;
font-style:italic;
font-size:20px;
color: #cccccc;
position:absolute;
top:250px;
left:10px;
right:10px;
}
/* --- ENTRIES --- */

p.prevnext, .skiplinks {
text-align:right;
margin-right:15px;
}

.asset-inner {
margin-bottom:30px;
width: 700px ;
margin-left:5px;
}

h2.page-header2 {
font-family:Arial;
font-size:24px;
font-weight: bold;
color:#336699;
text-align:left;
margin-right: 20px;
border-bottom:#ffffff solid 5px;
width: 700px ;
}

h2.page-header2 a{
font-weight:bold;
color:#336699;
text-decoration:none;
}

h2.page-header2 a:hover{
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.user-icon {
float:right;
position:relative;
margin-right:-5px;
margin-bottom:10px;
text-align:center;
background-color:transparent !important;
}

.user-icon span {
background-color:transparent !important;
}

.user-icon img {
border:#ffffff solid 5px;
}

.asset-tags-list {
font-size:12px;
color:#336699;
}

.asset-tags-list li.item a {
color:#336699;
text-decoration:none;
}

.asset-tags-list li.item a:hover {
text-decoration:none;
color:#ffffff;
background-color:transparent;
}

div.lj-currents {
font-size:13px;
color:#336699;
}

/* --- SIDEBAR --- */

.widget {
font-size:14px;
color:#000000;
}

h3.widget-header {
font-weight: bold;
font-family:Arial;
font-size:16px;
color:#336699;
}

h3.widget-header a{
font-weight:bold;
color:#336699;
text-decoration:none;
}

h3.widget-header a:hover {
font-weight:bold;
text-decoration:none;
color:#ffffff;
}

div.about-me-widget div.user-pic{
border:#ffffff solid 5px;
}

ul.widget-list a{
font-weight:bold;
font-size:14px;
text-decoration:none;
}

div.calendar-widget{
font-size:13px;
}

.powered-widget{
display: none;
}

/* --- COMMENT --- */

.comment-even {
border:#E1E2E8 solid 2px;
}

div.comment-body {
font-size:14px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
}

div.comment-inner div.user-icon {
float:left;
margin-right:5px;
}

div.comment-links {
margin-right:5px;
padding-bottom: 5px;
}

Кредиты в профиль:

Дизайн журнала / Фото

Или код кнопки


http://community.livejournal.com/irina_diza/">http://img-fotki.yandex.ru/get/5601/irina-chisa.27/0_43cca_fafd5082_orig">

дизайн, осень

Previous post Next post
Up