[hmath-commits] org.hmath.server/WEB-INF/src/theme/snipsnap/css debug.css,NONE,1.1 page.css,NONE,1.1
Status: Pre-Alpha
Brought to you by:
jsurfer
Update of /cvsroot/hmath/org.hmath.server/WEB-INF/src/theme/snipsnap/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21210/WEB-INF/src/theme/snipsnap/css Added Files: debug.css page.css general.css admin.css wiki.css snip.css Log Message: initial version --- NEW FILE: debug.css --- /** * Debug Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: debug.css,v 1.2 2002/11/05 16:29:57 leo Exp $ */ .debug { color: inherit; background-color: #ffff99; } .debug-title { text-align: center; } .debug-entry { font-family: courier, courier new, monospaced; font-size: 100%; } --- NEW FILE: page.css --- /** * General Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: page.css,v 1.3 2002/11/19 13:25:43 leo Exp $ */ body { background-color: #ffffff; color: #4c4c4c; width: 800px; font-size: 70%; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif; margin: 20px; padding: 0px;} #page-logo { width: 800px; display: block; width: 100%; } #page-title { display: block; width: 800px; margin-top: 10px; padding: 17px 0px 7px 0px; border-style: solid; border-color: black; border-width: 1px 0px; line-height: 11px; color: inherit; background-color: #eeeeee; font-size: 14px; voice-family: inherit; height: 14px; /* the correct height */ text-align: right; } #page-tagline { display: inline; font-size: 120%; padding-right: 10px; } #page-buttons { display: inline; padding-right: 5px; } #page-wrapper { width: 800px; } #page-content { float: left; margin-top: 10px; height: auto; width: 590px; max-width: 590px; } #page-portlet-1 { float: right; width: 190px; border: 1px dashed #999999; line-height: 14px; padding: 5px; margin-top: 10px; margin-bottom: 5px; overflow: hidden; } #page-portlet-2 { display: none; /* hide */ } /* the actual content */ #page-bottom { float: left; margin-top: 10px; text-align: center; width: 100%; font-size: 100%; } --- NEW FILE: general.css --- /** * General Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: general.css,v 1.4 2003/01/16 14:09:25 leo Exp $ */ /* error messages and error positions should be marked red */ .error { color: #ff0000; font-weight: bold; background-color: inherit;} .error-position { background-color: #ffaaaa; color: inherit;} /* inactive buttons are greyed out */ .inactive { color: #aaaaaa; background-color: inherit;} /************************************************/ /* ANCHOR tag */ a { color:#09c; background-color: inherit; text-decoration: none; font-weight: 400; } a:link { color:#09c; background-color: inherit; } a:visited { color:#07a; background-color: inherit; } a:hover { color: inherit; background-color: #eeeeee; } /************************************************/ /* table tag */ table { empty-cells: show; font-size: 100%; border-collapse: separate; } /************************************************/ /* input tag */ input[type=submit] { color: inherit; background-color: #eeeeee; font-family: inherit; } input, select, textarea { line-height: inherit; /*vertical-align: middle; a bug in IE5.2-mac crashes with this*/ border: 1px dashed #999999; font-size: inherit; font-family: courier, courier new, monospaced; } textarea { width: 100%; overflow: auto; wrap: virtual; } --- NEW FILE: admin.css --- /** * Debug Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: admin.css,v 1.2 2002/11/05 16:29:57 leo Exp $ */ .admin { color: inherit; background-color: #eeeeee; padding-top: 10px; padding-left: 6px; padding-right: 6px; padding-bottom: 6px; } .admin-menu { font-size: 120%; width: 100%; border-bottom: 3px solid #aaaaaa; margin-top: 10px; } .menu-items { display: table-row; } .menu-active { display: table-cell; font-weight: bold; color: inherit; background-color: #eeeeee; border-left: 1px solid #aaaaaa; padding: 5px; } .menu-inactive { display: table-cell; background-color: #ffffff; border-left: 1px solid #aaaaaa; padding: 5px; } .admin th { font-size: 120%; } --- NEW FILE: wiki.css --- /** * Wiki text stylesheet definitions. * @author Matthias L. Jugel * @version $Id: wiki.css,v 1.10 2003/06/05 13:15:04 leo Exp $ */ .bold { font-weight: bold; } .italic { font-style: italic; } /************************************************/ /* image positioning */ img { margin-top: 1px; margin-bottom: 1px; vertical-align: middle; } img.left { display: block; left: 0px; } img.right { display: block; right: 0px; } img.center { text-align: center; } img.float-left { float: left; margin-top: 3px; margin-right: 3px; margin-bottom: 3px; } img.float-right { float: right; margin-top: 3px; margin-left: 3px; margin-bottom: 3px; } .heading-1 { font-weight: bold; font-size: 12px; font-variant: small-caps; } .heading-1-1 { font-size: 12px; font-variant: small-caps; } .quote { font-style: italic; color: inherit; background-color: inherit; font-family: inherit; font-size: inherit; } /************************************************/ /* code formatting */ .code { margin-top: 4px; margin-bottom: 4px; padding: 5px 5px 5px 5px; color: inherit; background-color: #F0F0F0; border: 1px dashed black; font-family: courier, courier new, monospace; font-size: 12px; line-height: 100%; white-space: pre; width: 98%; overflow: auto; overflow: scroll -moz-scrollbars-horizontal; overflow-x: auto; } .java-keyword { font-weight: bold; color: #0000aa; background-color: inherit; } .java-object { color: #000088; background-color: inherit; } .java-quote { color: #00aa00; background-color: inherit; } .xml-keyword { font-weight: bold; } .xml-tag { color: #0000aa; background-color: inherit; } /* weblog formatting */ .blog-date { display: block; background-color: #f8f8f8; color: black; font-family: verdana, sans-serif; font-size: 16px; font-weight: bold; margin-bottom: 10px; width: 100%; } /* special formatting of a wiki table */ .wiki-table { border-style: solid; border-color: black; border-width: 0px 1px 1px 1px; empty-cells: show; } .wiki-table td { border-top: 1px solid black; padding: 4px 4px 4px 4px; } .wiki-table th { border-top: 1px solid black; text-align: left; color: inherit; font-weight: bold; /* background-color: #DDEEFF; */ background-color: #d9e4f9; } .wiki-table .table-odd { color: inherit; background-color: #F8F8F8; } .wiki-table .table-even { } /************************************************/ /* list formatting */ .list { } .list-title { font-weight: bold; } .list ul { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; padding-left: 0px; list-style-type: none; } /* wiki lists */ ul.minus { list-style-type: square; } ul.star { list-style-type: circle; } ol.roman { list-style-type: lower-roman; } ol.ROMAN { list-style-type: upper-roman; } ol.alpha { list-style-type: lower-alpha; } ol.ALPHA { list-style-type: upper-alpha; } ol.greek { list-style-type: lower-greek; } ol.GREEK { list-style-type: upper-greek; } ol.hiragana { list-style-type: hiragana; } ol.HIRAGANA { list-style-type: hiragana-iroha; } ol.katakana { list-style-type: katakana; } ol.KATAKANA { list-style-type: katakana-iroha; } ol.HEBREW { list-style-type: hebrew; } /************************************************/ /* index formatting */ .index-top { } .index-top th { padding: 1px 1px 1px 1px; text-align: left; color: inherit; font-weight: bold; background-color: #d9e4f9; } .index { } .index td { padding: 1px 1px 1px 1px; } .index th { padding: 1px 1px 1px 1px; text-align: left; color: inherit; font-weight: bold; background-color: #d9e4f9; } /************************************************/ /* calendar display */ .calendar { border-spacing: 0px; font-size: 0.7em; } .calendar td { text-align: right; padding: 0px; } .calendar caption { font-size: 1em; text-align: left; font-weight: bold; } .calendar .today { border: 3px solid #cccccc; } --- NEW FILE: snip.css --- /** * Snip block display stylesheet definitions. * @author Matthias L. Jugel * @version $Id: snip.css,v 1.8 2003/06/02 08:32:54 leo Exp $ */ .snip-wrapper { } .snip-path { font-height: 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; } .snip-info { border: 0; width: 49%; float: left; background-color: inherit; } .snip-content { width: 100%; margin-top: 10px; } /* 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: 8px; line-height: 8px; font-weight: bold; margin-bottom: 2px; clear: right; width: 100%; } .snip-attachments { border: 1px solid #eeeeee; background: #eeeeee; padding: 3px; width: auto; font-size: 8px; line-height: 8px; 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; width: 100%; } .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; } .comment-title h2.comment-name { display: inline; font-weight: normal; 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: #eeeeee; color: inherit; } |