/**
* Snip block display stylesheet definitions.
* @author Matthias L. Jugel
* @version $Id: SnipSnap-Theme-blue.snip 1606 2004-05-17 10:56:18Z leo $
*/
.snip-wrapper {
}
.snip-path {
font-height: 10px;
}
.snip-title {
display: table;
width: 100%;
text-align: left;
padding: 0px;
}
.snip-name {
width: 100%;
font-family: georgia, times new roman, times, serif;
font-size: 15px;
color: #000000;
text-transform: none;
border-bottom: 1px solid #003366;
}
.snip-commented-snip {
font-size: 10px;
}
.snip-buttons {
width: 49%;
float: right;
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight:normal;
text-align: right;
}
.snip-info {
width: 49%;
float: left;
font-family: verdana, arial, sans-serif;
font-size:10px;
font-weight:normal;
}
.snip-content {
clear: left;
border: 0;
display: block;
font-family: verdana, arial, sans-serif;
color:#666;
font-size:11px;
font-weight:normal;
background:#FFF;
line-height:16px;
}
/* Wrapper for Snip Meta-Information */
.snip-meta {
position: relative;
float: right;
clear: right;
min-width: 15%;
}
.snip-label {
padding: 3px;
width: auto;
background:#ffc;
border:1px solid #cc6;
font-size: 10px;
line-height: 10px;
font-weight: bold;
margin-bottom: 2px;
clear: right;
width: 100%;
}
.snip-attachments {
border: 1px solid #003366;
padding: 3px;
width: auto;
font-size: 10px;
font-weight: bold;
margin-bottom: 10px;
clear: right;
width: 100%;
}
.snip-post-comments {
margin-top: 20px;
margin-bottom: 20px;
}
.snip-sniplinks {
margin-top: 20px;
}
.snip-sniplinks table {
table-layout: fixed;
}
.snip-sniplinks caption {
text-align: left;
color: #999999;
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 input[type=submit] {
vertical-align: text-bottom;
}
/**************************************************/
/* snip with comments part */
.snip-comments {
}
.comment-title {
margin-top: 20px;
font-weight: normal !important;
font-size: 100% !important;
}
h2.comment-name {
display: inline;
font-weight: normal;
font-size: 110%;
}
h2.comment-name a {
display: inline;
font-weight: normal;
font-size: 110%;
}
.comment-buttons {
display: inline;
}
.comment-content {
margin-top: 5px;
margin-left: 20px;
}
.comment-input {
margin-top: 20px;
}
/**************************************************/
/* preview formatting */
.preview {
background-color: #eeeeee;
color: inherit;
}
.attachments {
float: right;
position: absolute;
top: 0px;
right: 0px;
border: 1px solid black;
width: 15%;
}
.diff { }
.diff-delete { background-color: #ffcece; }
.diff-delete .line:before { content: " - "; }
.diff-insert { background-color: #ceffce; }
.diff-insert .line:before { content: " + "; }
.diff-change { background-color: #ffffa5; }
.diff-change .line:before { content: " +/- "; }
.diff-move { background-color: #ffffa5; }
.diff-move .line:before { content: " M "; }



Powered by SnipSnap 1.0b1-snipit