Aneh Tapi Nyata
Template Union Head
View Demo
Copy template
*/
/* ----- GLOBAL ----- */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
min-width: 810px;
text-align: center;
color: $textColor;
background: $bodybgColor;
background-attachment: fixed;
font-family: arial,verdana,helvetica,tahoma,Sans-serif;
font-size: 100%;
}
#outer-wrapper {
margin: 0 auto; /* to make the template lay in the screen center */
padding: 0px 0px 0px 0px;
margin-top: 0px;
text-align: left;
position: relative;
width: 810px;
}
#blog-wrapper {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
position: relative;
width: 810px;
border-left: 1px solid $blogBorderColor;
}
#spacer {
z-index: -1;
clear: both;
margin: -7px 0px 0px 0px;
padding: 0;
line-height: 0;
min-height: 0;
max-height: 0;
z-index: -1;
}
/* global link attributes */
a {
color: $mainLinkColor;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: $mainHoverLinkColor;
}
a:visited {
text-decoration: none;
color: $mainVisitedLinkColor;
}
/* setting margin of Blogger Navbar */
#Navbar1 {
margin: 0;
padding: 0;
display: none;
visibility: hidden;
}
/* ----- HEADER ----- */
#top-wrapper {
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 10px;
width: 789px;
background: $blogbgColor;
border-right: 1px solid $blogBorderColor;
}
#header-wrapper {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 779px;
}
#header {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: url(http://2.bp.blogspot.com/_3EuCGSZXpKA/SzXAUqh8fAI/AAAAAAAAB_w/LlBnDiysI_w/S1600-R/galeracurtindo.jpg);
height: 187px;
border: 1px solid $headerBorderColor;
border-bottom: 0;
text-align: center;
}
#header h1 {
display: block;
margin: 0px 0px 0px 0px;
padding: 130px 30px 0px 20px;
color: $blogTitleColor;
font: $blogTitleFont;
text-align: left;
}
#header h1 a, #header h1 a:visited {
text-decoration: none;
color: $blogTitleColor;
}
#header h1 a:hover {
color: $blogDescriptionColor;
text-decoration: none;
}
#header .description {
display: block;
margin: 0px 0px 0px 0px;
padding: 5px 30px 10px 20px;
color: $blogDescriptionColor;
font: $blogDescriptionFont;
text-align: left;
}
#header a img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0;
position: absolute;
top: 0px;
left: 0px;
}
/* ----- LINKBAR ----- */
#linkbar {
margin: 0px 0px 0px 0px;
padding: 1px 0px 5px 0px;
position: relative;
width: 777px;
background: $mainlinkbarbgColor;
border: 1px solid $headerBorderColor;
border-top: 0;
border-bottom: 0;
}
#linkbar ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
list-style-type:none;
}
#linkbar li {
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#linkbar h2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: none;
visibility: hidden;
}
#linkbar a {
clear: both;
margin: 0px -5px 0px 0px;
padding: 5px 15px 7px 15px;
width:100%px;
text-decoration:none;
font: $linkbarTextFont;
color: $linkbarTextColor;
background: $linkbartextbgColor;
border: 1px solid $linkbarBorderColor;
border-top: 0;
border-bottom: 0;
}
#linkbar a:hover {
color: $linkbarHoverTextColor;
background: $linkbarHoverBgColor;
}
/* ----- FEED ----- */
#feed-wrapper {
padding: 0px 0px 0px 2px;
float: left;
}
/* ----- MAIN ----- */
#content-wrapper {
margin: 0px 0px 0px 0px;
padding: 40px 0px 0px 10px;
width: 789px;
position: relative;
text-align: left;
background: $blogbgColor;
border-right: 1px solid $blogBorderColor;
border-bottom: 1px solid $blogBorderColor;
}
#main-wrapper {
float: left;
position: relative;
width: 470px;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
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 */
}
#main {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 470px;
height: 100%;
color: $textColor;
font: $textFont;
background: $postbgColor;
border: 1px solid $postBorderColor;
}
#main .widget {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}
#main #HTML5 {
padding: 0px 0px 3px 0px;
text-align: center;
background: $postbgColor;
}
#main #HTML6 {
padding: 3px 0px 1px 0px;
text-align: center;
}
h2.date-header {
margin: 0px 0px 0px 0px;
padding: 10px 0px 5px 20px;
text-align: left;
color: $dateHeaderColor;
font: $dateHeaderFont;
text-decoration: none;
}
.date-header span {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.post {
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 20px;
line-height: 1.6em;
text-align: left;
}
.post h3 {
margin: 0px -20px 5px -20px;
padding: 1px 20px 4px 20px;
color: $postTitleColor;
font: $postTitleFont;
border-top: 1px solid $postTitleBorderColor;
border-bottom: 1px solid $postTitleBorderColor;
background: $postTitleBgColor;
text-decoration: underline;
text-transform: uppercase;
text-align: left;
line-height: 1.6em;
}
.post h3 a, .post h3 a:visited, .post h3 a:hover {
color: $postTitleColor;
text-decoration: underline;
text-transform: uppercase;
}
.post h3 a:hover {
color: $mainLinkColor;
text-decoration: underline;
text-transform: uppercase;
}
.post-body p {
/* Fix bug in IE5/Win with italics in posts */
margin: 0px 0px 0px 0px;
padding: 5px 0px 15px 0px;
display: inline; /* to fix floating-ads wrapping problem in IE */
height: 1%;
overflow: visible;
}
.post-body p a, .post-body p a:visited {
color: $mainLinkColor;
}
.post-body a:hover {
text-decoration: underline;
color: $mainHoverLinkColor;
}
.post ul {
margin: 0px 0px 0px 0px;
padding: 3px 0px 15px 30px;
list-style-type: disc;
line-height: 2.0em;
font-size: 95%;
}
.post ol {
margin: 0px 0px 0px 0px;
padding: 3px 0px 15px 30px;
line-height: 2.0em;
font-size: 95%;
}
.post li {
margin: 0px 0px 0px 0px;
padding: 3px 0px 0px 0px;
line-height: 1.5em;
}
a img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px solid #cccccc;
}
/* ----- POST-FOOTER ----- */
.post-footer {
display: block;
margin: 10px 0px 0px 0px;
padding: 0px 0px 20px 0px;
text-align: left;
font: $postfooterTextFont;
color: $postfooterTextColor;
font-weight: normal;
text-decoration: none;
line-height: 1.3em;
background: $postfooterbgColor;
border-top: 1px dotted $postfooterBorderColor;
}
.post-footer-line {
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.post-footer a {
color: $postfooterLinkColor;
text-decoration: none;
}
.post-footer a:hover {
text-decoration: none;
color: $commentTabLinkColor;
text-decoration: none;
}
.post-footer .post-comment-link a {
display: inline;
margin: 0px 9px 0px 9px;
padding: 0px 10px 0px 10px;
text-align: right;
border-left: 1px solid $postfooterLinkColor;
color: $commentTabLinkColor;
}
.post-footer .post-comment-link a:hover {
text-decoration: none;
color: $postfooterLinkColor;
}
#blog-pager, #blog-pager a {
margin: 0px 0px 0px 0px;
padding: 7px 5px 0px 5px;
text-align: center;
font-size: 93%;
color: $feedlinksColor;
}
#blog-pager a:hover {color: $mainHoverLinkColor}
#blog-pager-newer-link {
float: left;
margin: 0px 0px 0px 0px;
padding-left: 3px;
}
#blog-pager-older-link {
float: right;
margin: 0px 0px 0px 0px;
padding-right: 3px;
}
.feed-links {
margin: 0px 0px 0px 0px;
padding: 15px 3px 3px 3px;
clear: both;
line-height: 1.5em;
text-align: center;
font-size: 93%;
color: $feedlinksColor;
}
.feed-links a, .feed-links a:visited {color: $feedlinksColor}
.feed-links a:hover {color: $mainHoverLinkColor}
/* ----- SIDEBAR ----- */
#sidebar-wrapper {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
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 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
line-height: 1.4em;
font: $sidebarTextFont;
}
#sidebar1 {
width: 120px;
margin: 0px 0px 0px 0px;
padding: 45px 10px 30px 0px;
color: $sidebar1TextColor;
background: $sidebar1bgColor;
border: 1px solid $sidebar1BorderColor;
}
#sidebar2 {
width: 160px;
margin: 0px 0px 0px 0px;
padding: 45px 0px 30px 10px;
color: $sidebar2TextColor;
background: $sidebar2bgColor;
border: 1px solid $sidebar2BorderColor;
z-index: 1;
}
#sidebar1 .widget, #sidebar2 .widget {
margin: 0px 0px 0px 0px;
padding: 0px 0px 30px 0px;
}
#HTML2 {line-height: 2.0em}
/* sidebar heading ----- */
#sidebar1 h2 {
margin: 0px 0px 9px 0px;
padding: 5px 0px 4px 0px;
text-align: left;
color: $sidebar1HeaderColor;
font: $sidebarHeaderFont;
background: $sidebar1HeaderBgColor;
border-bottom: 1px solid $sidebarHeaderBorderColor;
text-align: left;
}
#sidebar2 h2 {
margin: 0px 0px 9px 0px;
padding: 5px 0px 4px 0px;
text-align: left;
color: $sidebar2HeaderColor;
font: $sidebarHeaderFont;
background: $sidebar2HeaderBgColor;
border-bottom: 1px solid $sidebarHeaderBorderColor;
text-align: left;
}
.sidebar ul, #BlogArchive1 ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}
.sidebar li, #BlogArchive1 li {
margin: 0px 0px 0px 0px;
padding: 4px 0px 4px 0px;
line-height: 1.3em;
border-bottom: 1px solid $sidebarListLineColor;
}
#sidebar1 a {
color: $sidebar1LinkColor;
text-decoration: none;
}
#sidebar2 a {
color: $sidebar2LinkColor;
text-decoration: none;
}
#sidebar1 a:hover {
text-decoration: none;
color: $sidebar1HoverLinkColor;
}
#sidebar2 a:hover {
text-decoration: none;
color: $sidebar2HoverLinkColor;
}
#sidebar1 a:visited {
text-decoration: none;
color: $sidebar1VisitedLinkColor;
}
#sidebar2 a:visited {
text-decoration: none;
color: $sidebar2VisitedLinkColor;
}
.sidebar a img {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/* ----- PROFILE ----- */
.profile-img a img {
display: block;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
clear: both;
}
.profile-textblock {
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
clear: both;
line-height: 1.4em;
}
.profile-data {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight: normal;
font-style: italic;
}
.profile-datablock {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.profile-link {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/* ----- BLOCKQUOTE ----- */
blockquote {
margin: 15px 30px 15px 30px;
padding: 0px 0px 0px 0px;
color: $blogQuoteColor;
font: $quoteFont;
line-height: 1.6em;
}
/* ----- CODE ----- */
.code {
padding: 0px 0px 10px 0px;
color: $codeTextColor;
font-family: verdana, helvetica;
overflow: auto;
}
code {
color: $codeTextColor;
font-family: verdana, helvetica;
}
/* ----- COMMENT ----- */
#comments {
margin: 0px 0px 0px 0px;
padding: 0px 20px 15px 20px;
text-align: left;
background: $commentbgColor;
color: $commentTextColor;
font: $commentTextFont;
border-bottom: 1px solid $commentboxBorderColor;
}
/* comment-header */
#comments h4 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
color: $commentTitleColor;
font: $commentTitleFont;
text-transform: uppercase;
text-decoration: underline;
}
.deleted-comment {
font-style:italic;
color:gray;
margin: 3px 0px 3px 0px;
}
.comment-author {
margin: 20px 0px 10px 0px;
padding: 10px 0px 0px 0px;
color: $commentauthorColor;
border-top: 1px dotted $commentAuthorBorderColor;
}
.comment-author a {color: $commentauthorColor;}
.comment-author a:hover {color: $mainHoverLinkColor;}
.comment-body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 30px;
}
.comment-footer {
margin: 0px 0px 10px 0px;
padding: 5px 0px 0px 30px;
}
.comment-timestamp, .comment-timestamp a {
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
color: gray;
font-size: 95%;
text-decoration: none;
}
.comment-body p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.6em;
}
#comments ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: disc;
}
#comments li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
so we hide these two declarations from it */
padding: 0px 0px 0px 0px;
}
html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
padding-left: 0px;
}
/* ----- FOOTER ----- */
#footer-wrapper {
clear: both;
display: inline; /* handles IE margin bug */
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 3px 10px;
width: 789px;
}
#footer {
margin: 0px 0px 0px 0px;
padding: 4px 15px 30px 15px;
width: 747px;
text-align: center;
color: $footerTextColor;
font: $footerTextFont;
line-height: 1.6em;
}
#footer h2 {
margin: 0px 0px 0px 0px;
padding: 3px 0px 3px 0px;
color: $footerHeaderColor;
font: $footerHeaderFont;
}
#footer .widget {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.footer a {
color: $footerTextColor;
text-decoration: underline;
}
.footer a:hover {
color: $footerHoverLinkColor;
text-decoration: underline;
}
.footer a:visited {
color: $footerVisitedLinkColor;
text-decoration: underline;
}
/* ----- CREDIT ----- */
#credit {
margin: 0px 0px 0px 0px;
padding: 2px 0px 0px 0px;
width: 100%;
height: 26px;
clear: both;
font-family: verdana, helvetica;
font-size: 70%;
color: #777777;
font-weight: normal;
background: #777777;
}
#creditleft {
margin: 0px 0px 0px 0px;
padding: 7px 0px 0px 0px;
height: 26px;
position: relative;
float: left;
text-align: left;
display: inline;
width: 71%;
background: #ffffff;
}
#creditright {
margin: -33px 0px 0px 0px;
padding: 7px 0px 0px 0px;
height: 26px;
position: relative;
float: right;
text-align:right;
display: inline;
width: 30%;
background: #ffffff;
}
#creditleft p {
margin: 0;
padding: 0
}
#creditright p {
margin: 0;
padding: 0
}
#creditleft a, .creditleft a:hover, .creditleft a:visited {
color: #777777;
text-decoration: underline;
}
#creditright a, .creditright a:hover, .creditright a:visited {
color: #777777;
text-decoration: underline;
}
/* ************ END OF CSS STYLING ************ */
/** Page structure tweaks for layout editor wireframe */
body#layout #main,
body#layout #sidebar {
padding: 0;
}
]]>
skip to main
|
skip to sidebar
© Blogger template por
Noret'z
2008
Voltar para o
TOP
Newer Post
Older Post
Home