elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

aboutPrivateBrowsing.css (986B)


      1 
      2 body.private > #errorPageContainer {
      3   background-image: url("chrome://browser/skin/toolbar/private.svg");
      4   background-size: 48px 48px;
      5 }
      6 
      7 body.normal > #errorPageContainer {
      8   background-image: url("chrome://global/skin/icons/question-16.svg");
      9   background-size: 48px 48px;
     10 }
     11 
     12 #clearRecentHistoryDesc {
     13   margin-top: 2em;
     14 }
     15 
     16 #clearRecentHistoryDesc > p {
     17   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
     18 }
     19 
     20 #startPrivateBrowsingDesc > button {
     21   margin-inline-start: 0;
     22 }
     23 
     24 #footerDesc > p {
     25   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
     26 }
     27 
     28 #moreInfo {
     29   font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
     30   padding-inline-start: 25px;
     31   background: url("chrome://global/skin/icons/information-16.svg") no-repeat top left;
     32 }
     33 
     34 #moreInfo:-moz-dir(rtl) {
     35   background-position: top right;
     36 }
     37 
     38 #moreInfoText {
     39   margin-bottom: 0;
     40 }
     41 
     42 #moreInfoLinkContainer {
     43   margin-top: 0.5em;
     44 }