• Comunicação Visual

terça-feira, 23 de junho de 2009

Lembrancinha para saída de maternidade

Cartão de 9,5cm x 7cm.
Biscuit preso, através de um furo, com fita de cetim.

segunda-feira, 22 de junho de 2009

Painel para decoração de quarto de bebê

Tema: Safari
Quarto de menino.




domingo, 21 de junho de 2009

Template para Blog (Blogger ) - Urbano




<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>

<meta content='Neste blog voce pode encontrar ... . ' name='description'/>
<meta content='urbano, dark' name='keywords'/>
<meta content='index,follow' name='robots'/>
<meta content='Aline Branco' name='author'/>


<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
Name: Aline_Urbano
Designer: Aline Branco
Date: junho 2009
-----------------------------------------------
*/

/* Variable definitions
====================
<Variable name="bgColor" description="Page Background Color"
type="color" default="#efefef" value="#efefef">
<Variable name="textColor" description="Text Color"
type="color" default="#333333" value="#cccccc">
<Variable name="linkColor" description="Link Color"
type="color" default="#336699" value="#336699">

<Variable name="headerBgColor" description="Page Header Background Color"
type="color" default="#336699" value="#336699">
<Variable name="headerTextColor" description="Page Header Text Color"
type="color" default="#fff" value="#ffffff">
<Variable name="headerCornersColor" description="Page Header Corners Color"
type="color" default="#528bc5" value="#528bc5">

<Variable name="mainBgColor" description="Main Background Color"
type="color" default="#ffffff" value="#ffffff">
<Variable name="borderColor" description="Border Color"
type="color" default="#cccccc" value="#cccccc">
<Variable name="dateHeaderColor" description="Date Header Color"
type="color" default="#999999" value="#999999">

<Variable name="bodyFont" description="Text Font geral"
type="font" default="normal normal 100% Verdana, Arial, Tahoma, Sans-serif;" value="normal normal 100% Verdana, Arial, Tahoma, Sans-serif;">
<Variable name="detalhesFont" description="Text Font para detalhes"
type="font" default="normal normal 100% Tahoma, Verdana, Arial, Sans-serif;" value="normal normal 100% Verdana, Arial, Tahoma, Sans-serif;">
<Variable name="headerFont" description="Page Header Font"
type="font" default="normal normal 210% Verdana, Arial, Tahoma, Sans-serif;" value="normal normal 210% Verdana, Arial, Tahoma, Sans-serif;">

<Variable name="startSide" description="Start side in blog language"
type="automatic" default="left" value="left">
<Variable name="endSide" description="End side in blog language"
type="automatic" default="right" value="right">
*/

body {
background:#000;
margin: 0;
padding: 0px;
font: Verdana, Arial,Tahoma;
text-align: center;
color: $textColor;
font-size: /**/small;
}
a:link {
color: $linkColor;
}
a:visited {
color: $linkColor;
}
a img {
border-width: 0;
}

#outer-wrapper {
font: $bodyFont;
}
blockquote {
border: 2px dashed #aaa;
background-color:#333;
font-size: 85%;
padding:15px;
}
/* Header
----------------------------------------------- */
#header-wrapper {
margin: 0;
padding: 0;
background:#000000
text-align: $startSide;
}

.bg_header_border {
width: 1000px;
margin: 0 auto;
padding:0;
background:#333333 ;
}

#header {
background:#222 url(http://lh3.ggpht.com/_ZX-0U2VlJ1s/Sj5DynS-qdI/AAAAAAAAAUs/7V1tIm0hSXM/blog-top.jpg) no-repeat center 30px;
color: #000;
padding: 15px;
margin: 20px 0 0 0;
font: $headerFont;
height:206px;
width: 948px;
margin: 0 auto;
border-left: 1px solid $borderColor;
border-right: 1px solid $borderColor;
text-align: left;
}

h1.title {
margin:30px 0 0 130px ;
font-size:36px;
color:#f89a1f;
}


h1.title a, h1.title a:visited {
color:#f89a1f;
font-size:36px;
text-decoration: none;
padding: 3px;
}

#header .description {
display: block;
margin-left: 3500px;
padding: 0;
font-size: 15px;
font-family:Tahoma, Arial;
}
.menu {
width: 810px;
text-align:right;
color:#6bacfd;
font: bold 14px Trebuchet MS, Tahoma, Verdana, Arial;
display:block; }

#frase {
float: right;
margin-right: 50px;
margin-top: -42px;
font-style:italic;
font-size:16px;
color:#fff;
}

/* Content
----------------------------------------------- */

.clear {
clear: both;
}

.bg_content_border {
background: #333333;
width: 1000px;
margin: 0 auto 50px;
padding-bottom:20px;
}

#content-wrapper {
padding: 30px 0 15px;
text-align: $startSide;
background-color: #222;
border: 1px solid $borderColor;
border-top: 0;
margin: 0 10px ;
}
#main-wrapper {
margin-$startSide: 10px;
padding: 20px ;
width: 640px;
float: $startSide;

display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
margin-$endSide: 10px;
width: 225px;
float: $endSide;
display: inline; /* fix for doubling margin in IE */
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
padding: 20px ;
}

