Layout #027a: Cities. Berlin

Oct 21, 2010 17:59

Этот дизайн открывает серию "Города", которая будет чем-то вроде конструктора: можно будет менять шапки с видами города, фон и цвета текста, а шаблон останется прежним.

Первый город в этом путешествии - Берлин. А какие города вы бы хотели увидеть?..

UPD. Города-кандидаты:
  • Лондон

  • Париж

  • Москва

  • Нью-Йорк

  • Стамбул
  • Барселона
  • Вена
  • Зальцбург
  • Сочи
  • Мадрид
  • Пекин
  • Токио/Киото
  • Прага
  • Флоренция
  • Иерусалим
  • Киев/Одесса
  • Стокгольм
  • Таллинн
  • Ереван
  • Амстердам
This layout opens a whole 'Cities' series, which will be some sort of a constructor: you can change headers with points of interest, background and colors, but the template will stay the same.

The first city in this travelling list is Berlin. And what cities would you like to see?

UPD. The candidates are:
  • London

  • Paris

  • Moscow

  • New-York

  • Istanbul
  • Barcelona
  • Vienna
  • Salzburg
  • Sochi
  • Madrid
  • Beijing
  • Tokyo/Kyoto
  • Prague
  • Florence
  • Jerusalem
  • Kiev/Odessa
  • Stockholm
  • Tallinn
  • Erevan
  • Amsterdam

Правила: Дополнительные
Стиль: S2 Flexible Squares
Тип аккаунта: любой
Разрешение экрана: 1024+
Посты: фиксированная ширина
Картинки: до 710рх
Браузеры: Mozilla, Chrome, Safari, IE (Opera - наверное)
Комментарии в стиле журнала: да
Контрольная панель: включена
Сайдбар: полный
Заголовок и подзаголовок: только заголовок
Terms: Additional
Style: S2 Flexible Squares
Account type: all types
Screen Resolution: 1024+
Entries: fixed width
Images: max width 710px
Browsers: Mozilla, Chrome, Safari, IE (Opera I guess, too)
Comments in journal's style: yes
Controlstrip: enabled
Sidebar: enabled, full
Title & Subtitle: title only


Вживую // Live preview:
recent // friends // comments


1. В настройках журнала выбираете тему Flexible Squares (положение сайдбара - слева!) и жмете кнопку внизу "Customise selected theme ->".

2. В левом меню выбираете пункт "Custom CSS". В разделе "Page" ставите:

- Use layout's stylesheet(s): Yes
- Use layout's stylesheet(s) when including custom external stylesheet: No
- Use external stylesheets: No

3. В окошко Custom stylesheet вставляете текст:
1. In Customize section choose Flexible Squares style (sidebar on the left!) and click "Customise selected theme ->" below.

2. In left menu choose "Custom CSS". In "Page" section choose:

- Use layout's stylesheet(s): Yes
- Use layout's stylesheet(s) when including custom external stylesheet: No
- Use external stylesheets: No

4. In Custom stylesheet block, insert the following code:

/* Layout #27a: Cities. Berlin */
/* Date: October 10, 2010 */
/* S2 Style: Flexible Squares */

/*----- CREDITS -----*/

/* Design & Codes: Ruthenia Alba @ ruthenia-alba.livejournal.com */
/* Header Photo: Jurgen Matern @ Wikimedia Commons */
/* Tiny Icons: famfamfam @ famfamfam.com */

/*----- COLORS-----

#CBD2D7 - grey gor borders and fills;
#1786A0 - a links;
#329CC6 - a hover links;
#A9B4BD - date;
#484848 - text;
#e9ecee - textarea & input;
*/

/*------BASICS------*/

