diff templates.joi/static/meshman.css @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates.joi/static/meshman.css	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,99 @@
+body {
+	font-family: Verdana, Helvetica, Arial, sans-serif;
+	font-size: 10pt;
+	background-attachment: fixed;
+	background-repeat: no-repeat
+}
+
+th {
+	font-weight: bold;
+	background-color: #EEEEEE;
+	white-space: nowrap;
+}
+
+td {
+}
+
+address {
+	font-size: 8pt;
+}
+
+h5 {
+}
+
+form {
+}
+
+h1 {
+	font-size: 16pt;
+	font-weight: bold;
+}
+
+A:link {
+	text-decoration: none;
+	color: #0000EE;
+}
+
+A:visited {
+	color: #0000EE;
+	text-decoration: none;
+}
+
+A:hover {
+	color: #0000EE;
+	background-color: #BBBBBB;
+	text-decoration: none;
+}
+
+A:link.nav {
+	color: #000000;
+}
+
+A:visited.nav {
+	color: #000000;
+}
+
+A:hover.nav {
+	color: red;
+}
+
+.nav {
+	color: #000000;
+}
+
+.tableBG {
+	background-color: #EBEBEB;
+	color:black;
+}
+
+.tableBGhl {
+	background-color: #000000;
+}
+
+.preview {
+	position: absolute;
+	visibility: hidden;
+	z-index: 100;
+}
+
+.descrTitle {
+	font-size: 10pt;
+	font-weight: bold;
+}
+
+.descrContent {
+	font-size: 10pt;
+}
+
+.highlight {
+	font-weight: bold;
+	background-color: #BBBBBB;
+}
+
+.numImg {
+	font-style: italic;
+}
+
+.actPath {
+	font-weight: bold;
+}