diff --git a/assets/css/screen.css b/assets/css/screen.css index ce5ba8b..e311ba2 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -5,16 +5,15 @@ /* 0. Includes - 1. Icons - 2. General - 3. Utilities - 4. General - 5. Single Post - 6. Third Party Elements - 7. Pagination - 8. Footer - 9. Media Queries (Tablet) - 10. Media Queries (Mobile) + 1. General + 2. Utilities + 3. General + 4. Single Post + 5. Third Party Elements + 6. Pagination + 7. Footer + 8. Media Queries (Tablet) + 9. Media Queries (Mobile) */ @@ -25,60 +24,8 @@ @import url(normalize.css); /* ========================================================================== - 1. Icons - Sets up the icon font and respective classes - ========================================================================== */ - -/* Import the font file with the icons in it */ -@font-face { - font-family: "icons"; - src: url("../fonts/icons.eot"); - src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), - url("../fonts/icons.woff") format("woff"), - url("../fonts/icons.ttf") format("truetype"), - url("../fonts/icons.svg#icons") format("svg"); - font-weight: normal; - font-style: normal; -} - -/* Apply these base styles to all icons */ -.i-ghost, -.icon-feed, -.icon-twitter, -.icon-google-plus, -.icon-facebook { - font-family: "icons"; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - text-decoration: none; -} - -/* Each icon is created by inserting the corret character into the - content of the :before pseudo element. Like a boss. */ -.i-ghost:before { - content: "\e000"; -} -.icon-feed:before { - content: "\e001"; -} -.icon-twitter:before { - content: "\e002"; - font-size: 1.1em; -} -.icon-google-plus:before { - content: "\e003"; -} -.icon-facebook:before { - content: "\e004"; -} - -/* ========================================================================== - 2. General - Setting up some base styles - ========================================================================== */ + 1. General - Setting up some base styles + ========================================================================== */ html { height: 100%; @@ -434,8 +381,8 @@ ul li { } /* ========================================================================== - 3. Utilities - These things get used a lot - ========================================================================== */ + 2. Utilities - These things get used a lot + ========================================================================== */ /* Hides shit */ .hidden { @@ -459,8 +406,8 @@ ul li { } /* ========================================================================== - 4. General - The main styles for the the theme - ========================================================================== */ + 3. General - The main styles for the the theme + ========================================================================== */ /* Big cover image on the home page */ #site-head { @@ -659,8 +606,8 @@ a.fn-item.active { } /* ========================================================================== - 5. Single Post - When you click on an individual post - ========================================================================== */ + 4. Single Post - When you click on an individual post + ========================================================================== */ /* Tweak the .post wrapper style */ .post-template .post { @@ -733,8 +680,8 @@ a.fn-item.active { } /* ========================================================================== - 6. Third Party Elements - Embeds from other services - ========================================================================== */ + 5. Third Party Elements - Embeds from other services + ========================================================================== */ /* Github */ @@ -749,8 +696,8 @@ a.fn-item.active { } /* ========================================================================== - 7. Pagination - Tools to let you flick between pages - ========================================================================== */ + 6. Pagination - Tools to let you flick between pages + ========================================================================== */ /* The main wrapper for our pagination links */ .pagination { @@ -799,8 +746,8 @@ a.fn-item.active { } /* ========================================================================== - 8. Footer - The bottom of every page - ========================================================================== */ + 7. Footer - The bottom of every page + ========================================================================== */ .site-footer { position: relative; @@ -915,8 +862,8 @@ a.fn-item.active { } /* ========================================================================== - 9. Media Queries - Smaller than 1130px - ========================================================================== */ + 8. Media Queries - Smaller than 1130px + ========================================================================== */ @media only screen and (max-width: 1130px) { .fixed-nav { @@ -992,8 +939,8 @@ a.fn-item.active { } /* ========================================================================== - 10. Media Queries - Smaller than 500px - ========================================================================== */ + 9. Media Queries - Smaller than 500px + ========================================================================== */ @media only screen and (max-width: 500px) { .fixed-nav { diff --git a/static/fonts/icons.dev.svg b/static/fonts/icons.dev.svg deleted file mode 100755 index dac6a13..0000000 --- a/static/fonts/icons.dev.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/fonts/icons.eot b/static/fonts/icons.eot deleted file mode 100755 index 68c968d..0000000 Binary files a/static/fonts/icons.eot and /dev/null differ diff --git a/static/fonts/icons.svg b/static/fonts/icons.svg deleted file mode 100755 index 182aa87..0000000 --- a/static/fonts/icons.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - - - - \ No newline at end of file diff --git a/static/fonts/icons.ttf b/static/fonts/icons.ttf deleted file mode 100755 index 12b2476..0000000 Binary files a/static/fonts/icons.ttf and /dev/null differ diff --git a/static/fonts/icons.woff b/static/fonts/icons.woff deleted file mode 100755 index 0127877..0000000 Binary files a/static/fonts/icons.woff and /dev/null differ