body {
margin: 0;
padding: 0;
background: url(http://ruthenia-alba.webs.com/027berlin-layout/upload/027berlin-bg-blue.gif) repeat;
}

/* ----- links ----- */

a, a:link {
color: #1786A0;
}

a:hover {
color: #329CC6;
}

a:visited {
color: #A9B4BD;
}

/* ----- title & subtitle ----- */

.title {
border: 0;
position: absolute;
align: center;
width: 900px;
margin: 85px 20px 0 20px;
font: bold 16px Calibri, Arial;
text-transform: uppercase;
letter-spacing: 1px;
color: #1786A0;
}

.subtitle {
display: none;
}

/* ----- CONTENT ------ */

#content {
border: solid 5px #CBD2D7;
padding: 0;
margin: 40px auto;
width: 940px;
background: #fff;
border-radius: 4px;
}

/* ----- header ----- */

#header {
margin: 20px 20px 0 20px; /* !!! */
border: 0;
background: url(http://ruthenia-alba.webs.com/027berlin-layout/upload/027berlin-header2.jpg) no-repeat;
height: 358px; /* !!! */
}

/* ----- navigation ----- */

ul.navheader {
background: #CBD2D7;
margin: 350px 0px 0 0px; /* !!! */
padding: 6px 0;
font: bold 16px Calibri, Arial;
text-transform: uppercase;
letter-spacing: 1px;
border-top: solid 7px #fff; /* !!! */
color: #484848;
}

ul.navheader li {
}

ul.navheader a,
ul.navheader a:link,
ul.navheader a:visited {
color: #1786A0 !important;
}

ul.navheader a:hover {
color: #329CC6 !important;
}

/* ----- SIDEBAR ----- */

#sidebar {
float: left;
background: #fff;
border: 0;
margin: 20px 10px 0 20px;
padding: 0;
width: 170px;
font: normal 13px Arial;
}

.defaultuserpic img {
background: #fff;
padding: 5px;
border: 10px solid #CBD2D7;
margin-bottom: 10px;
border-radius: 2px;
}

.sbarbody {
margin: 0 0 20px 0;
padding: 0;
}

li.sbartitle {
background: #CBD2D7;
text-align: center;
font: bold 16px Calibri, Arial;
text-transform: uppercase;
letter-spacing: 0px;
color: #1786A0;
border: 0;
margin: 0;
padding: 10px;
}

.sbarbody2 {
padding: 0;
font: normal 13px Arial;
color: #484848;
text-align: right;
}

ul.sbarlist sbarcontent {
margin: 0 !important;
padding: 0 !important;
}

li.sbaritem {
text-align: right;
margin: 7px 2px !important;
padding: 3px 5px !important;
border-bottom: 2px solid #CBD2D7 !important;
font: normal 13px Arial;
color: #484848;
}

li.tagcloud a {
font: normal 13px Arial;
}

.sbarbody2 a, .sbarbody2 a:link, li.sbaritem a, li.sbaritem a:link, li.sbaritem a:visited,
li.tagcloud a, li.tagcloud a:link, li.tagcloud a:visited {
color: #1786A0 !important;
}

.sbarbody2 a:hover, li.sbaritem a:hover, li.tagcloud a:hover {
color: #329CC6 !important;
text-decoration: none;
}

/* ----- sidebar calendar ----- */

div #sidebar_calendar .sbarcontent {
padding: 0;
}

.sbarcalendar {
text-align: center;
font: normal 15px Calibri;
color: #484848;
padding: 2px 4px;
border: 0;
}

.sbarcalendarposts {
background: #CBD2D7;
padding: 3px;
border: 0;
}

.sbarcalendarposts a,
.sbarcalendarposts a:link,
.sbarcalendarposts a:visited {
text-align: center;
font: bold 15px Calibri;
color: #1786A0 !important;
border: 0;
}

.sbarcalendarposts a:hover {
color: #329CC6 !important;
}

/* ----- MAIN CONTENT ----- */

#maincontent {
margin: 15px 20px 0 210px;
background: transparent;
border: 0;
}

.subcontent {
margin: 0;
padding: 0;
border:0;
background: transparent;
}

/* ----- content: date & subject ----- */

.datesubject {
background: transparent;
margin: 0;
padding: 0;
}

.date {
background: transparent;
padding: 5px 0;
margin: 0;
color: #A9B4BD;
font: normal 11px Arial;
text-transform: uppercase;
text-align: left;
border: 0;
border-bottom: 2px solid #CBD2D7;
}

.subject,
.replytosubject {
background: transparent;
padding: 5px 0px;
color: #1786A0;
font: bold 15px Calibri, Arial;
text-transform: uppercase;
text-align: left;
border: 0;
}

.subject a, .subject .subj-link, .subject a:link, .subject a:visited,
.replytosubject a, .replytosubject a:link, .replytosubject a:visited {
color: #1786A0;
text-decoration: none;
padding: 0;
margin: 0;
}

.subject a:hover,
.replytosubject a:hover {
color: #329CC6;
text-decoration: none;
border: 0;
}

/* ----- content: userpic ----- */

.userpic,
.userpicfriends {
background: #fff !important;
border: solid 10px #CBD2D7;
position: relative;
float: right;
margin: 5px 0px 5px 15px;
padding: 4px;
border-radius: 3px;
}

.userpic img,
.userpicfriends img {
width: 70px;
height: 70px;
}

.userpicfriends a font {
font: normal 13px Arial;
color: #1786A0;
}

.userpicfriends a:hover font {
color: #329CC6;
}

.userpicfriends a:hover {
text-decoration: none !important;
}

/* ----- content: entry ----- */

.entry {
background: transparent;
text-align: justify;
border: 0;
margin: 0;
padding: 0;
font: normal 13px Arial;
line-height: 18px;
color: #484848;
}

.entry img {
max-width: 710px;
}

.entry_text {
min-height: 55px;
}

.entry_text p {
font: normal 13px Arial;
line-height: 18px;
color: #484848;
}

blockquote {
padding: 10px;
margin: 10px 100px;
background: #CBD2D7;
font: normal 13px Calibri, Arial;
border-radius: 2px;
}

/* ---- content: tags & currents ---- */

.ljtags {
margin: 10px 0 5px 0;
font: bold 15px Calibri;
text-transform: uppercase;
}

.ljtags a {
font: normal 13px Arial;
text-transform: lowercase;
}

.ljtags a:hover {
text-decoration: none;
}

.currents {
margin: 0 !important;
padding: 0;
font: normal 13px Arial;
}

.currents strong {
font: bold 15px Calibri;
text-transform: uppercase;
}

.currents a:hover {
text-decoration: none;
}

.currentlocation, .currentmood {
margin: 0 0 5px 0;
font: normal 13px Arial;
}

.currentmusic {
margin: 0;
font: normal 13px Arial;
}

.clear {
height: 0;
}

.separator {
height: 10px;
}

/* ------- content: comments ------- */

.comments {
height: 35px;
background: #CBD2D7;
margin: -5px 0 0 !important;
padding: 5px;
text-align: center;
color: #CBD2D7;
}

.comments a, .comments a:link {
font: bold 16px Calibri, Arial;
text-transform: uppercase;
color: #1786A0 !important;
}

.comments a:hover {
color: #329CC6 !important;
text-decoration: none;
}

/* ----- content: footer ----- */

#footer {
margin: 0 20px;
border:0;
background: #fff;
font: bold 16px Calibri, Arial;
text-transform: uppercase;
color: #484848;
}

.navfooter a, .navfooter a:link {
color: #1786A0 !important;
}

.navfooter a:hover {
color: #329CC6;
}

.clearfoot {
background: #fff;
}

/* ----- COMMENTS PAGE ----- */

/* ----- links to posts ----- */

.skiplinks {
color: #fff;
margin: 5px 0;
text-align: left;
font: normal 13px Arial;
}

.skiplinks a {
padding: 0 5px 0 0;
font: normal 13px Arial;
}

.skiplinks a:hover {
text-decoration: none;
}

/* ----- comments ----- */

.box {
border: 0;
padding: 0;
font: normal 13px Arial;
color: #484848;
}

