From 2b1d585671ad2be95a73fe08dfd11512bfbddc18 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Sep 2014 00:03:17 -0400 Subject: [PATCH] Removes awful background animation on sidebar, removes lato from src files --- server/files/stylesheets/semantic.css | 40 +++---------------------- src/themes/_site/globals/site.variables | 5 +--- 2 files changed, 5 insertions(+), 40 deletions(-) mode change 100644 => 100755 src/themes/_site/globals/site.variables diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 7e1f2db4e..8afa6cf76 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -302,42 +302,10 @@ body.guide .main.container > * { background-color: #000000 !important; } body#example { - background: #191919 url(../images/icons.png) !important; - - -moz-transform-origin: 50% 50%; - -o-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - transform-origin: 50% 50%; - - -webkit-animation-name: masthead; - -moz-animation-name: masthead; - -o-animation-name: masthead; - animation-name: masthead; - - opacity: 1; - - -webkit-animation-duration: 30s; - -moz-animation-duration: 30s; - -ms-animation-duration: 30s; - -o-animation-duration: 30s; - animation-duration: 30s; - - -webkit-animation-fill-mode: both; - -moz-animation-fill-mode: both; - -ms-animation-fill-mode: both; - -o-animation-fill-mode: both; - animation-fill-mode: both; - - animation-timing-function: linear; - -webkit-animation-timing-function: linear; - - -webkit-animation-iteration-count: infinite; - -moz-animation-iteration-count: infinite; - -ms-animation-iteration-count: infinite; - -o-animation-iteration-count: infinite; - animation-iteration-count: infinite; - - transform: rotateZ(0deg); + background: #2C2C2C url(../images/icons.png) !important; +} +body#example.index { + background: #2C2C2C !important; } #example .masthead:before { position: absolute; diff --git a/src/themes/_site/globals/site.variables b/src/themes/_site/globals/site.variables old mode 100644 new mode 100755 index 4d459c8db..3b5dc7dee --- a/src/themes/_site/globals/site.variables +++ b/src/themes/_site/globals/site.variables @@ -1,6 +1,3 @@ /******************************* User Global Variables -*******************************/ - -@headerFont : Lato, "Helvetica Neue", Arial, Helvetica, sans-serif; -@pageFont : Lato, "Helvetica Neue", Arial, Helvetica, sans-serif; \ No newline at end of file +*******************************/ \ No newline at end of file