Gertjaars

waterfox about:home

Sep 4th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. @font-face {
  2.   font-family: 'Open Sans';
  3.   font-style: normal;
  4.   font-weight: 400;
  5.   src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  6.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  7. }
  8. @-moz-document url("about:Home"), url("about:home") {
  9.   @font-face {
  10.   font-family: 'Open Sans';
  11.   font-style: normal;
  12.   font-weight: 400;
  13.   src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  14.   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
  15.  
  16.   html {
  17.     font: message-box;
  18.     font-size: 100%;
  19.     color: #222;
  20.   }
  21.   body {
  22.     background-color:#222!important;
  23.     margin: 0;
  24.     display: -moz-box;
  25.     -moz-box-orient: vertical;
  26.     width: 100%;
  27.     height: 100%;
  28.     font-family: 'Open Sans', sans-serif!important;
  29.   }
  30.   #searchText {
  31.    
  32.     color: #a4a4a4!important;
  33.     background-color:#222 !important;
  34.     margin-left: 0;
  35.     -moz-box-flex: 1;
  36.     padding-top: 6px;
  37.     padding-bottom: 6px;
  38.     padding-left: 34px;
  39.     padding-right: 8px;
  40.     background: none;
  41.     border-radius: 4px 0 0 4px;
  42.     border-color: #a4a4a4!important;
  43.     box-shadow: none!important;
  44.     color: inherit;
  45.     font-family: 'Open Sans', sans-serif!important;
  46.   }
  47.   #searchSubmit{
  48.     display:none;
  49.   }
  50.  
  51.   div#snippetContainer {
  52.     visibility:hidden;
  53.   }
  54.   #launcher {
  55.   /*display: none;*/
  56.     border: 0px transparent !important;
  57.     background-color: transparent !important;
  58.     box-shadow: none !important;
  59.     margin:0px!important;
  60.   }
  61.   .launchButton {
  62.     color: transparent !important;
  63.     margin:0px!important;
  64.     border-radius: 0px!important;
  65.   }
  66.  
  67.   .launchButton:hover {
  68.     background-color: #353d45;
  69.     border-color: 0px transparent;
  70.     border-bottom: 6px solid #E2671E!important;
  71.   }
  72.   .launchButton:hover:active {
  73.     background-image: none!important;
  74.     background-color: #3d4349 !important;
  75.     border-bottom: 4px solid #E2671E!important;
  76.     box-shadow: none !important;
  77.     transition-duration: 0ms;
  78.   }
  79.   #restorePreviousSessionSeparator {
  80.     visibility: hidden !important;
  81.     width:0px!important;
  82.     height:0px!important;
  83.   }
  84.   #restorePreviousSession {
  85.     visibility: hidden;
  86.     width:0px!important;
  87.     height:0px!important;
  88.     margin: 0px 0px 0 0!important;
  89.     padding: 0px 0px 0 0!important;
  90.     min-width:0px!important;
  91.     min-height: 0px!important;
  92.     display: none!important;
  93.   }
  94.   #downloads::before {
  95.     content: url("http://s33.postimg.org/7e157vq6n/download_from_cloud.png")!important;}
  96.   #bookmarks::before {
  97.     content: url("http://s33.postimg.org/4bsfyc0gf/star.png")!important;}
  98.   #history::before {
  99.     content: url("http://s33.postimg.org/plnvejgpb/clock.png")!important;}
  100.   #addons::before {
  101.     content: url("http://s33.postimg.org/5qizq2r0v/add_on.png")!important;}
  102.   #sync::before {
  103.     content: url("http://s33.postimg.org/ce7s7bakv/refresh.png")!important;}
  104.   #settings::before {
  105.     content: url("http://s33.postimg.org/ugqr4atsf/cogwheel.png")!important;}
  106.  
  107.    /* MOZILLA */
  108.   #aboutMozilla {
  109.     opacity: 1;
  110.   }  
  111.   #aboutMozilla::before {
  112.     font-family: 'Open Sans', sans-serif!important;
  113.     font-size: 18px !important;
  114.     color: #aaaaaa !important;
  115.     content: "Waterfox" !important;
  116.     transition-property: color;
  117.     transition-duration: 800ms;
  118.   }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment