src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
changeset 57634 90dcbeb8455e
parent 55460 17ba7ce18564
child 58679 9c3209ff7550
child 59294 48b88b9c11eb
equal deleted inserted replaced
57633:883f5702054d 57634:90dcbeb8455e
   678     background-color:#ffffff;
   678     background-color:#ffffff;
   679     border:none;
   679     border:none;
   680 }
   680 }
   681 
   681 
   682 /*
   682 /*
       
   683  * Indicator icon for external links.
       
   684  */
       
   685 main a[href*="://"]::after {
       
   686     content:"";
       
   687     display:inline-block;
       
   688     background-image:url('data:image/svg+xml; utf8, \
       
   689       <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
       
   690         <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
       
   691         132-240 240 120 120 240-240 132 132V0z" fill="%234a6782"/>\
       
   692       </svg>');
       
   693     background-size:100% 100%;
       
   694     width:7px;
       
   695     height:7px;
       
   696     margin-left:2px;
       
   697     margin-bottom:4px;
       
   698 }
       
   699 main a[href*="://"]:hover::after,
       
   700 main a[href*="://"]:focus::after {
       
   701     background-image:url('data:image/svg+xml; utf8, \
       
   702       <svg xmlns="http://www.w3.org/2000/svg" width="768" height="768">\
       
   703         <path d="M584 664H104V184h216V80H0v688h688V448H584zM384 0l132 \
       
   704         132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\
       
   705       </svg>');
       
   706 }
       
   707 
       
   708 /*
   683  * Styles for user-provided tables.
   709  * Styles for user-provided tables.
   684  *
   710  *
   685  * borderless:
   711  * borderless:
   686  *      No borders, vertical margins, styled caption.
   712  *      No borders, vertical margins, styled caption.
   687  *      This style is provided for use with existing doc comments.
   713  *      This style is provided for use with existing doc comments.