| @@ -0,0 +1,2 @@ | |||
| @import url('fonts/font-awesome.css'); | |||
| @import url('fonts/Inconsolata.css'); | |||
| @@ -0,0 +1,18 @@ | |||
| /***************/ | |||
| /* INCONSOLATA */ | |||
| /***************/ | |||
| @font-face { | |||
| font-family: 'Inconsolata'; | |||
| src: url('Inconsolata-Regular.ttf') format('truetype'); | |||
| font-weight: normal; | |||
| font-style: normal; | |||
| } | |||
| @font-face { | |||
| font-family: 'Inconsolata'; | |||
| src: url('Inconsolata-Bold.ttf') format('truetype'); | |||
| font-weight: bold; | |||
| font-style: normal; | |||
| } | |||
| @@ -38,7 +38,7 @@ button::selection { | |||
| height: 150px; | |||
| width: 150px; | |||
| color: #ccc; | |||
| font-family: Font Awesome, sans-serif; | |||
| font-family: Font Awesome; | |||
| } | |||
| #main-button-container button.active { | |||
| color: #000; | |||
| @@ -78,6 +78,7 @@ button::selection { | |||
| padding: 10px; | |||
| color: #777; | |||
| width: 100%; | |||
| font-family: Font Awesome, Inconsolata, sans-serif; | |||
| } | |||
| .options-button:hover { | |||
| color: #000; | |||
| @@ -86,8 +87,9 @@ button::selection { | |||
| content: "\F1DE"; | |||
| font-family: Font Awesome; | |||
| font-size: 0.875em; | |||
| margin: 0 5px 0 0; | |||
| margin: 0 6px 0 0; | |||
| } | |||
| .options-button::after { | |||
| content: "Options"; | |||
| margin: 0 3px 0 0; | |||
| } | |||
| @@ -2,7 +2,7 @@ | |||
| <head> | |||
| <title>AlwaysKillSticky</title> | |||
| <link rel='stylesheet' type='text/css' href='popup.css' /> | |||
| <link rel='stylesheet' type='text/css' href='fonts/font-awesome.css' /> | |||
| <link rel='stylesheet' type='text/css' href='fonts.css' /> | |||
| </head> | |||
| <body> | |||
| <div id='main-button-container'> | |||