/
- Snip block display stylesheet definitions.
- @author Matthias L. Jugel
- @version $Id: SnipSnap-Theme.snip 1606 2004-05-17 10:56:18Z leo $
*/.snip-wrapper {
color: #000000
}
.snip-path {
font-size: 10px;
}
.snip-title {
width: 100%;
display: table;
text-align: left;
}
.snip-name {
width: 100%;
font-weight: bold;
font-size: 150%;
color: black;
background-color: inherit;
clear: left;
}
.snip-commented-snip {
font-size: 100%;
}
.snip-buttons {
border: 0;
width: 49%;
float: right;
text-align: right;
font-size: 10px;
}
.snip-info {
border: 0;
width: 49%;
float: left;
background-color: inherit;
}
.snip-content {
color: #eeeeee;
width: 100%;
margin-top: 10px;
}
/* Wrapper for Snip Meta-Information */
.snip-meta {
position: relative;
float: right;
clear: right;
min-width: 15%;
}
.snip-label {
padding: 2px;
width: auto;
border: 1px solid #000000;
color: #000000;
background: #e3cf6e;
font-size: 10px;
line-height: 12px;
margin-bottom: 1px;
clear: right;
}
.snip-label a:link{
color: #3e6161;
background-color: transparent;
}
.snip-label a:visited{
color: #36485c;
background-color: transparent;
}
.snip-label a:hover{
color: #2c4a41;
background-color: transparent;
}
.snip-attachments {
border: 1px solid #000000;
color: #000000;
background: #e3cf6e;
padding: 2px;
width: auto;
font-size: 10px;
line-height: 12px;
margin-bottom: 10px;
clear: right;
}
.snip-attachments a:link{
color: #3e6161;
background-color: transparent;
}
.snip-attachments a:visited{
color: #36485c;
background-color: transparent;
}
.snip-attachments a:hover{
color: #2c4a41;
background-color: transparent;
}
.share-class {
padding: 2px;
width: auto;
border: 1px solid #000000;
color: #3e6161;
background: #e3cf6e;
margin-bottom: 2px;
clear: right;
}
.share-class a img {
border: none;
}
.share-class-blog {
padding: 1px;
width: auto;
background: inherit;
border: none;
margin-bottom: 1px;
float: right;
}
.snip-post-comments {
margin-top: 20px;
margin-bottom: 20px;
}
.snip-sniplinks {
margin-top: 20px;
}
.snip-sniplinks table {
table-layout: fixed;
width: 100%;
}
.snip-sniplinks caption {
text-align: left;
color: inherit;
background-color: inherit;
}
.snip-sniplinks td, th {
padding: 4px;
}
.snip-backlinks {
margin-top: 20px;
}
.snip-backlinks .list {
list-style-type: none;
margin-top: 0;
padding-left: 0;
margin-left: 0;
}
.snip-backlinks .caption {
text-align: left;
color: #999999;
background-color: inherit;
}
span.content {
}
span.count {
margin-right: 4px;
}
span.count:before {
content: "";
}
span.count:after {
content: ": ";
}
/************************************************/
/* snip edit part */
.snip-input {
margin-top: 20px;
}
.snip-input img {
width: 20px
}
.form {
}
.form .form-buttons {
text-align: right;
}
.form inputtype=submit {
vertical-align: text-bottom;
}
/************************************************
/
/* snip with comments part */.snip-comments {
}
.comment-title {
margin-top: 20px;
}
.comment-title h2.comment-name {
display: inline;
font-weight: bold;
font-size: 100%;
}
.comment-buttons {
display: inline;
}
.comment-content {
margin-top: 5px;
margin-left: 20px;
}
.comment-input {
margin-top: 20px;
}
/************************************************/
/* preview formatting */
.preview {
background-color: #3e6161;
color: inherit;
}