etc/isabelle.css
changeset 74679 0efa6a8b6e20
parent 72962 af2d0e07493b
equal deleted inserted replaced
74678:e04806c89b10 74679:0efa6a8b6e20
   120   position: absolute;
   120   position: absolute;
   121   z-index: 1;
   121   z-index: 1;
   122 }
   122 }
   123 
   123 
   124 .tooltip pre { margin: 1px; white-space: pre-wrap; }
   124 .tooltip pre { margin: 1px; white-space: pre-wrap; }
       
   125 
       
   126 
       
   127 /* formal entities */
       
   128 
       
   129 .entity_def {
       
   130   color: inherit;
       
   131   text-decoration: inherit;
       
   132 }
       
   133 
       
   134 .entity_def:hover {
       
   135   color: inherit;
       
   136   text-decoration: inherit;
       
   137   background-color: rgba(50,50,50,20%);
       
   138 }
       
   139 
       
   140 .entity_ref {
       
   141   color: inherit;
       
   142   text-decoration: inherit;
       
   143   border: 0.5px solid rgba(0,0,0,0);
       
   144 }
       
   145 
       
   146 .entity_ref:hover {
       
   147   color: inherit;
       
   148   text-decoration: inherit;
       
   149   background-color: rgba(50,50,50,20%);
       
   150   border: 0.5px solid black;
       
   151 }