# HG changeset patch
# User casties
# Date 1370252990 -7200
# Node ID e34232fbe622adde32758fd35b7b00eeefd782cf
# Parent 6ae0201b1257ae02cc9d38864dbf76adfb438b32
first version of bookmark tabs.
diff -r 6ae0201b1257 -r e34232fbe622 css/mpiwg.css
--- a/css/mpiwg.css Mon Jun 03 08:24:14 2013 +0200
+++ b/css/mpiwg.css Mon Jun 03 11:49:50 2013 +0200
@@ -172,6 +172,8 @@
* page wrapper and header
*/
#wrapper {
+ position: relative;
+ z-index: 5;
width: 900px;
margin: 0 auto;
padding: 10px 40px 10px 20px;
@@ -1343,4 +1345,35 @@
#footer div.logo img {
width: 204px;
height: 41px;
+}
+
+/*
+ * bookmark flags
+ */
+#bookmarks {
+ position: absolute;
+ top: 0;
+ right: -130px;
+ width: 130px;
+}
+
+#bookmarks div.bookmark {
+ z-index: 1;
+ position: relative;
+ font-family: Georgia, Times, serif;
+ font-style: italic;
+ font-size: 16px;
+ color: #3b4186;
+ background-color: white;
+ padding: 5px 0.5em 5px 0.5em;
+ margin: 0.5em 0;
+ box-shadow: 2px 2px 3px 1px #d0d0d0;
+}
+
+#bookmarks div.bookmark a {
+ display: inline-block;
+ width: 100px;
+ color: #3b4186;
+ background: url(../images/internal.png) center right no-repeat;
+ padding-right: 13px;
}
\ No newline at end of file
diff -r 6ae0201b1257 -r e34232fbe622 zpt/www/main_template.zpt
--- a/zpt/www/main_template.zpt Mon Jun 03 08:24:14 2013 +0200
+++ b/zpt/www/main_template.zpt Mon Jun 03 11:49:50 2013 +0200
@@ -102,9 +102,12 @@
+
+