Changes on popup menus
This commit is contained in:
parent
ef09f7f958
commit
1f8b9b68e5
1 changed files with 68 additions and 11 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
|
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
|
||||||
|
|
||||||
|
/* General */
|
||||||
|
|
||||||
body { background-color: whitesmoke; }
|
body { background-color: whitesmoke; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -28,6 +30,14 @@ h5 {
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* login */
|
||||||
|
|
||||||
|
#id_remember { width:50%; #id_remember { width:50%; }}
|
||||||
|
|
||||||
|
|
||||||
|
/* Left Column*/
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
|
||||||
|
@ -175,10 +185,6 @@ nav a:hover .icon {
|
||||||
color: #000;
|
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 {
|
header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
|
||||||
color: #737373;
|
color: #737373;
|
||||||
|
@ -449,6 +455,7 @@ div.pager, ul.tabs {
|
||||||
|
|
||||||
.fc-content, .fc-widget {
|
.fc-content, .fc-widget {
|
||||||
background-color: #a7ecff;
|
background-color: #a7ecff;
|
||||||
|
font-size:10px;
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: normal;
|
text-decoration: normal;
|
||||||
}
|
}
|
||||||
|
@ -467,10 +474,11 @@ div.pager, ul.tabs {
|
||||||
|
|
||||||
.fc-day-grid-event .fc-time {
|
.fc-day-grid-event .fc-time {
|
||||||
font-weight: normal;
|
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; }
|
.fc-unthemed .fc-today { background: #f9ff97; }
|
||||||
|
|
||||||
|
@ -582,6 +590,21 @@ select{
|
||||||
background-color: whitesmoke;
|
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 {
|
#adminpage textarea {
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
|
@ -658,13 +681,23 @@ td.checkbox, td.tools{
|
||||||
|
|
||||||
|
|
||||||
/* popup */
|
/* popup */
|
||||||
|
.contact-menu {
|
||||||
ul.menu-popup {
|
position: absolute;
|
||||||
width: 16em;
|
top: 15px;
|
||||||
|
left: 35px;
|
||||||
|
width: 24em;
|
||||||
|
margin-top: 0px;
|
||||||
|
font-size: 12px;
|
||||||
|
border: 0px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menu-popup a {
|
ul.menu-popup {
|
||||||
padding: 0 0 0 5px;
|
width: 20em;
|
||||||
|
margin-top: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height:10px;
|
||||||
|
border: 0px solid lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -708,3 +741,27 @@ input[type=text], input[type=password], input[type=email], input[type=url] {
|
||||||
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
|
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
|
||||||
background-color:#eef3ff;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue