/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
+/* General */
+
body { background-color: whitesmoke; }
h1 {
border-radius:5px;
}
+
+/* login */
+
+#id_remember { width:50%; #id_remember { width:50%; }}
+
+
+/* Left Column*/
+
nav {
background: #fff;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
color: #000;
}
-ul.menu-popup {
- border: 0px solid #FFF;
- margin-top: 0px;
-}
header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
color: #737373;
.fc-content, .fc-widget {
background-color: #a7ecff;
+ font-size:10px;
color: black;
text-decoration: normal;
}
.fc-day-grid-event .fc-time {
font-weight: normal;
- font-size: 10px;
}
-.fc-title, fc-time { text-decoration: normal; }
+.fc-title, .fc-time {
+ text-decoration: normal;
+}
.fc-unthemed .fc-today { background: #f9ff97; }
background-color: whitesmoke;
}
+textarea {
+ padding:2px 2px;
+ background:white;
+ border:1px solid darkgrey;
+ cursor:text;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-transition-duration: 0.4s; /* Safari */
+ transition-duration: 0.4s;
+}
+
+textarea:focus {
+ background-color:#eef3ff;
+}
+
#adminpage textarea {
width: 700px;
}
/* popup */
-
-ul.menu-popup {
- width: 16em;
+.contact-menu {
+ position: absolute;
+ top: 15px;
+ left: 35px;
+ width: 24em;
+ margin-top: 0px;
+ font-size: 12px;
+ border: 0px solid lightgrey;
}
-ul.menu-popup a {
- padding: 0 0 0 5px;
+ul.menu-popup {
+ width: 20em;
+ margin-top: 0px;
+ padding: 0px;
+ font-size: 12px;
+ line-height:10px;
+ border: 0px solid lightgrey;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
background-color:#eef3ff;
}
+
+
+/* Rights and Privacy Setting */
+
+#profile-jot-email {
+ width:650px;
+}
+
+
+/* Contact Page */
+
+.contact-photo-menu {
+ position: relative;
+ left: 60px;
+ top: -90px;
+ width: 16em;
+ padding-top:0px;
+ padding-bottom:0px;
+ border: 0px solid #FFF;
+ margin-top: 0px;
+ font-size: 12px;
+ line-height: 10px;
+}
+