.box center {
font: normal 15px Calibri, Arial;
text-transform: uppercase;
color: #484848;
margin: 0 0 30px 0;
padding: 0;
}

.box center a {
color: #1786A0;
}

.box center a:hover {
color: #329CC6;
text-decoration: none;
}

.commentbox {
background: transparent;
border: 0;
font: normal 13px Arial;
padding: 0;
margin: 0;
color: transparent;
}

.datesubjectcomment {
background: transparent;
color: #484848;
border: 0;
border-bottom: 2px solid #CBD2D7 !important;
padding: 0 0 5px 0;
margin: 20px 0 0 0;
}

.commentreply {
font: normal 13px Arial;
line-height: 18px;
color: #484848;
text-align: justify;
margin: 5px 0 0;
}

.userpiccomment {
position: relative;
max-width: 70px;
max-height: 70px;
background: #fff;
border: solid 10px #CBD2D7;
float: left;
padding: 4px;
border-radius: 3px;
margin: 0px 10px 0px 0px;
}

.commentbox div a {
font: normal 12px Arial;
}

.commentbox div a:hover {
text-decoration: none;
}

.commentbox div div {
padding: 5px 0 0 0 !important;
min-height: 25px;
}

div.box form table {
border: 0 !important;
margin: 0 0 30px 0;
align: center;
color: #484848;
font: normal 13px Arial;
}

/* ----- REPLY PAGE ----- */

.replytoposter {
font: normal 13px Arial;
color: #484848;
}

/* ----- input & textarea ----- */

input, textarea, select {
font: normal 13px Arial;
color: #484848;
border: 2px solid #CBD2D7;
background: #e9ecee;
padding: 2px;
margin: 2px;
border-radius: 2px;
}

/* ----- FRIENDS PAGE ----- */

.lj-view-friends .userpicfriends {
color: #484848;
}

.lj-view-friends .userpicfriends a font {
color: #1786A0;
}

.lj-view-friends .userpicfriends a:hover font {
color: #329CC6;
}

.lj-view-friends .userpicfriends a:hover {
text-decoration: none !important;
}

.lj-view-friends img {
max-width: 710px;
}

/* ----- CALENDAR PAGE ----- */

ul.year {
padding: 0 0 5px 0;
margin-top: 20px;
border-bottom: 2px solid #CBD2D7 !important;
}

ul.year li {
display: inline;
color: #;
padding: 0 10px;

}

ul.year li a {
font: bold 16px Calibri, Arial;
text-transform: uppercase;
color: #1786A0;
}

ul.year li a:hover {
color: #329CC6;
text-decoration: none;
}

li.active {
font: bold 16px Calibri, Arial;
text-transform: uppercase;
color: #484848;
}

table.yeartable {
margin-left: auto;
margin-right: auto;
}

td.yearmonth {
color: #484848;
padding-bottom: 10px;
font: normal 11px Arial;
text-transform: uppercase;
}

td.yearmonth a:hover {
text-decoration: none;
}

table.yeartable td.yearday {
padding: 5px;
background: #fff;
text-align: center;
color: #484848;
border: 0;
font: bold 15px Calibri, Arial;
text-transform: uppercase;
}

table.yeartable td.yeardate {
font: normal 15px Calibri;
background: transparent;
border: 1px solid #CBD2D7;
color: #484848;
padding: 5px 5px 0 0;
}

table.yeartable td.yeardate a:hover {
text-decoration: none;
}

/* ----- TAGS PAGE ----- */

.lj-view-tags #maincontent {
margin-top: 20px;
}

.lj-view-tags h2 {
padding: 0px 20px 5px 0;
font: bold 16px Calibri, Arial;
text-transform: uppercase;
color: #484848;
border-bottom: 2px solid #CBD2D7 !important;
}

.ljtaglist {
font: normal 13px Arial;
color: #484848;
line-height: 18px;
}

.ljtaglist a {
text-decoration: none;
}

/* ----- MISCELLANEOUS ----- */

/* ----- lj user & images ----- */

