svn commit: r14 - trunk/mapbender/http/css

uli at osgeo.org uli at osgeo.org
Thu Apr 13 15:39:18 EDT 2006


Author: uli
Date: 2006-04-13 19:39:18+0000
New Revision: 14

Added:
   trunk/mapbender/http/css/
   trunk/mapbender/http/css/administration_alloc.css
   trunk/mapbender/http/css/digitize.css
   trunk/mapbender/http/css/legend.css
   trunk/mapbender/http/css/login.css
   trunk/mapbender/http/css/mapbender.css
   trunk/mapbender/http/css/styler-mod_treefolder.css
   trunk/mapbender/http/css/treeGDE.css

Log:
import Mapbender source without history

Added: trunk/mapbender/http/css/administration_alloc.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/administration_alloc.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/administration_alloc.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,75 @@
+body{
+	background-color : #ffffff;
+	font-family: Arial, Helvetica, sans-serif;
+}
+select {
+	font-size: 11;
+	font-family: "Times New Roman", Times, serif;
+	width: 200px;
+	font-weight : bold;
+}
+.select_short{
+	width: auto;
+}
+checkbox{
+	background-color : #0066ff; 
+}
+.titel{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 16;
+	font-weight : bold;
+}
+.box{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size : 14;
+}	
+.text1{
+	position: absolute;
+	top: 40px;
+	left: 256px;
+}
+.select1{
+	position: absolute;
+	top: 60px;
+	left: 256px;
+	background: #ffffff;
+}
+.text2{
+	position: absolute;
+	top: 250px;
+	left: 0px;
+}
+.select2{
+	position: absolute;
+	top: 270px;
+	left: 0px;	
+	background: #ffffff;
+}
+.text3{
+	position: absolute;
+	top: 250px;
+	left: 256px;
+}
+.select3{
+	position: absolute;
+	top: 270px;
+	left: 256px;	
+	background: #ffffff;
+}
+.button1{
+	position: absolute;
+	left: 205px;
+	top: 380px;
+}
+.button2{
+	position: absolute;
+	left: 205px;
+	top: 440px;
+}
+.text4{
+	position: absolute;
+	top: auto;
+	left: auto;
+	color : Red;
+	font-size : 13;
+}
\ No newline at end of file

Added: trunk/mapbender/http/css/digitize.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/digitize.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/digitize.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,34 @@
+.bp{
+	position:absolute;
+	top: 0px;
+	left: 0px;
+	background-color: #8a2be2;
+	width: 5px;
+	height: 5px;
+	font-size:1px;
+	cursor:pointer;
+}
+
+.lp{
+	position:absolute;
+	top: 0px;
+	left: 0px;
+	background-color: #ff00ff;
+	width: 4px;
+	height: 4px;
+	font-size:1px;
+	cursor:pointer;
+}
+
+.t_img{
+	position:absolute;
+	left:0px;
+	top:0px;
+}
+
+.label{
+	position: absolute;
+	left:0px;
+	top:0px;
+	font-size:12px;
+}
\ No newline at end of file

Added: trunk/mapbender/http/css/legend.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/legend.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/legend.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,58 @@
+body{
+	background-color: #ffffff;
+	margin-left: 0px;
+	margin-top: 0px;
+}
+.header{
+	font-family: Arial, Helvetica, sans-serif;
+	font-weight: bold;
+	font-size: 12px;	
+}
+.switch{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 10px;
+	font-weight: bold;
+}
+.titles{
+	font-family: Arial, Helvetica, sans-serif;
+	font-weight: bold;
+	font-size: 11px;
+}
+
+a:link{
+	text-decoration : none;
+	font-family : Arial, Helvetica, sans-serif;
+	font-size : 12px;
+
+	color: #ffffff;
+	background-color:#ffffff;
+}
+	a:visited{
+		text-decoration : none;
+		font-family : Arial, Helvetica, sans-serif;
+		font-size : 12px;
+
+		color: #ffffff;
+        background-color:#ffffff;
+	}
+	a:hover{
+		font-family : Arial, Helvetica, sans-serif;
+		color: #ffffff;
+
+		text-decoration : none;
+		background-color : #ffffff;
+	}
+	a:active{
+		font-family : Arial, Helvetica, sans-serif;
+		color: #ffffff;
+
+		text-decoration : none;
+        background-color:#ffffff;
+	}
+.legendlink{
+	text-decoration : none;
+	color:#ffffff;
+        border: 0;
+        border-width:0px;
+	background-color: #ffffff;
+}
\ No newline at end of file

