diff css/mpiwg.css @ 148:e34232fbe622

first version of bookmark tabs.
author casties
date Mon, 03 Jun 2013 11:49:50 +0200
parents fc2480e1f30f
children 7771cdd95398
line wrap: on
line diff
--- 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