.ljuser a b {
font: bold 15px Calibri;
letter-spacing: 0px;
color: #1786A0;
}

.ljuser a:hover {
text-decoration: none;
}

.ljuser a:hover b {
color: #329CC6 !important;
}

img[src*="userinfo.gif"] {
width: 0;
height: 0;
padding: 6px 8px 8px 17px;
background: url(http://ruthenia-alba.webs.com/027berlin-layout/upload/027berlin-ljuser.png) no-repeat transparent;
}

img[src*="community.gif"] {
width: 0;
height: 0;
padding: 6px 8px 8px 17px;
background: url(http://ruthenia-alba.webs.com/027berlin-layout/upload/027berlin-ljcomm.png) no-repeat transparent;
}

/* ----- NEW NAVIGATION STRIP ------ */

#lj_controlstrip_new {
background: #CBD2D7;
border-bottom: 0 !important;
border: 0;
}

.w-cs {
color: #484848 !important;
font: normal 11px Arial;
}

.w-cs A:link,
.w-cs A:visited,
.w-cs A:active {
border: none !important;
text-decoration: none;
color: #1786A0 !important;
}

.w-cs A:hover {
color: #329CC6 !important;
}

.w-cs .w-cs-menu li {
background: url(http://webzoom.freewebs.com/ruthenia-alba/027berlin-layout/upload/027berlin-strip.png) no-repeat;
}

/* ----- left part: total ------ */

.w-cs .w-cs-userinfo {
background: transparent !important;
border: 0;
}

/* ----- left part: message window ------ */

.w-cs-summary {
background: #e9ecee !important;
border: solid #329CC6 1px;
}

.w-cs .w-cs-summary LI.w-cs-i-tokens {
border-right: 1px solid #329CC6;
}

/* ----- right part: viewing journal ------ */

.w-cs-status p {
color: #484848 !important;
font: normal 11px Arial !important;
}

/* ----- buttons: logout, search ------ */

.w-cs input.submit,
.w-cs input.text {
background: #e9ecee;
border: solid #329CC6 1px !important;
height: 19px;
padding: 0 5px 4px 5px;
border-radius: 2px;
box-shadow: 0 0 0 !important;
text-shadow: 0 0;
color: #484848 !important;
}

.w-cs FORM.w-cs-search label.placeholder-label {
margin: 2px 0 0 3px;
color: #484848 !important;
}

.w-cs FORM.w-cs-search INPUT.submit {
border: 0 !important;
height: 20px;
background: url(http://webzoom.freewebs.com/ruthenia-alba/027berlin-layout/upload/027berlin-search.png) no-repeat !important;
background-position: -2px 1px !important;
}

/* ----- Contextual Popup ----- */

.b-popup-outer {
background: #e9ecee;
opacity: .9;
border: 0;
border-radius: 5px;
}

.b-popup-inner {
border: 0;
}

.i-popup-arr {
display: none;
}

.b-contextualhover a:link,
.b-contextualhover a:visited {
background: transparent;
color: #1786A0 !important;
}

.b-contextualhover a:hover {
color: #329CC6 !important;
text-decoration: none !important;
}

.b-contextualhover,
.b-contextualhover div,
.b-contextualhover p,
.b-contextualhover ul,
.b-contextualhover ol,
.b-contextualhover li,
.b-contextualhover label,
.b-contextualhover img,
.b-contextualhover span,
.b-contextualhover h3,
.b-contextualhover input {
color: #484848;
}

.b-contextualhover-options {
border-top: 1px solid #484848 !important;
border-bottom: 0 !important;
}

.b-contextualhover h3 strong {
font: normal 13px Arial !important;
text-transform: none;
color: #484848;
}

Если вам мешают IP-адреса в комментариях, вы можете отключить их вот здесь (строка "IP Address Logging").
If you don't like IP-logging in your comments, you can disable this option right here ("IP Address Logging" string).

Like it?

layouts, layouts // flexible squares, layouts: cities, layouts [free]

Previous post Next post
Up