sobota, 24 marca 2012

Arkusz CSS do poprzedniego wpisu

/* wyśrodkowanie tekstu nagłówka w blogu
----------------------------------------------- */
.Header {
text-align: center;
}

/* wyśrodkowanie tytułu wpisu w blogu
----------------------------------------------- */
h3.post-title, .comments h4 {
text-align: center;
}

/* sformatowanie pola cytatu
----------------------------------------------- */
.post blockquote {
margin: 1em 20px;
}
blockquote, pre {
background:#F4F5F7 url(http://3.bp.blogspot.com/-3uVA_KcUy7I/TZipMgJ2AQI/AAAAAAAAAeM/mtDxAkFkdPo/s1600/blockquote.gif) 3px 3px no-repeat;
border:1px dashed #CCC;
padding:8px 12px 8px 36px;
margin:5px 0;
}
.post blockquote p {
margin: .75em 0;
}

/* przesunięcie strzałki CZYTAJ DALEJ
----------------------------------------------- */
.jump-link {
float: right;
margin-right: 15px;
text-decoration:blink;
}

/* SFORMATOWANIE STOPKI WPISU
----------------------------------------------- */
.post-footer {
margin: 5px -2px 0;
padding: 5px 10px;
background-color: #EEE;
border-bottom: 1px solid #EE1818;

line-height: 1.6;
font-size: 90%;
}

/* kurica w tle
----------------------------------------------- */
<Variable name="body.background" description="Body Background" type="background"
color="$(body.background.color)"
default="$(color) none repeat scroll top left" value="#EEE url(http://3.bp.blogspot.com/-NDK5IE2On1w/T2Z3yCnuL0I/AAAAAAAAAcQ/QaJgGHw0CwU/s1600/kurica_2.png) no-repeat fixed top right"/>

/* SZLACZEK
----------------------------------------------- */
<Variable name="paging.background"
color="$(content.background.color)"
description="Background of blog paging area" type="background"
default="transparent none no-repeat scroll top center" value="transparent url(http://www.blogblog.com/1kt/simple/paging_dot.png) repeat-x scroll top center"/>