Added: trunk/mapbender/http/css/login.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/login.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/login.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,33 @@
+  	body{
+  		font-family: Arial, Helvetica, sans-serif;
+  		font-size : 12px;
+  		color: #808080;
+  		background-color: White;
+  	}
+  	.list_guis{
+  		font-family: Arial, Helvetica, sans-serif;
+  		font-size : 12px;
+  		color: #808080;
+  	}
+  	a:link{
+  		font-family: Arial, Helvetica, sans-serif;
+  		font-size : 12px;
+  		text-decoration : none;
+  		color: #808080;
+  	}
+  	a:visited {
+  		font-family: Arial, Helvetica, sans-serif;
+  		text-decoration : none;
+  		color: #808080;
+  		font-size : 12px;
+  	}
+  	a:active {
+  		font-family: Arial, Helvetica, sans-serif;
+  		text-decoration : none;
+  		color: #808080;
+  		font-size : 12px;
+  	}
+	
+	.login_text{
+		width: 150px;
+	}

Added: trunk/mapbender/http/css/mapbender.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/mapbender.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/mapbender.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,189 @@
+
+/*
+   This stylesheet for the yellow example-1 contains some unneccesary
+   instructions, because it was taken from another project.
+   Please look into 'wiki.css' and the README on how to style ewiki pages.
+*/
+
+
+
+/* everywhere */
+body, .body, td, form, input, select {
+  font-size: 13px;
+  line-height: 15px;
+  font-family: "Verdana","Arial",sans-serif;
+}
+
+td h2, td h3, div h2, div h3, div h4 {
+  margin-top: 0px;
+}
+
+/* body colors */
+body, .body {
+  background-color:#F0F0F0;/*#ffffff;#fecc88;*/
+}
+body table, h1 {
+  margin:0px;
+  background-color:#ffffff;/*#feaa56;*/
+  margin-left: 20px;
+}
+body table tr td {
+  padding-left: 15px;
+  padding-right: 15px;
+}
+
+/* links */
+a {
+  text-decoration:underline;
+  color:#000099;
+}
+a:visited {
+  color:#555555;
+}
+a:active {
+  color:#4241DE;
+  background-color:#ce0000;
+}
+a:hover {
+  background-color:#ce0000;
+  color:#ffffff;
+}
+
+
+
+/* - - - overrides - - - */
+
+
+
+/* site title */
+h1.site-title {
+  margin-top: 15px;
+  padding: 0px;
+  width: 85%;
+  height: 90px;
+  font-size: 64px;
+  letter-spacing: -4px;
+  line-height: 70px;
+  font-family: "Arial", "Helvetica", "Comic Sans MS";
+  font-weight: 200;
+}
+h1.site-title a {
+  background: transparent;
+}
+h1.site-title img {
+  position: relative;
+  top: 5px;
+  left: -5px;
+}
+h1.site-title span {
+  font-family: "Arial","Helvetica","Verdana","Impact",sans-serif;
+}
+
+
+/* toc */
+.main-menu {
+  font-family:"Arial","Helvetica","Verdana",sans-serif;
+  font-size:13px;
+  line-height:18px;
+}
+td.main-menu {
+  width: 160px;
+  padding-left:5px;
+  padding-right:5px;
+  min-height:800px;
+}
+div.main-menu {
+  width: 150px;
+  border:2px solid #808080;
+  background-color:#c0c0c0;
+  margin-bottom:3px;
+}
+.main-menu h4 {
+  margin:0px;
+  padding:0px;
+  padding-left:2px;
+  background-color:#808080;
+  border-bottom:1px solid #c0c0c0;
+  color:#ffffff;
+}
+.main-menu a {
+  text-decoration:none;
+  color:#ffffff;
+  margin-left:7px;
+}
+.urhere {
+  color:#eeeeee;
+}
+.main-menu a:hover {
+  background-color:transparent;
+  background-repeat:repeat-x;
+  color:#ffffff;
+}
+
+/* pix.gif replacement */
+.blackline {background-color:#000080;}
+.grayline {background-color:#DEEECD;}
+
+/* calendar */
+.cal {
+}
+.cal tr {
+  min-height:35px;
+}
+.cal td {
+  margin:0px; padding:3px;
+  border-style:solid;
+  border-color:#772211;
+  border-width:1px 0px 0px 0px;
+}
+.cal td big b {
+  font-weight:900;
+  font-size:30px;
+  line-height:32px;
+}
+
+
+/* termine */
+.termine th {
+  background-color:#cc7733;
+}
+.termine td {
+  background-color:#ff9c44;
+}
+.termine td.d {
+  background-color:#e89040;
+}
+.termine td.t {
+  background-color:#f09542;
+}
+.termine th, .termine td {
+  border:solid #e0884c;
+  border-width:0px 0px 1px 0px;
+}
+
+
+
+
+/* - - - in-wiki page settings - - - */
+
+
+.wiki .page.title, .wiki .page.title a {
+  color:#07070f;
+}
+.wiki .page.title {
+  background-color:#c0c0c0;
+  padding:2px;
+  border:2px solid #808080;
+}
+
+abbr {
+  font-family:"Arial","Helvetica","Verdana","Comic Sans MS";
+  text-decoration:none;
+  border-bottom:0px;
+}
+
+
+img{
+	border:0;
+	
+}
\ No newline at end of file

Added: trunk/mapbender/http/css/styler-mod_treefolder.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/styler-mod_treefolder.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/styler-mod_treefolder.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,45 @@
+body{	
+				background-color:#accdee;
+				text-decoration: none;
+				font-family: Verdana, Arial, Helvetica, sans-serif;
+				font-weight: bold;
+				font-size:9pt;	
+				color: #000000;
+				margin-left: 0px;
+				margin-top: 0px;
+				border:1px, solid black;
+}
+
+.schrift {
+		font-family:Verdana;
+		font-size:8pt;
+		line-height:6pt;
+		color: #000000;	
+		font-weight: bold;
+		text-decoration:none;
+}
+
+
+.folder {
+		font-family:Verdana;
+		font-size:9pt;
+		line-height:6pt;
+		color: #000000;	
+		font-weight: bold;
+		text-decoration:none;
+}
+.header{
+	font-family: Arial, Helvetica, sans-serif;
+	font-weight: bold;
+	font-size: 12px;	
+}
+.switch{
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 10px;
+	font-weight: bold;
+}
+.titles{
+	font-family: Arial, Helvetica, sans-serif;
+	font-weight: bold;
+	font-size: 11px;
+}
\ No newline at end of file

Added: trunk/mapbender/http/css/treeGDE.css
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/css/treeGDE.css?view=auto&rev=14
==============================================================================
--- (empty file)
+++ trunk/mapbender/http/css/treeGDE.css	2006-04-13 19:39:18+0000
@@ -0,0 +1,20 @@
+body{
+  font-size: 13px;
+  line-height: 15px;
+  font-family: "Verdana","Arial",sans-serif;
+}
+/* links */
+a {
+  text-decoration:none;
+  color:black;
+}
+a:visited {
+  color:black;
+}
+a:active {
+  color:black;
+
+}
+a:hover {
+  color:black;
+}
\ No newline at end of file




More information about the Mapbender_commits mailing list