diff options
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 33 | 
1 files changed, 21 insertions, 12 deletions
| diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 0fd3891..f6c557b 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -1,10 +1,18 @@  @font-face { -  font-family: 'Open Sans Condensed'; +  font-family: 'Yanone Kaffeesatz Light';    font-style: normal; -  font-weight: 300; -  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(../../fonts/OpenSansCondensed.ttf) format('truetype'); +  font-weight: 400; +  src: url("../../fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.woff") format("woff"), url("../../fonts/YanoneKaffeesatz/YanoneKaffeesatz-Light.ttf")  format("truetype");  } +@font-face { +  font-family: 'Yanone Kaffeesatz Regular'; +  font-style: bold; +  font-weight: 600; +  src: url("../../fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.woff") format("woff"), url("../../fonts/YanoneKaffeesatz/YanoneKaffeesatz-Regular.ttf")  format("truetype"); +} + +  /* color to remove */ @@ -373,7 +381,7 @@ a[disabled] {  }  #topbar{ -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      height: 35px;      z-index: 10;      position: absolute; @@ -559,7 +567,7 @@ div#sidebar-container{  }  #detail-header h4{ -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      text-shadow: 1px 1px 2px black;   } @@ -581,7 +589,7 @@ div#sidebar-container{  }  .popover-content #detail_footer{ -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      font-weight: bold;      font-size: 1.3em;      text-transform: uppercase; @@ -630,6 +638,7 @@ div#sidebar-container{      background-image: url("../../saclay/images/icon-bg.svg");      background-position: center center;      background-repeat: no-repeat; +    background-size: 28px;      text-align: center;      line-height: 60px;      margin-top: 15px; @@ -694,12 +703,12 @@ div#sidebar-container{      min-width: 150px;      text-align: center;      padding: 0.5em 0.25em; -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      font-weight: bold;  }  .popover h4{ -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      font-size: 1.5em;      padding: 0.5em 1em;  } @@ -936,7 +945,7 @@ div#action-panel{  #edit-button{      top: 43px;      left: 290px; -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      font-size: 1.4em;      font-weight: bold;  } @@ -1097,7 +1106,7 @@ div#action-panel{  }  #categories li{ -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      text-transform: uppercase;      list-style: none;      padding: 0.1em 1em; @@ -1717,7 +1726,7 @@ div.pp_default .pp_expand{  #directory-category-list{      list-style: none;      padding: 1em; -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;      text-transform: uppercase;  } @@ -1733,7 +1742,7 @@ div.pp_default .pp_expand{  ul#category-directory{      list-style: none;      padding: 1em; -    font-family: 'Open Sans Condensed', sans-serif; +    font-family: 'Yanone Kaffeesatz Light', sans-serif;  }  .category-icon-on{ | 
