Zapis na serwer na Gecko/Webkit/Opera.
[redakcja.git] / platforma / static / css / html.css
index fd5af3b..acbeac2 100755 (executable)
 /* = Footnotes and themes = */
 /* ======================== */
 
-.htmlview .theme-begin, .htmlview .theme-end {
+.htmlview .begin, .htmlview .end {
     background: green;
 }
 
-.htmlview .theme-ref {
+.htmlview .motyw {
     position: absolute;
     right: -8em;
     
     border-right: none;
     
     z-index: 1;
+    -moz-user-select: -moz-none;
+    -webkit-user-select: none;
+    user-select: none;
 }
 
 /* 
     background-color: #dfdfdf;
 }
 
-.htmlview .annotation-inline-box[x-focused] > .annotation {
-    background-color: #860000;
-    color: #dfdfdf;
-}
-
 *.htmlview *.annotation-inline-box {
     position: static;
 }
      padding: 3px 5px;
 
      text-decoration: none;
-     z-index: 10;
- }
-
-.htmlview .annotation-inline-box[x-focused] > span[x-annotation-box],
-.htmlview .annotation-inline-box:hover > span[x-annotation-box] {
-    display: block;
+     z-index: 11;
  }
  
 
     counter-increment: secondary;
 }
 
-
-
-
-
 /*
  * EDITABLE ELEMENTS
  */
 
-
-
 .htmlview *[x-editable] {    
     padding-left: 3px;
 }
     visibility: hidden;
 }
 
-.htmlview *[x-editable] > .context-menu {
+.context-menu {
     position: absolute;
     top: 0px;
     left: -50px;
     z-index: 3000;
 }
 
-.htmlview *[x-editable] > .context-menu * {
+.context-menu * {
     margin: 0px;
     display: block;
 
+    -moz-user-select: -moz-none;
+    -webkit-user-select: none;
+
     padding: 2px;
     cursor: pointer;
     border-bottom: 1px solid black;
 }
 
-.htmlview *[x-editable] > .context-menu *:last-child {
+.context-menu *:last-child {
     cursor: pointer;
     border-bottom: none;
 }
 
-.htmlview *[x-editable] > .context-menu *:hover {
+.context-menu *:hover {
     background-color: orange;
 }
 
 /*
  * VISIBILITY RULES
  */
-.htmlview *[x-editable] > .default-menu {
+.default-menu {
     visibility: inherit;
-    opacity: 0.4;
+    opacity: 0.2;
+}
+
+.default-menu:hover {
+    opacity: 1;
 }
 
-.htmlview *[x-editable] > .default-menu:hover {
+.htmlview *[x-annotation-box] > .default-menu {
     opacity: 1;
 }
 
 .htmlview *[x-editable][x-open] > .default-menu {
     visibility: hidden;
 }
+.htmlview *[x-editable][x-open] *[x-annotation-box] > .default-menu {
+    visibility: hidden;
+}
 
 .htmlview *[x-editable] > .edit-menu {
     visibility: hidden;
 }
+.htmlview *[x-editable] *[x-annotation-box] > .edit-menu {
+    visibility: hidden;
+}
 
 .htmlview *[x-editable][x-open] > .edit-menu {
     visibility: visible;
 }
+.htmlview *[x-editable][x-open] *[x-annotation-box] > .edit-menu {
+    visibility: visible;
+}
 
 .html-editarea {
-    border: 2px solid black;
+    border: 0px;
     background-color: gray;
     padding: 1px;
 
 
 .html-editarea textarea
 {
-    border: 0px;
+    border: 2px solid black;
+    
     margin: 0px;
     padding: 0px;
 
     z-index: 0;
     font-size: 10pt;
     background-color: ivory;
-}
-
-.html-editarea p.html-editarea-toolbar {
-    position: absolute;
-    background: gray;
-
-    bottom: -26px;
-    height: 24px;
-
-    left: 0px;
-    right: 0px;
-
-    border: 2px solid black;
-
-    margin: 0px;
-    padding: 0px;
-
-    z-index: 100;
-}
-
-
+}
\ No newline at end of file