ALERT! Temos novas funcionalidades sobre licenciamento e posts de rascunho no TWiki Blogs aproveitem e fiquem atentos à WebWishList.
%STARTINCLUDE%
/*
Design by Free CSS Templates
Release named Decorative
http://www.freecsstemplates.org
http://www.freecsstemplates.org/preview/decorative
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
  margin: 0;
  padding: 0;
}

/* Hacks para IE from https://twiki.softwarelivre.org/pub/TWiki/PatternSkin/style.css */
pre {
    width:100%;
    margin:1em 0; /* Win IE tries to make this bigger otherwise */
}
html>body pre { /* hide from IE */
   /*\*/ overflow:auto !important; /* */ overflow:scroll; width:auto; /* for Mac Safari */
}

body {
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img01.png);
  background-repeat: repeat-y;
  background-position: center;
  font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
  color: #9E9D89;
}

form {
}

input, textarea {
  border: 1px solid #DEDED1;
  font: normal "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
  padding: .15em;
  background: #FDFDFB url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img06.gif) repeat-x;
}

input.button {
  background: #763320 url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img07.gif) repeat-x;
  color: #FFFFFF;
}

h1, h2, h3, h4 {
  font-family: Verdana, Georgia, "Times New Roman", Times, serif;
  color: #D15803;
}

h1 {
  letter-spacing: -.05em;
  font-size: 2.2em;
}

h2, h4 {
  margin-top: 1em;
  letter-spacing: -.05em;
  font-size: 1.4em;
}

h3 {
  margin-top: 1em;
}

p, ul, ol {
  margin-top: 0.5em;
  line-height: 120%;
}

ul {
  list-style: none;
}

ul li {
  margin-left: 1em;
  padding-left: 2em;
  background: url(%ICONURL{led-box-orange}%) no-repeat left top;
}

ol {
  margin-left: 1em;
  list-style-position: inside;
}

blockquote {
  margin-left: 1em;
  padding-left: .75em;
  border-left: 1px solid #9E9D89;
}
img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #D15803;
}

a:hover {
  text-decoration: underline;
  color: #827F4F;
}

/* Header */

#header {
  width: 860px;
  height: 100px;
  margin: 0 auto;
  padding: 0 40px;
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img02.png);
}

#logo {
  float: left;
}

#logo h1, #logo p {
  padding: 10px 0;
  margin: 0;
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #F3F3E9;
}

#logo h1 {
  font-size: 3em;
}

#logo p {
  letter-spacing: -.055em;
  font-size: 1.4em;
  font-weight: bold;
}

#logo a {
  color: #F3F3E9;
}

#search {
  float: right;
  width: 15em;
  padding-top: 50px;
}

#search fieldset {
  border: none;
}

#search #s {
  width: 13em;
}

/* Page */

#page {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

/* Content */

#content {
  float: right;
  width: 580px;
  padding: 10px 50px 0 5px;
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img04.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.post {
}

.post .meta {
  margin: 0 0 1.5em 0;
  padding: 0 0 1px 5px;
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img08.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: normal;
}

.post .meta small {
  font-size: 12px;
}

/* Boxes contained in sidebar */
#banners {
  font-size: 80%;
  color: #FFFFFF;
  margin:  0px;
  display:  table-cell;
  float:      right;
  position: relative;
  height:    82px;
  widht:     300px;
  top:        10px;
  z-index:  99;
  align:      right;
  vertical-align: middle;
}
.boxes {
  padding: 4px; 
}
.boxes, .tags, .history {
  border: 1px dashed #fff;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}
.tags {
  text-align:center;
  line-height:2em;
}
.history {
  padding: 0.5em;
}
.history h2 {
  font-size: 1em;
}
.history a:hover {
  background: #F83;
}
.history #switch {
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/barrafundo_amarela.png);
  background-repeat: repeat-y; 
// background: #FF8;
}
.history #switch a {
 color: black;
}

/* General sidebar that will contain other boxes */
#sidebar {
  float: left;
  width: 240px;
  padding: 20px 10px 0px 25px;
  background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img03.png);
  background-repeat: no-repeat;
  background-position: top left;
  font-size: smaller;
  color: #EED;
}
#sidebar ul {
   padding: 0;
   list-style: none;
}
#sidebar li {
   margin-bottom: 0;
   padding: 0;
   background: none;
}
#sidebar li ul {
}
#sidebar li li {
   margin: 0 0 0 1em;
   padding-left: .75em;
   background: url(%PUBURL%/Blogs/AmadeuJuniorTemplate/img09.gif) no-repeat left center;
}
#sidebar h4 {
   color: #EE5;
}
#sidebar a {
   color: #EE5;
}

/* Footer */
#footer {
  float: left;
  width: 240px;
  /*padding: 20px 10px 0px 25px;*/
  text-align: center;
  color: #FFF;
  border-bottom-style: dashed;
}
#footer a {
  color: #EE5;
}
%STOPINCLUDE%
Topic revision: r12 - 30 Mar 2009 - 13:30:03 - AmadeuJunior

Seu Blog

 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki-SL? Send feedback