[hmath-commits] org.hmath.server/WEB-INF/src/theme/orange/css page.css,NONE,1.1 admin.css,NONE,1.1 g
Status: Pre-Alpha
Brought to you by:
jsurfer
Update of /cvsroot/hmath/org.hmath.server/WEB-INF/src/theme/orange/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21210/WEB-INF/src/theme/orange/css Added Files: page.css admin.css general.css snip.css wiki.css debug.css Log Message: initial version --- NEW FILE: page.css --- /** * General Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: page.css,v 1.2 2003/03/14 13:17:25 leo Exp $ */ body { font-family: verdana, arial, sans-serif; color: #666; font-size:11px; font-weight:normal; line-height:16px; background: #FFFFFF; margin: 0px; } #page-logo { font-family: georgia, times new roman, times, serif; color:#FFFF00; font-size: 36px; font-weight: normal; background:#FF8800; padding-top: 2.5em; padding-bottom: 0.5em; padding-left: 15px; padding-right: 15px; } #page-logo * { font-family: georgia, times new roman, times, serif; color:#FFFF00; font-size: 36px; font-weight:normal; } #page-title { font-family:verdana, arial, sans-serif; font-size: 10px; padding: 10px; padding-bottom: 2em; text-align: right; background: #FFAA66; color: #000000; } #page-tagline { display: inline; text-align: right; font-family:verdana, arial, sans-serif; color:#000000; font-size:11px; font-weight:bold; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 15px; } #page-buttons { display: inline; background: inherit; width: auto; } #page-buttons .inactive { color:#000000; } #page-buttons a:link { color: #000000; text-decoration: underline; } #page-buttons a:visited { color: #000000; text-decoration: underline; } #page-wrapper { width: 100%; /*display: table-row;*/ table-layout: fixed; background:#FFF; } #page-content { float: left; display: table-cell; padding-top: 2em; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; margin-bottom:15px; background:#FFF; width: 65%; } #page-portlet-1 { float: right; display: table-cell; top: 0px; width: 29%; padding-top: 2em; padding-left:15px; margin-bottom:15px; background:#FCF0E0; font-family: verdana, arial, sans-serif; color: #666; font-size:11px; font-weight:normal; line-height:16px; } #page-portlet-2 { display: none; /* hide */ } /* the actual content */ #page-bottom { padding-top: 10px; padding-bottom: 10px; width: 100%; background:#FFF; text-align: center; } --- NEW FILE: admin.css --- /** * Debug Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: admin.css,v 1.1 2002/11/20 14:45:42 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: general.css --- /** * General Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: general.css,v 1.3 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: #9A1414; font-family: verdana, arial, sans-serif; font-size:10px; text-decoration: none; font-weight:bold; } a:link { color: #9A1414; text-decoration: none; } a:visited { color: #9A1414; text-decoration: none; } a:active { color: #FFCC66; } a:hover { color: #FFCC66; } /************************************************/ /* table tag */ table { empty-cells: show; } /************************************************/ /* input tag */ input[type=submit] { margin-top: 2px; } input, select, textarea { font-size: inherit; font-family: courier, courier new, monospaced; } textarea { width: 100%; overflow: auto; wrap: virtual; } --- NEW FILE: snip.css --- /** * Snip block display stylesheet definitions. * @author Matthias L. Jugel * @version $Id: snip.css,v 1.7 2003/06/02 08:32:54 leo Exp $ */ .snip-wrapper { } .snip-path { font-height: 10px; } .snip-title { display: table; width: 100%; text-align: left; padding: 0px; } .snip-name { width: 100%; font-family: verdana, arial, sans-serif; font-size: 15px; color: #000000; text-transform: none; } .snip-commented-snip { font-size: 10px; } .snip-buttons { border: 0; width: 49%; float: right; font-family: verdana, arial, sans-serif; font-size:10px; font-weight:normal; text-align: right; } .snip-info { border: 0; 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: 8px; line-height: 8px; font-weight: bold; margin-bottom: 2px; clear: right; width: 100%; } .snip-attachments { border: 1px solid #666; 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; } .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; } --- NEW FILE: wiki.css --- /** * Wiki text stylesheet definitions. * @author Matthias L. Jugel * @version $Id: wiki.css,v 1.5 2003/03/14 11:35:20 leo Exp $ */ .bold { font-weight: bold; } .italic { font-style: italic; } /************************************************/ /* image positioning */ img { padding-top: 2px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; } 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 { color: #000000; background-color: inherit; font-weight: bold; font-size: 14px; font-variant: uppercase; } .heading-1-1 { color: #000000; background-color: inherit; font-size: 13px; font-variant: uppercase; } .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: #eeeeee; border: 1px dotted #003366; 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 { font-size: 16px; color: #000000; text-transform: none; margin-bottom: 10px; } /* special formatting of a wiki table */ .wiki-table { empty-cells: show; width: 100%; max-width: 100%; } .wiki-table td { border-top: 1px solid #003366; padding: 4px 4px 4px 4px; } .wiki-table th { border-top: 1px solid #003366; text-align: left; color: inherit; font-weight: bold; /* background-color: #DDEEFF; */ color: #fff; background-color: #001133; } .wiki-table .table-odd { } .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 { border-top: 1px solid #003366; margin-bottom: 5px; } .index-top th { padding: 1px 1px 1px 1px; text-align: left; font-weight: bold; } .index { } .index td { padding: 1px 1px 1px 1px; } .index th { margin-top: 5px; padding: 1px 1px 1px 1px; text-align: left; font-weight: bold; border-top: 1px solid #003366; border-bottom: 1px solid #003366; } /************************************************/ /* calendar display */ .calendar { border-spacing: 0px; } .calendar th { font-size: 0.8em; } .calendar td { text-align: right; } .calendar caption { text-align: left; font-weight: bold; } .calendar .today { border: 3px solid #aaaaaa; } --- NEW FILE: debug.css --- /** * Debug Stylesheet definitions. * @author Matthias L. Jugel * @version $Id: debug.css,v 1.1 2002/11/20 14:45:42 leo Exp $ */ .debug { color: inherit; background-color: #ffff99; } .debug-title { text-align: center; } .debug-entry { font-family: courier, courier new, monospaced; font-size: 100%; } |