/* Headings
----------------------------------------------- */
h2, h3 {
margin: 0;
}

/* Posts
----------------------------------------------- */
.date-header {
margin: 1.5em 0 0;
font-weight: normal;
color: $dateHeaderColor;
font-size: 80%;
font: $detalhesFont;
}
.post {
margin: 0 0 1.5em;
padding-bottom: 1.5em;
}
.post-title {
margin: 0;
padding: 5px;
height:17px;
font-size: 125%;
font-weight: bold;
line-height: 1.1em;
background:#333 url(http://lh4.ggpht.com/_ZX-0U2VlJ1s/Sj5DynOvwaI/AAAAAAAAAUw/sw5dLj6FfC4/title.jpg) no-repeat left top;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: #ea8731;
font-weight: bold;
padding:3px 5px 3px 25px;
}
.post div {
margin: 0 0 .75em;
line-height: 1.3em;
}

.post-footer {
margin: -.25em 0 0;
color:#505050;
font-size: 87%;
font: $detalhesFont;
}

.post-footer .span {
margin-$endSide: .3em;
}

.post img {
padding: 4px;
border: 1px solid $borderColor;
}
.post blockquote {
margin: 1em 20px;
}
.post blockquote p {
margin: .75em 0;
}

/* Comments
----------------------------------------------- */
#comments h4 {
margin: 1em 0;
color: $dateHeaderColor;
}
#comments h4 strong {
font-size: 110%;
}
#comments-block {
margin: 1em 0 1.5em;
line-height: 1.3em;
}
#comments-block dt {
margin: .5em 0;
}
#comments-block dd {
margin: .25em 0 0;
}
#comments-block dd.comment-footer {
margin: -.25em 0 2em;
line-height: 1.4em;
font-size: 78%;
}
#comments-block dd p {
margin: 0 0 .75em;
}

.deleted-comment {
font-style:italic;
color:gray;
}

.feed-links {
clear: both;
line-height: 2.5em;
}

#blog-pager-newer-link {
float: $startSide;
}

#blog-pager-older-link {
float: $endSide;
}

#blog-pager {
text-align: center;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
margin: 1.6em 0 .5em;
padding: 10px 5px 5px;
border-top:1px #ccc dashed;
font-size: 100%;
color: #a0afda;
}

.sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar li {
margin: 0;
padding-top: 0;
padding-$endSide: 0;
padding-bottom: .5em;
padding-$startSide: 15px;
text-indent: -15px;
line-height: 1.5em;
}
.sidebar {
color:#777777;
line-height:1.3em;
}
.sidebar .widget {
margin-bottom: 1em;
}

.sidebar .widget-content {
margin: 0 5px;
}

/* Profile
----------------------------------------------- */
.profile-img {
float: $startSide;
margin-top: 0;
margin-$endSide: 5px;
margin-bottom: 5px;
margin-$startSide: 0;
padding: 4px;
border: 1px solid $borderColor;
}

.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font-weight: bold;
line-height: 1.6em;
font-size: 78%;
}

.profile-datablock {
margin:.5em 0 .5em;
}

.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}


/* Footer
----------------------------------------------- */
#footer {
clear: both;
text-align: center;
color: $textColor;
}

#footer .widget {
margin:.5em;
padding-top: 20px;
font-size: 85%;
line-height: 1.5em;
text-align: $startSide;
}



</b:skin>
</head>


<body>
<div id='outer-wrapper'><div id='wrap2'>

<!-- skip links for text browsers -->
<span id='skiplinks' style='display:none;'>
<a href='#main'>skip to main </a> |
<a href='#sidebar'>skip to sidebar</a>
</span>


<div id='header-wrapper'>
<div class='bg_header_border'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='SEU TÍTULO (Cabeçalho)' type='Header'/>
</b:section>

<div id='frase'><ul style='color: rgb(255, 255, 255);'><li style='margin: 3px; display: inline;'>SUA FRASE OPCIONAL</li></ul></div>

</div>
</div>
<div class='bg_content_border'>
<div id='content-wrapper'>

<div id='crosscol-wrapper' style='text-align:center'>
<b:section class='crosscol' id='crosscol' showaddelement='no'/>
</div>

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Postagens no blog' type='Blog'/>
</b:section>
<div class='clear'/>
</div>

<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Text2' locked='false' title='Bem-vindo ao meu blog!' type='Text'/>
<b:widget id='Text1' locked='false' title='Um pouco sobre mim' type='Text'/>
<b:widget id='Feed1' locked='false' title='Recent Posts' type='Feed'/>
<b:widget id='Label1' locked='false' title='Categorias' type='Label'/>
<b:widget id='BlogArchive2' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='LinkList1' locked='false' title='Blogroll' type='LinkList'/>
<b:widget id='Followers2' locked='false' title='Followers' type='Followers'/>
</b:section>
</div>

<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'> </div>

</div> <!-- end content-wrapper -->

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>
<div class='clear'/>

</div></div>
</div> <!-- end outer-wrapper -->
</body>
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
try {
var pageTracker = _gat._getTracker("UA-7414915-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</html>

sábado, 20 de junho de 2009

Fotos de casamento

Manipulação de Fotos de casamento.



Manipulação de Fotos de casamento.