diff software/mpdl-services/mpiwg-mpdl-cms-web/WebContent/css/getDictionaryEntries.css @ 23:e845310098ba

diverse Korrekturen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 27 Nov 2012 12:35:19 +0100
parents software/mpdl-services/mpiwg-mpdl-lt-web/WebContent/css/getDictionaryEntries.css@4ea0f81a5d08
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/software/mpdl-services/mpiwg-mpdl-cms-web/WebContent/css/getDictionaryEntries.css	Tue Nov 27 12:35:19 2012 +0100
@@ -0,0 +1,95 @@
+.body {
+    margin:3px;
+    color: #000000;
+    background-color: #ebebeb;
+    min-width:1100px;
+}
+div.title {
+	font-size: 30px;
+  font-weight: bold;
+  margin-bottom: 10px;
+}
+input.query {
+	border-radius: 5px;
+}
+span.inputType {
+  font-size: 22px;
+  font-weight:bold;
+  display:block;
+  margin-top: 10px;
+}
+
+.tree ul,
+.tree li {
+  padding: 0;
+  margin: 0;
+  margin-left: 10px;
+  list-style: none;
+}
+.tree input {
+  position: absolute;
+  opacity: 0;
+}
+.tree input + label + ul {
+  margin: 0 0 0 22px;
+}
+.tree input + label + ul {
+  display: none;
+}
+.tree label,
+.tree label::before {
+  cursor: pointer;
+}
+.tree input:disabled + label {
+  cursor: default;
+  opacity: .6;
+}
+.tree input:checked:not(:disabled) + label + ul {
+  display: block;
+}
+.tree label,
+.tree label::before {
+  background: url("/mpiwg-mpdl-lt-web/images/treecheckbox.png") no-repeat;
+}
+.tree label,
+.tree a,
+.tree label::before {
+  display: inline-block;
+  height: 16px;
+  line-height: 16px;,
+  vertical-align: middle;
+}
+.tree label {
+  background-position: 18px 0;
+}
+.tree label::before {
+  content: "";
+  width: 16px;
+  margin: 0 22px 0 0;
+  vertical-align: middle;
+  background-position: 0 -32px;
+}
+.tree input:checked + label::before {
+  background-position: 0 -16px;
+}
+
+/* webkit adjacent element selector bugfix */
+@media screen and (-webkit-min-device-pixel-ratio:0)
+{
+  .tree 
+  {
+    -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
+  }
+  
+  @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
+  {
+    from 
+    { 
+      padding: 0;
+    } 
+    to 
+    { 
+      padding: 0;
+    }
+  }
+}