[Mapbender-commits] r6116 - branches/3_dev/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun May 9 11:56:45 EDT 2010


Author: astrid_emde
Date: 2010-05-09 11:56:45 -0400 (Sun, 09 May 2010)
New Revision: 6116

Added:
   branches/3_dev/http/css/popup.css
   branches/3_dev/http/css/tablesorter.css
Log:
for template-basic from trunk

Added: branches/3_dev/http/css/popup.css
===================================================================
--- branches/3_dev/http/css/popup.css	                        (rev 0)
+++ branches/3_dev/http/css/popup.css	2010-05-09 15:56:45 UTC (rev 6116)
@@ -0,0 +1,107 @@
+ at CHARSET "UTF-8";
+/*fixes*/
+div.mbPopup iframe {width:100%;height:100%;border:none;}
+div.mbPopup div.scrollDiv {position:relative;top:50px;left:0px;right:0px;bottom:0px;width:100%;height:85%;}
+
+div.scrollDiv {
+ overflow: auto;
+}
+
+/* exploder V6 only */
+* html div.scrollDiv {
+ overflow-y: auto;
+}
+
+/* exploder V7 only */
+*+html div.scrollDiv {
+ overflow-y: auto;
+}
+
+div.mbPopup {
+    display: none;
+    overflow:hidden;
+    position: absolute;
+    
+	/*styles that can change*/
+    background:#EEEEEE url(../img/info_on.gif) 8px 8px no-repeat;
+    border: 1px solid #000;
+    -moz-border-radius:10px;
+    -webkit-border-radius: 10px;
+        
+    /*border to client area (top right bottom left)*/
+    padding: 30px 10px 10px 10px;
+}
+
+div.mbPopup .Resize {
+	position: absolute; 
+	right: 5px; 
+	bottom: 5px;
+	width:16px;
+	height:16px;
+	background:url(../img/resize.gif);
+}
+
+div.mbPopup .Title{
+	position:absolute;
+	left:35px;
+	right:25px;
+	top:9px;
+	margin:0pt;
+	padding:0pt;
+}
+  
+div.mbPopup .Title h1{
+	background-color:#505050;
+	color:#EEEEEE;
+	font-size:12px;
+	margin:0pt;
+	width:100%;
+	text-align:center;
+}
+
+div.mbPopup .Close {
+  position: absolute;
+  cursor: pointer;
+  right: 8px;
+  top: 10px;
+}
+
+div.mbPopup .Content{
+}
+
+.balloonTL{
+	position:absolute;
+	background-image:url("../img/balloon_ul.png");
+	width:100px;
+	height:80px;
+}
+*html .balloonTL{
+	background-image:url("../img/balloon_ul.gif");
+}
+.balloonTR{
+	position:absolute;
+	background-image:url("../img/balloon_ur.png");
+	width:100px;
+	height:80px;
+}
+*html .balloonTR{
+	background-image:url("../img/balloon_ur.gif");
+}
+.balloonBR{
+	position:absolute;
+	background-image:url("../img/balloon_lr.png");
+	width:100px;
+	height:80px;
+}
+*html .balloonBR{
+	background-image:url("../img/balloon_lr.gif");
+}
+.balloonBL{
+	position:absolute;
+	background-image:url("../img/balloon_ll.png");
+	width:100px;
+	height:80px;
+}
+*html .balloonBL{
+	background-image:url("../img/balloon_ll.gif");
+}

Added: branches/3_dev/http/css/tablesorter.css
===================================================================
--- branches/3_dev/http/css/tablesorter.css	                        (rev 0)
+++ branches/3_dev/http/css/tablesorter.css	2010-05-09 15:56:45 UTC (rev 6116)
@@ -0,0 +1,42 @@
+/* tables */
+table.tablesorter {
+	font-family: "Verdana","Arial","Tahoma",sans-serif;
+	background-color: #FFFFFF;
+	margin:0 0 0 15px;
+	font-size: 8pt;
+	width: 90%;
+	text-align: left;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+	background-color: #e6EEEE;
+	border: 1px solid #FFF;
+	font-size: 8pt;
+	padding: 4px;
+}
+table.tablesorter thead tr .header {
+	background-image: url(../img/bg.gif);
+	background-repeat: no-repeat;
+	background-position: center right;
+	cursor: pointer;
+}
+table.tablesorter tbody td {
+	color: #3D3D3D;
+	padding: 4px;
+	background-color: #FFF;
+	vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+	background-color:#CFD2D4;
+}
+table.tablesorter tbody tr.even td {
+	background-color:#FFFFFF;
+}
+table.tablesorter thead tr .headerSortUp {
+	background-image: url(../img/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+	background-image: url(../img/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+background-color: #8dbdd8;
+}



More information about the Mapbender_commits mailing list