LAYOUT JEANS - CSS
Sep. 24th, 2009 06:14 pmPassi:
-> Scegliere uno dei temi (layout) Smooth Sailing
-> Cliccare la voce di menù: Customize Style
-> Cliccare la voce di menù: Customize CSS
poi:
-> Use layout stylesheet: scegliere NO
-> Use layout's stylesheet(s) when including custom external stylesheet: scegliere NO
-> Custom external stylesheet URL: lasciare in bianco
-> copiare ed incollare nel box "Custom stylesheet" il codice qui sotto:
/* PAGE */
body {
font-family: Arial, sans-serif;
font-size: 14px;
background-color: none;
color: #f4cd57;
background-image: url('http://digilander.libero.it/spostatiscienza/Appoggio/layout/sfondojeans.gif');
background-attachemnt: fixed;
background-repeat: repeat;
}
a {
color: #f4cd57;
}
a:hover {
text-decoration: underline
}
a:visited {
color: #f4cd57;
}
.pageblock{
width:90%;
margin: 0 auto;
}
.pagefooterblock {
border-top: 0px solid #666666;
background-color: none;
color: #f4cd57;
padding: 4px 4px 4px 24px;
margin-top: 4px;
font-size: 10px;
}
.pagefooterblock a, .pagefooterblock a:visited {
color: #f4cd57;
}
/* HEADER */
.pageheaderblock {
margin: 20px 20px 20px 20px;
border: 2px dashed #f4cd57;
text-align: center;
}
.header-icon {
display: none;
top: 0px;
right: 0px;
position: absolute;
z-index: 1;
border-left: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
}
.header-title {
background: transparent;
text-align: center;
font-family: ;
font-size: 30px;
color: #f4cd57;
padding: 0px 0px 0px 0px;
margin: 30px auto 0px auto;
border: 0px dashed #f4cd57;
}
.header-subtitle {
background: transparent;
color: #f4cd57;
text-align: center;
font-family: ;
font-size: 50px;
margin: 0px auto 30px auto;
padding: 0px 0px 0px 0px;
border: 0px dashed #f4cd57;
}
.header-menu {
background: transparent;
font-family: ;
font-size: 14px;
line-height: 20px;
margin: 0px auto 10px auto;
padding: 0px 0px 0px 0px;
}
.header-menu a, .header-menu a:visited {
white-space: nowrap;
padding: 2px 6px 2px 6px;
color: #f4cd57;
text-decoration: none;
border-top: 1px solid #f4cd57;
}
.header-menu a:hover {
text-decoration: underline
}
.header-menu ul, #footer-menu ul {
margin: 0px;
padding: 0px;
}
.header-menu li, #footer-menu li {
display: inline;
}
/* BODY */
.bodyblock {
padding: 10px 20px 0px 20px;
}
.bodyheaderblock {
border-top: 0px solid #ffffff;
background-color: none;
padding: 4px 0px 4px 0px;
}
.bodynavblock {
border-top: 0px solid #ffffff;
background-color: none;
color: #f4cd57;
margin: 10px 0px 4px 0px;
padding: 8px;
}
.bodynavblock a, .bodynavblock a:visited {
color: #f4cd57;
}
.body-title {
font-family: ;
font-size: 18px;
color: #f4cd57;
text-align: left;
padding-left: 24px;
}
.body-midtitle {
font-family: ;
font-size: 18px;
color: #f4cd57;
text-align: left;
padding-left: 8px;
}
/*ENTRIES*/
.entryHolder {
color: #f4cd57;
background: transparent;
background-color: none;
border: 2px dashed #f4cd57;
font-family: ;
font-size: 14px;
margin: 4px 0px 4px 0px;
padding: 6px 6px 6px 6px;
}
.entryUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;
background-color: none;
}
.entryUserinfo-usericon img {
border: 0;
}
.entryText {
margin: 20px 30px 20px 30px;
text-align: justify;
color: #ffffff;
padding: 6px;
}
.entryHeader {
height: 20px;
border-bottom: 1px solid #f4cd57;
background: transparent;
background-image: url('http://digilander.libero.it/spostatiscienza/Appoggio/layout/bottone.gif');
background-repeat: no-repeat;
background-position: top right;
color: #f4cd57;
font-family: ;
font-size: 14px;
padding: 4px 0px 4px 8px;
}
.entryHeader a{
color: #f4cd57;
text-decoration : none;
}
.entryHeaderSubject {
font-weight: bold;
}
.entryHeaderDate {
color : #f4cd57;
text-decoration : none;
font-size: 10px;
}
.entryHeaderDate a {
color : #f4cd57;
text-decoration : none;
}
.entryHeaderDate a:hover {
color : #f4cd57;
text-decoration : underline;
}
.entryMetadata {
font-size: 12px;
padding-left: 6px;
}
.entryMetadata a:link, .entryMetadata a:visited {
color : #f4cd57;
text-decoration : none;
}
.entryMetadata a:hover {
color : #f4cd57;
text-decoration : underline;
}
.entryMetadata ul {
margin: 0px;
padding: 0px;
}
.entryMetadata li {
list-style: none;
display: inline;
padding-right: 10px;
}
.entryMetadata-label {
font-weight: bold;
padding-right: 4px;
}
.entryLinkbar {
border-top: 1px solid #f4cd57;
margin-top: 4px;
font-family: ;
font-size: 11px;
color: #f4cd57;
text-align: right;
padding: 4px 0px 4px 0px;
}
.entryLinkbar ul {
margin: 0px;
padding: 0px;
}
.entryLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}
/*FOOTER*/
#footer-menu {
font-size: 12px;
border: 1px dashed #f4cd57;
}
#footer-menu a, .footer-menu a:visited {
color: #f4cd57;
white-space: nowrap;
padding: 6px;
text-align: left;
font-weight: bold;
}
/*SIDEBAR*/
.sidebar {
font-family: ;
font-size: 11px;
margin-right: 20px;
margin-left: 20px;
width: 200px;
}
.sidebar a, .sidebar a:visited, .sidebar a:active {color: #ffffff;
text-decoration: none;
}
.sidebar a:hover {text-decoration: underline
}
.sidebox {
background: transparent;
border: 2px dashed #f4cd57;
color: #f4cd57;
background-color: none;
margin: 6px 0px 6px 0px;
padding: 6px 6px 6px 6px;
}
.sideboxTitle {
height: 20px;
color: #f4cd57;
border-bottom: 1px solid #f4cd57;
font-family: ;
font-size: 14px;
font-weight: bold;
padding: 4px 0px 4px 8px;
text-transformation: uppercase
text-align: ;
}
.sideboxContent {
text-align: left;
padding: 2px 4px 2px 4px;
}
.sidebox #profile, .sidebox #latestmonth, .sidebox #search, #tags_sidebox {
text-align: center;
}
.sidebox #systemlinks {
text-align: center;
}
.sidebox #latestmonth table{
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
}
.sidebox #latestmonth table a, .sidebox #latestmonth table a:visited {font-weight: bold;}
.listtitle {
font-weight: bold;
}
.profile-label {
font-weight: bold;
}
/*OTHER PAGES*/
/* COMMENT PAGE */
.commentHolder {
color: #f4cd57;
background-color: none;
border-top: 2px solid #f4cd57;
font-family: ;
font-size: 14px;
margin: 4px 0px 4px 0px;
}
.commentUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;
background-color: none;
}
.commentUserinfo-usericon img {
border: 0;
}
.commentText {
padding: 6px;
}
.commentHeader {
background-color: none;
color: #f4cd57;
font-family: ;
font-size: 14px;
padding: 4px 0px 4px 8px;
}
.commentHeader a{
color: #f4cd57;
}
.commentHeaderScreened {
font-family: ;
font-size: 14px;
background-color: none;
padding: 4px 0px 4px 8px;
}
.commentHeaderSubject {
font-weight: bold;
}
.commentLinkbar {
font-family: ;
font-size: 11px;
color: #f4cd57;
text-align: right;
padding-top: 4px;
padding-bottom: 4px;
}
.commentLinkbar ul {
margin: 0px;
padding: 0px;
}
.commentLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}
.replyform {
background-color: none;
color: #f4cd57;
padding-left: 10px;
}
#commenttext{
width:100%;
}
/*ARCHIVE PAGE*/
.yearlinks{
text-align: right;
}
.yearlink{
padding-left:4px;
padding-right: 4px;
}
.month {
width: 500px;
border: 1px solid #f4cd57;
margin: 8px 8px 8px 40px;
}
.daysubjects {
color: #f4cd57;
padding: 8px 8px 8px 40px;
}
.daytitles {
text-align: center;
border: 1px solid #f4cd57;
background: transparent;
color: #f4cd57;
}
.day-blank {
border: 1px solid #f4cd57;
}
.day {
border: 1px solid #f4cd57;
}
.day-date {
border-right: 1px solid #f4cd57;
border-bottom: 1px solid #f4cd57;
color: #f4cd57;
width: 50%;
text-align: center;
}
.day-count {
width: 50%;
text-align: center;
float: right;
font-size: 20px;
}
.day-count a {
text-decoration: none;
color: #f4cd57;
}
/*TAGS PAGE*/
.tagstable, .tagstable td {
border: 1px solid #f4cd57;
}
.tagstable { width: 500px; }
-> Scegliere uno dei temi (layout) Smooth Sailing
-> Cliccare la voce di menù: Customize Style
-> Cliccare la voce di menù: Customize CSS
poi:
-> Use layout stylesheet: scegliere NO
-> Use layout's stylesheet(s) when including custom external stylesheet: scegliere NO
-> Custom external stylesheet URL: lasciare in bianco
-> copiare ed incollare nel box "Custom stylesheet" il codice qui sotto:
/* PAGE */
body {
font-family: Arial, sans-serif;
font-size: 14px;
background-color: none;
color: #f4cd57;
background-image: url('http://digilander.libero.it/spostatiscienza/Appoggio/layout/sfondojeans.gif');
background-attachemnt: fixed;
background-repeat: repeat;
}
a {
color: #f4cd57;
}
a:hover {
text-decoration: underline
}
a:visited {
color: #f4cd57;
}
.pageblock{
width:90%;
margin: 0 auto;
}
.pagefooterblock {
border-top: 0px solid #666666;
background-color: none;
color: #f4cd57;
padding: 4px 4px 4px 24px;
margin-top: 4px;
font-size: 10px;
}
.pagefooterblock a, .pagefooterblock a:visited {
color: #f4cd57;
}
/* HEADER */
.pageheaderblock {
margin: 20px 20px 20px 20px;
border: 2px dashed #f4cd57;
text-align: center;
}
.header-icon {
display: none;
top: 0px;
right: 0px;
position: absolute;
z-index: 1;
border-left: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
}
.header-title {
background: transparent;
text-align: center;
font-family: ;
font-size: 30px;
color: #f4cd57;
padding: 0px 0px 0px 0px;
margin: 30px auto 0px auto;
border: 0px dashed #f4cd57;
}
.header-subtitle {
background: transparent;
color: #f4cd57;
text-align: center;
font-family: ;
font-size: 50px;
margin: 0px auto 30px auto;
padding: 0px 0px 0px 0px;
border: 0px dashed #f4cd57;
}
.header-menu {
background: transparent;
font-family: ;
font-size: 14px;
line-height: 20px;
margin: 0px auto 10px auto;
padding: 0px 0px 0px 0px;
}
.header-menu a, .header-menu a:visited {
white-space: nowrap;
padding: 2px 6px 2px 6px;
color: #f4cd57;
text-decoration: none;
border-top: 1px solid #f4cd57;
}
.header-menu a:hover {
text-decoration: underline
}
.header-menu ul, #footer-menu ul {
margin: 0px;
padding: 0px;
}
.header-menu li, #footer-menu li {
display: inline;
}
/* BODY */
.bodyblock {
padding: 10px 20px 0px 20px;
}
.bodyheaderblock {
border-top: 0px solid #ffffff;
background-color: none;
padding: 4px 0px 4px 0px;
}
.bodynavblock {
border-top: 0px solid #ffffff;
background-color: none;
color: #f4cd57;
margin: 10px 0px 4px 0px;
padding: 8px;
}
.bodynavblock a, .bodynavblock a:visited {
color: #f4cd57;
}
.body-title {
font-family: ;
font-size: 18px;
color: #f4cd57;
text-align: left;
padding-left: 24px;
}
.body-midtitle {
font-family: ;
font-size: 18px;
color: #f4cd57;
text-align: left;
padding-left: 8px;
}
/*ENTRIES*/
.entryHolder {
color: #f4cd57;
background: transparent;
background-color: none;
border: 2px dashed #f4cd57;
font-family: ;
font-size: 14px;
margin: 4px 0px 4px 0px;
padding: 6px 6px 6px 6px;
}
.entryUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;
background-color: none;
}
.entryUserinfo-usericon img {
border: 0;
}
.entryText {
margin: 20px 30px 20px 30px;
text-align: justify;
color: #ffffff;
padding: 6px;
}
.entryHeader {
height: 20px;
border-bottom: 1px solid #f4cd57;
background: transparent;
background-image: url('http://digilander.libero.it/spostatiscienza/Appoggio/layout/bottone.gif');
background-repeat: no-repeat;
background-position: top right;
color: #f4cd57;
font-family: ;
font-size: 14px;
padding: 4px 0px 4px 8px;
}
.entryHeader a{
color: #f4cd57;
text-decoration : none;
}
.entryHeaderSubject {
font-weight: bold;
}
.entryHeaderDate {
color : #f4cd57;
text-decoration : none;
font-size: 10px;
}
.entryHeaderDate a {
color : #f4cd57;
text-decoration : none;
}
.entryHeaderDate a:hover {
color : #f4cd57;
text-decoration : underline;
}
.entryMetadata {
font-size: 12px;
padding-left: 6px;
}
.entryMetadata a:link, .entryMetadata a:visited {
color : #f4cd57;
text-decoration : none;
}
.entryMetadata a:hover {
color : #f4cd57;
text-decoration : underline;
}
.entryMetadata ul {
margin: 0px;
padding: 0px;
}
.entryMetadata li {
list-style: none;
display: inline;
padding-right: 10px;
}
.entryMetadata-label {
font-weight: bold;
padding-right: 4px;
}
.entryLinkbar {
border-top: 1px solid #f4cd57;
margin-top: 4px;
font-family: ;
font-size: 11px;
color: #f4cd57;
text-align: right;
padding: 4px 0px 4px 0px;
}
.entryLinkbar ul {
margin: 0px;
padding: 0px;
}
.entryLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}
/*FOOTER*/
#footer-menu {
font-size: 12px;
border: 1px dashed #f4cd57;
}
#footer-menu a, .footer-menu a:visited {
color: #f4cd57;
white-space: nowrap;
padding: 6px;
text-align: left;
font-weight: bold;
}
/*SIDEBAR*/
.sidebar {
font-family: ;
font-size: 11px;
margin-right: 20px;
margin-left: 20px;
width: 200px;
}
.sidebar a, .sidebar a:visited, .sidebar a:active {color: #ffffff;
text-decoration: none;
}
.sidebar a:hover {text-decoration: underline
}
.sidebox {
background: transparent;
border: 2px dashed #f4cd57;
color: #f4cd57;
background-color: none;
margin: 6px 0px 6px 0px;
padding: 6px 6px 6px 6px;
}
.sideboxTitle {
height: 20px;
color: #f4cd57;
border-bottom: 1px solid #f4cd57;
font-family: ;
font-size: 14px;
font-weight: bold;
padding: 4px 0px 4px 8px;
text-transformation: uppercase
text-align: ;
}
.sideboxContent {
text-align: left;
padding: 2px 4px 2px 4px;
}
.sidebox #profile, .sidebox #latestmonth, .sidebox #search, #tags_sidebox {
text-align: center;
}
.sidebox #systemlinks {
text-align: center;
}
.sidebox #latestmonth table{
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 4px;
}
.sidebox #latestmonth table a, .sidebox #latestmonth table a:visited {font-weight: bold;}
.listtitle {
font-weight: bold;
}
.profile-label {
font-weight: bold;
}
/*OTHER PAGES*/
/* COMMENT PAGE */
.commentHolder {
color: #f4cd57;
background-color: none;
border-top: 2px solid #f4cd57;
font-family: ;
font-size: 14px;
margin: 4px 0px 4px 0px;
}
.commentUserinfo {
text-align: center;
margin: 0px 8px 8px 0px;
background-color: none;
}
.commentUserinfo-usericon img {
border: 0;
}
.commentText {
padding: 6px;
}
.commentHeader {
background-color: none;
color: #f4cd57;
font-family: ;
font-size: 14px;
padding: 4px 0px 4px 8px;
}
.commentHeader a{
color: #f4cd57;
}
.commentHeaderScreened {
font-family: ;
font-size: 14px;
background-color: none;
padding: 4px 0px 4px 8px;
}
.commentHeaderSubject {
font-weight: bold;
}
.commentLinkbar {
font-family: ;
font-size: 11px;
color: #f4cd57;
text-align: right;
padding-top: 4px;
padding-bottom: 4px;
}
.commentLinkbar ul {
margin: 0px;
padding: 0px;
}
.commentLinkbar li {
padding: 0px 5px 0px 5px;
margin: 0px;
display: inline;
}
.replyform {
background-color: none;
color: #f4cd57;
padding-left: 10px;
}
#commenttext{
width:100%;
}
/*ARCHIVE PAGE*/
.yearlinks{
text-align: right;
}
.yearlink{
padding-left:4px;
padding-right: 4px;
}
.month {
width: 500px;
border: 1px solid #f4cd57;
margin: 8px 8px 8px 40px;
}
.daysubjects {
color: #f4cd57;
padding: 8px 8px 8px 40px;
}
.daytitles {
text-align: center;
border: 1px solid #f4cd57;
background: transparent;
color: #f4cd57;
}
.day-blank {
border: 1px solid #f4cd57;
}
.day {
border: 1px solid #f4cd57;
}
.day-date {
border-right: 1px solid #f4cd57;
border-bottom: 1px solid #f4cd57;
color: #f4cd57;
width: 50%;
text-align: center;
}
.day-count {
width: 50%;
text-align: center;
float: right;
font-size: 20px;
}
.day-count a {
text-decoration: none;
color: #f4cd57;
}
/*TAGS PAGE*/
.tagstable, .tagstable td {
border: 1px solid #f4cd57;
}
.tagstable { width: 500px; }